Searched refs:head (Results 326 - 350 of 653) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c650 struct nfs_args *argp = NULL, *head = NULL, *tail = NULL, local
1120 * to mount(2). If we don't have a valid "head" at the
1222 prevhead = head;
1224 if (!head)
1225 head = tail = argp;
1280 head = prevhead;
1313 head = prevhead;
1340 head = prevhead;
1377 head = prevhead;
1392 head
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c802 pbuf->head = NULL;
857 unm_return_dma_handle(unm_adapter *adapter, unm_dmah_node_t *head, argument
862 adapter->dmahdl_pool = head;
895 unm_dmah_node_t *dmah, *head = NULL, *tail = NULL, *hdlp; local
927 head = tail = dmah;
998 pbuf->head = head;
1056 hdlp = head;
1067 head = tail = dmah;
1075 if (head !
1387 unm_dmah_node_t *dmah, *head = NULL, *tail = NULL; local
[all...]
/illumos-gate/usr/src/lib/libcmd/
H A DMakefile.com52 head.o \
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Dsmtp-sendmail36 [ -f $SERVER_PID_FILE ] && kill -1 `head -1 $SERVER_PID_FILE`
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py621 recent (highest revision number) local (outgoing) head on the
623 will be the most recent head on the current branch.
637 self.ui.warn('The current branch has more than one head, '
652 def tipmost_shared(head, outnodes):
653 '''Return the changeset on the same branch as head that is
656 Walk outgoing changesets from head to the bottom of the
664 for ctx in self._walkctxs(head, self.repo.changectx(0),
675 def status(self, base='.', head=None, files=None):
683 chngs = self.repo.status(base, head, match=match)
1019 def _walkctxs(self, base, head, follo
[all...]
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py678 Check that the workspace contains only a single head, that it is
689 # We care if there's more than one head, and those heads aren't
696 for head in [repo.changectx(head) for head in heads]:
698 (head.rev(), str(head), head.description().splitlines()[0]))
920 one outgoing head, even if those heads are on the same branch. To
922 workspace must be on that branch and at that branch head
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c714 mblk_t *head; local
744 head = sqp->sq_first;
771 while ((mp = head) != NULL) {
773 head = mp->b_next;
1039 mblk_t *head, *tail, *mp; local
1087 head = sq_get_pkts(sq_mac_handle, bytes_to_pickup);
1089 if (head != NULL) {
1098 mp = ip_accept(sq_ill, sq_rx_ring, sqp, head,
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1089 mblk_t *head = NULL, *tail = NULL, *mp; local
1158 if (head == NULL) {
1159 head = tail = mp;
1184 mp = head->b_next;
1185 head->b_next = NULL;
1186 softmac_wput_nondata(sup, head);
1187 head = mp;
1216 freemsgchain(head);
/illumos-gate/usr/src/uts/common/sys/
H A Ddkio.h128 unsigned short dkg_bcyl; /* cyl offset (for fixed head area) */
146 #define dkg_bhead dkg_obs1 /* used to be head offset */
257 int head; member in struct:defect_header32
263 int head; member in struct:defect_header
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_mca_xpv.c238 mctelem_traverse(void *head, enum mctelem_direction direction, argument
241 char *tep = head, **ntepp;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c81 insert_used_resource(used_io_mem_t *used, int *used_count, used_io_mem_t **head) argument
86 if (*head == NULL) {
87 *head = used;
90 curr = prev = *head;
98 /* head */
99 *head = used;
885 * Add _HID last so it's at the head of the list
1019 used_res_io_mem(char *nodename, int *count, used_io_mem_t **head) argument
1022 used_io_mem_t *used = *head;
1040 *head
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c321 replicated_disk_t *head = NULL; local
324 head = replicated_disk_list[devid_len];
326 if (head == NULL)
331 (ddi_devid_t)head->old_devid) == 0)
332 return (head->new_devid);
333 head = head->next;
334 } while (head != NULL);
594 * Adds new element to head of pnm_rec_t list.
1729 did_list_t *temp, *head; local
1877 did_list_t *new, *head = NULL; local
[all...]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c214 * If we insert at the head, we get a depth-first search; insertion
222 * A netgrtab structure contains the hash-chain heads and the head/tail
264 struct netgrnam **head; local
272 head = &ngt->hash_heads[hashval % HASHMOD];
273 for (cur = *head; cur != 0; cur = cur->hash_chain) {
289 cur->hash_chain = *head;
290 *head = cur;
/illumos-gate/usr/src/cmd/od/
H A Dod.c292 static output_t *head = NULL; variable
293 static output_t **tailp = &head;
852 if (head == NULL) {
897 for (out = head; out != NULL; out = out->next) {
899 if (out == head) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c105 uint32_t head, tail, next_tail, qsize_msk; local
152 head = qp->qp_sq_wqhdr->wq_head;
212 if (next_tail == head) {
402 uint32_t head, tail, next_tail, qsize_msk; local
456 head = qp->qp_rq_wqhdr->wq_head;
515 if (next_tail == head) {
2685 uint32_t head, tail, size; local
2697 head = wq->wq_wrid_post->wl_head;
2720 * If the "tail" index has just wrapped over into the "head" index,
2723 * condition (where head an
2866 uint32_t head, tail, size; local
3431 uint32_t head; local
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c540 mblk_t *head, *tail; local
549 head = tail = mp = ringp->s_ring_first;
550 if (head == NULL) {
556 head = ringp->s_ring_first;
591 return (head);
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_html.c203 t = h->tags.head;
250 t = h->tags.head;
299 PAIR_CLASS_INIT(&tag, "head");
306 PAIR_CLASS_INIT(&tag, "head-ltitle");
311 PAIR_CLASS_INIT(&tag, "head-vol");
317 PAIR_CLASS_INIT(&tag, "head-rtitle");
538 np = n->head->child;
640 if (n->head->child)
641 a2width(n->head->child, &su);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c89 sctp_ack_add(sctp_set_t **head, uint32_t tsn, int *num) argument
93 if (head == NULL || num == NULL)
97 ASSERT((*num == 0 && *head == NULL) || (*num > 0 && *head != NULL));
99 if (*head == NULL) {
100 *head = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
101 if (*head == NULL)
103 (*head)->prev = (*head)->next = NULL;
104 (*head)
211 sctp_ack_rem(sctp_set_t **head, uint32_t end, int *num) argument
1964 mblk_t *head; local
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c1082 uint32_t head, tail, next_tail, qsize_msk; local
1103 head = qp->qp_sq_wqhdr->wq_head;
1120 if (next_tail == head) {
1239 uint32_t head, tail, next_tail, qsize_msk; local
1255 head = qp->qp_rq_wqhdr->wq_head;
1279 if (next_tail == head) {
1348 uint32_t head, next_head, qsize_msk; local
1375 head = srq->srq_wridlist->wl_freel_head;
1377 next_head = (head + 1) & qsize_msk;
1380 desc = srq->srq_wridlist->wl_free_list[head];
[all...]
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c208 xge_assert(bf_pool->head);
210 rx_buffer = bf_pool->head;
212 bf_pool->head = rx_buffer->next;
242 rx_buffer->next = bf_pool->head;
243 bf_pool->head = rx_buffer;
287 bf_pool->recycle_tail->next = bf_pool->head;
288 bf_pool->head = bf_pool->recycle_head;
414 bf_pool->recycle_tail->next = bf_pool->head;
415 bf_pool->head = bf_pool->recycle_head;
439 rx_buffer = bf_pool->head;
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c2091 register mblk_t *head = NULL, *tail = NULL; local
2168 if (!head) {
2169 head = bp;
2172 tail = head;
2312 while (head) {
2314 putnext(q, head);
2317 bp = head;
2318 head = head->b_next;
2594 mblk_t *head local
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c194 line_t *head; member in struct:__anon465
1746 flistp->head = flistp->tail = NULL;
1750 assert(flistp->head && flistp->tail);
1752 for (lp = flistp->head; lp; lp = lp->next) {
2785 flistp->head = flistp->tail = NULL;
2849 if (flistp->head == NULL) {
3009 for (lp = flistp->head; lp; lp = lp->next) {
3142 flistp->head = flistp->tail = NULL;
3184 assert(flistp->head && flistp->tail);
3264 for (lp = flist.head; l
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c178 ptr->head = NULL;
193 while ((pel = pnl->head) != NULL) {
194 pnl->head = pel->next;
218 listp->head = pel;
276 if (listp->head == NULL) {
281 *lominfh = listp->head->nodeh;
283 if (listp->head != listp->tail)
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1404 dt_list *head = p, *tail; local
1406 if (!head)
1407 head = node;
1409 tail = head;
1412 return (head);
1418 return (head);
1423 return (head);
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_dma.c46 * the head pointer changes, so that EBUSY only happens if the ring
61 ring->head = I915_READ(PRB0_HEAD) & HEAD_ADDR;
63 ring->space = ring->head - (ring->tail + 8);
69 if (ring->head != last_head)
75 last_head = ring->head;
136 ring->head = I915_READ(PRB0_HEAD) & HEAD_ADDR;
138 ring->space = ring->head - (ring->tail + 8);
621 DRM_ERROR ("not quiescent head %08x tail %08x space %08x\n",
622 dev_priv->ring.head,

Completed in 165 milliseconds

<<11121314151617181920>>