HomeSort by: relevance | last modified time | path
    Searched refs:pclist (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/sysctl/
pathconf.c 76 struct list pclist = { pcnames, PC_MAXID }; variable in typeref:struct:list
117 listall(path, &pclist);
159 if ((indx = findname(string, "top", &bufp, &pclist)) == -1)
  /src/external/bsd/jemalloc/dist/bin/
jeprof 1406 my @pclist = (); # pcs in sorted order
1412 push(@pclist, HexExtend($1));
1413 $pcs->{$pclist[-1]} = 1;
1422 foreach my $pc (@pclist) {
5087 my $pclist = shift;
5093 if ($#{$pclist} < 0) { return; }
5106 MapSymbolsWithNM($image, $offset, $pclist, $symbols);
5118 MapSymbolsWithNM($image, $offset, $pclist, $nm_symbols);
5133 for (my $i = 0; $i <= $#{$pclist}; $i++) {
5135 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]);
    [all...]
jeprof.in 1406 my @pclist = (); # pcs in sorted order
1412 push(@pclist, HexExtend($1));
1413 $pcs->{$pclist[-1]} = 1;
1422 foreach my $pc (@pclist) {
5087 my $pclist = shift;
5093 if ($#{$pclist} < 0) { return; }
5106 MapSymbolsWithNM($image, $offset, $pclist, $symbols);
5118 MapSymbolsWithNM($image, $offset, $pclist, $nm_symbols);
5133 for (my $i = 0; $i <= $#{$pclist}; $i++) {
5135 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]);
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof 1406 my @pclist = (); # pcs in sorted order
1412 push(@pclist, HexExtend($1));
1413 $pcs->{$pclist[-1]} = 1;
1422 foreach my $pc (@pclist) {
5087 my $pclist = shift;
5093 if ($#{$pclist} < 0) { return; }
5106 MapSymbolsWithNM($image, $offset, $pclist, $symbols);
5118 MapSymbolsWithNM($image, $offset, $pclist, $nm_symbols);
5133 for (my $i = 0; $i <= $#{$pclist}; $i++) {
5135 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]);
    [all...]
jeprof.in 1406 my @pclist = (); # pcs in sorted order
1412 push(@pclist, HexExtend($1));
1413 $pcs->{$pclist[-1]} = 1;
1422 foreach my $pc (@pclist) {
5087 my $pclist = shift;
5093 if ($#{$pclist} < 0) { return; }
5106 MapSymbolsWithNM($image, $offset, $pclist, $symbols);
5118 MapSymbolsWithNM($image, $offset, $pclist, $nm_symbols);
5133 for (my $i = 0; $i <= $#{$pclist}; $i++) {
5135 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]);
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
dummylib.c 70 trpz_clist_t *pclist; member in struct:__anon23960
694 result->pclist = (trpz_clist_t *)clist;

Completed in 33 milliseconds