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

<<31323334353637383940>>

/osnet-11/usr/src/lib/libast/common/misc/
H A Dfastfind.c695 * return the next fastfind path
724 next:
840 goto next;
859 goto next;
863 goto next;
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s221 inc %o5 ! next byte
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s143 srlx %o0, %g5, %o1 ! move extra byte for the next use
278 !! prefetch next line (256byte) here, but not next subline (64byte),
789 ! Currently, %o1 points to the next double-aligned byte in src.
907 bgu,pt %icc, .not8_large_blk ! store curr and load next?
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s89 ldub [%o1], %o5 ! delay slot, get next byte from s2
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.s88 ldub [%o1], %o5 ! delay slot, get next byte from s2
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c129 for (entry = result->entry; entry != NULL; entry = entry->next) {
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c290 struct addrinfo *next; local
293 next = ai->ai_next;
298 ai = next;
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_server.c433 * Rewind the input data stream, ready for the next write.
456 np->np_frags.head = frag->next;
1146 frag->next = NULL;
1156 nds->frags.tail->next = frag;
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c406 nvpair_t *last = NULL, *next; local
413 if ((next = nvlist_next_nvpair(list, last)) == NULL)
416 *namep = nvpair_name(next);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc_plus.c512 for (; leaf_node; leaf_node = PED_BE32_TO_CPU (desc->next)) {
634 for (; leaf_node; leaf_node = PED_BE32_TO_CPU (desc->next)) {
745 for (; leaf_node; leaf_node = PED_BE32_TO_CPU (desc->next)) {
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.c222 cpc_request_t *req, *next; local
255 for (req = csp->cs_request; req != NULL; req = next) {
256 next = req->cr_next;
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdllink.c484 dladm_mac_dev_t *dmdp, *next; local
498 for (dmdp = dmw.dmd_dev_list; dmdp != NULL; dmdp = next) {
499 next = dmdp->dm_next;
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c345 /* find the next section or return NODENOTFOUND */
347 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) argument
359 *next = rc_next;
365 return (find_next_section(rc_next, next));
787 /* get the next tag */
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c356 /* find the next section or return NODENOTFOUND */
358 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) argument
370 *next = rc_next;
376 return (find_next_section(rc_next, next));
799 /* get the next tag */
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_cong.c412 goto next;
416 goto next;
430 next:
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h242 struct _krb5_actkvno_node *next; member in struct:_krb5_actkvno_node
248 struct _krb5_mkey_aux_node *next; member in struct:_krb5_mkey_aux_node
256 struct _krb5_keylist_node *next; member in struct:_krb5_keylist_node
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c116 meta->free = argp->next;
184 pagep->pgno, PGNO_INVALID, argp->next, 0, P_INVALID);
219 meta->free = argp->next;
393 * Finally, redo the next-page link if necessary. This is of
396 * previous-page pointer updated to our new page. The next
461 * Finally, undo the next-page link if necessary. This is of
465 * possible that the next-page never existed, we ignore it as
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c953 char *next; local
1005 num = strtol(str, &next, 10);
1013 str = next;
1149 entry++; /* to next entry */
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c207 struct tz_country *head = NULL, *prev = NULL, *next, *cp, *cp2; local
398 next = cp->ctry_next;
401 cp = next;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c840 pObj = pObj->next;
852 pObj->next = NULL;
854 pObj->next = pslot->sl_tobj_list;
1114 /* get the next one */
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c104 struct DAT_SR_STACK_NODE *next; member in struct:DAT_SR_STACK_NODE
1087 g_token_stack = top->next;
1112 top->next = g_token_stack;
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2570 char *next; local
2617 /* Fix up next pointers inside usage_t */
2618 next = (char *)usage;
2619 next += sizeof (struct zs_usage);
2622 usage->zsu_system = (struct zs_system *)next;
2623 next += sizeof (struct zs_system);
2627 zone = (struct zs_zone *)next;
2629 next += sizeof (struct zs_zone);
2636 pset = (struct zs_pset *)next;
2638 next
[all...]
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c63 struct IconMappingEntry_s *next; member in struct:IconMappingEntry_s
92 j = i->next;
106 for (i = policy->icon_mappings; i != NULL; i = i->next) {
119 i->next = policy->icon_mappings;
143 for (i = policy->icon_mappings; i != NULL; i = i->next) {
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c96 struct Feature_s*next; member in struct:Feature_s
636 for (sp = state.features; sp; sp = sp->next)
769 for (fp = state.features; fp && !streq(fp->name, name); fp = fp->next);
791 fp->next = state.features;
1620 for (fp = state.features; fp; fp = fp->next)
/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c218 * Insert/delete from arena list (type 'a') or next-of-kin list (type 'k').
222 vmem_seg_t *vnext = (vprev)->vs_##type##next; \
223 (vsp)->vs_##type##next = (vnext); \
225 (vprev)->vs_##type##next = (vsp); \
232 vmem_seg_t *vnext = (vsp)->vs_##type##next; \
233 (vprev)->vs_##type##next = (vnext); \
801 * That's where the next VM_NEXTFIT allocation will begin searching.
865 * want to look at the next-smallest freelist (which *might*
902 * Find the next non-empty freelist.
1017 * Attempt to coalesce with the next segmen
[all...]

Completed in 222 milliseconds

<<31323334353637383940>>