Searched defs:n_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.h53 uid_t *n_list; member in struct:__anon1280
/illumos-gate/usr/src/cmd/news/
H A Dnews.c76 } *n_list; variable in typeref:struct:n_file
171 * files in /var/news into n_list; sort them in reverse by
190 /* Read the file names into n_list */
202 n_list = (struct n_file *)
203 realloc ((char *) n_list,
208 n_list = (struct n_file *) malloc
212 if (n_list == NULL) {
216 n_list[n_count-1].n_time = sbuf.st_mtime;
217 strncpy (n_list[n_count-1].n_name,
223 /* Sort the elements of n_list i
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h312 list_node_t n_list; member in struct:rdsv3_notifier

Completed in 47 milliseconds