Home
last modified time | relevance | path

Searched refs:dst_size (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcxgbetool.c402 typedef void (*cudbg_alias_get_entities_cb)(char *dst, u32 dst_size);
410 cudbg_append_string(char *dst, u32 dst_size, char *src) in cudbg_append_string() argument
412 strlcat(dst, src, dst_size); in cudbg_append_string()
413 strlcat(dst, ",", dst_size); in cudbg_append_string()
417 cudbg_alias_get_allregs(char *dst, u32 dst_size) in cudbg_alias_get_allregs() argument
423 cudbg_append_string(dst, dst_size, entity_list[i].name); in cudbg_alias_get_allregs()
455 u32 dst_size) in parse_entity_list() argument
485 entity_alias_list[i].get_entities_cb(dst, dst_size); in parse_entity_list()
491 cudbg_append_string(dst, dst_size, entity_list[rc].name); in parse_entity_list()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c214 int dst_size) /* limit dest string to */ in name_parse() argument
267 dst_size--; /* trailing '\0' */ in name_parse()
270 len = MIN(dst_size - off, SUA_string_len); in name_parse()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dditto.sh126 integer dst_size dst_mtime dst_eof
268 …[[ $dst_path ]] && print -r -u2 -f $': dst %8s %10s %s %s %s %s %3s %s\n' $dst_size $dst_mtime $ds…
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dfcoe_common.h310 u8 dst_size /* Destination protection data size */; member
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c440 cpywithpad(char *dst, size_t dst_size, const char *src, char pad) in cpywithpad() argument
444 len = strnlen(src, dst_size); in cpywithpad()
445 memset(dst, pad, dst_size); in cpywithpad()