Searched defs:listhead (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c457 void *listhead; member in struct:tll_walk_data
498 twd->listhead = (void *)(uintptr_t)sym.st_value;
517 if (twd->next == NULL || twd->next == twd->listhead)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c285 MBLKP mp, last, listhead = NULL; local
314 if (listhead == NULL) {
315 listhead = mp;
333 while ((mp = listhead) != NULL) {
334 listhead = listhead->b_next;
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c189 growauditlist(dirlist_t **listhead, char *dirlist, argument
200 if (*listhead == NULL)
201 node_p = listhead;
237 if (*listhead != NULL)
238 node->dl_next = *listhead;
262 dirlist_t *listhead = NULL; local
277 if ((rc = growauditlist(&listhead, dirstr, NULL, &node_count)) != 0) {
295 if (listhead != NULL) {
297 listhead->dl_dirname);
298 thisdir = listhead
[all...]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c39 ARFILE *listhead, *listend; variable
424 if (listhead)
427 listhead = fileptr;
487 for (fptr = listhead; fptr; fptr = fptr->ar_next) {
1039 for (fptr = listhead; fptr; fptr = fptr->ar_next) {
1109 is_elf = listhead && (listhead->ar_flag & (F_CLASS32 | F_CLASS64));
1238 for (fptr = listhead; fptr; fptr = fptr->ar_next) {
1370 for (fptr = listhead; fptr; fptr = fptr->ar_next) {
1557 for (fptr = listhead; fpt
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c84 * Always acquired before listhead->mutex
89 * Always acquired before listhead->mutex
91 * (mutex) listhead->mutex
92 * protects adapter listhead, linked list of
775 adapter_listhead_t *listhead; local
798 listhead = adapter->listhead;
802 mutex_enter(&listhead->mutex);
806 current = listhead->next_adapter;
818 listhead
1794 adapter_listhead_t *listhead; local
1827 adapter_listhead_t *listhead; local
1858 adapter_listhead_t *listhead; local
1940 adapter_listhead_t *listhead; local
1978 adapter_listhead_t *listhead; local
2745 adapter_listhead_t *listhead; local
2798 adapter_listhead_t *listhead; local
[all...]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h174 struct adapter_listhead *listhead; member in struct:adapter
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c3665 locklist_t listhead; local
3681 llheadp = &listhead;

Completed in 104 milliseconds