Searched refs:n_list (Results 1 - 6 of 6) sorted by relevance

/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/cmd/prstat/
H A Dprtable.c98 tbl->n_list = Realloc(tbl->n_list, tbl->n_size*sizeof (uid_t));
101 uid = &tbl->n_list[tbl->n_nent++];
117 if (tbl->n_list[i] == uid)
H A Dprtable.h53 uid_t *n_list; member in struct:__anon1280
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c355 offsetof(struct rdsv3_notifier, n_list));
H A Daf_rds.c830 offsetof(struct rdsv3_notifier, n_list));
/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 66 milliseconds