Searched defs:next (Results 451 - 475 of 577) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h75 struct grub_net_card_driver *next; member in struct:grub_net_card_driver
86 struct grub_net_packet *next; member in struct:grub_net_packet
104 struct grub_net_slaac_mac_list *next; member in struct:grub_net_slaac_mac_list
114 struct grub_net_card *next; member in struct:grub_net_card
166 #define FOR_PACKETS(cont,var) for (var = (cont).first; var; var = var->next)
178 n->next = NULL;
183 pkts->last->next = n;
197 pkt->prev->next = pkt->next;
199 pkt->up->first = pkt->next;
213 struct grub_net_app_protocol *next; member in struct:grub_net_app_protocol
238 struct grub_net_network_level_interface *next; member in struct:grub_net_network_level_interface
[all...]
H A Dterm.h148 /* The next terminal. */
149 struct grub_term_input *next; member in struct:grub_term_input
172 /* The next terminal. */
173 struct grub_term_output *next; member in struct:grub_term_output
465 struct grub_term_autoload *next; member in struct:grub_term_autoload
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c39 struct strlist *next; member in struct:strlist
161 {ERR_FC_GET_NEXT_DEV, 0, 1, "Failed to get next device on device map"},
474 lunp = lunlist->next;
747 dummy.next = NULL;
764 sp->next = NULL;
765 tailp->next = sp;
790 for (sp = dummy.next; sp != NULL; sp = sp->next) {
805 sp = dummy.next;
807 savep = sp->next;
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c40 struct strlist *next; member in struct:strlist
672 dummy.next = NULL;
689 sp->next = NULL;
690 tailp->next = sp;
715 for (sp = dummy.next; sp != NULL; sp = sp->next) {
730 sp = dummy.next;
732 savep = sp->next;
1076 lp = olp->next;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.h139 uint16_t next; member in struct:pnp_header
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c576 /* Get the information on next partition on the drive DRIVE.
599 /* Get next BSD partition in current PC slice. */
630 /* Search next valid BSD partition. */
656 /* Get next Solaris partition in current PC slice. */
688 /* Search next valid Solaris partition. */
706 /* Get next PC slice. Be careful of that this function may return
799 /* Get next BSD partition, if any. */
834 auto int next (void);
835 int next (void) function
883 while (next ())
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c1165 /* We're going to trash this HE's next pointer when we chain it
1166 into the new hash below, so store where we go next. */
1167 HE *next = HeNEXT(entry); local
1195 entry = next;
1661 to free the entry on the next call to C<hv_iternext>, so you must not discard
1722 /* force key to stay around until next time */
1757 /* OK. Come to the end of the current list. Grab the next one. */
1761 /* There is no next one. End of the hash. */
1770 Try the next. */
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c61 struct Edit* next; /* next in list */ member in struct:Edit
78 struct Entry* next; /* next in list */ member in struct:Entry
498 for (ep = mp->magic; ep; ep = ep->next)
654 goto next;
660 goto next;
668 goto next;
674 goto next;
680 goto next;
1668 char* next; local
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c96 struct Feature_s*next; member in struct:Feature_s
636 for (sp = state.features; sp; sp = sp->next)
769 for (fp = state.features; fp && !streq(fp->name, name); fp = fp->next);
791 fp->next = state.features;
1620 for (fp = state.features; fp; fp = fp->next)
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c397 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST)
435 catcher.next = rex->next;
815 Rex_t next; local
832 catcher.next = rex->next;
1015 next.type = REX_CONJ_RIGHT;
1016 next.re.conj_right.cont = cont;
1017 next
[all...]
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c73 aio_worker_t *__nextworker_rw; /* next worker in list of workers */
80 aio_worker_t *__nextworker_no; /* next worker in list of workers */
246 * The next open may re-use this file descriptor and the new file
690 aio_worker_t *next; local
706 next = first;
708 _aio_cancel_work(next, fd, &canceled, &done);
709 } while ((next = next->work_forw) != first);
1702 * Add an AIO request onto the next work queue.
1703 * A circular list of workers is used to choose the next worke
1912 aio_req_t *next; local
2039 aio_req_t *next; local
2065 aio_req_t *next = NULL; local
2092 aio_req_t *next = NULL; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c49 * - the set name is not printed next to each metadevice
132 struct md_im_rec *next; member in struct:md_im_rec
150 struct md_im_list *next; member in struct:md_im_list
239 (*mdrec)->prev->next = (*mdrec)->next;
240 if ((*mdrec)->next != NULL) {
241 (*mdrec)->next->prev = (*mdrec)->prev;
263 ucomp->next = NULL;
268 (*ucomp_tail)->next = ucomp;
269 *ucomp_tail = (*ucomp_tail)->next;
[all...]
/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c67 struct _retrans_entry *next, *prev; member in struct:_retrans_entry
74 struct _svc_rpc_gss_data *next, *prev; member in struct:_svc_rpc_gss_data
124 struct svc_creds_list_s *next; member in struct:svc_creds_list_s
153 struct cblist_s *next; member in struct:cblist_s
409 cbl->next = cblist;
432 for (cbl = cblist; cbl != NULL; cbl = cbl->next) {
729 * set next sc to point to the server cred
732 for (sc = svc_creds_list; sc != NULL; sc = sc->next) {
1255 if ((client_data->next = cl) != NULL)
1317 for (cl = clients[index]; cl != NULL; cl = cl->next) {
1385 svc_rpc_gss_data *cl, *next; local
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c132 * Takes the specified next descriptor information, qp number, opcode and
184 * Takes the specified next descriptor information, qp number and
466 uint64_t next, ctrl; local
469 next = 0;
491 /* initialize the ctrl and next fields of the current descriptor */
492 TAVOR_WQE_LINKNEXT(curr_addr, ctrl, next);
495 * Calculate the "next" field of the prev descriptor. This amounts
528 next = ((uint64_t)curr_desc & TAVOR_WQE_NDA_MASK) << 32;
529 next = next | ((uint64_
617 uint64_t next; local
733 uint64_t next; local
[all...]
H A Ddapl_tavor_ibtf_util.c117 /* The next line is only needed for backward compatibility */
333 /* The next line is only needed for backward compatibility */
1981 struct dapls_ib_dbp_page_s *next; member in struct:dapls_ib_dbp_page_s
1997 cur_page = cur_page->next)
2018 new_page->next = dapls_ib_pagelist;
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h140 char* nextchr; /* next input char (first elt) */
141 struct ppinstk* next; /* next frame (for allocation) */ member in struct:ppinstk
171 struct pplist* next; /* next in list */ member in struct:pplist
178 struct oplist* next; /* next op */ member in struct:oplist
190 struct ppmacstk* next; /* next frame (for allocation) */ member in struct:ppmacstk
447 #define nextframe(m,p) (m->next
718 struct ppindex* next; /* next in list */ member in struct:ppindex
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c391 * wait for it to stop on entry to the next exec().
2237 * and leave the process stopped at the next instruction.
2432 * the watchpoint, and then leave the LWP stopped at the next instruction.
3510 * and leave the LWP stopped at the next instruction.
3546 * the watchpoint, and then leave the LWP stopped at the next instruction.
3669 size_t next = P->map_alloc ? P->map_alloc * 2 : 16; local
3672 next * sizeof (map_info_t))) == NULL)
3675 P->map_alloc = next;
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h346 struct raid_lib_type *next; member in struct:raid_lib_type
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c851 * Commit the state, next state, and auxiliary state into the repository.
1175 * If successful, also set id's state and next-state as given, and return 0.
2489 char *cp, *end, *next; local
2508 next = end + strspn(end, whitespace);
2511 if (*next == ',')
2512 ++next;
2527 cp = next;
2538 * on what to do next.
2691 * on what to do next.
2954 * on what to do next
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c271 /* output is only valid until next call to sasl_encode or sasl_encodev */
297 /* output is only valid until next call to sasl_encode or sasl_encodev */
366 /* output is only valid until next call to sasl_decode */
1312 struct reg_list *next; member in struct:reg_list
1324 for (r = reg_list_base; r != NULL; r = r->next) {
1331 reg_list_base = reg_list_base->next;
1333 prev->next = r->next;
1350 r->next = reg_list_base;
1718 * %m will parse the value in the next argumen
2706 reg_list_t *next; local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c746 fp = fp->next;
755 struct match *mp = (struct match*)(SH_MATCHNOD->nvfun->next);
1914 char *dp,*next=0; local
1940 next = cp+4;
1972 while(cp=next)
1974 if(next = strchr(++cp,'='))
1975 *next = 0;
H A Dname.c1142 for(; fp; fp=fp->next)
1234 * If <flags> & NV_ARRAY then follow array to next subscript
2512 struct optimize *next; member in struct:optimize
2523 for(;op && op->np==np; op=op->next)
2558 for(fp=np->nvfun; fp; fp = fp->next)
2571 opt_free = op->next;
2579 op->next = xp->next;
2580 xp->next = op;
2585 op->next
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c948 * next row of data, until there is no more information to be processed or
2651 * This method finds the next valid GID.
2667 gid_t next, gid; local
2678 next = grpp->gr_gid;
2679 if (max_used_gid < next)
2680 max_used_gid = next;
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_name.c677 addr_entry_t *next; local
845 next = &nrr[i].name->addr_list;
847 next = calloc(1,
849 if (next == 0) {
856 next);
860 next->sin.sin_family = AF_INET;
861 next->sinlen = sizeof (next->sin);
863 &next->sin.sin_addr.s_addr,
865 next
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c225 node = node->next;
256 phead = phead->next;
387 handle->plugins->next = NULL;
391 while (n->next != NULL)
392 n = n->next;
393 n->next = (KMF_PLUGIN_LIST *)malloc(sizeof (KMF_PLUGIN_LIST));
394 if (n->next == NULL)
397 n->next->plugin = plugin;
398 n->next->next
418 KMF_PLUGIN_LIST *next = handle->plugins->next; local
2562 conf_entrylist_t *next; local
[all...]

Completed in 133 milliseconds

<<11121314151617181920>>