Searched refs:head (Results 301 - 325 of 653) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c147 static void mc_node_add(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail);
148 static void mc_node_del(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail);
149 static void *mc_node_get(int id, mc_dlist_t *head);
559 bank = seg->head;
920 segi->head = banki;
1436 * Input: The pointer of node to be added, head and tail of the list
1440 mc_node_add(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail) argument
1442 DPRINTF(MC_LIST_DEBUG, ("mc_node_add: node->id %d head %p tail %p\n",
1443 node->id, (void *) *head, (void *) *tail));
1445 if (*head !
1467 mc_node_del(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail) argument
1490 mc_node_get(int id, mc_dlist_t *head) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c188 ibcm_state_data_t head; member in struct:ibcm_open_s
224 ibcm_state_data_t head; member in struct:ibcm_close_s
1435 linkp = &ibcm_open.head.open_link;
1443 * tail points to head for the empty list.
1446 tmp = &ibcm_open.head;
1447 while (tmp->open_link != &ibcm_open.head)
1499 statep->open_link = &ibcm_open.head;
1517 statep = ibcm_open.head.open_link;
1518 ibcm_open.head.open_link = statep->open_link;
1523 * tail points to head fo
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc734 db_log_entry * head; // head of list of log entries found member in struct:traverse_info
753 if (ti->head == NULL)
754 ti->head = j;
774 ti.head = ti.tail = NULL;
798 currentry = ti.head;
799 for (i = 0, currentry = ti.head;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c382 value1(tchar *var, struct varent *head)
389 vp = adrof1(var, head);
445 set1(tchar *var, tchar **vec, struct varent *head)
472 setq(var, vec, head);
523 unset1(tchar *v[], struct varent *head)
533 while (vp = madrof(*v, head->v_left))
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c809 btree_lookup(struct dir_entry *head, char *name) argument
814 for (p = head; p != NULL; ) {
830 btree_enter(struct dir_entry **head, struct dir_entry *ent) argument
836 if (*head == NULL) {
837 *head = ent;
841 for (p = *head; p != NULL; ) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c75 log_buf_t *head; member in struct:logd_s
383 while ((lbp = logdp->head) == NULL) {
388 if ((logdp->head = lbp->next) == NULL)
561 logd.head = NULL;
628 logd.head = log;
744 logd.head = log;
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c274 char *head; member in struct:__anon29
284 if (fontqueue.head + fontqueue.size <= ++fontqueue.tail) {
286 fontqueue.head = mandoc_realloc(fontqueue.head,
300 if (fontqueue.tail > fontqueue.head)
563 fontqueue.head = fontqueue.tail = mandoc_malloc(8);
1132 n->parent->head->child == NULL &&
1137 n->parent->head->child != NULL && (n->child != NULL ||
1153 body = n->child != NULL || n->parent->head->child != NULL;
H A Dhtml.h99 struct tag *head; member in struct:tagq
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c1915 rcm_init_queue(rcm_queue_t *head) argument
1917 head->next = head->prev = head;
1921 rcm_enqueue_head(rcm_queue_t *head, rcm_queue_t *element) argument
1923 rcm_enqueue(head, element);
1927 rcm_enqueue_tail(rcm_queue_t *head, rcm_queue_t *element) argument
1929 rcm_enqueue(head->prev, element);
1942 rcm_dequeue_head(rcm_queue_t *head) argument
1944 rcm_queue_t *element = head
1950 rcm_dequeue_tail(rcm_queue_t *head) argument
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c146 static NODE *head; /* the head of the sorted binary tree */ variable
264 put_entries(head);
281 put_entries(head);
420 put_entries(head);
421 free_tree(head);
422 head = np = (NODE *) malloc(sizeof (NODE));
469 if (head == NULL)
470 head = np;
472 add_node(np, head);
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A DMakefile33 init.o fio.o getname.o head.o \
/illumos-gate/usr/src/cmd/format/
H A Dmenu_defect.c299 def.head = bn2h(bn);
313 def.head = input(FIO_INT, "Enter defect's head number",
589 i+1, dptr->cyl, dptr->head,
711 &dptr->head, &dptr->bfi, &dptr->nbits, &dptr->sect);
/illumos-gate/usr/src/cmd/genmsg/
H A DMakefile43 CPPFLAGS = -I../head $(CPPFLAGS.master)
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c216 struct hdr head; /* Profile file (MON_OUT) header. */ variable in typeref:struct:hdr
223 char *pc_l; /* From head.lpc. */
225 char *pc_h; /* " head.hpc. */
509 if (fread((char *)&head, sizeof (struct hdr), 1, mon_iop) != 1)
515 n_cc = head.nfns;
527 n_pc = (n - sizeof (head) - n_cc * sizeof (struct cnt))/sizeof (WORD);
537 if (n_cc < head.nfns) {
585 pc_l = head.lpc; /* Low PC of range that was profiled. */
586 pc_h = head.hpc; /* First address past range of profiling. */
593 pc_l, pc_h, pc_m, pc_m, head
[all...]
/illumos-gate/usr/src/ucbcmd/
H A DMakefile109 head \
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c159 buf_item_tail->next = txbuf_queue->head;
160 txbuf_queue->head = buf_item_head;
325 txbuf_item = txbuf_queue->head;
326 txbuf_queue->head = (bge_queue_item_t *)txbuf_item->next;
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c318 mblk_t *head; local
326 head = NULL;
327 tail = &head;
414 return (head);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3i.h111 struct bank_info *head; /* first bank at this segment */ member in struct:seg_info
/illumos-gate/usr/src/lib/librpcsvc/
H A DMakefile30 HEAD_DIR= ../../head/rpcsvc
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A DMakefile149 $(K5PROGS) := CPPFLAGS += -I$(SRC)/head \
246 -I$(SRC)/head -I$(SRC)/uts/common/ \
252 -I$(SRC)/head -I$(SRC)/uts/common/ \
259 -I$(SRC)/head -I$(SRC)/uts/common/ \
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c674 sysdc_t *head; local
683 head = *headp;
684 sdc->sdc_next = head;
685 } while (atomic_cas_ptr(headp, head, sdc) != head);
733 sysdc_t *head, *tail; local
751 head = atomic_swap_ptr(headp, &sysdc_dummy);
752 prevptr = &head;
806 } while (atomic_cas_ptr(headp, tail, head) != tail);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c363 gem_rx_desc_dma_sync(struct gem_dev *dp, int head, int nslot, int how) argument
375 n = dp->gc.gc_rx_ring_size - head;
385 (off_t)(head << rx_desc_unit_shift),
391 gem_tx_desc_dma_sync(struct gem_dev *dp, int head, int nslot, int how) argument
403 n = dp->gc.gc_tx_ring_size - head;
413 (off_t)((head << tx_desc_unit_shift)
420 gem_rx_start_default(struct gem_dev *dp, int head, int nslot) argument
423 SLOT(head, dp->gc.gc_rx_ring_size), nslot,
982 seqnum_t head; local
1004 head
1057 seqnum_t head; local
1335 seqnum_t head; local
1434 seqnum_t head; local
1948 seqnum_t head; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2721 mdb_warn("failed to read list head at %p", addr);
3287 list_t head; local
3293 if (mdb_vread(&head, sizeof (list_t), (uintptr_t)khead) == -1) {
3301 * head. So we need to calculate the address manually.
3303 if ((char *)head.list_head.list_next != khead +
3305 entry = list_object(&head, head.list_head.list_next);
3325 list_t head; local
3345 if (mdb_vread(&head, sizeof (list_t), (uintptr_t)khead) == -1) {
3354 * compare list_next with the kernel address of the list head
3406 ilb_conn_hash_t head; local
3457 ilb_conn_hash_t head; local
3528 list_t head; local
3567 list_t head; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2198 * return the head
2203 entity_attribute_t *head, *current; local
2210 head = kmem_zalloc(sizeof (entity_attribute_t), KM_SLEEP);
2212 current = head;
2220 return (head);
2226 * Copies the Global item list pointed to by head
2232 hidparser_cp_attribute_list(entity_attribute_t *head) argument
2236 if (!head) {
2241 current_src = head;
2270 * Find the last item in the attribute list pointed to by head
2273 hidparser_find_attribute_end(entity_attribute_t *head) argument
2338 hidparser_free_attribute_list(entity_attribute_t *head) argument
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c189 /* cache head for devfsadm_enumerate*() functions */
1064 * The list head is not used during the deferred create phase
1069 assert((dep->head == NULL) ^ (dep->tail != NULL));
1072 for (smp = NULL, mp = dep->head; mp; mp = mp->next) {
1864 if (cdep != NULL && cdep->head != NULL) {
1995 assert(dep->head == NULL || dep->tail != NULL);
1996 if (dep->head == NULL) {
1997 dep->head = mp;
3296 linkhead_t *head; local
3330 head
4234 linkhead_t *head; local
5299 temp_t *head = NULL; local
6453 link_list_t *head = NULL; local
6885 free_selector_list(selector_list_t *head) argument
6898 free_link_list(link_list_t *head) argument
8629 devfsadm_reserve_id_cache(devlink_re_t re_array[], enumerate_file_t *head) argument
[all...]

Completed in 128 milliseconds

<<11121314151617181920>>