Searched refs:next (Results 601 - 625 of 1144) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libgss/
H A Dg_initialize.c158 aMech = aMech->next;
252 mList = mList->next;
294 mList = mList->next;
464 aMech = aMech->next;
520 aMech = aMech->next;
696 aMech = aMech->next;
931 tmp->next = aMech;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c134 struct _rule_component *next; member in struct:_rule_component
174 trc = rc->next;
294 rc->next = NULL;
302 * beginning of the next keyword (or the end of the rule).
431 for (trc = rs->crs; trc != NULL && trc->next != NULL; trc = trc->next);
435 trc->next = rc;
583 for (rc = rs->crs; rc != NULL; rc = rc->next) {
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dscsi.c45 dev->next = grub_scsi_dev_list;
54 for (p = &grub_scsi_dev_list, q = *p; q; p = &(q->next), q = q->next)
57 *p = q->next;
369 for (p = grub_scsi_dev_list; p; p = p->next)
420 for (p = grub_scsi_dev_list; p; p = p->next)
620 .next = 0
H A Dcryptodisk.c404 for (i = cryptodisk_list; i != NULL; i = i->next)
425 for (dev = cryptodisk_list; dev != NULL; dev = dev->next)
435 for (dev = cryptodisk_list; dev != NULL; dev = dev->next)
555 list->next = NULL;
574 tmp = dev->next;
594 newdev->next = cryptodisk_list;
604 for (dev = cryptodisk_list; dev != NULL; dev = dev->next)
614 for (dev = cryptodisk_list; dev != NULL; dev = dev->next)
638 newdev->next = cryptodisk_list;
866 .next
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c221 * been updated, and the next one whose prev_pointer may have
293 /* Now check the next page. Can only be set on a delete. */
410 * previous and next pages, if they existed. For a page add operation,
412 * elsewhere, so all we need do is recover the next page.
419 goto next;
422 goto next;
431 pagep->next_pgno = argp->next;
440 next: if ((ret = memp_fget(mpf, &argp->next, 0, &pagep)) != 0) {
442 (void)__db_pgerr(file_dbp, argp->next);
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc92 struct cont_lock *next; member in struct:cont_lock
187 while (prev->next != NULL) {
188 prev = prev->next;
190 prev->next = lock;
205 which = which->next;
223 lock->next = NULL;
307 cur = cur->next;
669 fru_nodehdl_t next; local
698 if ((status = fru_get_child(node, &next)) == FRU_SUCCESS)
699 status = fru_walk_tree(next, pat
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c129 struct Item_s* next; /* next in list */ member in struct:Item_s
229 p->tail = p->tail->next = x;
246 p->tail->next = x;
263 for (x = state->pattern.head; x; x = x->next)
265 for (x = state->file.head; x; x = x->next)
420 } while (x = x->next);
510 } while (x = x->next);
542 } while (x = x->next);
622 } while (x = x->next);
[all...]
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c1118 cur_node = cur_node->next;
1189 cur_node = cur_node->next;
1443 node_ptr->prev->next = node_ptr->next;
1445 if (node_ptr->next != NULL) {
1446 node_ptr->next->prev = node_ptr->prev;
1451 if (node_ptr->next == NULL) {
1455 transq_hdr.head = node_ptr->next;
1495 (transq_hdr.end)->next = *node_ptr;
1568 cur_node = cur_node->next;
[all...]
/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/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...]
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c362 psd = p->next;
372 traverse = traverse->next;
382 env_traverse = env_traverse->next;
815 for (psd = pamh->ssd; psd; psd = psd->next) {
839 psd->next = pamh->ssd;
863 for (psd = pamh->ssd; psd; psd = psd->next) {
1083 modulep->next;
1086 pamh->include_depth, (void *)modulep->next);
1208 modulep = modulep->next;
1224 /* continue at next entr
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java248 List next = null; field in class:ServiceStoreInMemory.List
263 newRec.next = next;
266 if (next != null) {
267 next.prev = newRec;
271 this.next = newRec;
281 if (next != null) {
282 next.prev = prev;
286 prev.next = next;
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h142 struct sasl_string_list *next; member in struct:sasl_string_list
230 struct _sasl_path_info *next; member in struct:_sasl_path_info
257 struct mechanism *next; member in struct:mechanism
260 struct mechanism *next; member in struct:mechanism
279 struct context_list *next; member in struct:context_list
319 struct cmechanism *next; member in struct:cmechanism
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c673 uint32_t next[DB_TYPES] = {0}; local
751 next[i] = 1;
754 (void) write_nodes(hdp, NULL, CACHE_ROOT(hdp), next);
755 (void) write_links(hdp, NULL, CACHE(hdp)->dngl, next);
803 uint32_t *next)
826 idx = next[DB_NODE];
832 dnp->path = write_string(hdp, cnp->path, next);
838 next[DB_NODE]++;
851 if (write_minors(hdp, dnp, cnp->minor, next) != 0 ||
852 write_nodes(hdp, dnp, cnp->child, next) !
799 write_nodes( struct di_devlink_handle *hdp, struct db_node *pdnp, cache_node_t *cnp, uint32_t *next) argument
861 write_minors( struct di_devlink_handle *hdp, struct db_node *pdnp, cache_minor_t *cmnp, uint32_t *next) argument
916 write_links( struct di_devlink_handle *hdp, struct db_minor *pdmp, cache_link_t *clp, uint32_t *next) argument
982 write_string(struct di_devlink_handle *hdp, const char *str, uint32_t *next) argument
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c211 keylist = keylist->next;
248 list.next = NULL;
550 aux_data_entry = aux_data_entry->next) {
581 mkey_list_node = &mkey_list_head->next;
584 /* *mkey_list_node points to next field of previous node */
601 mkey_list_node = &((*mkey_list_node)->next);
628 krb5_dbe_free_key_list(context, mkey_list_head->next);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddisk.c186 dev->next = grub_disk_dev_list;
195 for (p = &grub_disk_dev_list, q = *p; q; p = &(q->next), q = q->next)
198 *p = q->next;
210 for (p = grub_disk_dev_list; p; p = p->next)
269 for (dev = grub_disk_dev_list; dev; dev = dev->next)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintpm.inc46 next if /^#/; # skip comments
49 $f = $_; next;
53 $round_mode = $_; $round_mode =~ s/^\$/$class\->/; next;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dgetcwd.c92 struct dirlist* next; /* next component */
109 d = d->next;
137 p->next = d;
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c106 struct _link_ *next; /* next in the list */ member in struct:_link_
215 } while ((lp = lp->next) != NULL);
268 * and make the testing of lp->next and allocation of new link atomic
273 prev = &lp->next;
291 } while ((lastlink = lp = lp->next) != NULL);
651 } while ((lp = lp->next) != NULL);
764 } while ((lp = lp->next) != NULL);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s178 add %g4, 7, %o2 ! round up to next dword boundary
179 and %o2, -8, %o4 ! pointer to next dword boundary
284 ba .storebyte1421 ! next dword
302 ba .storebyte1241 ! next dword
318 ba .storehalfword ! next dword
320 nop ! align next loop to 16-byte boundary
321 nop ! align next loop to 16-byte boundary
334 ba .storeword2 ! next dword
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c387 tailp = &nlp->next;
439 tailp = &nlp->next;
579 mndiskset_membershiplist_t *next = NULL; local
581 for (/* void */; (nl != NULL); nl = next) {
582 next = nl->next;
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c131 /* do NOT advance to next backend. */
141 struct grouplist *next; local
143 for (gl = be->all_members; gl != NULL; gl = next) {
146 next = gl->gl_nxt;
320 struct netgrnam *next; local
325 next = cur->hash_chain;
327 cur = next;
457 * next parse.
476 * ===> try skipping past next ')'; failing that, abandon the line;
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c392 pool[ix].next = head;
407 for (mbind = mxa->binding_list; mbind; mbind = mbind->next) {
422 for (mbind = mxa->binding_list; mbind; mbind = mbind->next) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dinterface.c384 .next = NULL,
391 .next = NULL,
398 .next = NULL,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c131 if (! ((inner)->next == (inner)->bound + 1 && \
132 (inner)->next == (outer)->next + buflen)) \

Completed in 126 milliseconds

<<21222324252627282930>>