Searched refs:listhead (Results 1 – 9 of 9) sorted by relevance
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/usr/src/cmd/sgs/ar/common/ |
H A D | cmd.c | 181 listhead = NULL; in rcmd() 234 listend->ar_next = listhead; in rcmd() 235 listhead = moved_files; in rcmd() 262 listhead = NULL; in dcmd() 404 listhead = NULL; in mcmd() 437 tmphead->ar_next = listhead; in mcmd() 438 listhead = tmphead; in mcmd()
|
H A D | file.c | 39 ARFILE *listhead, *listend; variable 424 if (listhead) in newfile() 427 listhead = fileptr; in newfile() 487 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in mksymtab() 1039 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in require64() 1109 is_elf = listhead && (listhead->ar_flag & (F_CLASS32 | F_CLASS64)); in writefile() 1238 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in writefile() 1370 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in mklong_tab() 1557 for (fptr = listhead; fptr; fptr = fptr->ar_next) { in sizeofmembers()
|
H A D | inc.h | 145 extern ARFILE *listhead, *listend;
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_misc.c | 285 MBLKP mp, last, listhead = NULL; in tcp_ioctl_abort_bucket() local 314 if (listhead == NULL) { in tcp_ioctl_abort_bucket() 315 listhead = mp; in tcp_ioctl_abort_bucket() 333 while ((mp = listhead) != NULL) { in tcp_ioctl_abort_bucket() 334 listhead = listhead->b_next; in tcp_ioctl_abort_bucket()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/sys/rsm/ |
H A D | rsmka_path_int.h | 174 struct adapter_listhead *listhead; member
|
/titanic_41/usr/src/uts/common/os/ |
H A D | flock.c | 3352 locklist_t listhead; in get_lock_list() local 3368 llheadp = &listhead; in get_lock_list()
|