Searched refs:head (Results 376 - 400 of 653) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_qinv.c48 /* invalidation queue head and tail */
713 uint16_t head; local
722 head = QINV_IQA_HEAD(
726 + (head * QINV_ENTRY_SIZE));
732 "\tdescriptor is invalid. The head register is "
735 head,
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_tdc_hw.h180 * the current head of the transmit ring, from the tdcTxPkt block.
185 * Hardware will toggle this bit every time the head is wrapped
188 * transmitted. Software should consider the Tdr full if head ==
190 * empty of head == TdcTdrKick::tail and wrap ==
200 uint32_t head:16; member in struct:__anon5855::__anon5856
202 uint32_t head:16;
215 * the current prefetch head of the transmit ring, from the tdcPktReq
220 * Hardware will toggle this bit every time the prefetch head is
232 uint32_t head:16; member in struct:__anon5857::__anon5858
234 uint32_t head
[all...]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c317 mblk_t *head; local
331 head = NULL;
332 tail = &head;
351 return (head);
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h96 list_hdr_t *head; member in struct:list_head_s
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h116 OCE_LIST_NODE_T head; member in struct:__anon7750
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmopen.c43 Head_t head; /* space for the fake header */ member in struct:_vminit_
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h90 struct module_list *head, *tail; member in struct:module
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c257 static int cfcmd(u_int32_t cmd, u_int32_t cylinder, u_int32_t head,
535 cfcmd(u_int32_t cmd, u_int32_t cylinder, u_int32_t head, u_int32_t sector, argument
546 cfwrite8(CF_DRV_HEAD, CF_D_IBM | CF_D_LBA | head);
548 cfwrite8(CF_DRV_HEAD, CF_D_IBM | head);
652 putstr(", drv head ");
671 /* cmd, cyl, head, sect, count, feature */
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile192 ../../head \
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c49 mblk_t *head; member in struct:sctp_asconf_s
237 asc->head = NULL;
251 if (asc->head == NULL)
252 asc->head = mp;
254 linkb(asc->head, mp);
262 if (asc->head != NULL) {
263 freemsg(asc->head);
264 asc->head = NULL;
278 ASSERT(asc != NULL && asc->head != NULL);
291 mp->b_cont = asc->head;
[all...]
H A Dsctp_cookie.c930 mblk_t *head; local
1167 head = sctp_add_proto_hdr(sctp, fp, cemp, 0, NULL);
1168 if (head == NULL) {
1181 ipha_t *iph = (ipha_t *)head->b_rptr;
1186 sctp->sctp_cookie_mp = dupmsg(head);
1203 linkb(head, errmp);
1208 sctp_set_iplen(sctp, head, fp->sf_ixa);
1209 (void) conn_ip_output(head, fp->sf_ixa);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c154 static void mc_node_add(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail);
155 static void mc_node_del(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail);
156 static mc_dlist_t *mc_node_get(int id, mc_dlist_t *head);
1866 /* node is at the head of list */
1933 * Input: The pointer of node to be added, head and tail of the list
1937 mc_node_add(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail) argument
1939 DPRINTF(MC_LIST_DEBUG, ("mc_node_add: node->id %d head %p tail %p\n",
1940 node->id, (void *)*head, (void *)*tail));
1942 if (*head != NULL) {
1949 *head
1964 mc_node_del(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail) argument
1987 mc_node_get(int id, mc_dlist_t *head) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c525 * in the specified bucket by 'head'
528 ht_bucket_search(HT_ITEM *head) argument
530 HT_ITEM *item = head;
623 * bucket with something in it and return the head item.
/illumos-gate/usr/src/cmd/format/
H A Dctlr_ata.c308 new_defect->head =
491 (uint_t)chs2bn(dlist->cyl, dlist->head, dlist->sect);
H A Dio.c342 * considered a head value. Any number succeeding the second slash is
352 int cyl, head, sect; local
376 * Null out the slash and set head pointer just beyond it.
409 * Convert the head part to an integer and store it.
413 if (geti(buf, &head, &wild))
415 if ((head < 0) || (head >= nhead)) {
416 err_print("`%d' is out of range.\n", head);
423 wild = sectors(head) - 1;
426 if ((sect < 0) || (sect >= sectors(head))) {
[all...]
H A Dmenu_command.c1429 * cylinder/head/sector format.
1864 int sec, head, i; local
1916 head = 2;
1918 head = nhead - 1;
1924 bn = chs2bn(ncyl + acyl - 1, head, sec) + solaris_offset;
2109 int sec, head, i, status; local
2183 head = 2;
2185 head = nhead - 1;
2193 bn = chs2bn(ncyl + acyl - 1, head, sec) + solaris_offset;
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl71 <head>
187 </head>
/illumos-gate/usr/src/psm/stand/cpr/common/
H A DMakefile.com61 CPPINCS += -I$(SYSDIR)/sun4 -I$(SYSDIR)/common -I$(TOPDIR)/head
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h672 gz_headerp head));
818 gz_headerp head));
823 As inflate() processes the gzip stream, head->done is zero until the header
824 is completed, at which time head->done is set to one. If a zlib stream is
825 being decoded, then head->done is set to -1 to indicate that there will be
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h443 uint64_t tx_head; /* Tx queue head */
444 uint64_t tx_ackd_head; /* Tx queue ACKd head (Reliable) */
453 uint64_t rx_dq_head; /* Receive data queue head */
455 uint64_t rx_ack_head; /* Receive data ACK peek head ptr */
485 uint64_t (*readq_get_state)(ldc_chan_t *ldcp, uint64_t *head,
488 int (*readq_set_head)(ldc_chan_t *ldcp, uint64_t head);
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c1117 cur_node = transq_hdr.head;
1392 transq_dequeue(transq_hdr.head);
1441 transq_hdr.head = node_ptr->next;
1477 if (transq_hdr.head == NULL) {
1478 transq_hdr.head = *node_ptr;
1514 transq_node_t *cur_node = transq_hdr.head;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c114 /* Adds 'newone' to the end of the list starting at 'head'
117 chain_up_fde(Dwarf_Fde newone, Dwarf_Fde * head, Dwarf_Fde * cur) argument
119 if (*head == NULL)
120 *head = newone;
128 /* Adds 'newone' to the end of the list starting at 'head'
131 chain_up_cie(Dwarf_Cie newone, Dwarf_Cie * head, Dwarf_Cie * cur) argument
133 if (*head == NULL) {
134 *head = newone;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c79 struct autovec **head = apixp->x_intr_head; local
84 head[ipl] = tail[ipl] = avp;
93 * Remove and return an vector from the head of hardware interrupt
100 struct autovec **head = apixp->x_intr_head; local
102 struct autovec *avp = head[ipl];
118 head[ipl] = avp->av_ipl_link;
121 if (head[ipl] == NULL)
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c57 extern struct pollhead ptcph; /* poll head for ptcpoll() use */
300 * the stream head that is being referenced
559 * head, since it has to be done in the context of the process
897 mblk_t *head = NULL, *tail = NULL; local
909 if (!head) {
910 head = mp;
923 while (head) {
924 mp = head;
925 head = mp->b_next;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c189 for (ip = rp->head; ip != NULL; ip = np) {
334 for (ip = rp->head; ip != NULL; ip = ip->next) {
402 for (ip = rp->head; ip != NULL; ip = ip->next) {
506 for (ip = rp->head; ip != NULL; ip = ip->next) {
747 for (ip = rp->head; ip != NULL; ip = ip->next) {
799 for (ip = rp->head; ip != NULL; ip = ip->next) {

Completed in 121 milliseconds

<<11121314151617181920>>