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

<<21222324252627282930>>

/osnet-11/usr/src/lib/libc/port/threads/
H A Dcancel.c280 infop->next = self->ul_clnup_hdr;
296 self->ul_clnup_hdr = infop->next;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c324 uom++; /* next unit of measurement */
403 tmp_mddevidp = tmp_mddevidp->next;
433 mddevidp = mddevidp->next;
/osnet-11/usr/src/lib/passwdutil/
H A Dnss_attr.c102 for (p = items; p != NULL; p = p->next) {
234 for (w = items; res == PWU_SUCCESS && w != NULL; w = w->next) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsAttributeUtil.c224 tmp = extra_attr->next;
280 attrp->next = NULL;
282 attrp->next = object_p->extra_attrlistp;
326 attrp->next = NULL;
328 attrp->next = object_p->extra_attrlistp;
355 /* Does not match, try next one. */
356 extra_attr = extra_attr->next;
411 /* Does not match, try next one. */
412 extra_attr = extra_attr->next;
1723 tmp = tmp->next;
[all...]
H A DkmsObject.h57 struct attribute_info *next; member in struct:attribute_info
77 struct object *next; member in struct:object
99 CK_ULONG next_result_index; /* next result object to return */
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c395 sp = sp->next;
459 sp = sp->next;
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c316 node = node->next;
397 node = node->next;
456 node = node->next;
485 node = node->next;
514 node = node->next;
542 node = node->next;
724 node = node->next;
754 node = node->next;
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetPhyStatistics.c85 hba_port_ptr = hba_port_ptr->next) {
108 phy_ptr = phy_ptr->next) {
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c184 bnode = bnode->next;
229 for (p = list; p != NULL; p = p->next) {
290 for (bnode = tree->bd_list; bnode != NULL; bnode = bnode->next) {
344 * cmp->cpu->cpu->cpu->cpu->(next board nodes)
548 for (bnode = tree->bd_list; bnode != NULL; bnode = bnode->next) {
830 for (prop = pnode->props; prop != NULL; prop = prop->next) {
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c486 Seqorset *next; local
506 if ((next = (*sos)->sos_next) == NULLSEQORSET) {
583 next->sos_clen += (taglen + lenlen + len);
584 next->sos_ptr += (taglen + lenlen + len);
593 *sos = next;
671 case 't': /* tag for the next element */
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h203 uint32_t next; member in struct:_HfsNodeDescriptor
469 uint32_t next; member in struct:_HfsPNodeDescriptor
686 uint32_t next; member in struct:_HfsJBlockInfo
729 struct _HfsPrivateLinkExtent* next; member in struct:_HfsPrivateLinkExtent
780 struct _HfsPPrivateLinkExtent* next; member in struct:_HfsPPrivateLinkExtent
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c75 tmp = headp->next;
83 headp->next = NULL;
142 tailp->next = newp;
193 tailp->next = newp;
582 newp->next = NULL;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c46 xfs_daddr_t next; member in struct:xfs_info
244 xfs.next = fsb2daddr (le64(h.bb_rightsib));
267 if (xfs.next == 0)
269 xfs.daddr = xfs.next;
272 xfs.next = fsb2daddr (le64(h.bb_rightsib));
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c233 mnp = mnp->next;
434 ppp = ppp->next;
614 gprintf(level, " next: 0x%p\n", (void *)mnp->next);
625 gprintf(level, " next: 0x%p\n", n->next);
637 gprintf(level, " next: 0x%p\n", d->next);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c89 * chunk size - space for type (1) - space for next pointer (2)
257 struct zfs_mount_cache *next; member in struct:zfs_mount_cache
268 struct zfs_dev_ublock *next; member in struct:zfs_dev_ublock
276 struct zfs_dev_notzfs *next; member in struct:zfs_dev_notzfs
1074 for (dev_notzfs = zfs_dev_notzfs_list; dev_notzfs != NULL; dev_notzfs = dev_notzfs->next)
1110 for (dev_ub = zfs_dev_ublock_list; dev_ub != NULL; dev_ub = dev_ub->next)
1189 dev_ub->next = zfs_dev_ublock_list;
1191 dev_ub->next = NULL;
1229 dev_notzfs->next = zfs_dev_notzfs_list;
1231 dev_notzfs->next
2915 struct dnode_chain *next; member in struct:dnode_chain
[all...]
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.c752 list = list->next;
757 list = list->next;
777 list = list->next;
804 list = list->next;
870 list = list->next;
876 list = list->next;
1019 list = list->next;
1027 list = list->next;
1051 list = list->next;
1098 list = list->next;
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c535 net_time_entry_t *next = head; local
547 while (next != NULL) {
549 &next->my_time_stat->net_stat_time) != NET_TIME_LESSER) {
550 *lasttime = next->my_time_stat->net_stat_ctime;
551 next = next->net_time_entry_next;
554 *start = next;
908 net_entry_t *next; local
942 next = head->net_entry_next;
955 head = next;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c367 struct linux_ipv6_addr_list *next; member in struct:linux_ipv6_addr_list
419 nw->next = lst;
598 /* mark for next pass */
769 /* mark for next pass */
984 /* mark for next pass */
1027 for (lx_v6 = linux_ipv6_addrs; lx_v6; lx_v6 = lx_v6->next)
1051 for (lx_v6 = linux_ipv6_addrs; lx_v6; lx_v6 = lx_v6->next)
1063 lx_v6 = linux_ipv6_addrs->next;
1269 char *cp = *iter, *next, *current; local
1276 for (cp = *iter, next
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c74 /* Make sure next block of the heap will be aligned.
98 d = cur->next;
120 for (cur = start; cur; cur = cur->next)
143 for (cur = start; cur; cur = cur->next)
170 for (cur = start; cur; cur = cur->next)
190 for (cur = start; cur; cur = cur->next)
229 driverkey->next = memorymap->first_child;
257 for (cur = parent; cur; cur = cur->next)
284 ret->next = *parent;
317 ret->next
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c55 struct grub_glyph_info *next; member in struct:grub_glyph_info
212 if (glyph->next)
273 glyph_info->next = font_info->glyphs_unsorted;
309 struct glyph_replace *next; member in struct:glyph_replace
325 for (cur = subst_rightjoin; cur; cur = cur->next)
351 for (cur = subst_leftjoin; cur; cur = cur->next)
376 for (cur = subst_medijoin; cur; cur = cur->next)
498 new->next = *target;
1199 for (cur = font_info.glyphs_unsorted; cur; cur = cur->next)
1205 for (cur = font_info.glyphs_unsorted; cur; cur = cur->next)
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c161 #define SFBUF(f) (d = f->next, endd = f->endb)
163 #define SFEND(f) ((n_output += d - f->next), (f->next = d))
191 { f->data = f->next = (uchar*)data;
664 fm->next = fmstk;
1361 fmstk = fm->next;
1382 fmstk = fm->next;
1388 n = f->next - f->data;
1391 f->next = f->data;
1396 else f->next
[all...]
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c86 void *next; member in struct:__anon2384
135 uint32_t next; member in struct:__anon2388
1346 raid_handle_sys.handles[i].next = i + 1;
1352 raid_handle_sys.handles[0].next = 0;
1373 i = raid_handle_sys.handles[i].next;
1396 raid_handle_sys.unused = raid_handle_sys.handles[ret].next;
1398 raid_handle_sys.handles[ret].next = raid_handle_sys.used;
1415 i = raid_handle_sys.handles[i].next;
1420 raid_handle_sys.handles[j].next =
1421 raid_handle_sys.handles[i].next;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c43 struct grub_net_route *next; member in struct:grub_net_route
200 struct grub_net_network_level_interface *inf, *next; local
201 FOR_NET_NETWORK_LEVEL_INTERFACES_SAFE(inf, next)
221 for (slaac = card->slaac_list; slaac; slaac = slaac->next)
242 slaac->next = card->slaac_list;
375 #define FOR_NET_ROUTES(var) for (var = grub_net_routes; var; var = var->next)
818 inter->next = grub_net_network_level_interfaces;
819 if (inter->next)
820 inter->next->prev = &inter->next;
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c111 struct dns_res_target *next; member in struct:dns_res_target
201 ho->next = ho_next;
295 for (p = q; p; p = p->next) {
379 q->next = q2;
457 for (p = q; p; p = p->next) {
586 q->next = q2;
622 for (p = q; p; p = p->next) {
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_ui.c44 * passed in will return next header of the same type.
46 * with no name but an old header will return the next header.
155 value = value->next;
164 * Return the next value of the header.
173 if (old_value == NULL || old_value->next == NULL) {
181 value = (sip_header_value_t)old_value->next;
183 value = value->next;
301 if (_sip_header_value->next == NULL) {
310 value = value->next;
322 value = value->next;
[all...]

Completed in 172 milliseconds

<<21222324252627282930>>