Searched refs:next (Results 276 - 300 of 1144) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h52 struct mount_default_list *next; member in struct:mount_default_list
66 struct mount_list *next; member in struct:mount_list
81 struct share_list *next; member in struct:share_list
94 struct nfs_mntlist *next; member in struct:nfs_mntlist
293 * Description: Convenience function for retrieving the next line from a file.
851 * Description: Retrieves the next entry in the dfstab entry list.
854 * fs_dfstab_entry_t entry - The dfstab entry pointer to get the next
858 * Returns the next dfstab entry.
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c57 mod->next = grub_dl_head;
68 for (p = &grub_dl_head, q = *p; q; p = &q->next, q = *p)
71 *p = q->next;
81 for (l = grub_dl_head; l; l = l->next)
93 struct grub_symbol *next;
126 for (sym = grub_symtab[grub_symbol_hash (name)]; sym; sym = sym->next)
162 sym->next = grub_symtab[k];
183 q = sym->next;
191 p = &sym->next;
202 for (seg = mod->segment; seg; seg = seg->next)
91 struct grub_symbol *next; member in struct:grub_symbol
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dbitmap.h46 struct grub_video_bitmap_reader *next; member in struct:grub_video_bitmap_reader
H A Dmemory.h65 struct grub_mmap_region *next; member in struct:grub_mmap_region
H A Dparser.h48 /* The next state, determined by FROM_STATE and INPUT. */
51 /* The input that will determine the next state from FROM_STATE. */
70 /* The next parser. */
71 struct grub_parser *next; member in struct:grub_parser
H A Dtest.h30 /* The next test. */
31 struct grub_test *next; member in struct:grub_test
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h55 struct ib_svc_rec_s *next; /* next link */ member in struct:ib_svc_rec_s
/osnet-11/usr/src/lib/libast/common/comp/
H A Dwordexp.c33 struct list *next; member in struct:list
172 ((struct list*)cp)->next = (struct list*)(*av);
209 argnext = arg->next;
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashdump.c66 for (b = *sp; b; b = b->next)
72 for (b = *sp; b; b = b->next)
153 for (tab = root->references; tab; tab = tab->next)
170 else for (root = hash_info.list; root; root = root->next)
/osnet-11/usr/src/lib/libast/common/include/
H A Dstack.h40 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfwalk.c50 for(rv = 0, p = &_Sfpool; p; p = p->next)
60 if(p->sf[n] == f) /* move forward to next stream */
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmopen.c142 seg->next = NIL(Seg_t*);
159 /* make a fake header for next block in case of noncontiguous segments */
170 vm->next = Vmheap->next;
171 Vmheap->next = vm;
H A Dvmsegment.c56 for(seg = vd->seg; seg; seg = seg->next)
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemset.s67 nop ! align next loop on 4-word boundary
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h67 struct domain_binding *next; member in struct:domain_binding
77 struct nlstmp *next; /* link to the next entry */ member in struct:nlstmp
123 struct msg_node *next; /* link to the next */ member in struct:msg_node
131 struct nls_node *next; /* link to the next */ member in struct:nls_node
/osnet-11/usr/src/lib/libc/port/unwind/
H A Dunwind.c92 self->ul_clnup_hdr = head->next;
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetNumberOfPorts.c70 hba_port_ptr != NULL; hba_port_ptr = hba_port_ptr->next, count++) {}
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_hashitem.c248 for (pp = &table->keys[key]; (it = *pp) != 0; pp = &it->next) {
295 item->next = *pp;
435 prev = cur, cur = cur->next) {
438 prev->next = cur->next;
440 table->keys[cur->keychain] = cur->next;
483 item->next = 0;
494 * ourselves to pop the next item.
526 *pp = nl->next;
527 nl->next
[all...]
H A Ddb_mindex_c.x55 % struct db_next_index_desc *next;
59 % { location = loc; next = n; }
240 %/* Returns the next entry in the table after 'previous' by setting 'answer' to
242 % is valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where'
243 % to location of where entry is found for input as subsequent 'next'
245 % db_status next( entryp, entryp *, entry_object ** );
247 %/* Returns the next entry in the table after 'previous' by setting 'answer' to
249 % is valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where'
250 % to location of where entry is found for input as subsequent 'next'
252 % db_status next( db_next_index_des
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu.c71 for (e = menu->entry_list; e && no > 0; e = e->next, no--)
141 /* Skip whitespace to find the next digit. */
324 for (cur = viewers; cur; cur = cur->next)
332 for (cur = viewers; cur; cur = cur->next)
339 struct grub_menu_viewer *cur, *next; local
340 for (cur = viewers; cur; cur = next)
342 next = cur->next;
404 for (cur = viewers; cur; cur = cur->next)
411 viewer->next
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c92 } else if (xtpage->header.next) {
93 devread (xtpage->header.next << jfs.bdlog, 0,
145 } else if (dtpage->header.next) {
146 devread (dtpage->header.next << jfs.bdlog, 0,
192 next_dslot (int next) argument
195 ? (dtslot_t *)&dtroot->slot[next]
196 : &((dtslot_t *)dtpage->slot)[next];
338 if (de->next == -1) {
346 ds = next_dslot (de->next);
347 while (ds->next !
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h63 struct parser *next; member in struct:parser
212 struct cfg_io_s *next; /* Link to next module */ member in struct:cfg_io_s
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dgetdelim.c53 if((p = f->endb - (ps = f->next)) <= 0 )
80 f->next = ps+k; /* skip copied data in buffer */
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s67 incq %rdi / return pointer to next byte in dest
75 addq $2,%rdi / return pointer to next byte in dest
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h86 struct evConn * next; member in struct:evConn
119 struct evFile * next; member in struct:evFile
140 struct evStream *prev, *next; member in struct:evStream
156 struct evWait * next; member in struct:evWait
163 struct evWaitList * next; member in struct:evWaitList
174 struct { struct evEvent_p *next; } free; member in struct:evEvent_p::__anon2431::__anon2437

Completed in 55 milliseconds

<<11121314151617181920>>