Searched refs:next (Results 126 - 150 of 1144) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap.c68 struct drivemap_node *next; member in struct:drivemap_node
100 search = search->next;
114 mapping->next = map_head;
137 search = search->next;
143 previous->next = mapping->next;
145 map_head = mapping->next;
195 curnode = curnode->next;
215 curnode = curnode->next;
286 curentry = curentry->next;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dautofs.c44 fs_module_list = p->next;
78 tmp = fs_module_list->next;
119 fs_mod->next = fs_module_list;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dlvm.h34 struct grub_lvm_vg *next; member in struct:grub_lvm_vg
42 struct grub_lvm_pv *next; member in struct:grub_lvm_pv
57 struct grub_lvm_lv *next; member in struct:grub_lvm_lv
90 grub_uint32_t crc_xl; /* From next field to end of sector */
/osnet-11/usr/src/lib/libast/common/port/
H A Dmnt.c164 struct statfs* next;
281 n = getfsstat(mp->next = mp->buf, n + sizeof(struct statfs), MNT_WAIT);
283 n = getmntinfo(&mp->next, 0);
290 mp->last = mp->next + n;
302 if (mp->next < mp->last)
304 flags = mp->next->f_flags;
309 set(&mp->hdr, mp->next->f_mntfromname, mp->next->f_mntonname, TYPE(mp->next), n ? (mp->opt + 1) : (char*)0);
310 mp->next
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfnputc.c53 if((size_t)(p = (f->endb-(ps = f->next))) < n)
61 if(ps == f->next)
63 f->next += p;
H A Dsfrd.c41 for(p = _Sfpool.next; p; p = p->next)
45 if(!SFFROZEN(f) && f->next > f->data &&
54 if(!SFFROZEN(f) && f->next > f->data &&
88 if(f->next < f->endb)
92 { f->endb = f->next = f->endr = f->data;
101 f->next = f->endb = f->endr = f->endw = f->data;
114 { if((r = (f->data+f->extent) - f->next) < 0)
142 { n += f->endb - f->next;
150 else f->here -= f->endb-f->next;
[all...]
H A Dsfseek.c43 f->next = f->endr = f->endw = f->data;
119 r = p + (f->next - f->data);
126 f->next = f->data+p;
147 { s = f->here + (f->next - f->data);
155 if(f->next > f->data && SFSYNC(f) < 0)
175 s = f->here - (f->endb - f->next);
194 f->next = f->endb - (f->here - r);
208 if((f->next - f->data) < ((f->endb - f->data)/4) )
222 if(f->endb > f->next)
224 f->iosz = (f->next
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrpsearch.c48 * otherwise if next!=0 then it points to the next
53 strpsearch(const void* tab, size_t num, size_t siz, const char* name, char** next) argument
93 if (next)
94 *next = (char*)t;
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmwalk.c48 { for(vm = Vmheap; vm; vm = vm->next)
53 for(seg = vm->data->seg; seg; seg = seg->next)
66 for(seg = vm->data->seg; seg; seg = seg->next)
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_targets.c75 * slp_next_uc_target: Returns a slp_target_t handle for the next unicast
77 * slp_next_failover: Returns the next failover DA for a given target, or
119 struct da_node *next, *prev; member in struct:da_node
124 struct scope_targets *next; member in struct:scope_targets
243 for (te = tl->DAs; te; te = te->next)
266 /* find the next unused target */
271 /* get next failover */
284 for (p = p->next; p; p = p->next) {
326 dn->next
[all...]
H A Dslp_queue.c37 * slp_dequeue: remove and return the next message on the queue
39 * slp_dequeue_timed: remove and return the next message on the queue
56 struct queue_entry *next; member in struct:queue_entry
129 qe->next = NULL;
131 q->tail->next = qe;
158 qe->next = q->head;
178 if (!qe->next) /* last one in queue */
181 q->head = qe->next;
244 pn = p->next;
/osnet-11/usr/src/lib/passwdutil/
H A Dswitch_utils.c175 lkp2 = lkp->next;
194 lkp2 = lkp->next;
195 lkp3 = lkp2->next;
296 char *p, *next; local
309 next = buffer;
311 passwd->pw_name = p = gettok(&next); /* username */
334 passwd->pw_passwd = p = gettok(&next); /* password */
349 p = next; /* uid */
357 passwd->pw_uid = strtol(p, &next, 10);
358 if (next
[all...]
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c71 * to the next block of any sort.
94 * freed and reallocated on the next call to malloc. The
276 * +-->| next | +-->| next |
390 * the next space. If not, mark holdblk full,
394 /* move to next holdblk, if this one full */
457 * freeptr[1].next = &arena[0], so when you do the test,
468 struct header *next; /* following block */ local
469 struct header *nextnext; /* block after next */
475 next
690 struct header *next; /* next = blk->nextblk */ local
742 struct header *next; /* block after blk */ local
958 struct header *blk, *next; /* ptr to ordinary blocks */ local
1089 struct header *blk, *prev, *next; /* ptr to ordinary blocks */ local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c58 struct grub_relocator_chunk *next; member in struct:grub_relocator_chunk
69 struct grub_relocator_extra_block *next; member in struct:grub_relocator_extra_block
78 struct grub_relocator_fw_leftover *next; member in struct:grub_relocator_fw_leftover
151 grub_mm_header_t newhnext = hb->next;
158 new_header->next = newhnext;
164 new_header = hb->next;
170 struct grub_mm_region *newregnext = rb->next;
172 hancestor->next = new_header;
176 newreg->next = newregnext;
194 h = h->next;
1450 struct grub_relocator_chunk *chunk, *next; local
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dhash.c61 HashElem *next_elem = elem->next;
183 next_elem = elem->next;
186 elem->next = x;
188 if( x->prev ) x->prev->next = elem;
192 elem->next = pH->first;
224 elem = elem->next;
239 elem->prev->next = elem->next;
241 pH->first = elem->next;
243 if( elem->next ){
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dfdsync.c52 struct rpcfd_block *next; /* Next Block */ member in struct:rpcfd_block
137 for (l = (rpcfd_block_t *)handle; l; l = l->next) {
143 p->next = l;
146 lprev->next = p;
161 for (p = (rpcfd_block_t *)handle; p; p = p->next) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddevice.c100 struct part_ent *next; member in struct:part_ent
132 struct part_ent *next = p->next; local
138 p = next;
173 p->next = ents;
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathfind.c39 struct Dir_s* next; /* next in list */ member in struct:Dir_s
61 for (dp = state.head; dp; dp = dp->next)
67 dp->next = 0;
69 state.tail = state.tail->next = dp;
136 for (dp = state.head; dp; dp = dp->next)
/osnet-11/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c56 new->r_glink.next =
58 new->r_link.next = 0;
103 __ISC_ns_updrec *next; local
105 for (; list != 0; list = next) {
106 next = list->r_link.next;
128 r->r_link.next = 0;
132 r->r_glink.next = 0;
135 r->r_glink.next = (void *)-1;
138 p->r_link.next
[all...]
/osnet-11/usr/src/lib/libcpc/common/
H A Dsubr.c156 p->next = NULL;
168 p = p->next;
187 for (p = hash; p != NULL; p = p->next) {
196 tmp = hash->next;
197 hash->next = p;
198 p->next = tmp;
215 hash->cur = hash->cur->next;
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dmemory.c197 /* Move offset to next bank_status string */
246 new->next = NULL;
258 while (bank->next)
259 bank = bank->next;
262 bank->next = new;
284 for (bank = bank_head; bank; bank = bank->next) {
328 tmp_bank = bank->next;
331 tmp_bank = tmp_bank->next;
334 /* Is next bank on the same mc ? */
344 tmp_bank = tmp_bank->next;
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_parse.c176 told = t->next;
178 t->next = tlist;
180 t->next = 0;
187 told = t->next;
188 t->next = 0;
249 for (o = to = t->objectDN; o != 0; o = o->next) {
274 x->next = 0;
301 /* Insert last on the 't->next' list */
302 for (p = t; p->next != 0; p = p->next);
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_buffer.c116 bh->next = NULL;
157 a = a->next;
189 bh->next = bh->bc->hash[hash];
190 bh->prev = bh->next->prev;
191 bh->next->prev = bh;
192 bh->prev->next = bh;
197 bh->next = bh->prev = bh;
206 bh->prev->next = bh->next;
207 bh->next
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dtdb_agent.c154 sap->next = (uintptr_t)(sap + 1);
155 sap->next = (uintptr_t)0;
161 tdbp->tdb_sync_addr_free = (tdb_sync_stats_t *)(uintptr_t)sap->next;
162 sap->next = (uintptr_t)0;
209 sap->next = (uintptr_t)(sap + 1);
210 sap->next = (uintptr_t)0;
214 udp->tdb_hash_lock_stats.next = (uintptr_t)0;
282 sap = (tdb_sync_stats_t *)(uintptr_t)sap->next) {
309 sap = (tdb_sync_stats_t *)(uintptr_t)sap->next)
331 sapp = &sap->next;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_memory.c61 struct _krb5_mkt_link *next; member in struct:_krb5_mkt_link
75 struct _krb5_mkt_list_node *next; member in struct:_krb5_mkt_list_node
152 next_node = node->next;
159 next_cursor = cursor->next;
224 list->next = NULL;
257 for (list = krb5int_mkt_list; list; list = list->next) {
270 list->next = krb5int_mkt_list;
309 for (listp = &krb5int_mkt_list; *listp; listp = &((*listp)->next))
343 *listp = node->next;
350 next_cursor = cursor->next;
606 krb5_mkt_cursor *pcursor, next; local
[all...]

Completed in 46 milliseconds

1234567891011>>