Symbol: nlist
bin/ps/extern.h
35
struct nlist;
bin/ps/extern.h
57
void nlisterr(struct nlist *);
crypto/openssh/misc.c
3040
struct nlist nl[2];
crypto/openssh/misc.c
3046
if ((r = nlist(path, nl)) == -1) {
include/nlist.h
115
int nlist (const char *, struct nlist *);
lib/libc/gen/nlist.c
101
__aout_fdnlist(int fd, struct nlist *list)
lib/libc/gen/nlist.c
103
struct nlist *p, *symtab;
lib/libc/gen/nlist.c
148
symtab = (struct nlist *)(a_out_mmap + symoff);
lib/libc/gen/nlist.c
172
symsize-= sizeof(struct nlist);
lib/libc/gen/nlist.c
194
static void elf_sym_to_nlist(struct nlist *, Elf_Sym *, Elf_Shdr *, int);
lib/libc/gen/nlist.c
227
__elf_fdnlist(int fd, struct nlist *list)
lib/libc/gen/nlist.c
229
struct nlist *p;
lib/libc/gen/nlist.c
340
struct nlist *p_local;
lib/libc/gen/nlist.c
372
elf_sym_to_nlist(struct nlist *nl, Elf_Sym *s, Elf_Shdr *shdr, int shnum)
lib/libc/gen/nlist.c
55
int __fdnlist(int, struct nlist *);
lib/libc/gen/nlist.c
56
int __aout_fdnlist(int, struct nlist *);
lib/libc/gen/nlist.c
57
int __elf_fdnlist(int, struct nlist *);
lib/libc/gen/nlist.c
60
nlist(const char *name, struct nlist *list)
lib/libc/gen/nlist.c
73
int (*fn)(int fd, struct nlist *list);
lib/libc/gen/nlist.c
84
__fdnlist(int fd, struct nlist *list)
lib/libkcore/kcore.c
101
kcore_get_generic(struct kcore_data *kc, struct nlist *nl,
lib/libkcore/kcore_file.c
131
static struct nlist nl[] = {
lib/libkcore/kcore_file.c
142
static struct nlist nl[] = {
lib/libkcore/kcore_private.h
50
int kcore_get_generic(struct kcore_data *, struct nlist *, void *, size_t);
lib/libkcore/kcore_sched.c
105
static struct nlist nl[] = {
lib/libkcore/kcore_sched.c
116
static struct nlist nl[] = {
lib/libkcore/kcore_sched.c
127
static struct nlist nl[] = {
lib/libkcore/kcore_sched.c
51
static struct nlist nl[] = {
lib/libkcore/kcore_sched.c
66
static struct nlist nl[] = {
lib/libkcore/kcore_tty.c
51
static struct nlist nl[] = {
lib/libkcore/kcore_tty.c
62
static struct nlist nl[] = {
lib/libkcore/kcore_vfs.c
51
static struct nlist nl[] = {
lib/libkvm/kvm.c
314
kvm_nlist(kvm_t *kd, struct nlist *nl)
lib/libkvm/kvm.c
316
struct nlist *p;
lib/libkvm/kvm.c
65
int __fdnlist (int, struct nlist *);
lib/libkvm/kvm.h
77
int kvm_nlist (kvm_t *, struct nlist *);
lib/libkvm/kvm_file.c
209
struct nlist nl[2];
lib/libkvm/kvm_getloadavg.c
47
static struct nlist nl[] = {
lib/libkvm/kvm_getloadavg.c
65
struct nlist *p;
lib/libkvm/kvm_getswapinfo.c
61
static struct nlist kvm_swap_nl[] = {
lib/libkvm/kvm_proc.c
507
struct nlist nl[4], *p;
lib/libkvm/kvm_x86_64.c
153
struct nlist nlists[2];
sbin/ccdconfig/ccdconfig.c
76
static struct nlist nl[] = {
sbin/dmesg/dmesg.c
49
static struct nlist nl[] = {
sys/kern/kern_objcache.c
862
objcache_reclaimlist(struct objcache *oclist[], int nlist)
sys/kern/kern_objcache.c
872
for (i = 0; i < nlist; i++) {
sys/sys/objcache.h
84
bool objcache_reclaimlist(struct objcache *oc[], int nlist);
test/debug/bufqueues.c
61
struct nlist Nl[] = {
test/debug/h2chains.c
61
struct nlist Nl[] = {
test/debug/h2dio.c
60
struct nlist Nl[] = {
test/debug/h2inodes.c
60
struct nlist Nl[] = {
test/debug/kmapinfo.c
65
struct nlist Nl[] = {
test/debug/ksyscalls.c
66
struct nlist Nl[] = {
test/debug/mbufinfo.c
84
struct nlist Nl[] = {
test/debug/ncptrace.c
71
struct nlist Nl[] = {
test/debug/psinfo.c
68
struct nlist Nl[] = {
test/debug/schedmon.c
69
struct nlist Nl[] = {
test/debug/slabinfo.c
69
struct nlist Nl[] = {
test/debug/vmobjinfo.c
72
struct nlist Nl[] = {
test/debug/vmpagehash.c
74
struct nlist Nl[] = {
test/debug/vmpageinfo.c
69
struct nlist Nl[] = {
test/debug/vmpagequeues.c
68
struct nlist Nl[] = {
test/debug/vmpqinactive.c
68
struct nlist Nl[] = {
test/debug/vnodeinfo.c
73
struct nlist Nl[] = {
test/debug/wildcardinfo.c
71
struct nlist Nl[] = {
test/debug/zallocinfo.c
69
struct nlist Nl[] = {
tools/diag/dumpvfscache/dumpvfscache.c
43
struct nlist nl[] = {
usr.bin/fstat/fstat.c
99
struct nlist nl[] = {
usr.bin/ipcs/ipcs.c
63
static struct nlist symbols[] = {
usr.bin/ktrdump/ktrdump.c
60
static struct nlist nl1[] = {
usr.bin/ktrdump/ktrdump.c
67
static struct nlist nl2[] = {
usr.bin/ktrdump/ktrdump.c
72
static struct nlist nl_version_ktr_idx[] = {
usr.bin/ktrdump/ktrdump.c
78
static struct nlist nl_version_ktr_cpu[] = {
usr.bin/mail/names.c
484
gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
usr.bin/mail/names.c
494
return (nlist);
usr.bin/mail/names.c
504
nlist = gexpand(nlist, ngh, metoo, ntype);
usr.bin/mail/names.c
518
nlist = put(nlist, np);
usr.bin/mail/names.c
521
return (nlist);
usr.bin/netstat/main.c
58
static struct nlist nl[] = {
usr.bin/netstat/netgraph.c
107
if (nlist(path, sym) == 0)
usr.bin/netstat/netgraph.c
80
struct nlist sym[] = { { .n_name = "_ngsocklist" },
usr.bin/nfsstat/nfsstat.c
58
static struct nlist nl[] = {
usr.bin/pctrack/pctrack.c
56
static struct nlist nl[] = {
usr.bin/rpcinfo/rpcinfo.c
115
struct netidlist *nlist;
usr.bin/rpcinfo/rpcinfo.c
645
for (nl = rs->nlist; nl; nl = nl->next)
usr.bin/rpcinfo/rpcinfo.c
654
nl->next = rs->nlist;
usr.bin/rpcinfo/rpcinfo.c
655
rs->nlist = nl;
usr.bin/rpcinfo/rpcinfo.c
817
rs->nlist = NULL;
usr.bin/rpcinfo/rpcinfo.c
845
for (nl = rs->nlist; nl; nl = nl->next) {
usr.bin/systat/extern.h
154
void nlisterr(struct nlist []) __dead2;
usr.bin/systat/main.c
278
nlisterr(struct nlist *n_list)
usr.bin/systat/main.c
48
static struct nlist namelist[] = {
usr.bin/systat/vmstat.c
142
static struct nlist namelist[] = {
usr.bin/vmstat/vmstat.c
66
static struct nlist namelist[] = {
usr.sbin/dconschat/dconschat.c
920
struct nlist nl[] = {{.n_name = "dcons_buf"}, {.n_name = ""}};
usr.sbin/ifmcstat/ifmcstat.c
59
struct nlist nl[] = {
usr.sbin/ngctl/list.c
101
nlist->numnames, named_only ? "named " : "");
usr.sbin/ngctl/list.c
102
for (k = 0; k < nlist->numnames; k++) {
usr.sbin/ngctl/list.c
107
"[%lx]:", (u_long) nlist->nodeinfo[k].id);
usr.sbin/ngctl/list.c
59
struct namelist *const nlist = (struct namelist *) resp->data;
usr.sbin/pstat/pstat.c
96
struct nlist nl[] = {
usr.sbin/trpt/trpt.c
147
if (nlist(syst, nl) < 0 || !nl[0].n_value)
usr.sbin/trpt/trpt.c
73
struct nlist nl[] = {