Searched defs:nlist (Results 1 – 2 of 2) sorted by relevance
146 struct nlist { struct149 struct nlist *n_next; argument151 } n_un;152 unsigned char n_type;153 char n_other;154 short n_desc;155 unsigned long n_value;
27 void *nlist; in snd_array_new() local