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

<<31323334353637383940>>

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c49 * Rotate the hash by LSHIFT bits, then XOR the next word.
492 * next record; we simply ignore it.
1302 dt_ahashent_t *h, *next; local
1305 for (h = hash->dtah_all; h != NULL; h = next) {
1308 * entry; we need to load the next hash entry before calling
1311 next = h->dtahe_nextall;
1934 dt_ahashent_t *h, *next; local
1943 for (h = hash->dtah_all; h != NULL; h = next) {
1944 next = h->dtahe_nextall;
H A Ddt_consume.c198 * subtrahend right by one bit for the next comparison.
252 * bring down the next two-digit group.
257 * The value x is the next digit in the square root.
267 * 9 27 (Subtract and bring down the next group.)
268 * 146 8 76 (2 * 7 * 10 * 6 + 6^2 == 876 => 6 is the next digit in
270 * 51 34 (Subtract and bring down the next group.)
271 * 1523 45 69 (2 * 76 * 10 * 3 + 3^2 == 4569 => 3 is the next digit in
287 * 101 1 01 (1 << 2 + 1 == 101 < 1001 => next bit is 1)
290 * 1101 11 01 (11 << 2 + 1 == 1101 < 10010 => next bit is 1)
312 * Bring down the next pai
388 dtrace_epid_t next, id = epd->dtepd_epid; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c652 struct linux_partition_cache *next; member in struct:linux_partition_cache
695 for (cache = linux_partition_cache_list; cache; cache = cache->next)
1124 .next = 0
1297 void *next = NULL; local
1312 next = dm_get_next_target(dmt, next, &start, &length,
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex475 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp:
531 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
763 % \baselineskip glue before it, and (when the next line of text is done)
870 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
965 \let\next\centerH
967 \let\next\centerV
969 \next{\hfil \ignorespaces#1\unskip \hfil}%
1062 % We also make \indent itself not actually do anything until the next
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c613 ulwp_t *next; local
675 for (ulwpp = &qrp->qr_head; (next = *ulwpp) != NULL;
676 ulwpp = &next->ul_link)
677 if (pri > CMP_PRIO(next))
686 for (ulwpp = &qrp->qr_head; (next = *ulwpp) != NULL;
687 ulwpp = &next->ul_link)
688 if (pri >= CMP_PRIO(next))
828 ulwp_t *next; local
839 next = ulwp->ul_link;
840 *ulwpp = next;
2047 robust_t *next; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc235 res->status = internal_db.next(prev, &where,
246 res->status = internal_db.next(prev_desc,
700 vers *nextversion = oldversion->nextmajor(); /* get next version */
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c858 .next = NULL,
865 .next = NULL,
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc.c393 leaf_node = PED_BE32_TO_CPU (desc->next)) {
487 leaf_node = PED_BE32_TO_CPU (desc->next)) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c808 .next = NULL,
834 .next = NULL,
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dpartition.c413 dp = dp->next;
670 log_drv = log_drv->next, j++) {
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c459 ipmi_sdr_get(ipmi_handle_t *ihp, uint16_t id, uint16_t *next) argument
539 *next = ((ipmi_rsp_get_sdr_t *)rsp->ic_data)->ir_gs_next;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h489 struct bin_tree_t *next; member in struct:bin_tree_t
504 struct bin_tree_storage_t *next; member in struct:bin_tree_storage_t
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s217 andn %i1, 3, %i1 ! round s1 pointer down to next word
235 lduw [%i1 + 4], %i0 ! load next aligned word from s2
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s217 andn %i1, 3, %i1 ! round s1 pointer down to next word
235 lduw [%i1 + 4], %i0 ! load next aligned word from s2
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c325 for (p = raidnlp; (p != NULL); p = p->next) {
1108 for (p = nlp; (p != NULL); p = p->next) {
1324 for (p = colnlp; (p != NULL); p = p->next) {
1333 for (p2 = p->next; (p2 != NULL); p2 = p2->next) {
1364 for (p = colnlp; (p != NULL); p = p->next) {
2641 for (p = raidnlp; (p != NULL); p = p->next) {
2718 for (nlp = raid_names; nlp; nlp = nlp->next) {
H A Dmeta_stripe.c470 for (p = stripenlp; (p != NULL); p = p->next) {
1139 for (p = nlp; (p != NULL); p = p->next) {
1332 for (lp = nlp; (lp != NULL); lp = lp->next) {
1341 for (p = lp->next; (p != NULL); p = p->next) {
1398 for (lp = nlp; (lp != NULL); lp = lp->next) {
2402 for (p = stripenlp; (p != NULL); p = p->next) {
2497 for (nlp = stripe_names; nlp; nlp = nlp->next) {
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c78 /* seek for the end of line or the next whitespace */
92 /* seek for the end of line or the next non-whitespace */
333 if (linem->next == NULL) {
346 linem->next);
607 * Skip it and continue to find next one.
745 * next entry. They're saved as a string of blank
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c270 attr[0].type = ATTR_PASSWD; attr[0].next = &attr[1];
271 attr[1].type = ATTR_REP_NAME; attr[1].next = NULL;
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c589 * provider and move on to the next one.
607 * skip this provider and continue to the next one.
624 * skip this provider and continue to the next one.
640 * skip this provider and continue to the next one.
713 * then skip this provider and continue to next one.
907 /* Set and reset values to process next provider */
922 phead = phead->next;
1101 shead = shead->next;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c328 tmp = extra_attr->next;
385 attrp->next = NULL;
387 attrp->next = object_p->extra_attrlistp;
432 attrp->next = NULL;
434 attrp->next = object_p->extra_attrlistp;
463 /* Does not match, try next one. */
464 extra_attr = extra_attr->next;
521 /* Does not match, try next one. */
522 extra_attr = extra_attr->next;
4183 tmp = tmp->next;
[all...]
H A DkernelObject.h62 struct attribute_info *next; member in struct:attribute_info
200 struct object *next; member in struct:object
226 CK_ULONG next_result_index; /* next result object to return */
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dkstat.c81 for (bnode = tree->bd_list; bnode != NULL; bnode = bnode->next) {
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent.c116 net_data->nww_last = (*nw->next)(nw);
H A Dlcl_ng.c125 ng->next = ng_next;
178 * Get the next netgroup off the list.
H A Dlcl_nw.c142 nw->next = nw_next;

Completed in 207 milliseconds

<<31323334353637383940>>