Searched refs:head (Results 601 - 625 of 653) sorted by relevance

<<21222324252627

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c2120 link it up to the abbreviation head. If its a new one,
2124 _dwarf_pro_getabbrev(Dwarf_P_Die die, Dwarf_P_Abbrev head) argument
2134 curabbrev = head;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c2356 icmdp = isp->sess_queue_pending.head;
2368 icmdp = isp->sess_queue_pending.head;
H A Discsi.h572 iscsi_cmd_t *head; member in struct:iscsi_queue
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c1052 tbuf = pwp->iqpt->curpos = pwp->iqpt->head;
1073 pwp->iqpt->head + PMCS_IQP_TRACE_BUFFER_SIZE - 1;
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c835 for (lnp = (Addr)list.head; lnp; lnp = (Addr)lnode.next) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h369 bge_queue_item_t *head; member in struct:bge_queue
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h348 d_list_t head; member in struct:ecore_vlan_mac_obj
349 /* Implement a simple reader/writer lock on the head list.
352 u8 head_reader; /* Num. of readers accessing head list */
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h186 unm_dmah_node_t *head, *tail; member in struct:unm_cmd_buffer
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2183 lp = mp->head;
2807 for (lp = mp->head; lp; lp = lp->next) {
2820 mp->head = lp;
3283 for (mlp = mp->head; mlp; mlp = mlp->next) {
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dcommands.h593 unsigned head : 8; member in struct:scsi_bfi_defect
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1774 mlist_t *head = &instance->cmd_pool_list; local
1780 if (!mlist_empty(head)) {
1781 cmd = mlist_entry(head->next, struct megasas_cmd, list);
1782 mlist_del_init(head->next);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_hio.c478 for (portp = plist->head; portp != NULL; portp = portp->p_next) {
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dhcall.s251 hv_ldc_rx_set_qhead(uint64_t channel, uint64_t head)
969 * hv_ldc_rx_set_qhead(uint64_t channel, uint64_t head)
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h333 * QUEUE_GET_HEAD -- Macro which returns the head of the queue, but does
334 * not remove the head from the queue.
339 * QUEUE_REMOVE_HEAD -- Macro which removes the head of the head of a queue.
352 * QUEUE_POP_HEAD -- Macro which will pop the head off of a queue (list),
391 * QUEUE_PUSH_HEAD -- Macro which puts an element at the head of the queue.
506 * A "ListHead" structure that points to the head and tail of a queue
595 mblk_t *head; member in struct:_mblk_list
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c4860 fcal_packet_t *fpkt1, *fpkt2, *head = NULL, *tmp; local
4877 fpkt2->fcal_pkt_next = head;
4878 head = fpkt2;
4880 SOCAL_ID_FREE(head->fcal_socal_request.
4888 fpkt2 = head;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5313 sctp_conn_report_item(const mib_item_t *head, const mib2_sctpConnEntry_t *sp, argument
5320 const mib_item_t *local = head;
5321 const mib_item_t *remote = head;
5390 const mib_item_t *head; local
5407 head = item;
5426 sctp_conn_report_item(head, sp, attr);
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c110 * The ddi_umem_unlock FIFO list. NULL head pointer indicates empty list.
9139 struct ptnode *head; member in struct:pta
9156 for (nextp = &ap->head; *nextp; nextp = &(*nextp)->next)
9309 ap->head = NULL;
9317 if (ap->head == NULL)
9322 while ((tnp = ap->head) != NULL) {
9323 ap->head = tnp->next;
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris357 --header | --heade | --head | --hea )
H A Dconfig.guess260 # types through head -n 1, so we only detect the type of CPU 0.
261 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y278 with keep head group
502 head: | IPFY_HEAD YY_STR { DOALL(strncpy(fr->fr_grhead, $2, \ label
1584 { "head", IPFY_HEAD },
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c665 * Read the hardware maintained transmit head and wrap around
669 head_index = tx_head.bits.head;
673 "tx_rd_index %d tail %d tail_wrap %d head %d wrap %d",
1241 * Needs inputs from hardware for regs: head index had not moved since
1323 * Read the hardware maintained transmit head and wrap around bit.
1326 head_index = tx_head.bits.head;
1329 "tx_rd_index %d tail %d tail_wrap %d head %d wrap %d",
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2195 findincache(struct cachenode **head, long val) argument
2197 struct cachenode **parent = head;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h399 struct mech_list_item *head);
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c325 mdb_printf("ra_queue head: 0x%p %8Ttail 0x%p\n",
337 mdb_printf("head: %d %8Tnxtio: %d %8Ttail %d %8Tlastail: %d\n",
527 mdb_printf("dset items: %d %8T dset head %p %8T dset tail %p \n",
528 dset->nitems, dset->head, dset->tail);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c391 /* Extra head room for the MAC layer address. */
510 /* Remove unknown inetgrams from the head of inq. */
573 /* Remove unknown inetgrams from the head of inq. */
613 mblk_t *head = NULL; local
647 if (head == NULL) {
648 head = mp;
680 tcp_wput_data(tcp, head, sock_id);
1584 /* XXX should move the eager to the head */
1739 /* Remove unknown inetgrams from the head of inq. */
2350 * STREAM head parameter
[all...]

Completed in 326 milliseconds

<<21222324252627