Home
last modified time | relevance | path

Searched refs:head (Results 251 – 275 of 714) sorted by relevance

1...<<11121314151617181920>>...29

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c392 if (kctx->auk_queue.head) in au_enqueue()
395 kctx->auk_queue.head = m; in au_enqueue()
424 ASSERT(kctx->auk_queue.head != NULL); in au_dequeue()
427 l = m = kctx->auk_queue.head; in au_dequeue()
437 kctx->auk_queue.head = l; in au_dequeue()
666 if (!kctx->auk_queue.head) in au_doorio()
672 cAR = kctx->auk_queue.head; /* start at head of queue */ in au_doorio()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c165 pmaplist_ptr head = NULL; in pmap_getmaps() local
177 (caddr_t)&head, minutetimeout) != RPC_SUCCESS) { in pmap_getmaps()
184 return ((struct pmaplist *)head); in pmap_getmaps()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_001_pos.ksh50 typeset -i trival_count=3 head=0 mid end
55 nums="$head $mid $end"
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c149 static NODE *head; /* the head of the sorted binary tree */ variable
261 put_entries(head); in main()
278 put_entries(head); in main()
405 put_entries(head); in pfnote()
406 free_tree(head); in pfnote()
407 head = np = (NODE *) malloc(sizeof (NODE)); in pfnote()
443 if (head == NULL) in pfnote()
444 head = np; in pfnote()
446 add_node(np, head); in pfnote()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c421 insert_cmdline(const char *head, const char *prop) in insert_cmdline() argument
427 tail = strstr(head, prop_opt); in insert_cmdline()
431 diff = tail - head; in insert_cmdline()
438 asprintf(&cmdline, "%s%s%s", head, prop_opt, prop); in insert_cmdline()
440 asprintf(&cmdline, "%.*s%s,%s", len, head, prop, tail); in insert_cmdline()
848 struct chunk_head *head; in multiboot2_exec() local
1278 head = &relocator->rel_chunk_head; in multiboot2_exec()
1279 STAILQ_INIT(head); in multiboot2_exec()
1287 STAILQ_INSERT_TAIL(head, chunk, chunk_next); in multiboot2_exec()
1306 STAILQ_INSERT_TAIL(head, chunk, chunk_next); in multiboot2_exec()
[all …]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c797 head->next = NULL; in di_walk_node()
798 head->node = root; in di_walk_node()
803 while (head != NULL) in di_walk_node()
874 head->next = NULL; in di_walk_minor()
875 head->node = root; in di_walk_minor()
880 while (head != NULL) in di_walk_minor()
3623 head->next = NULL; in di_walk_link()
3624 head->node = root; in di_walk_link()
3629 while (head != NULL) in di_walk_link()
3686 head->next = NULL; in di_walk_lnode()
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_stream.c951 mblk_t *head, *nbp; in dupmsg() local
953 if (!bp || !(nbp = head = dupb(bp))) in dupmsg()
958 freemsg(head); in dupmsg()
964 return (head); in dupmsg()
974 mblk_t *head, *nbp; in dupmsg_noloan() local
982 freemsg(head); in dupmsg_noloan()
988 return (head); in dupmsg_noloan()
1046 mblk_t *head, *nbp; in copymsg() local
1048 if (!bp || !(nbp = head = copyb(bp))) in copymsg()
1053 freemsg(head); in copymsg()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_osal.c55 &qede->phys_mem_list.head, in qede_osal_find_dma_handle_for_block()
82 QEDE_LIST_FOR_EACH_ENTRY(entry, &qede->phys_mem_list.head, in qede_osal_dma_sync()
260 QEDE_LIST_ADD(&new_entry->list_entry, &qede->phys_mem_list.head); in qede_osal_dma_alloc_coherent()
284 QEDE_LIST_FOR_EACH_ENTRY(entry, &qede->phys_mem_list.head, in qede_osal_dma_free_coherent()
288 &qede->phys_mem_list.head); in qede_osal_dma_free_coherent()
725 if (!QEDE_LIST_EMPTY(&qede->phys_mem_list.head)) { in qede_osal_cleanup()
732 &qede->phys_mem_list.head, in qede_osal_cleanup()
738 &qede->phys_mem_list.head); in qede_osal_cleanup()
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c401 struct nlm_vhold_list head; in nlm_vhold_walk_init() local
421 if (mdb_vread(&head, sizeof (head), addr) < 0) { in nlm_vhold_walk_init()
426 wsp->walk_addr = (uintptr_t)head.tqh_first; in nlm_vhold_walk_init()
533 struct nlm_slreq_list head; in nlm_slreq_walk_init() local
553 if (mdb_vread(&head, sizeof (head), addr) < 0) { in nlm_slreq_walk_init()
558 wsp->walk_addr = (uintptr_t)head.tqh_first; in nlm_slreq_walk_init()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxrcv.c208 mblk_t *head = NULL; in bnx_recv_ring_recv() local
435 if (head == NULL) { in bnx_recv_ring_recv()
436 head = mp; in bnx_recv_ring_recv()
445 if (head) { in bnx_recv_ring_recv()
449 umdevice->os_param.rx_resc_handle[ringidx], head); in bnx_recv_ring_recv()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c481 while ((alist.last - alist.head) > 0) { in main()
482 fname = alist.head->fname; in main()
490 alist.head++; in main()
492 alist.head = (struct afile *)NULL; in main()
H A DMakefile34 HEADERS= ../../../head/protocols/dumprestore.h \
42 GLOBAL= ../../../head
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_svc.c389 ndr_binding_t *head = NULL; in ndr_svc_binding_pool_init() local
393 pool[ix].next = head; in ndr_svc_binding_pool_init()
397 head = &pool[ix]; in ndr_svc_binding_pool_init()
400 *headpp = head; in ndr_svc_binding_pool_init()
/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c161 uint8_t head, num; in convert_element() local
182 head = 0; in convert_element()
185 head = data[HEAD_ITER]; in convert_element()
192 for (i = head, n = 0, data += sizeof (uint32_t); n < num; in convert_element()
/illumos-gate/usr/src/tools/quick/
H A Dmake-zfs68 (cd $SRC/head && $make clobber)
81 test -f $SRC/head/rpcsvc/nispasswd.h ||
82 (cd $SRC/head && $make -k install_h)
90 (cd $SRC/head && $make install_h)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h316 extern void pr_iol_initlist(list_t *head, size_t itemsize, int nitems);
317 extern void * pr_iol_newbuf(list_t *head, size_t itemsize);
318 extern int pr_iol_copyout_and_free(list_t *head, caddr_t *tgt, int errin);
319 extern int pr_iol_uiomove_and_free(list_t *head, uio_t *uiop, int errin);
/illumos-gate/usr/src/cmd/backup/lib/
H A DMakefile49 ../../../head/protocols/dumprestore.h \
64 GLOBAL= ../../../head
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_emul.h114 int head; member
143 (x)->head = (x)->tail = 0; \
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c73 DirNode *head; /* The head of the list of used and unused cache nodes */ member
179 ef->cache.head = NULL; in new_ExpandFile()
250 for(dnode=ef->cache.head; dnode; dnode=dnode->next) in del_ExpandFile()
257 ef->cache.head = ef->cache.tail = ef->cache.next = NULL; in del_ExpandFile()
724 cache->head = node; in ef_open_dir()
746 cache->head = node->next; in ef_open_dir()
787 cache->head = cache->tail = node; in ef_close_dir()
/illumos-gate/usr/src/uts/common/idmap/
H A Dkidmap_priv.h75 struct sid2pid head; member
86 struct pid2sid head; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c144 head = qp->qp_sq_wqhdr->wq_head; in tavor_post_send()
202 if (next_tail == head) { in tavor_post_send()
489 if (next_tail == head) { in tavor_post_recv()
2512 uint32_t head, tail, size; in tavor_wrid_add_entry() local
2550 if (head == tail) { in tavor_wrid_add_entry()
2683 uint32_t head, tail, size; in tavor_wrid_find_match() local
2725 head = container->wl_head; in tavor_wrid_find_match()
2731 head = ((head + 1) & (size - 1)); in tavor_wrid_find_match()
2753 if (head == tail) { in tavor_wrid_find_match()
2771 container->wl_head = head; in tavor_wrid_find_match()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2168 entity_attribute_t *head, *current; in hidparser_alloc_attrib_list() local
2177 current = head; in hidparser_alloc_attrib_list()
2185 return (head); in hidparser_alloc_attrib_list()
2197 hidparser_cp_attribute_list(entity_attribute_t *head) in hidparser_cp_attribute_list() argument
2201 if (!head) { in hidparser_cp_attribute_list()
2206 current_src = head; in hidparser_cp_attribute_list()
2240 if (head == NULL) { in hidparser_find_attribute_end()
2244 while (head->entity_attribute_next != NULL) { in hidparser_find_attribute_end()
2245 head = head->entity_attribute_next; in hidparser_find_attribute_end()
2248 return (head); in hidparser_find_attribute_end()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c1044 uint32_t head, tail, next_tail, qsize_msk; in dapli_arbel_post_send() local
1065 head = qp->qp_sq_wqhdr->wq_head; in dapli_arbel_post_send()
1082 if (next_tail == head) { in dapli_arbel_post_send()
1182 uint32_t head, tail, next_tail, qsize_msk; in dapli_arbel_post_recv() local
1198 head = qp->qp_rq_wqhdr->wq_head; in dapli_arbel_post_recv()
1222 if (next_tail == head) { in dapli_arbel_post_recv()
1293 uint32_t head, next_head, qsize_msk; in dapli_arbel_post_srq() local
1320 head = srq->srq_wridlist->wl_freel_head; in dapli_arbel_post_srq()
1322 next_head = (head + 1) & qsize_msk; in dapli_arbel_post_srq()
1325 desc = srq->srq_wridlist->wl_free_list[head]; in dapli_arbel_post_srq()
/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc41 static void print_deplist(Dependency head);
218 print_deplist(Dependency head) in print_deplist() argument
222 for (dp = head; dp != NULL; dp = dp->next) { in print_deplist()
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c175 struct deviceent *head; member
342 (devicelist.head)->next = NULL; in initdevicelist()
365 pdevice = (devicelist.head)->next; in freedevicelist()
422 p = devicelist.head; in addtodevicelist()
637 for (p = devicelist.head->next; p; p = p->next) *q++ = p->name; in buildreturnlist()

1...<<11121314151617181920>>...29