Searched refs:listhead (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsmka_pathmanager.c | 775 adapter_listhead_t *listhead; in rsmka_remove_adapter() local 798 listhead = adapter->listhead; in rsmka_remove_adapter() 802 mutex_enter(&listhead->mutex); in rsmka_remove_adapter() 806 current = listhead->next_adapter; in rsmka_remove_adapter() 818 listhead->next_adapter = current->next; in rsmka_remove_adapter() 822 listhead->adapter_count--; in rsmka_remove_adapter() 824 mutex_exit(&listhead->mutex); in rsmka_remove_adapter() 843 (void) rsm_release_controller(current->listhead->adapter_devname, in rsmka_remove_adapter() 1794 adapter_listhead_t *listhead; in init_listhead() local 1799 listhead = kmem_zalloc(sizeof (adapter_listhead_t), KM_SLEEP); in init_listhead() [all …]
|
/illumos-gate/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 189 growauditlist(dirlist_t **listhead, char *dirlist, in growauditlist() argument 200 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 277 if ((rc = growauditlist(&listhead, dirstr, NULL, &node_count)) != 0) { in loadauditlist() 295 if (listhead != NULL) { in loadauditlist() 297 listhead->dl_dirname); in loadauditlist() 298 thisdir = listhead->dl_next; in loadauditlist() [all …]
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | cmd.c | 182 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 D | file.c | 40 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 D | inc.h | 145 extern ARFILE *listhead, *listend;
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_misc.c | 285 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 D | sppp.c | 457 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 D | rsmka_path_int.h | 172 struct adapter_listhead *listhead; member
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | mevent.c | 123 static LIST_HEAD(listhead, mevent) global_head, change_head; in LIST_HEAD() argument
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | flock.c | 3667 locklist_t listhead; in get_lock_list() local 3683 llheadp = &listhead; in get_lock_list()
|