Home
last modified time | relevance | path

Searched refs:listhead (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c798 listhead = adapter->listhead; in rsmka_remove_adapter()
1816 return (listhead); in init_listhead()
1837 listhead = listhead->next_listhead; in lookup_adapter_listhead()
1844 return (listhead); in lookup_adapter_listhead()
1865 if (listhead != NULL) { in rsmka_lookup_adapter()
1949 listhead = adapter->listhead; in link_adapter()
1993 if (listhead == NULL) { in init_adapter()
1997 adapter->listhead = listhead; in init_adapter()
2761 listhead = listhead->next_listhead; in get_topology_size()
2822 listhead = listhead->next_listhead; in get_topology()
[all …]
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c200 if (*listhead == NULL) in growauditlist()
201 node_p = listhead; in growauditlist()
237 if (*listhead != NULL) in growauditlist()
238 node->dl_next = *listhead; in growauditlist()
262 dirlist_t *listhead = NULL; in loadauditlist() local
295 if (listhead != NULL) { in loadauditlist()
297 listhead->dl_dirname); in loadauditlist()
298 thisdir = listhead->dl_next; in loadauditlist()
307 thisdir = listhead; in loadauditlist()
312 n1 = listhead; in loadauditlist()
[all …]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c182 listhead = NULL; in rcmd()
235 listend->ar_next = listhead; in rcmd()
236 listhead = moved_files; in rcmd()
263 listhead = NULL; in dcmd()
405 listhead = NULL; in mcmd()
438 tmphead->ar_next = listhead; in mcmd()
439 listhead = tmphead; in mcmd()
H A Dfile.c40 ARFILE *listhead, *listend; variable
425 if (listhead) in newfile()
428 listhead = fileptr; in newfile()
488 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in mksymtab()
1040 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in require64()
1110 is_elf = listhead && (listhead->ar_flag & (F_CLASS32 | F_CLASS64)); in writefile()
1240 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in writefile()
1372 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in mklong_tab()
1559 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in sizeofmembers()
H A Dinc.h145 extern ARFILE *listhead, *listend;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c285 MBLKP mp, last, listhead = NULL; in tcp_ioctl_abort_bucket() local
315 if (listhead == NULL) { in tcp_ioctl_abort_bucket()
316 listhead = mp; in tcp_ioctl_abort_bucket()
334 while ((mp = listhead) != NULL) { in tcp_ioctl_abort_bucket()
335 listhead = listhead->b_next; in tcp_ioctl_abort_bucket()
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c457 void *listhead; member
498 twd->listhead = (void *)(uintptr_t)sym.st_value; in tunll_walk_init()
517 if (twd->next == NULL || twd->next == twd->listhead) in tunll_walk_step()
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h172 struct adapter_listhead *listhead; member
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.c124 static LIST_HEAD(listhead, mevent) global_head, change_head; in LIST_HEAD() argument
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c3667 locklist_t listhead; in get_lock_list() local
3683 llheadp = &listhead; in get_lock_list()