Searched refs:next (Results 1276 - 1300 of 2472) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_events.h166 struct emlxs_event_entry *next; member in struct:emlxs_event_entry
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfnew.c120 f->endb = f->endr = f->endw = f->next = f->data;
H A Dsfsk.c58 f->next = f->endb = f->endr = f->endw = f->data;
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h146 struct myri10ge_jpool_entry *next; member in struct:myri10ge_jpool_entry
206 struct myri10ge_tx_dma_handle *next; member in struct:myri10ge_tx_dma_handle
351 struct lro_entry *next; member in struct:lro_entry
466 struct myri10ge_priv *next; member in struct:myri10ge_priv
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dssm.c151 struct ssm_node2inst *next; member in struct:ssm_node2inst
425 prev = sp, sp = sp->next) {
433 ASSERT(prev->next == NULL);
434 sp = prev->next = tsp;
436 sp->next = NULL;
500 prev = sp, sp = sp->next) {
509 prev->next = sp->next;
514 * of the list - "next" is still valid.
915 for (sp = &ssm_node2inst_map; sp != NULL; sp = sp->next) {
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3.h69 struct mc_dlist *next; member in struct:mc_dlist
98 struct bank_info *n_inseg; /* next bank at the same segment */
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_common.h90 struct acpi_irqlist *next; member in struct:acpi_irqlist
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c120 * completing will cause the next request to be attracted.
217 * completing will cause the next request to be attracted.
611 for (prs = Request_List; prs != NULL; prs = prs->next)
631 for (prs = Request_List; prs != NULL; prs = prs->next)
692 for (prs = Request_List; prs != NULL; prs = prs->next)
734 for (prs = Request_List; prs; prs = prs->next)
H A Dnodes.h183 RSTATUS *next; member in struct:rstat_node
/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h119 struct _FILTER * next; /* for linking several */ member in struct:_FILTER
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_rename.h142 md_rendelta_t *next, *prev; member in struct:md_rendelta
/illumos-gate/usr/src/cmd/make/bin/
H A Dmacro.cc121 for (p = envvar; p != NULL; p = p->next) {
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h105 struct _Name_vector *next; member in struct:_Name_vector
109 struct _Running *next; member in struct:_Running
144 struct _Recursive_make *next; /* Linked list */ member in struct:_Recursive_make
157 struct _Dyntarget *next; member in struct:_Dyntarget
/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c416 goto next;
428 next:;
646 goto next;
652 next:;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c80 struct fme *next; /* next exercise */ member in struct:fme
135 struct case_list *next; member in struct:case_list
185 EFMElist->next = fmep;
456 nextcasep = ucasep->next;
465 sfp = fp->next;
473 sfp = fp->next;
871 bad->next = NULL;
874 bad->next = Undiagablecaselist;
1642 for (fmep = FMElist; fmep; fmep = fmep->next) {
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c93 hdlp = (uintptr_t)hdl.next;
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_iter.c444 struct iter_stack_frame *next; member in struct:iter_stack_frame
474 for (f = ida->stack; f != NULL; f = f->next) {
497 isf.next = ida->stack;
504 ida->stack = isf.next;
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h94 struct tag *next; member in struct:tag
120 #define HTML_NOSPACE (1 << 0) /* suppress next space */
126 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */
/illumos-gate/usr/src/lib/libumem/common/
H A Denvvar.c108 "=best, =first, =next, or =instant",
504 else if (strcmp(item_arg, "next") == 0)
516 log_message("%s: %s: must be %s=best, %s=next or %s=first\n",
767 const char *end, *next; local
781 for (end = value; *end != '\0'; value = next) {
784 next = end + 1; /* skip the comma */
786 next = end = value + strlen(value);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Disapnp.h109 A read from this address reads the next byte of resource information.
116 Bit[0] when set indicates it is okay to read the next data byte
179 Bit[0], if cleared, indicates the next field can be used as a range
182 Bit[0], if set, indicates the next field is the upper limit for
290 struct pnp_dlist_node *next; member in struct:pnp_dlist_node
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dufs_module.c150 for (dev = devices, i = 0; dev != NULL; dev = dev->next, i++)
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c651 /* Set next QH's prev pointer */
693 /* Find the next lattice endpoint */
702 /* Update this qh to point to the next one in the lattice */
772 * be reread on the next frame.
1179 * If next QH and current QH are the same, then this is the last
1246 /* Set the previous pointer of the next one */
1454 /* Set first_dummy's next qtd pointer */
1487 * on the next 4K page boundary. So the TW buffer is allocated
2274 /* Get the current and next dummy QTDs */
2283 /* Update next dumm
3237 ehci_trans_wrapper_t *tw, *next; local
3340 ehci_trans_wrapper_t *prev, *next; local
3413 ehci_trans_wrapper_t *prev, *next; local
[all...]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c476 srp->dmahndl[slot].next = NULL;
552 srp->dmahndl[slot].next = srp->dmahndl + slot + 1;
557 srp->dmah_free.tail->next = NULL;
590 srp->dmahndl[slot].next = srp->dmahndl + slot + 1;
594 srp->dmah_free.tail->next = NULL;
672 brp->free_list = bufp->next;
673 bufp->next = NULL;
681 brp->recycle_list = bufp->next;
682 bufp->next = NULL;
751 bufp->next
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c247 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next)
262 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next)
277 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next)
299 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next) {
318 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next) {
337 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next) {
356 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next) {
375 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next) {
393 for (cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next) {
508 for (cn = pxn->xmlChildrenNode; cn != NULL; cn = cn->next) {
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c1701 /* Find the next delimiter, or end-of-string */
1757 char *mstr, *next, *start = 0, *tmpstr; local
1801 * ahead and determine the start of the next formatting element.
1802 * If successful, 'next' will be the start of the fmt element
1803 * after the next one; we don't care about that, other than to
1807 * we don't know a priori if the first occurence of the next
1812 while ((next = scanMappingFormat(f, curf+1, nf, tmpstr, 0,
1814 char *tmp = next;
1824 tmpstr = next;
1832 if (next
[all...]

Completed in 557 milliseconds

<<51525354555657585960>>