Home
last modified time | relevance | path

Searched refs:new_prefix (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgennames.c556 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/
H A Dconfig.c459 char *new_prefix; in dump_tree() local
461 asprintf(&new_prefix, "%s%s.", prefix, name); in dump_tree()
462 dump_tree(new_prefix, nvlist_get_nvlist(nvl, name)); in dump_tree()
463 free(new_prefix); in dump_tree()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c59 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 Dtables.h328 boolean_t new_prefix);
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl510 my $new_prefix = $npeers ? $prefix : " ";
515 "$childprefix$new_prefix", --$nchildren)
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl454 my $new_prefix = $npeers ? $myprefix : " ";
458 lgrp_pp($_, "| ", "$childprefix$new_prefix", --$nchildren)