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

<<414243444546

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c167 * Checks that the next tag is the expected one; returns with an error
177 * get the next tag
640 tmpbody.data = subbuf.next;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c1253 .next = 0
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c649 * If not, go onto next key.
665 /* Clear error if no devid and go to next nm entry */
1208 continue; /* no devid. go on to next */
1389 for (snp = dnp->side_names; snp != NULL; snp = snp->next) {
H A Dmeta_metad_subr.c798 * If next pointer is non-null (more than
997 nl2 = nl2->next;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c889 ref_info->next != NULL &&
897 /* Try the next refered server */
1030 ref_info = ref_info->next;
1056 * try next server in the ref_info list.
1070 if (ref_info->next == NULL) {
1080 * next ref_info
1182 * should never be here, the next line is to eliminating
H A Dns_connect.c1021 * return this server on the next get-server request
1076 /* else, cleanup and go for the next server */
1486 for (lkp = conf->lookups; lkp != NULL; lkp = lkp->next) {
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c583 pool_set_xref_t *current, *prev, *next; local
586 current = next) {
596 next = current->psx_next;
2662 * Return the next element in a result set.
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c3188 next:
3228 next:
3427 goto next;
/osnet-11/usr/src/common/mpi/
H A Dmpi.c2967 /* Set min to next nearest default precision block size */
3339 mp_digit save, next, mask; local
3347 next = DIGIT(mp, ix) & mask;
3349 save = next;
4447 /* Compute a guess for the next quotient digit */
4492 /* At this point, q_msd should be the right next digit */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c429 for (t = thr->next; t != thr; t = t->next) {
4375 /* Uncomment the next line for PATH semantics */
4512 thr->next = thr;
H A Dsv.c56 in each arena is reserved, and is used to hold a link to the next arena.
277 SvANY(sva) = (void *) PL_sv_arenaroot; /* ptr to next arena */
2240 will be in the previous block to set the IV slot, and the next
8467 /* echo everything up to the next format specification */
9619 for (; tblent; tblent = tblent->next) {
9640 for (tblent = *otblent; tblent; empty=0, tblent = tblent->next) {
9649 tblent->next = *otblent;
9677 *entp = ent->next;
9678 ent->next = *curentp;
9683 entp = &ent->next;
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c68 struct work *w_next; /* next in queue */
103 ** The number of queue groups that can be run on the next work run
1267 ** SCHEDULE_QUEUE_RUNS -- schedule the next queue run for a work group.
1430 ** maybe schedules next queue run.
1499 ** of the next queue group's additional queue runners (maximum)
1708 ** Set the head of the WorkQ to the next work item.
1829 sequenceno += seqjump; /* next sequence number */
2054 ** Find the next queue group within the work group that
2140 ** of the children to finish before moving on to the next
2308 ** so we get fresh map connections on the next looku
8389 ENVELOPE *ee, *next, *firstsibling; local
[all...]
H A Dconf.c882 lk = lk->next;
4117 ** a value > 214748364, or equal but the next digit is > 7 (or 8),
5406 ** have some data for the next entry.
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c1803 .next = NULL,
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c367 next_ldap_server_handle = ldap_server_handle->next;
681 * defines the type of the content that follows. The next 2 bytes
683 * follows. The next n bytes define the content itself.
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s819 ! Currently, o1 is pointing to the next double-aligned byte in SRC
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s185 * The data3 is preserved for next merge.
260 srlx %o0, %g5, %o1 ! move extra byte for the next use
2385 ! Repeat the same for next 32 bytes.
2430 ! Repeat the same for next 32 bytes.
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c334 struct mediainfo *next; member in struct:mediainfo
371 Thus we indicate ring mode, but always write the 'next' field for
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c120 for (ap = lc->attributes; ap; ap = ap->next)

Completed in 183 milliseconds

<<414243444546