Searched refs:next (Results 726 - 750 of 2472) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c217 * Get the address of the location where the next
296 * "next" field on the last WQE is set to NULL (to
298 * did above, the format for the "next" fields in a
335 * its "next" fields and we want to ensure that the
520 * Get the address of the location where the next
588 * "next" field on the last WQE is set to NULL (to
610 * its "next" fields and we want to ensure that the
745 * Get the address of the location where the next
822 * "next" field on the last WQE is set to NULL (to
849 * its "next" field
1308 uint64_t next, ctrl; local
1679 uint64_t next, ctrl, data; local
1877 uint64_t next; local
1994 uint64_t next; local
3493 tavor_wrid_list_hdr_t *prev, *next; local
3529 tavor_wrid_list_hdr_t *prev, *next; local
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c235 cmn_msg_t *next; member in struct:CMN_MSG_T
688 cmn_msg_t *next; local
691 next = root->next;
693 root = next;
697 old->next = root;
723 root->next = new;
735 new->next = NULL;
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcanonusr.c62 struct canonuser_plug_list *next; member in struct:canonuser_plug_list
149 for(ptr = conn->gctx->canonuser_head; ptr; ptr = ptr->next) {
151 for(ptr = canonuser_head; ptr; ptr = ptr->next) {
243 ptr_next = ptr->next;
259 ptr_next = ptr->next;
295 for (l = gctx->canonuser_head; l != NULL; l = l->next) {
363 new_item->next = gctx->canonuser_head;
366 new_item->next = canonuser_head;
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllnext.c41 * return a handle for the next layer down,
42 * i.e., the next layer that has symbols covered
139 (*wr)(2, buf, sfsprintf(buf, sizeof(buf), "dll: next %s\n", vp));
187 static char next[] = { _DLL_NEXT_PATH }; local
193 path = next;
/illumos-gate/usr/src/lib/librdc/common/
H A Dlibrdc.h61 struct rdcconfig_s *next; member in struct:rdcconfig_s
69 struct rdc_rc_s *next; member in struct:rdc_rc_s
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s74 incl %eax / return pointer to next byte in dest
82 addl $2,%eax / return pointer to next byte in dest
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityGroup.java160 Component comp = (Component) cpuIt.next();
182 Component comp = (Component) cpuIt.next();
/illumos-gate/usr/src/cmd/eqn/
H A Dlookup.c214 for (p = tblp[h]; p != NULL; p = p->next)
228 p->next = tblp[h];
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c56 inj_var_alloc(void *key, uintmax_t value, inj_var_t *next) argument
60 v->v_next = next;
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_memerr.c96 cmd_mq_t *ip, *next; local
101 ip = next) {
102 next = cmd_list_next(ip);
165 cmd_mq_t *ip, *next; local
170 ip = next) {
171 next = cmd_list_next(ip);
192 cmd_dimm_t *d, *next; local
195 for (d = cmd_list_next(&cmd.cmd_dimms); d != NULL; d = next) {
196 next = cmd_list_next(d);
267 cmd_mq_t *ip, *next; local
298 tstamp_t *tsp, *next; local
379 tstamp_t *tsp, *next; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h24 db_pgno_t next; member in struct:_bam_pg_alloc_args
38 db_pgno_t next; member in struct:_bam_pg_free_args
/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c141 x = next[pk->p_pr];
220 for(x=next[pk->p_pr],t= -1; m & mask[x]; x = next[x]) {
270 x = next[pk->p_pr];
338 x = next[pk->p_pscopy];
379 x = next[x];
410 * of next output packet
413 pk->p_nxtps = next[pk->p_rpr];
471 pk->p_nxtps = next[x];
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.h82 struct mon_entry *nxt; /* Next ptr to next entry in hash */
91 struct name_entry *nxt; /* Next ptr to next entry in hash */
117 struct addr_entry *next; member in struct:addr_entry
124 struct name_addr_entry *next; member in struct:name_addr_entry
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c72 struct du *next; member in struct:du
522 for (up = duhashtbl[HASH(uid)]; up != NULL; up = up->next) {
549 up->next = *uhp;
577 for (ep = hp[i]; ep; ep = ep->next) {
588 struct du *ep, *next; local
605 next = ep->next;
610 ep = next;
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c122 Bpp = &Bp->next;
125 *Bpp = Bp->next;
192 for (Dp = Dynlib; Dp != NULL; Dp = Dp->next)
198 Dpp = &Dp->next;
202 *Dpp = Dp->next;
316 for (Dp = Dynlib; Dp != NULL; Dp = Dp->next)
343 Dp->next = Dynlib;
363 for (Dyp = Dynpat; Dyp != NULL; Dyp = Dyp->next) {
400 for (Dp = Dynlib; Dp != NULL; Dp = Dp->next) {
416 for (Bp = bpt_hashtable[bpt_hash(pc)]; Bp != NULL; Bp = Bp->next)
[all...]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vtops.c320 struct sdev_node *dv, *next = NULL; local
328 for (dv = SDEV_FIRST_ENTRY(ddv); dv; dv = next) {
329 next = SDEV_NEXT_ENTRY(ddv, dv);
357 struct sdev_node *dv, *next = NULL; local
387 for (dv = SDEV_FIRST_ENTRY(sdvp); dv; dv = next) {
388 next = SDEV_NEXT_ENTRY(sdvp, dv);
405 for (dv = SDEV_FIRST_ENTRY(sdvp); dv; dv = next) {
406 next = SDEV_NEXT_ENTRY(sdvp, dv);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c48 * 3) CLAIM your space - a specific car (the next sequentially
50 * to be part of the next train to depart. Once you've done
71 * into the next train.
126 buf_item_tail->next = buf_item;
143 * the watchdog will restart on the next send() call).
159 buf_item_tail->next = txbuf_queue->head;
326 txbuf_queue->head = (bge_queue_item_t *)txbuf_item->next;
329 txbuf_item->next = NULL;
620 mblk_t *next; local
636 next
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h54 union serv_entry *next; member in union:serv_entry
59 union aopen_entry *next; member in union:aopen_entry
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_gem.c12 * The above copyright notice and this permission notice (including the next
84 head->next = entry;
99 list_add(entry, &head->next[key], NULL);
114 list_for_each(entry, &head->next[key]) {
128 list_for_each_safe(entry, temp, &head->next[key]) {
144 list_for_each_safe(entry, temp, &head->next[key]) {
149 kmem_free(head->next,
151 head->next = NULL;
159 empty = list_empty(&(head)->next[key]);
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetDiscoveredPortAttributes.c90 hba_port_ptr != NULL; hba_port_ptr = hba_port_ptr->next) {
109 hba_disco_port = hba_disco_port->next) {
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x280 struct rpcbs_addrlist *next;
292 struct rpcbs_rmtcalllist *next;
506 % struct rpcbs_addrlist *next;
520 % struct rpcbs_rmtcalllist *next;
/illumos-gate/usr/src/lib/libadm/common/
H A Dlistdev.c161 while ((attrval = attrval->next) != NULL);
195 } while (noerror && (attrval = attrval->next));
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashlook.c63 for (b = tab->table[n]; b; b = b->next)
100 for (prev = 0, b = tab->table[n]; b; prev = b, b = b->next)
152 prev->next = b->next;
153 b->next = tab->table[n];
187 tab->table[n] = b->next;
243 tab->table[n] = b->next;
333 b->next = tab->table[n];
H A Dhashscan.c71 for (b = *sp++; b; b = b->next)
83 * return next scan element
95 if (!(b = b->next))
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3i.h99 struct mc_dlist *next; member in struct:mc_dlist
125 struct bank_info *next; /* next bank at the same segment */ member in struct:bank_info

Completed in 137 milliseconds

<<21222324252627282930>>