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

1234567891011>>

/osnet-11/usr/src/lib/libshell/common/sh/
H A Denv.c32 Evar_t *next; member in union:_venv_::__anon2512
139 ep->freelist = vp->un.next;
144 ep->freelist->un.next = 0;
175 vp->un.next = ep->freelist;
215 vp->un.next = (vp+1);
218 vp->un.next = 0;
242 vpnext = vp->un.next;
245 vp->un.next = top;
251 vpnext = vp->un.next;
H A Dtimers.c34 struct _timer *next; member in struct:_timer
113 tpnext = tp->next;
131 tplast->next = tp->next;
133 tptop = tp->next;
134 tp->next = tpfree;
190 tpfree = tp->next;
198 tp->next = tptop;
238 for(tp=tptop; tp; tp=tp->next)
/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_rw.c80 rw->writer.next = rw->reader.next = 0;
91 for (rr = &rw->reader; rr != 0; rr = rr->next) {
317 for (rr = &rw->reader; rr != 0; rr = rr->next) {
334 rr->next = rw->reader.next;
335 rw->reader.next = rr;
499 for (rr = &rw->reader, prev = 0; rr != 0; prev = rr, rr = rr->next) {
516 prev->next = rr->next;
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c77 struct authsvc *next; member in struct:authsvc
132 for (asp = Auths; asp; asp = asp->next) {
196 for (asp = Auths; asp; asp = asp->next) {
212 asp->next = Auths;
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h153 struct hash_obj *next; member in struct:__anon1684
163 struct hash_obj *next; member in struct:__anon1685
173 struct hash_obj *next; member in struct:__anon1686
193 struct hash_obj *next; member in struct:hash_obj
H A Dfruraw.h45 struct segment_list *next; member in struct:segment_list
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.h29 struct _db_library *next, *prev; member in struct:_db_library
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dcdboot.S41 call LOCAL(next)
43 LOCAL(next):
71 movl %cs: bi_length - LOCAL(next)(%bx), %ecx
78 movl %cs: bi_file - LOCAL(next)(%bx), %esi
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c87 grub_uint32_t next; member in struct:grub_sfs_objc
102 grub_uint32_t next; member in struct:grub_sfs_btree_extent
157 int next;
163 next = grub_be_to_cpu32 (data->rblock.btree);
169 grub_disk_read (data->disk, next, 0, data->blocksize, treeblock);
187 next = grub_be_to_cpu32 (EXTNODE (tree, i)->data);
199 *nextext = grub_be_to_cpu32 (extent->next);
220 int next = 0;
231 err = grub_sfs_read_extent (node->data, blk, &size, &next);
240 blk = next;
155 int next; local
218 int next = 0; local
359 unsigned int next = dir->block; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmenu_viewer.h31 struct grub_menu_viewer *next; member in struct:grub_menu_viewer
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsfio.h10 /* The next #ifdef should be redundant if Configure behaves ... */
74 #define PerlIO_get_ptr(f) ((f)->next)
75 #define PerlIO_get_cnt(f) ((f)->endr - (f)->next)
78 #define PerlIO_set_ptrcnt(f,p,c) STMT_START {(f)->next = (unsigned char *)(p); assert(PerlIO_get_cnt(f) == (c));} STMT_END
79 #define PerlIO_set_cnt(f,c) STMT_START {(f)->next = (f)->endr - (c);} STMT_END
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathexists.c42 struct Tree_s* next; member in struct:Tree_s
75 for (t = p->tree; t && (*cmp)(s, t->name); t = t->next);
84 t->next = p->tree;
110 p->next = t->tree;
/osnet-11/usr/src/lib/libast/common/port/
H A Dlclib.h44 struct Lc_s* next;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregclass.c36 Ctype_t* next; member in struct:Ctype_s
178 * dynamic entry locale is punned in Ctype_t.next
180 * if e!=0 it points to next char in s
200 for (cp = ctypes; cp; cp = cp->next)
212 else if (!xp && cp->next && cp->next != lc)
216 if (n == cp->size && strneq(s, cp->name, n) && (!cp->next || cp->next == lc))
245 cp->next = lc;
265 for (cp = ctypes; cp; cp = cp->next)
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfexcept.c92 f->next = data + (f->next - f->data);
112 ((type == SF_READ && f->next >= f->endb) ||
113 (type == SF_WRITE && f->next <= f->data)))
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dvswscanf.c43 f.data = f.next = f.endw = (uchar*)s;
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmpool.c50 reg Block_t *tp, *next; local
81 for(tp = NIL(Block_t*), seg = vd->seg; seg; seg = seg->next)
99 next = (Block_t*)((Vmuchar_t*)tp+size);
102 { SIZE(next) = POOLFREE;
103 SEGLINK(next) = vd->free;
104 vd->free = next;
105 next = (Block_t*)((Vmuchar_t*)next + size);
110 { SIZE(next) = s - sizeof(Head_t);
111 SEG(next)
299 reg Seg_t *seg, *next; local
[all...]
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dpopen.c63 struct node *next; member in struct:node
161 for (curr = head; curr != NULL && error == 0; curr = curr->next) {
297 for (prev = curr = head; curr != NULL; curr = curr->next) {
316 new->next = NULL;
321 prev->next = new;
352 for (prev = curr = head; curr != NULL; curr = curr->next) {
355 head = curr->next;
357 prev->next = curr->next;
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c399 CK_BYTE next[8]; local
428 (void) compute_next_token_obj_name(current, next);
431 next, 8);
585 CK_BYTE next[8]; local
612 (void) compute_next_token_obj_name(current, next);
614 next, 8);
776 CK_BYTE next[8]; local
803 (void) compute_next_token_obj_name(current, next);
805 next, 8);
1042 node = node->next;
1482 DL_NODE *next = NULL; local
1544 DL_NODE *next = NULL; local
1599 DL_NODE * next = NULL; local
1973 DL_NODE * next = NULL; local
2084 DL_NODE * next = NULL; local
2204 DL_NODE *next = NULL; local
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetAdapterName.c47 hba_ptr = hba_ptr->next) {
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_provider.h61 struct DAPL_PROVIDER_LIST_NODE *next; member in struct:DAPL_PROVIDER_LIST_NODE
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c293 char *next; local
311 if ((next = find_right_paren(str)) == NULL)
314 *next = '\0';
317 *next++ = ')';
327 return (next);
333 char *next, *tmp, *s, *d; local
426 next = str;
427 while (*next && balance) {
429 if (*next == '(')
431 else if (*next
494 char *next; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c410 char *next; local
424 if ( (next = find_right_paren( str )) == NULL )
427 *next = '\0';
430 *next++ = ')';
436 return( next );
442 char *next; local
518 next = str;
519 while ( *next && balance ) {
521 if ( *next == '(' )
523 else if ( *next
583 char *next; local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c546 nss_cfglist_t *next; local
560 next = nss_cfg;
562 if (next->name && nss_cfgcn_cmp(name, next->name) == 0) {
564 return (next);
566 next++;
577 next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize);
578 if (next == NULL) {
583 (void) memset((void *)(next + nss_cfgcount), '\0',
586 nss_cfg = next;
606 nss_cfgparam_t *next; local
657 nss_cfgparam_t *next, *cur; local
703 nss_cfg_get(nss_config_t *next) argument
717 nss_cfg_put(nss_config_t *next, int add) argument
741 nss_config_t *next; local
803 nss_config_t *next = &nss_policy_params[0]; local
[all...]
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_list.c66 uu_list_pool_t *pp, *next, *prev; local
100 pp->ulp_next = next = &uu_null_lpool;
101 pp->ulp_prev = prev = next->ulp_prev;
102 next->ulp_prev = pp;
182 uu_list_t *lp, *next, *prev; local
219 next = &pp->ulp_null_list;
220 prev = UU_PTR_DECODE(next->ul_prev_enc);
221 lp->ul_next_enc = UU_PTR_ENCODE(next);
223 next->ul_prev_enc = UU_PTR_ENCODE(lp);
264 uu_list_node_impl_t *next)
263 list_insert(uu_list_t *lp, uu_list_node_impl_t *np, uu_list_node_impl_t *prev, uu_list_node_impl_t *next) argument
399 uu_list_walk_t *next, *prev; local
430 uu_list_node_impl_t *next; local
[all...]

Completed in 57 milliseconds

1234567891011>>