Searched refs:head (Results 426 - 450 of 653) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_validate.c287 if (n->head->child == NULL && n->body->child == NULL)
291 if (n->parent->head->child == NULL && n->child == NULL)
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h746 gz_headerp head));
964 gz_headerp head));
969 As inflate() processes the gzip stream, head->done is zero until the header
970 is completed, at which time head->done is set to one. If a zlib stream is
971 being decoded, then head->done is set to -1 to indicate that there will be
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s178 .byte 0x00 # head 0
182 .byte 0xFF # ending head
/illumos-gate/usr/src/cmd/
H A DMakefile193 head \
596 head \
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c676 block_t *head; member in struct:blockhdr
735 h->head = b;
744 block_t *b = h->head;
747 h->head = b->next;
748 if (h->head == NULL)
811 while (s->bound || s->blocks.head != NULL)
1114 if (s->bound || s->blocks.head == NULL)
1119 while (s->blocks.head != NULL) {
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c725 dset->head = ditem;
744 ditem = dset->head;
963 dset->head = ditem;
983 ditem = dset->head;
2379 dset->head->len -= FBA_SIZE(len);
2380 ASSERT(dset->head->len > 0);
2382 daddr = dset->head->dptr;
2684 ASSERT(dset->head);
2693 ditem = dset->head;
2830 if (dset->head
[all...]
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c70 list_head_init(struct list_head *head) { argument
75 head->next = entry;
85 list_head_add_new(struct list_head *head, argument
92 tmp = &head->next[key];
107 #define list_head_for_each_safe(entry, temp, head) \
109 for (entry = (&(head)->next[key])->next, temp = (entry)->next; \
110 entry != &(head)->next[key]; \
465 /* Add new item to the head of the gart device list */
2545 struct list_head *entry, *temp, *head; local
2555 head
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c1528 int blksz, blkshift, head, tail; local
1546 head = P2NPHASE(off, blksz);
1568 head = blksz - off;
1569 ASSERT3U(head, >, 0);
1574 if (head) {
1575 ASSERT3U(blkoff + head, ==, blksz);
1576 if (len < head)
1577 head = len;
1589 bzero(data + blkoff, head);
1593 off += head;
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c54 mblk_t *tail; /* head is in the software descriptor */
777 * Process the head only, and send it to the back of the list if
832 if (wr_list->head != NULL)
835 wr_list->head = m0;
847 for (wr = wr_list->head; wr; wr = next) {
896 wr_list->head = wr_list->tail = NULL;
898 wr_list->head = wr;
1629 wrq->wr_list.head = NULL;
1991 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \
1992 for ((var) = TAILQ_FIRST((head)); \
[all...]
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbuiltins.c132 CMDLIST(head)
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsignal.sh46 } | head > /dev/null
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc508 db_next_index_desc *head = NULL, *curr; local
513 curr = new db_next_index_desc(current->getlocation(), head);
519 head = curr; // list is actually reversed
521 return (head);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c1104 rpcblist_ptr head = NULL; local
1117 (char *)&head, tottimeout);
1136 (char *)&head, tottimeout) == RPC_SUCCESS)
1144 return (head);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1213 char head[VS_HDR_SZ + 1]; local
1225 hlen = snprintf(head, sizeof (head), "%x\r\n", nread);
1227 (void) memcpy(hdr, head, hlen);
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c46 * 2+head+2+page[56]+5
74 #define HEAD gettext("%s %s Page %d\n\n\n"), date, head, Page
634 char *head = NULL; local
665 if (head == NULL)
666 head = Head != NULL ? Head :
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c899 uint8_t head, num; local
917 error(gettext("%s: Invalid iteration head: %d "
937 head = data[HEAD_ITER];
940 head = 0;
954 for (i = head, n = 0, data += 4;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h159 struct ntp_peer *head; member in struct:list
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c919 #define head "Location: " macro
920 #define headlen (sizeof (head) - 1)
930 (void) strcpy(np, head);
944 #undef head macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h223 struct afile *head; /* start of argument list */ member in struct:arglist
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h255 au_buff_t *head; /* head of queue */ member in struct:audit_queue
415 /* au_membuf head, to typed data */
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslproto.h146 mblk_t *head; member in struct:SSL3HandshakeMsgStr
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h134 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h293 xgell_rx_buffer_t *head; /* header pointer */ member in struct:xgell_rx_buffer_pool_t
299 xgell_rx_buffer_t *recycle_head; /* recycle list's head */
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h84 work_token_t *head; /* start of work queue */ member in struct:workqueue
110 * msgbuf_head - index pointing to the head of msgbuf_queue
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h875 uint16_t head; /* Index of oldest log entry in circular */ member in struct:menlo_log_data_rsp
880 uint16_t head; /* Index of oldest log entry in circular */ member in struct:menlo_log_data_rsp
909 uint16_t head; /* Index of oldest log entry in circular */ member in struct:menlo_panic_log_data_rsp
919 uint16_t head; /* Index of oldest log entry in circular */ member in struct:menlo_panic_log_data_rsp

Completed in 163 milliseconds

<<11121314151617181920>>