Searched refs:head (Results 451 - 475 of 653) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h167 di_off_t head; /* head of per instance list */ member in struct:di_devnm
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h356 mblk_t *tx_mhead; /* tx mblks head */
443 vsw_port_t *head; /* head of the list */ member in struct:vsw_port_list
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c273 int error = 0, head, sec; local
437 * on head 2 instead of the last head. They are always on the
441 head = 2;
443 head = nhead - 1;
451 ((chs2bn(ncyl + acyl - 1, head, sec))
/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm.c750 rcm_append_info(rcm_info_t **head, rcm_info_t *info) argument
754 if (head == NULL) {
759 if ((tuple = *head) == NULL) {
760 *head = info;
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h358 * There is a default queue root for each queue head (see below).
361 * (when more than one wchan hashes to the same queue head).
390 * Each queue head points to a list of queue roots, defined above.
391 * Each queue head contains a default queue root for use when only one
625 __cleanup_t *ul_clnup_hdr; /* head of cleanup handlers list */
874 _exthdlr_t *head; member in struct:__anon76
890 caddr32_t head; member in struct:__anon77
915 _qexthdlr_t *head; member in struct:__anon78
924 caddr32_t head; member in struct:__anon79
1090 caddr32_t ul_clnup_hdr; /* head o
[all...]
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c992 char *head, *newarg; local
1016 head = &bootargs_scratch[0];
1115 rootlen = (newarg) ? (newarg - head) : buflen;
1148 rootlen = (newarg) ? (newarg - head) : buflen;
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h137 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1338 __s_api_addRefInfo(ns_referral_info_t **head, char *url, argument
1353 if (head == NULL)
1520 if (*head) {
1521 for (tmpref = *head; tmpref->next; tmpref = tmpref->next)
1525 *head = ref;
1536 __s_api_deleteRefInfo(ns_referral_info_t *head) argument
1544 for (ref = head; ref; ) {
H A Dns_connmgmt.c2049 * Start from the head of the cm linked
2366 ns_conn_waiter_t *head = &conn_mt->waiter; local
2371 mywait.next = head->next;
2372 mywait.prev = head;
2375 head->next = &mywait;
2392 ns_conn_waiter_t *head = &conn_mt->waiter; local
2393 ns_conn_waiter_t *tmp = head->next;
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c237 for (ip = rp->head; ip != NULL; ip = np) {
401 for (ip = rp->head; ip != NULL; ip = ip->next) {
455 for (ip = rp->head; ip != NULL; ip = ip->next) {
501 for (ip = rp->head; ip != NULL; ip = ip->next)
627 for (ip = rp->head; ip != NULL; ip = ip->next) {
697 for (ip = rp->head; ip != NULL; ip = ip->next) {
784 for (ip = rp->head; ip != NULL; ip = ip->next) {
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c2301 /* setup frame -- must be at head of list -- guaranteed by caller! */
2535 int head, cnt; local
2540 head = mxfep->mxfe_rxhead;
2545 DBG(DRECV, "receive at index %d", head);
2547 rmd = &mxfep->mxfe_rxdescp[head];
2548 rxb = mxfep->mxfe_rxbufs[head];
2550 SYNCRXDESC(mxfep, head, DDI_DMA_SYNC_FORKERNEL);
2640 SYNCRXDESC(mxfep, head, DDI_DMA_SYNC_FORDEV);
2643 head = (head
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c1261 daddr_t blksinuse, head, tail, nblks, eblk, sblk; local
1277 head = mt->un_l_head;
1282 if (head <= tail)
1283 blksinuse = tail - head;
1285 blksinuse = (eblk - head) + (tail - sblk);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c976 * a full log (head == tail) from an empty log (head == tail)
1225 * The head will be set to (new_lof - header) since ldl_sethead is
1298 * don't update the head if there has been an error
1303 /* Fix up the head and ident */
1543 off_t head; local
1552 head = ul->un_head_lof;
1561 if (head <= tail)
1562 busybytes = tail - head;
1564 busybytes = (eol - head)
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h253 te_t *head; /* head of te_t list (first timer) */ member in struct:tb_s
266 tb_t *head; /* head of tb_t list (first timer bucket) */ member in struct:ti_s
297 struct nca_conn_s *head; /* Head of nca_conn_t list */ member in struct:tw_s
343 struct node_s *head; member in struct:nodef_s
380 struct nca_conn_s *connhead; /* head of list of conn(s) in miss */
392 mblk_t *rcv_head; /* rcv_list head */
420 struct node_s *fileback; /* head node_t of a file list (-1 for death) */
422 struct node_s *ctagback; /* head node_
1087 struct nca_conn_s *head; member in struct:connf_s
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c752 for (portp = plist->head; portp != NULL; portp = portp->p_next) {
1312 * np: head of pkt chain to be validated and untagged.
1316 * np: head of updated chain of packets
1778 * head of list, if no other element is in
1793 * Not head of list, no need to do
1896 mblk_t *head = NULL; local
1914 if (head == NULL) {
1915 head = tail = bp;
1925 return (head);
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2706 /* add the evd to the head of the list */
3026 daplka_evd_event_t *head; local
3140 while (head = daplka_evd_event_dequeue(
3147 head->ee_cmev.ec_cm_ev_type;
3149 (uint64_t)head->ee_cmev.ec_cm_cookie;
3151 head->ee_cmev.ec_cm_psep_cookie;
3153 &evp[num_events], head);
3154 kmem_free(head, sizeof (daplka_evd_event_t));
3166 while ((head = daplka_evd_event_dequeue
3172 if (head
3658 daplka_evd_event_t *head; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c812 /* try reading last sector of cyl 1, head 0 */
1128 int cyl, head, sect; local
1199 /* start head of req */
1200 head = bincyl / chp->fdc_secptrack;
1225 "cyl %d head %d sec %d\n resid 0x%lx, tlen %d\n",
1226 blk, (void *)addr, len, cyl, head, sect,
1233 bp->b_flags & B_READ, cyl, head, sect, addr, tlen);
1731 int cyl, head, spc, spt; local
1795 head = (fc.fdc_blkno % spc) / spt;
1796 if ((cyl | head)
[all...]
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1659 wpi_rx_head_t *head; local
1673 head = (wpi_rx_head_t *)((caddr_t)(stat + 1) + stat->len);
1674 tail = (wpi_rx_tail_t *)((caddr_t)(head + 1) + LE_16(head->len));
1676 len = LE_16(head->len);
1680 len, (int8_t)stat->rssi, head->rate, head->chan,
1710 tap->wr_rate = head->rate;
1712 LE_16(ic->ic_channels[head->chan].ic_freq);
1714 LE_16(ic->ic_channels[head
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java306 List head = new List(null); // head of the list always null, field in class:ServiceStoreInMemory.RegRecord
319 return head.insertAfter(rec);
330 List l = head;
343 return "<RegRecord value="+value+"list="+head.next+">";
624 if (rec.head.next == null) {
1446 List l = qRec.head.next;
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c396 * Verify correctness of list head/tail pointers.
398 #define LISTCHECK(head, tail, link) { \
399 EQUIV(head, tail); \
404 * Enqueue a list element `el' in the end of a list denoted by `head' and `tail'
407 #define ENQUEUE(el, head, tail, link) { \
409 LISTCHECK(head, tail, link); \
410 if (head == NULL) \
411 head = el; \
418 * Dequeue the first element of the list denoted by `head' and `tail' pointers
421 #define DQ(el, head, tai
7094 mblk_t *bp, *head, *tail, *prev, *next; local
[all...]
H A Dkmem.c1901 * are pending (list head) and a slab freed while the
2833 kmem_bufctl_t *next, *head; local
2849 head = sp->slab_head;
2860 while (head != NULL) {
2861 void *buf = KMEM_BUF(cp, head);
2872 head = head->bc_next;
2900 ASSERT(head != NULL);
2906 while (head != NULL) {
2908 next = head
[all...]
H A Dsunmdi.c1383 struct client_hash *head; local
1388 head = &vh->vh_client_table[index];
1389 ct->ct_hnext = (mdi_client_t *)head->ct_hash_head;
1390 head->ct_hash_head = ct;
1391 head->ct_hash_count++;
1405 struct client_hash *head; local
1413 head = &vh->vh_client_table[index];
1416 next = (mdi_client_t *)head->ct_hash_head;
1426 head->ct_hash_count--;
1428 head
1498 struct client_hash *head; local
2047 mdi_pathinfo_t *head; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c727 int err, head; local
735 * yields head number and buffer address
740 head = STRUCT_FGET(adh, head);
741 if (head < 0 || head >= dadkp->dad_phyg.g_head)
758 bp->b_blkno = head; /* I had to put it somwhere! */
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c381 t = h->tags.head;
423 t = h->tags.head;
499 PAIR_CLASS_INIT(&tag, "head");
506 PAIR_CLASS_INIT(&tag, "head-ltitle");
511 PAIR_CLASS_INIT(&tag, "head-vol");
516 PAIR_CLASS_INIT(&tag, "head-rtitle");
658 for (len = 0, n = n->head->child; n; n = n->next)
2147 n->parent->head->child == NULL &&
2152 n->parent->head->child != NULL && (n->child != NULL ||
2171 body = n->child != NULL || n->parent->head
[all...]
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh192 ASTCMDLIST(head)
193 BINCMDLIST(head)

Completed in 199 milliseconds

<<11121314151617181920>>