Home
last modified time | relevance | path

Searched defs:nlist (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Da.out.h146 struct nlist { struct
149 struct nlist *n_next; argument
151 } n_un;
152 unsigned char n_type;
153 char n_other;
154 short n_desc;
155 unsigned long n_value;
/openbmc/linux/sound/hda/
H A Darray.c27 void *nlist; in snd_array_new() local