Searched defs:next (Results 351 - 375 of 577) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c87 grub_uint32_t next; member in struct:grub_sfs_objc
102 grub_uint32_t next; member in struct:grub_sfs_btree_extent
157 int next;
163 next = grub_be_to_cpu32 (data->rblock.btree);
169 grub_disk_read (data->disk, next, 0, data->blocksize, treeblock);
187 next = grub_be_to_cpu32 (EXTNODE (tree, i)->data);
199 *nextext = grub_be_to_cpu32 (extent->next);
220 int next = 0;
231 err = grub_sfs_read_extent (node->data, blk, &size, &next);
240 blk = next;
155 int next; local
218 int next = 0; local
359 unsigned int next = dir->block; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c136 union hdr *next; /* For chaining headers. */ member in struct:hdr::__anon445
175 register header *np = hp->h.next;
179 hp = np; /* -> next header. */
209 new->h.next = last_alloca_header;
H A Dargp.h196 starting at (STATE->argv + STATE->next). If success is returned, but
197 STATE->next left untouched, it's assumed that all arguments were consume,
198 otherwise, the parser should adjust STATE->next to reflect any arguments
331 /* The index in ARGV of the next arg that to be parsed. May be modified. */
332 int next;
328 int next; member in struct:argp_state
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_mbi2.c59 struct module *next; member in struct:module
762 for (i = 0, cur = modules; i < modcnt; i++, cur = cur->next)
953 struct module *cur, *next; local
962 for (cur = modules; cur; cur = next)
964 next = cur->next;
1050 modules_last->next = newmod;
1054 modules_last->next = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c32 struct term_state *next; member in struct:term_state
54 for (state = term_states; state; state = state->next)
103 for (state = term_states; state; state = state->next)
289 struct grub_term_autoload *cur, *next; local
293 cur; cur = next)
295 next = cur->next;
393 cur->next = *target;
634 for (state = term_states; state; state = state->next)
646 state->next
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Data.h212 /* The next scsi device. */
213 struct grub_ata_dev *next; member in struct:grub_ata_dev
H A Dcrypto.h133 struct gcry_cipher_spec *next; member in struct:gcry_cipher_spec
171 struct gcry_md_spec *next; member in struct:gcry_md_spec
H A Dusb.h124 /* The next host controller. */ member in struct:grub_usb_controller_dev
125 struct grub_usb_controller_dev *next;
269 struct grub_usb_attach_desc *next;
266 struct grub_usb_attach_desc *next; member in struct:grub_usb_attach_desc
/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c231 cmn_msg_t *next; member in struct:CMN_MSG_T
684 cmn_msg_t *next; local
687 next = root->next;
689 root = next;
693 old->next = root;
719 root->next = new;
731 new->next = NULL;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Depic100.c35 unsigned long next; member in struct:epic_rx_desc
44 unsigned long next; member in struct:epic_tx_desc
80 static unsigned int cur_rx, cur_tx; /* The next free ring entry */
272 rx_ring[i].next = virt_to_le32desc(&rx_ring[i + 1]) ;
275 rx_ring[i-1].next = virt_to_le32desc(&rx_ring[0]);
286 tx_ring[i].next = virt_to_le32desc(&tx_ring[i + 1]);
288 tx_ring[i-1].next = virt_to_le32desc(&tx_ring[0]);
308 /* Calculate the next Tx descriptor entry. */
381 /* We own the next entry, it's a new packet. Send it up. */
H A Dsis900.c106 struct mii_phy * next; member in struct:mii_phy
379 /* the mii is not accessable, try next one */
396 mii.next = NULL;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c46 xfs_daddr_t next; member in struct:xfs_info
244 xfs.next = fsb2daddr (le64(h.bb_rightsib));
267 if (xfs.next == 0)
269 xfs.daddr = xfs.next;
272 xfs.next = fsb2daddr (le64(h.bb_rightsib));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h67 PerlIOl *next; /* Lower layer */ member in struct:_PerlIO
95 #define PerlIONext(f) (&(PerlIOBase(f)->next))
/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.h223 struct suggestion *next; member in struct:suggestion
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c278 struct entry *next; member in struct:entry
305 for (which = first; which != NULL; which = which->next) {
322 new_entry->next = NULL;
333 new_entry->next = NULL;
338 new_entry->when > curr->when; curr = curr->next)
341 last->next = new_entry;
343 new_entry->next = NULL;
346 new_entry->next = curr;
351 curr->prev->next = new_entry;
490 * of the next lin
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h82 Vmalloc_t* next; /* linked list of regions */ member in struct:_vmalloc_s
/osnet-11/usr/src/lib/libast/common/include/
H A Dvmalloc.h82 Vmalloc_t* next; /* linked list of regions */ member in struct:_vmalloc_s
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c165 struct Notify_s* next; member in struct:Notify_s
808 * return the next FTS entry
1415 for (p = notify; p; p = p->next)
1574 np->next = notify;
1579 for (np = notify, pp = 0; np; pp = np, np = np->next)
1583 pp->next = np->next;
1585 notify = np->next;
H A Dmime.c39 struct Att_s* next; member in struct:Att_s
46 struct Cap_s* next; member in struct:Cap_s
69 char* next; member in struct:__anon1164
111 while (att = cap->att.next)
113 cap->att.next = att->next;
131 ent->cap = cap->next;
234 tta = tta->next = att;
248 for (pud = 0, dup = ent->cap; dup; pud = dup, dup = dup->next)
254 pud->next
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dlcgen.c46 struct Link_s* next; member in struct:Link_s
70 struct Attribute_list_s*next; member in struct:Attribute_list_s
92 struct Language_list_s* next; member in struct:Language_list_s
144 for (p = 0, x = tab->root; x; p = x, x = x->next)
148 p->next = v;
151 v->next = 0;
167 for (x = tab->root; x; x = x->next)
467 lz->next = ll;
470 ll->next = 0;
542 az->next
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c460 Alloca_t* next; member in struct:_alloca_u::__anon1191
488 Frame = f->head.head.next;
500 f->head.head.next = Frame;
833 char *next, *endb; local
836 next = buf;
843 if(!(next = insertpid(next,endb)) )
853 *next++ = *file++;
856 if(next >= endb)
860 *next
[all...]
H A Dvmbest.c195 for(seg = vd->seg; seg && rv == 0; seg = seg->next)
206 /* next block must be busy and marked PFREE */
227 /* next block should not be marked PFREE */
278 if(!seg->next)
280 else for(;; seg = seg->next)
349 { /* head of a link list, use next one for root */
402 ** (1seg) and the next block (2seg) looks like this:
419 for(seg = vd->seg; seg; seg = seg->next)
471 /* tell next block that this one is free */
563 reg Seg_t *seg, *next; local
[all...]
H A Dvmprofile.c62 { Pfobj_t* next; /* next in linked list */ member in struct:_pfobj_s
105 for(last = NIL(Pfobj_t*), pf = Pftable[n]; pf; last = pf, pf = pf->next)
120 for(fn = Pftable[n]; fn; fn = fn->next)
128 fn->next = Pftable[n];
136 for(pfvm = Pftable[PFTABLE]; pfvm; last = pfvm, pfvm = pfvm->next)
143 { pfvm->next = last->next;
144 last->next = pfvm;
147 { pfvm->next
189 reg Pfobj_t *pf, *next, *last; local
256 reg Pfobj_t *one, *two, *next; local
361 reg Pfobj_t *pf, *list, *next, *last; local
[all...]
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h82 Vmalloc_t* next; /* linked list of regions */ member in struct:_vmalloc_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h82 Vmalloc_t* next; /* linked list of regions */ member in struct:_vmalloc_s

Completed in 2644 milliseconds

<<11121314151617181920>>