Searched refs:next (Results 551 - 575 of 2472) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.h68 struct domain_binding *next; member in struct:domain_binding
78 struct nlstmp *next; /* link to the next entry */ member in struct:nlstmp
124 struct msg_node *next; /* link to the next */ member in struct:msg_node
132 struct nls_node *next; /* link to the next */ member in struct:nls_node
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h115 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.c248 for (pp = &table->keys[key]; (it = *pp) != 0; pp = &it->next) {
295 item->next = *pp;
435 prev = cur, cur = cur->next) {
438 prev->next = cur->next;
440 table->keys[cur->keychain] = cur->next;
483 item->next = 0;
494 * ourselves to pop the next item.
526 *pp = nl->next;
527 nl->next
[all...]
H A Ddb_mindex_c.x61 % struct db_next_index_desc *next;
65 % { location = loc; next = n; }
243 %/* Returns the next entry in the table after 'previous' by setting 'answer' to
245 % is valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where'
246 % to location of where entry is found for input as subsequent 'next'
248 % db_status next( entryp, entryp *, entry_object ** );
250 %/* Returns the next entry in the table after 'previous' by setting 'answer' to
252 % is valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where'
253 % to location of where entry is found for input as subsequent 'next'
255 % db_status next( db_next_index_des
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y216 | range next addrlist { $1->ipn_next = $3; $$ = $1; }
217 | range next { $$ = $1; }
223 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; }
224 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t));
240 | groupentry next { $$ = $1; }
241 | addrmask next { $$ = calloc(1, sizeof(iphtent_t));
260 | groupentry next { $$ = $1; }
261 | groupentry next setgrouplist { $1->ipe_next = $3; $$ = $1; }
323 | hashentry next { $$ = $1; }
324 | hashentry next hashlis
380 next: ',' { yyexpectaddr = 1; } label
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmops.c143 pp_tail = &((*pp_tail)->next);
148 p->next = NULL;
185 pp_tail = &((*pp_tail)->next);
197 *pp_tail = (*pp_tail)->next;
221 p_rsmops_list = p_rsmops_list->next) {
243 for (p = p_drv->ctrl_head; p != NULL; p = p->next) {
260 for (p_drv = rsmops_drv_head; p_drv != NULL; p_drv = p_drv->next) {
261 for (p = p_drv->ctrl_head; p != NULL; p = p->next) {
454 p_ctrl->next = p_drv->ctrl_head;
485 for (p_prev = &p_drv->ctrl_head; *p_prev; p_prev = &((*p_prev)->next)) {
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c92 } else if (xtpage->header.next) {
93 devread (xtpage->header.next << jfs.bdlog, 0,
145 } else if (dtpage->header.next) {
146 devread (dtpage->header.next << jfs.bdlog, 0,
192 next_dslot (int next) argument
195 ? (dtslot_t *)&dtroot->slot[next]
196 : &((dtslot_t *)dtpage->slot)[next];
338 if (de->next == -1) {
346 ds = next_dslot (de->next);
347 while (ds->next !
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dshare.c87 for (shrl = vp->v_shrlocks; shrl != NULL; shrl = shrl->next) {
107 ((shrl->next == NULL) ||
116 if ((shrl->shr->s_deny & F_COMPAT) && (shrl->next == NULL)) {
180 if (shrl->next == NULL) {
221 shrl->next = vp->v_shrlocks;
315 *shrlp = shrl->next;
327 shrlp = &(*shrlp)->next;
436 shrl = shrl->next;
463 shrl = shrl->next;
567 for (shrl = vp->v_shrlocks; shrl != NULL; shrl = shrl->next) {
[all...]
/illumos-gate/usr/src/lib/passwdutil/
H A D__failed_count.c52 items[0].next = NULL;
111 items[0].next = NULL;
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h64 struct parser *next; member in struct:parser
213 struct cfg_io_s *next; /* Link to next module */ member in struct:cfg_io_s
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s67 incq %rdi / return pointer to next byte in dest
75 addq $2,%rdi / return pointer to next byte in dest
H A Dstrcat.s74 addq $8, %rdi / next quadword
84 incq %rdi / next byte
98 addq $8, %rsi / next quadword
105 addq $8, %rdi / next quadword
115 incq %rsi / next byte
116 incq %rdi / next byte
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h46 struct Op_arg_item _TKFAR *next; member in struct:Op_arg_item
53 struct Op_row_link _TKFAR *next; member in struct:Op_row_link
/illumos-gate/usr/src/cmd/mail/
H A Dpushlist.c117 nhp->next = ohp;
122 hdrlines[hdrtype].tail = ohp->next = nhp;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c58 struct alloc_list *next; member in struct:alloc_list
83 alist->next = NULL;
85 alist->next = halist;
99 halist = halist->next;
101 alist_prev->next = alist->next;
106 alist = alist->next;
385 alist = alist->next;
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c67 for (l = defined; l != NULL; l = l->next) {
81 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
82 for (proc = vp->procs; proc != NULL; proc = proc->next) {
183 for (l = proc->args.decls; l != NULL; l = l->next)
189 for (l = proc->args.decls; l != NULL; l = l->next) {
201 for (l = proc->args.decls; l != NULL; l = l->next) {
290 for (l = proc->args.decls; l != NULL; l = l->next) {
391 for (l = proc->args.decls; l != NULL; l = l->next) {
H A Drpc_util.h62 struct list *next; member in struct:list
69 struct xdrfunc *next; member in struct:xdrfunc
/illumos-gate/usr/src/tools/cscope-fast/
H A Dlookup.c113 p->next = hashtab[j];
127 for (p = hashtab[hash(ident) % HASHMOD]; p != NULL; p = p->next) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dmount.h56 struct nfs_args *next; /* link for failover */ member in struct:nfs_args_extB
95 caddr32_t next; /* link for failover */ member in struct:nfs_args_extB32
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dgetdelim.c53 if((p = f->endb - (ps = f->next)) <= 0 )
80 f->next = ps+k; /* skip copied data in buffer */
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.h86 struct roff_node *next; /* Sibling AST node. */ member in struct:roff_node
154 #define MDOC_PHRASEQN (1 << 15) /* Quote first word of the next phrase. */
160 enum roff_next next; /* Where to put the next node. */ member in struct:roff_man
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddnlc.c68 next:
91 goto next;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c79 struct wildcardinfo *next; member in struct:wildcardinfo
218 for (; namep != NULL; namep = namep->u.name.next) {
255 retp->u.name.last->u.name.next = newnp;
291 for (npref = epname; npref; npref = npref->u.name.next) {
295 np1 = np1->u.name.next, np2 = np2->u.name.next) {
324 npref = npref->u.name.next) {
352 ret->u.name.last->u.name.next = newnp;
585 cpnode->u.name.next =
601 ewlp->u.name.next
1822 struct bubble *next; local
2078 struct arrowlist *next; local
2114 struct constraintlist *next; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c44 struct krb5_cc_typelist *next; member in struct:krb5_cc_typelist
126 t_next = t->next;
146 for (t = cc_typehead;t && strcmp(t->ops->prefix,ops->prefix);t = t->next)
162 t->next = cc_typehead;
252 for (tlist = cc_typehead; tlist; tlist = tlist->next) {
341 t->tptr = t->tptr->next;
/illumos-gate/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::__anon3871::__anon3877

Completed in 105 milliseconds

<<21222324252627282930>>