Searched defs:next (Results 376 - 400 of 577) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h82 Vmalloc_t* next; /* linked list of regions */ member in struct:_vmalloc_s
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.h104 struct scf_pgrp_kva_node *next; member in struct:scf_pgrp_kva_node
/osnet-11/usr/src/lib/libc/inc/
H A Dtdb_agent.h140 uint64_t next; member in struct:__anon1336
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c416 * The next "if -case" is required to accelerate the
760 aio_worker_t *next = aiowp; local
763 error = _aio_rw(aiocbp, head, &next, AIOFSYNC, AIO_NO_KAIO);
773 next = next->work_forw;
1636 aio_worker_t *next = aiowp; local
1639 error = _aio_rw64(aiocbp, head, &next, AIOFSYNC, AIO_NO_KAIO);
1649 next = next->work_forw;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c175 struct local_vars *next; member in struct:local_vars
238 v->next = stack; \
246 stack = v->next; \
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h67 struct domain_binding *next; member in struct:domain_binding
77 struct nlstmp *next; /* link to the next entry */ member in struct:nlstmp
123 struct msg_node *next; /* link to the next */ member in struct:msg_node
131 struct nls_node *next; /* link to the next */ member in struct:nls_node
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c106 struct _link_ *next; /* next in the list */ member in struct:_link_
215 } while ((lp = lp->next) != NULL);
268 * and make the testing of lp->next and allocation of new link atomic
273 prev = &lp->next;
291 } while ((lastlink = lp = lp->next) != NULL);
651 } while ((lp = lp->next) != NULL);
764 } while ((lp = lp->next) != NULL);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c525 file_attr_t *next; local
529 next = fap->fa_next;
533 } while ((fap = next) != froot);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c387 tailp = &nlp->next;
439 tailp = &nlp->next;
579 mndiskset_membershiplist_t *next = NULL; local
581 for (/* void */; (nl != NULL); nl = next) {
582 next = nl->next;
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c55 struct netgroup_name *next; member in struct:netgroup_name
144 ng_new->next = tab->to_do;
160 tab->to_do = ng->next;
161 ng->next = tab->done;
170 netgroup_name_t *ng, *next; local
175 for (ng = tab->to_do; ng != NULL; ng = next) {
178 next = ng->next;
182 for (ng = tab->done; ng != NULL; ng = next) {
185 next
[all...]
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c131 /* do NOT advance to next backend. */
141 struct grouplist *next; local
143 for (gl = be->all_members; gl != NULL; gl = next) {
146 next = gl->gl_nxt;
320 struct netgrnam *next; local
325 next = cur->hash_chain;
327 cur = next;
457 * next parse.
476 * ===> try skipping past next ')'; failing that, abandon the line;
/osnet-11/usr/src/lib/passwdutil/
H A Dpasswdutil.h82 struct attrlist_s *next; member in struct:attrlist_s
/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/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c83 * any "unsignaled" completions to go directly to the next "signaled"
101 * the next entry in the container.
146 * can move on to the next container).
221 * next container (if there is one). Note: the only real
574 * If the container is empty, then there is no next entry. So just
579 * If the container is not empty, then find the next entry and return
586 * We don't need to calculate the "next" head pointer here
587 * because "head" should already point to the next entry on
609 dapls_tavor_wrid_list_hdr_t *prev, *next; local
617 next
1010 dapls_tavor_wrid_list_hdr_t *prev, *next; local
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c131 lwp_info_t *next; local
144 next = lwp;
148 list_link(lwp, next);
1411 return (1); /* No mapping; advance to next mapping */
1529 return (1); /* Advance to next mapping */
1945 * Seek past the current note data to the next Elf_Nhdr
1949 dprintf("Pgrab_core: failed to seek to next nhdr\n");
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h171 struct ffbinfo *next; member in struct:ffbinfo
/osnet-11/usr/src/lib/libradproto/common/
H A Dradclient.c215 message_wrapper_t *next = NULL; local
217 mw != NULL; mw = next) {
218 next = TAILQ_NEXT(mw, node);
222 mw != NULL; mw = next) {
223 next = TAILQ_NEXT(mw, node);
430 rc_object_t *o, *next; local
431 for (o = TAILQ_FIRST(&c->rrc_objects); o; o = next) {
432 next = TAILQ_NEXT(o, ro_node);
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h86 struct evConn * next; member in struct:evConn
119 struct evFile * next; member in struct:evFile
140 struct evStream *prev, *next; member in struct:evStream
156 struct evWait * next; member in struct:evWait
163 struct evWaitList * next; member in struct:evWaitList
174 struct { struct evEvent_p *next; } free; member in struct:evEvent_p::__anon2431::__anon2437
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h142 struct sasl_string_list *next; member in struct:sasl_string_list
230 struct _sasl_path_info *next; member in struct:_sasl_path_info
257 struct mechanism *next; member in struct:mechanism
260 struct mechanism *next; member in struct:mechanism
279 struct context_list *next; member in struct:context_list
319 struct cmechanism *next; member in struct:cmechanism
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c854 struct prompt_list *next; member in struct:prompt_list
868 prompt_list *next; local
874 for (list = (prompt_list *)*h; list != NULL; list = next) {
877 next = list->next;
908 list->next = *h;
/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h374 * set, the next audit record will be preceded by an ADT_smf_annotation
455 struct scf_propvec_mval *next; member in struct:scf_propvec_mval
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h85 Namfun_t *next; member in struct:Namfun
217 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c48 #define HIST_CMDNO 0202 /* next 3 bytes give command number */
552 * position history file at size and find next command number
1138 Histloc_t next; local
1171 next.hist_line = line;
1172 next.hist_command = command;
1173 return(next);
/osnet-11/usr/src/lib/libshell/common/include/
H A Dedit.h74 struct Histmatch *next; member in struct:Histmatch
190 #define ULNEXT -7 /* user next literal char synonym */
H A Dnval.h76 Namfun_t *next; member in struct:Namfun
208 #define NV_ANEXT 3 /* advance to next subscript */

Completed in 2899 milliseconds

<<11121314151617181920>>