Symbol: nlist
bin/ps/extern.h
35
struct nlist;
bin/ps/extern.h
59
void nlisterr(struct nlist *);
bin/ps/nlist.c
134
nlisterr(struct nlist nl[])
bin/ps/nlist.c
48
struct nlist psnl[] = {
include/kvm.h
68
int kvm_nlist(kvm_t *, struct nlist *);
include/nlist.h
84
int nlist(const char *, struct nlist *);
lib/libc/gen/nlist.c
291
nlist(const char *name, struct nlist *list)
lib/libc/gen/nlist.c
47
int __fdnlist(int, struct nlist *);
lib/libc/gen/nlist.c
87
__fdnlist(int fd, struct nlist *list)
lib/libc/gen/nlist.c
89
struct nlist *p;
lib/libkvm/kvm.c
67
extern int __fdnlist(int, struct nlist *);
lib/libkvm/kvm.c
682
struct nlist nitem;
lib/libkvm/kvm.c
733
if (rec.data == 0 || rec.size != sizeof(struct nlist))
lib/libkvm/kvm.c
753
kvm_nlist(kvm_t *kd, struct nlist *nl)
lib/libkvm/kvm.c
755
struct nlist *p;
lib/libkvm/kvm.c
793
if (rec.data == 0 || rec.size != sizeof(struct nlist))
lib/libkvm/kvm.c
799
bcopy((char *)rec.data + offsetof(struct nlist, n_type),
lib/libkvm/kvm.c
801
bcopy((char *)rec.data + offsetof(struct nlist, n_value),
lib/libkvm/kvm.c
814
struct nlist nl[2];
lib/libkvm/kvm_file2.c
202
struct nlist nl[3], *p;
lib/libkvm/kvm_file2.c
268
struct nlist nl[4], *np;
lib/libkvm/kvm_getloadavg.c
48
static struct nlist nl[] = {
lib/libkvm/kvm_getloadavg.c
68
struct nlist *p;
lib/libkvm/kvm_i386.c
116
struct nlist nl[4];
lib/libkvm/kvm_mips64.c
83
struct nlist nl[4];
lib/libkvm/kvm_proc2.c
124
struct nlist nl[3];
lib/libkvm/kvm_proc2.c
467
struct nlist nl[5];
regress/sys/arch/amd64/dump_tables/dump_tables.c
81
struct nlist proc0[] = { { "_proc0paddr" }, { NULL } };
regress/sys/arch/amd64/fpu/fxproc0.c
52
struct nlist nl[] = { { .n_name = "_proc0" }, { .n_name = NULL } };
sbin/dmesg/dmesg.c
50
struct nlist nl[] = {
sbin/savecore/savecore.c
60
struct nlist current_nl[] = { /* Namelist for currently running system. */
sbin/savecore/savecore.c
80
struct nlist dump_nl[] = { /* Name list for dumped system. */
usr.bin/ipcs/ipcs.c
663
struct nlist symbols[] = {
usr.bin/mail/names.c
400
gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
usr.bin/mail/names.c
410
return(nlist);
usr.bin/mail/names.c
420
nlist = gexpand(nlist, ngh, metoo, ntype);
usr.bin/mail/names.c
434
nlist = put(nlist, np);
usr.bin/mail/names.c
437
return(nlist);
usr.bin/mklocale/yacc.y
349
rune_list *nlist = list->next;
usr.bin/mklocale/yacc.y
351
list = nlist;
usr.bin/netstat/main.c
56
struct nlist nl[] = {
usr.bin/nfsstat/nfsstat.c
61
struct nlist nl[] = {
usr.bin/nm/util.h
36
struct nlist nl;
usr.bin/rdist/gram.y
101
| nlist '-' nlist {
usr.bin/rdist/gram.y
104
| nlist '+' nlist {
usr.bin/rdist/gram.y
107
| nlist '&' nlist {
usr.bin/rdist/gram.y
112
nlist: NAME = {
usr.bin/rdist/gram.y
72
%type <namel> namelist, names, opt_namelist nlist
usr.bin/rdist/gram.y
98
namelist: nlist {
usr.bin/ssh/misc.c
3033
struct nlist nl[2];
usr.bin/ssh/misc.c
3039
if ((r = nlist(path, nl)) == -1) {
usr.bin/systat/main.c
156
nlisterr(struct nlist namelist[])
usr.bin/systat/systat.h
90
void nlisterr(struct nlist []);
usr.bin/vmstat/dkstats.c
54
static struct nlist namelist[] = {
usr.bin/vmstat/vmstat.c
62
struct nlist namelist[] = {
usr.sbin/acpidump/acpidump.c
710
struct nlist nl[2];
usr.sbin/acpidump/acpidump.c
740
struct nlist nl[2];
usr.sbin/config/ukc.c
74
if (nlist(file, nl) == -1)
usr.sbin/config/ukc.c
78
struct nlist *knl;
usr.sbin/config/ukc.h
51
struct nlist nl[] = {
usr.sbin/config/ukc.h
82
extern struct nlist nl[];
usr.sbin/installboot/i386_installboot.c
962
struct nlist *nl;
usr.sbin/installboot/i386_installboot.c
973
nl = calloc(2, sizeof(struct nlist));
usr.sbin/installboot/i386_installboot.h
51
struct nlist;
usr.sbin/installboot/i386_installboot.h
53
int nlist_elf32(const char *, struct nlist *);
usr.sbin/installboot/i386_nlist.c
299
nlist_elf32(const char *name, struct nlist *list)
usr.sbin/installboot/i386_nlist.c
48
static int __elf_fdnlist(int, struct nlist *);
usr.sbin/installboot/i386_nlist.c
51
int nlist_elf32(const char *, struct nlist *);
usr.sbin/installboot/i386_nlist.c
94
__elf_fdnlist(int fd, struct nlist *list)
usr.sbin/installboot/i386_nlist.c
96
struct nlist *p;
usr.sbin/kgmon/kgmon.c
49
struct nlist nl[] = {
usr.sbin/kvm_mkdb/nlist.c
51
typedef struct nlist NLIST;
usr.sbin/ldapd/schema.c
1106
schema_dump_names(const char *desc, struct name_list *nlist,
usr.sbin/ldapd/schema.c
1111
if (nlist == NULL || SLIST_EMPTY(nlist))
usr.sbin/ldapd/schema.c
1118
name = SLIST_FIRST(nlist);
usr.sbin/ldapd/schema.c
1128
SLIST_FOREACH(name, nlist, next)
usr.sbin/ldapd/schema.c
532
struct name_list *nlist = NULL;
usr.sbin/ldapd/schema.c
549
nlist = push_name(nlist, kw);
usr.sbin/ldapd/schema.c
552
return nlist;
usr.sbin/ldapd/schema.c
561
schema_free_name_list(struct name_list *nlist)
usr.sbin/ldapd/schema.c
565
while ((name = SLIST_FIRST(nlist)) != NULL) {
usr.sbin/ldapd/schema.c
566
SLIST_REMOVE_HEAD(nlist, next);
usr.sbin/ldapd/schema.c
570
free(nlist);
usr.sbin/procmap/procmap.c
165
struct nlist nl[] = {
usr.sbin/pstat/pstat.c
237
struct nlist *nl;
usr.sbin/pstat/pstat.c
71
struct nlist vnodenl[] = {
usr.sbin/pstat/pstat.c
89
struct nlist *globalnl;
usr.sbin/trpt/trpt.c
101
struct nlist nl[] = {