Searched refs:head (Results 351 - 375 of 653) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c978 STRUCT_DECL(msgsnap_head, head);
981 STRUCT_INIT(head, mdl);
984 if (bufsz < STRUCT_SIZE(head))
1014 size += STRUCT_SIZE(head) + nmsg * STRUCT_SIZE(mhead);
1041 STRUCT_FSET(head, msgsnap_size, size);
1042 STRUCT_FSET(head, msgsnap_nmsg, nmsg);
1043 if (copyout(STRUCT_BUF(head), buf, STRUCT_SIZE(head)))
1046 buf += STRUCT_SIZE(head);
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c265 struct ga_cache_entry **head, *current, *new, *prev; local
293 head = &ga_cache_table[HASH(cache_key, uid)];
294 NOT_NULL(head);
295 IS_ALIGNED(head);
297 for (current = *head; current; current = current->next) {
315 *head = current->next;
363 NOT_DEAD(*head);
365 new->next = *head;
366 *head = new;
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1105 uhci_td_t *head = uhcip->uhci_outst_tds_head; local
1108 while (head != NULL) {
1109 if ((!(GetTD_status(uhcip, head) & UHCI_TD_ACTIVE)) &&
1110 (head->tw->tw_claim == UHCI_NOT_CLAIMED)) {
1111 tw = head->tw;
1116 (*tw->tw_handle_td)(uhcip, head);
1119 head = uhcip->uhci_outst_tds_head;
1121 head = head->outst_td_next;
1599 * Controller does not update the queue head
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c358 jpool->head = NULL;
366 if (jpool->head != NULL) {
406 if (jpool->head != NULL) {
407 j = jpool->head;
419 putp = (void *)&jpool->cpu[i & MYRI10GE_MAX_CPU_MASK].head;
427 jpool->head = jfree;
456 j = jpool->head;
459 j = jpool->head;
464 jpool->head = j->next;
498 j->next = jpool->head;
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c711 * head - pointer to initial text portion of the message
715 fc_cmn_start(fcode_env_t *env, char *head, int path) argument
724 strcpy(new->buf, head);
725 new->len = strlen(head);
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c368 did_link_set(topo_mod_t *mod, tnode_t *head, did_t *tail) argument
372 assert(head != NULL);
373 pd = hd = did_find(mod, topo_node_getspecific(head));
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h266 struct minor *head; member in struct:mlist
375 static void free_link_list(link_list_t *head);
376 static void free_selector_list(selector_list_t *head);
H A Ddevfsadm.h249 int devfsadm_reserve_id_cache(devlink_re_t re_array[], enumerate_file_t *head);
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl266 <head>
269 </head>
515 # audit records. If the first token is "head" then the token list
524 if ($format =~ /^head:/) {
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c134 * key, datum datum for key head
135 * head head for list
142 DAPL_HASH_ELEM ** head)
151 *head = element;
163 *head = 0;
227 * Empty head - just fill it in
313 * curelement is static list head
319 * contents into the head and free the
606 * we only need to look at the head o
138 dapli_hash_rehash( DAPL_HASH_ELEM *element, DAPL_HASH_KEY key, void **datum, DAPL_HASH_ELEM ** head) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c85 uint32_t head, tail, next_tail, qsize_msk; local
114 head = wq->wq_head;
130 if (((tail + hdrmwqes) & qsize_msk) == head) {
433 uint32_t head, tail, next_tail, qsize_msk; local
468 head = wq->wq_head;
487 if (((tail + hdrmwqes) & qsize_msk) == head) {
788 uint32_t head, tail, next_tail, qsize_msk; local
850 head = wq->wq_head;
918 if (((tail + hdrmwqes) & qsize_msk) == head) {
1117 uint32_t head, tai local
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c236 ASSERT(work_queue.head == NULL);
333 while (work_queue.head == NULL) {
347 work_token = work_queue.head;
348 work_queue.head = work_token->next;
559 * head of the list.
571 if (work_queue.head == NULL) {
572 work_queue.head = work_queue.tail = token;
608 current_token = work_queue.head;
611 if (work_token == work_queue.head)
612 work_queue.head
2261 msgbuf_elem_t *head; local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c80 static void i_ldc_get_tx_head(ldc_chan_t *ldcp, uint64_t *head);
82 static int i_ldc_set_rx_head(ldc_chan_t *ldcp, uint64_t head);
86 static int i_ldc_set_rxdq_head(ldc_chan_t *ldcp, uint64_t head);
87 static void i_ldc_rxdq_copy(ldc_chan_t *ldcp, uint64_t *head);
88 static uint64_t i_ldc_dq_rx_get_state(ldc_chan_t *ldcp, uint64_t *head,
90 static uint64_t i_ldc_hvq_rx_get_state(ldc_chan_t *ldcp, uint64_t *head,
356 * lengths. Just pass the head, tail, and entries values so that the
366 #define TRACE_RXHVQ_LENGTH(ldcp, head, tail) \
369 uint64_t, head, \
378 #define Q_CONTIG_SPACE(head, tai
810 i_ldc_set_rx_head(ldc_chan_t *ldcp, uint64_t head) argument
841 i_ldc_get_tx_head(ldc_chan_t *ldcp, uint64_t *head) argument
959 i_ldc_rxdq_copy(ldc_chan_t *ldcp, uint64_t *head) argument
986 i_ldc_set_rxdq_head(ldc_chan_t *ldcp, uint64_t head) argument
996 i_ldc_dq_rx_get_state(ldc_chan_t *ldcp, uint64_t *head, uint64_t *tail, uint64_t *link_state) argument
1010 i_ldc_hvq_rx_get_state(ldc_chan_t *ldcp, uint64_t *head, uint64_t *tail, uint64_t *link_state) argument
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c765 char * head; local
804 head = makestr(headings[fld].v, " ", (char *)0);
806 printlist_setup (head, "", "\n", "\n");
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_macro.c256 struct roff_node *head; local
262 head = roff_head_alloc(man, line, ppos, tok);
273 man_unscope(man, head);
307 * keep the head open if there were no arguments.
308 * For `TP', always keep the head open.
317 /* Close out the head and open the body. */
/illumos-gate/usr/src/lib/libsmedia/library/inc/
H A Dsmedia.h154 int smedia_format_track(smedia_handle_t handle, uint_t trackno, uint_t head,
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile28 PROTOCOL_SRCDIR= $(SRC)/head/rpcsvc
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c141 freedirlist(dirlist_t *head) argument
147 if (head != NULL) {
148 n1 = head;
155 } while (n1 != head);
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c135 uintptr_t head; local
138 head = ((ulong_t)addr) + sizeof (list_t)*ii +
140 if (head != (uintptr_t)walk_this[ii].list_head.list_next) {
143 while (head != (uintptr_t)walker) {
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c552 uchar_t head[] = PRE_DEF_AU_HDR; local
560 if (write(fd, head, PRE_DEF_AU_HDR_LEN) != PRE_DEF_AU_HDR_LEN) {
582 uchar_t head[] = PRE_DEF_WAV_HDR; local
589 if (write(fd, head, PRE_DEF_WAV_HDR_LEN) != PRE_DEF_WAV_HDR_LEN) {
/illumos-gate/usr/src/cmd/sgs/packages/
H A DMakefile123 @ cd $(SRC)/head; pwd; $(MAKE) \
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c2291 _ii_lsthead_t *oldhead, **head; local
2318 for (head = &_ii_group_top; *head;
2319 head = &((*head)->lst_next)) {
2320 if ((hash == (*head)->lst_hash) &&
2321 strncmp((*head)->lst_name, uparms.shadow_vol,
2326 if (!*head) {
2333 for (np = (*head)->lst_start; np; np = np->lst_next) {
2340 for (np = (*head)
5153 _ii_lsthead_t *head; local
9961 _ii_lsthead_t *head; local
10232 _ii_lsthead_t **head; local
10284 _ii_lsthead_t **head, *oldhead = 0; local
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h166 #define HASHLIST_INSERT(var, field, head) \
168 (var)->field.hash_next = head; \
169 (var)->field.hash_pp = &(head); \
170 head = var; \
449 * Policy head. One for system policy; there may also be one present
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_drv.c153 extern void idr_list_free(struct idr_list *head);
220 dev->magiclist[i].head = NULL;
256 for (pt = dev->magiclist[i].head; pt; pt = next) {
260 dev->magiclist[i].head = dev->magiclist[i].tail = NULL;
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c496 struct authdes_cache_entry *new, *head; local
527 head = authdes_cache[index];
528 if ((new->next = head) != NULL) {
529 head->prev = new;

Completed in 110 milliseconds

<<11121314151617181920>>