Searched refs:next (Results 426 - 450 of 2472) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_handle.c111 ldap_server_info->ldap_server_handles = ldap_server_handle->next;
120 ldap_server_info->ldap_server_handles = ldap_server_handle->next;
167 ldap_server_handle->next = ldap_server_handle->server_info->ldap_server_handles;
187 ldap_server_handle->next = server_info->ldap_server_handles;
207 ldap_server_info->ldap_server_handles = ldap_server_handle->next;
237 * wrapper function wrapper called to get the next ldap server handle, when the current
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfs_cmd.c101 char *next; local
128 next = copts;
129 while (*next != '\0') {
131 name = next;
132 if (getsubopt(&next, charopts, &val) >= 0) {
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c188 newindicator->next = NULL;
202 while (travptr->next != NULL) {
203 travptr = travptr->next;
205 travptr->next = to_add;
215 nextp = indp->next;
231 lap->next = NULL;
245 while (travptr->next != NULL) {
246 travptr = travptr->next;
248 travptr->next = to_add;
259 nextp = lap->next;
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c39 * call the next getval function in the chain
46 fp = nfp = nfp->next;
48 for(; fp; fp=fp->next)
71 * call the next getnum function in the chain
79 fp = nfp = nfp->next;
81 for(; fp; fp=fp->next)
114 * call the next assign function in the chain
120 fp = nfp = nfp->next;
126 fpnext = fp->next;
168 struct blocked *next; member in struct:blocked
1035 register Dt_t *next; local
[all...]
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c216 if (!next(&s2))
226 while (next(&s1)) {
236 if (!next(&s1))
241 if (!next(&s2))
253 if (!next(&s1))
258 if (!next(&s2))
267 (void) next(&s2);
288 if (next(&s2))
313 (void) next(&s2);
357 while (next(st
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c61 struct nfs_files *next; member in struct:nfs_files
108 nfs_files->next == NULL)
112 while ((filep = nfs_files->next) != NULL) {
113 nfs_files->next = filep->next;
134 for (filep = nfs_files; filep; filep = filep->next) {
186 /* Get next entry if not at end of list */
187 if (filep->next)
188 filep = filep->next;
189 } while (filep->next);
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c120 struct ga_cache_entry *next; member in struct:ga_cache_entry
179 struct ga_cache_entry *p, *prev, *next; local
187 for (p = ga_cache_table[i]; p; p = next) {
188 NOT_DEAD(p->next);
189 next = p->next;
190 NOT_DEAD(next);
220 ga_cache_table[i] = next;
222 NOT_DEAD(prev->next);
223 prev->next
389 struct ga_cache_entry *next, *cur; local
1441 struct ga_cache_entry *next, *prev, *cur; local
1499 struct ga_cache_entry *next, *prev, *cur; local
[all...]
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c56 char* next; member in struct:__anon2614
72 #define initfield(f,s) ((f)->first = (f)->delimiter = *((f)->next = (s)))
86 s = f->next;
125 *(f->next = --s) = 0;
274 *f.next = d;
285 for (x = 0; *f.next; x ^= 1)
291 if (regcomp(fp->re[x], f.next, REG_DELIMITED|REG_NULL))
293 f.next += fp->re[x]->re_npat;
294 if (regsubcomp(fp->re[x], f.next, NiL, 0, 0))
296 f.next
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpool.c63 for(last = &_Sfpool, p = last->next; p; last = p, p = p->next)
82 p->next = NIL(Sfpool_t*);
83 last->next = p;
130 /**/ASSERT(f->next == f->data);
132 v = head->next - head->data; /* pending data */
143 head->next = head->data+v;
151 f->next = f->data+v;
156 head->next = head->endr = head->endw = head->data; /* clear write buffer */
331 if(f->next >
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc178 rule = rule->next) {
796 rp = rp->next) {
798 *rp_prev = rp->next;
799 if (rp->next == NULL) {
812 rp_prev = &rp->next;
823 rp = rp->next) {
827 rp_prev = &rp->next;
832 dep = dep->next) {
842 target_group = target_group->next) {
848 *rp_prev = rp->next;
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c45 * - Use local copies of stream next and avail values, as well as local bit
130 state->lencode = state->distcode = state->next = state->codes;
223 static code *next; local
231 next = fixed;
232 lenfix = next;
234 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
239 distfix = next;
241 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
414 next = strm->next_in; \
425 strm->next_in = next; \
566 unsigned char FAR *next; /* next input */ local
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c38 * - Use local copies of stream next and avail values, as well as local bit
122 state->lencode = state->distcode = state->next = state->codes;
272 static code *next; local
280 next = fixed;
281 lenfix = next;
283 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
288 distfix = next;
290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
463 next = strm->next_in; \
474 strm->next_in = next; \
610 z_const unsigned char FAR *next; /* next input */ local
[all...]
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c142 * for the next output is < 1/4 of our requested
277 for (iodev = firstiodev; iodev; iodev = iodev->next) {
300 for (iodev = firstiodev; iodev; iodev = iodev->next) {
608 lastiodev->next = snip;
615 if (iodev->next)
616 iodev = iodev->next;
618 safe_zalloc((void **) &iodev->next,
620 iodev = iodev->next;
621 iodev->next = NULL;
633 while (kscmp(&iodev->ks, &comp->next
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c71 next_hash_obj = next_hash_obj->next) {
103 hash_obj->next = NULL;
128 sec_obj->next = NULL;
133 hash_obj->next = NULL;
158 seg_obj->next = NULL;
163 hash_obj->next = NULL;
188 pkt_obj->next = NULL;
192 hash_obj->next = NULL;
211 hash_obj->next = hash_table[index_to_hash];
214 if (hash_obj->next !
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c70 next_hash_obj = next_hash_obj->next) {
102 hash_obj->next = NULL;
127 sec_obj->next = NULL;
132 hash_obj->next = NULL;
157 seg_obj->next = NULL;
162 hash_obj->next = NULL;
187 pkt_obj->next = NULL;
191 hash_obj->next = NULL;
210 hash_obj->next = hash_table[index_to_hash];
213 if (hash_obj->next !
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen.c214 for (rule = irs->map_rules[irs_ho]; rule; rule = rule->next) {
219 for (rule = irs->map_rules[irs_nw]; rule; rule = rule->next) {
286 struct irs_rule *next = rule->next; local
289 return (next);
318 new->next = NULL;
325 char option[50], *next; local
327 next = strchr(cp, ',');
328 if (next)
329 n = next
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Drules.c87 mod_ptr = mod_ptr->next) {
238 * match, then walk further so that the next iteration
296 * in preparation for the next iteration.
490 /* Parse next token */
516 rp = rp->next) {
526 /* Parse next token */
574 for (this_rule = rule; this_rule != NULL; this_rule = this_rule->next) {
581 new_mod_ptr->next = this_rule->modifiers;
587 while (curr_mod_ptr->next != NULL)
588 curr_mod_ptr = curr_mod_ptr->next;
912 struct dir_component *next; local
[all...]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c142 ptr->next = (cpqary3_cmdpvt_t *)((i == (no_cmds - 1)) ?
206 blk_ptr->next = NULL;
208 blk_ptr->next = (cpqary3_phys_hdl_addr_t *)
210 blk_ptr = blk_ptr->next;
212 blk_ptr->next = NULL;
242 ptr->next = NULL;
358 memlistp->head = memp->next;
363 memp->next->prev = NULL;
408 memp->next = NULL;
411 memlistp->tail->next
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c108 struct deviceent *next; /* Pointer to next item in the list */ member in struct:deviceent
139 * getnextmatch() Get the next device that matches the search
343 (devicelist.head)->next = NULL;
366 pdevice = (devicelist.head)->next;
369 pdevice = pdevice->next;
406 struct deviceent *q; /* Pointer to next device */
426 q = p->next;
448 new->next = q;
449 p->next
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c51 tthread->next = taskq->put_head;
98 /* Get the next thread */
101 taskq->get_head = (taskq->get_count) ? tthread->next : NULL;
102 tthread->next = NULL;
116 /* Get the next thread */
119 taskq->get_head = (taskq->get_count) ? tthread->next : NULL;
120 tthread->next = NULL;
282 hba->spawn_thread_head = ethread->next;
287 ethread->prev->next = ethread->next;
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c51 * - the set name is not printed next to each metadevice
134 struct md_im_rec *next; member in struct:md_im_rec
152 struct md_im_list *next; member in struct:md_im_list
237 (*mdrec)->prev->next = (*mdrec)->next;
238 if ((*mdrec)->next != NULL) {
239 (*mdrec)->next->prev = (*mdrec)->prev;
261 ucomp->next = NULL;
266 (*ucomp_tail)->next = ucomp;
267 *ucomp_tail = (*ucomp_tail)->next;
[all...]
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c607 dev_node = dev_node->next;
692 dev_list_tail->next = new_dev_node;
742 new_evt_node->next = new_evt_node;
746 while (curr_evt_node->next != dev_node->evt_node)
747 curr_evt_node = curr_evt_node->next;
749 curr_evt_node->next = new_evt_node;
750 new_evt_node->next = dev_node->evt_node;
773 if (evt_node->next != evt_node) {
774 while (evt_node->next != dev_node->evt_node) {
775 evt_node = evt_node->next;
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c437 idmap_update_batch_val[udthandle->next].
456 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum =
458 udthandle->next++;
484 idmap_update_batch_val[udthandle->next].
502 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum =
504 udthandle->next++;
525 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum =
527 udthandle->next++;
647 iter->next >= namerules->rules.rules_len)) {
677 if (iter->next >
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c169 n = p->next;
194 n = l->next;
245 next_scn = scn->next;
248 next_list = list->next;
277 p = p->next;
366 l = l->next;
368 e = e->next;
376 m->next = *lp;
379 p = p->next;
416 *lp = l->next;
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_anon_rcm.c101 struct ip_status *next; member in struct:ip_status
148 tlist = ip_list->next;
305 tlist = tlist->next;
372 tlist = tlist->next;
438 tlist = tlist->next;
465 tlist = tlist->next;
553 tlist = tlist->next;
569 tentry->next = NULL;
576 while (tlist->next != NULL)
577 tlist = tlist->next;
[all...]

Completed in 206 milliseconds

<<11121314151617181920>>