Searched refs:new_prefix (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | gennames.c | 556 char new_prefix[64]; in ParseDefinitionsAndWriteOutput() local 592 safe_strncpy(new_prefix,sizeof(new_prefix),name,prefix_len); in ParseDefinitionsAndWriteOutput() 593 new_prefix[prefix_len] = 0; in ParseDefinitionsAndWriteOutput() 596 if (strcmp(prefix,new_prefix)) { in ParseDefinitionsAndWriteOutput() 602 strcpy(prefix,new_prefix); in ParseDefinitionsAndWriteOutput()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | config.c | 458 char *new_prefix; in dump_tree() local 460 asprintf(&new_prefix, "%s%s.", prefix, name); in dump_tree() 461 dump_tree(new_prefix, nvlist_get_nvlist(nvl, name)); in dump_tree() 462 free(new_prefix); in dump_tree()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 59 boolean_t new_prefix); 889 boolean_t new_prefix) in incoming_prefix_addrconf_process() argument 902 if (!new_prefix) { in incoming_prefix_addrconf_process() 965 if (new_prefix) { in incoming_prefix_addrconf_process() 1003 if (new_prefix) { in incoming_prefix_addrconf_process() 1070 if (new_prefix) { in incoming_prefix_addrconf_process() 1078 if ((pr->pr_flags & IFF_TEMPORARY) && new_prefix) { in incoming_prefix_addrconf_process()
|
H A D | tables.h | 328 boolean_t new_prefix);
|
/illumos-gate/usr/src/cmd/pginfo/ |
H A D | pginfo.pl | 510 my $new_prefix = $npeers ? $prefix : " "; 515 "$childprefix$new_prefix", --$nchildren)
|
/illumos-gate/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 454 my $new_prefix = $npeers ? $myprefix : " "; 458 lgrp_pp($_, "| ", "$childprefix$new_prefix", --$nchildren)
|