OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pclist
(Results
1 - 5
of
5
) 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.old/dist/bin/
jeprof.in
1405
my @
pclist
= (); # pcs in sorted order
1411
push(@
pclist
, HexExtend($1));
1412
$pcs->{$
pclist
[-1]} = 1;
1421
foreach my $pc (@
pclist
) {
4995
my $
pclist
= shift;
5001
if ($#{$
pclist
} < 0) { return; }
5014
MapSymbolsWithNM($image, $offset, $
pclist
, $symbols);
5026
MapSymbolsWithNM($image, $offset, $
pclist
, $nm_symbols);
5041
for (my $i = 0; $i <= $#{$
pclist
}; $i++) {
5043
if ($debug) { printf STDERR ("%s\n", $
pclist
->[$i]);
[
all
...]
/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/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 55 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026