Searched refs:next (Results 301 - 325 of 2472) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c27 on return points to the next available entry's address. bits is the
54 code FAR *next; /* next available space in table */ local
151 filled is at next and has curr index bits. The code being used is huff
203 next = *table; /* current table to fill in */
235 min = fill; /* save offset to next table */
238 next[(huff >> drop) + fill] = here;
252 /* go to next symbol, update count, len */
266 next += min; /* here min is 1 << curr */
268 /* determine length of next tabl
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c159 rsrc = cache_head.next;
164 rsrc = rsrc->next;
176 rsrc = cache_head.next;
180 rsrc = rsrc->next;
210 node->next = cache_head.next;
213 node->next->prev = node;
214 node->prev->next = node;
270 node->next->prev = node->prev;
271 node->prev->next
924 get_next_user(rsrc_t *next, rsrc_t *rsrc, int redundancy) argument
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinterp.c35 do_run(fcode_env_t *env, int next) argument
43 if (next) {
71 next = 1;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dbld_pr_ext.c42 register char *next; local
83 next = va_arg(ap, char *);
88 memcpy(princ_data[i].data, next, size);
/illumos-gate/usr/src/lib/librstp/common/
H A Dstpmgmt.c93 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
136 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
153 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dgetlist.c113 listofnames *next = (listofnames *)NULL; local
115 for (; locallist; locallist = next) {
116 next = locallist->nextname;
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h71 struct hash_elem *next; member in struct:hash_elem
85 struct conf_entries *next; member in struct:conf_entries
97 struct asr_conf_entries *next; member in struct:asr_conf_entries
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h94 struct bubble *next; member in struct:event::bubble
105 struct arrowlist *next; member in struct:event::bubble::arrowlist
112 struct constraintlist *next; member in struct:event::bubble::arrowlist::arrow::constraintlist
/illumos-gate/usr/src/cmd/bart/
H A Dbart.h110 struct tree_modifier *next; member in struct:tree_modifier
139 struct rule *next; member in struct:rule
145 struct dir_component *next; member in struct:dir_component
/illumos-gate/usr/src/cmd/sgs/libldmake/common/
H A Dld_file.c46 void *next; member in struct:Stritem
78 new->next = *list;
132 for (cur = list; cur; cur = cur->next)
/illumos-gate/usr/src/cmd/sh/
H A Dstak.c109 struct blk *next; local
113 next = stakbsy->word;
115 stakbsy = next;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c177 for(; sp; lastsp = sp, sp = sp->next)
180 seg->next = sp;
182 lastsp->next = seg;
256 { vd->seg = seg->next;
260 { for(last = vd->seg; last->next != seg; last = last->next)
262 last->next = seg->next;
271 { seg->next = last->next;
[all...]
/illumos-gate/usr/src/uts/sun4/sys/
H A Divintr.h108 #define IV_SET_PIL_NEXT(iv_p, cpu_id, next) \
110 (((intr_vecx_t *)iv_p)->iv_pil_xnext[cpu_id - 1] = next) : \
111 (iv_p->iv_pil_next = next))
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dld_file.c45 void * next; member in struct:Stritem
78 new->next = *list;
127 for (cur = list; cur; cur = cur->next)
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h87 struct adutils_entry *next; member in struct:adutils_entry
98 struct adutils_host *next; member in struct:adutils_host
138 struct adutils_query_state *next; member in struct:adutils_query_state
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c212 next_hash_obj = next_hash_obj->next) {
243 hash_obj->next = NULL;
267 sec_obj->next = NULL;
272 hash_obj->next = NULL;
296 seg_obj->next = NULL;
301 hash_obj->next = NULL;
325 pkt_obj->next = NULL;
329 hash_obj->next = NULL;
349 hash_obj->next = hash_table[index_to_hash];
352 if (hash_obj->next !
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c400 CK_BYTE next[8]; local
429 (void) compute_next_token_obj_name(current, next);
432 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...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Denv.c32 Evar_t *next; member in union:_venv_::__anon3953
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)
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h153 struct hash_obj *next; member in struct:__anon3261
163 struct hash_obj *next; member in struct:__anon3262
173 struct hash_obj *next; member in struct:__anon3263
193 struct hash_obj *next; member in struct:hash_obj
H A Dfruraw.h45 struct segment_list *next; member in struct:segment_list
/illumos-gate/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;
/illumos-gate/usr/src/lib/libpam/
H A Dpam_impl.h175 struct pam_module_data *next; /* pointer to next module data */ member in struct:pam_module_data
188 struct pamtab *next; member in struct:pamtab
194 struct fd_list *next; member in struct:fd_list
201 struct env_list *next; member in struct:env_list
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_files.c126 id->next = ctx->files;
178 del->prev->next = del->next;
180 ctx->files = del->next;
181 if (del->next != NULL)
182 del->next->prev = del->prev;
222 cur = cur->next)
252 for (cur = ctx->files; cur; cur = cur->next)
257 /* If this was the fdNext, cycle that to the next entry. */
259 ctx->fdNext = del->next;
[all...]
H A Dlogging_p.h46 struct log_channel_list *next; member in struct:log_channel_list

Completed in 224 milliseconds

<<11121314151617181920>>