Home
last modified time | relevance | path

Searched refs:next (Results 226 – 250 of 2483) sorted by relevance

12345678910>>...100

/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc80 for (dp = makefiles_used; dp != NULL; dp = dp->next) { in print_dependencies()
87 for (dp = makefiles_used; dp != NULL; dp = dp->next) { in print_dependencies()
132 dependencies= dependencies->next) { in print_more_deps()
183 dep = dep->next) { in print_deps()
204 dep = dep->next) { in is_out_of_date()
222 for (dp = head; dp != NULL; dp = dp->next) { in print_deplist()
317 for (cp= (Chain) value; cp != NULL; cp= cp->next) in print_value()
318 (void)printf(cp->next == NULL ? "%s" : "%s ", in print_value()
336 for (rule= line->body.line.command_template; rule != NULL; rule= rule->next) in print_rule()
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPGetRefreshInterval.c95 char *p, *next; in refresh_interval_cb() local
108 for (p++; p; p = next) { in refresh_interval_cb()
111 next = strchr(p, ','); in refresh_interval_cb()
112 if (next) { in refresh_interval_cb()
113 *next++ = 0; in refresh_interval_cb()
/illumos-gate/usr/src/lib/libgss/
H A Dg_utils.c59 char *name, *next; in __gss_read_qop_file() local
98 next = strchr(line, '#'); in __gss_read_qop_file()
99 if (next) in __gss_read_qop_file()
100 *next = '\0'; in __gss_read_qop_file()
114 next = qopname+1; in __gss_read_qop_file()
120 name = next; in __gss_read_qop_file()
130 next = num_str+1; in __gss_read_qop_file()
134 name = next; in __gss_read_qop_file()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c151 cm=cm->next;
225 m = m->next;
332 m = m->next)
1252 next = retval->next;
1255 retval = next;
1256 next = retval->next;
1257 } while(next);
1264 next->next = NULL;
1265 retval = next;
1267 next->next = retval;
[all …]
H A Dauxprop.c58 struct proppool *next; member
82 struct auxprop_plug_list *next; member
195 pool = pool->next; in prop_dup()
243 (*ctx)->mem_base = tmp->next; in prop_dispose()
394 goto next; in prop_getnames()
401 next: in prop_getnames()
439 ctx->mem_base = tmp->next; in prop_clear()
619 ctx->mem_cur = ctx->mem_cur->next; in prop_set()
666 ctx->mem_cur = ctx->mem_cur->next; in prop_set()
908 new_item->next = auxprop_head; in _sasl_auxprop_add_plugin()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c169 n = p->next; in free_portal()
194 n = l->next; in free_portal_list()
277 p = p->next; in free_scn()
366 l = l->next; in scn_add_portal()
368 e = e->next; in scn_add_portal()
376 m->next = *lp; in scn_add_portal()
379 p = p->next; in scn_add_portal()
1320 s = s->next; in scn_disp1()
1421 t = t->next; in scn_disp()
1664 l = l->next; in emit_scn()
[all …]
H A Disns_scn.h59 struct scn_text *next; member
73 struct scn_portal *next; member
81 struct scn_list *next; member
91 struct scn *next; member
105 struct scn_registry *next; member
/illumos-gate/usr/src/lib/libcpc/common/
H A Dsubr.c155 p->next = NULL; in __cpc_strhash_alloc()
167 p = p->next; in __cpc_strhash_free()
186 for (p = hash; p != NULL; p = p->next) { in __cpc_strhash_add()
195 tmp = hash->next; in __cpc_strhash_add()
196 hash->next = p; in __cpc_strhash_add()
197 p->next = tmp; in __cpc_strhash_add()
214 hash->cur = hash->cur->next; in __cpc_strhash_next()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.c112 lua_assert(L->ci->next == NULL); in luaE_extendCI()
113 L->ci->next = ci; in luaE_extendCI()
115 ci->next = NULL; in luaE_extendCI()
122 CallInfo *next = ci->next; in luaE_freeCI() local
123 ci->next = NULL; in luaE_freeCI()
124 while ((ci = next) != NULL) { in luaE_freeCI()
125 next = ci->next; in luaE_freeCI()
142 ci->next = ci->previous = NULL; in stack_init()
272 L->next = NULL; in lua_newstate()
283 g->uvhead.u.l.next = &g->uvhead; in lua_newstate()
/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.c275 static code *next; in fixedtables() local
283 next = fixed; in fixedtables()
284 lenfix = next; in fixedtables()
291 distfix = next; in fixedtables()
779 next += copy; in inflate()
1379 unsigned next; in syncsearch() local
1382 next = 0; in syncsearch()
1386 else if (buf[next]) in syncsearch()
1390 next++; in syncsearch()
1393 return next; in syncsearch()
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c139 h->next = relcmd.next;
140 relcmd.next = h;
167 relcmd.next = 0; in zaphash()
173 ENTRY *ptr = relcmd.next; in zapcd()
178 ptr = ptr->next; in zapcd()
180 relcmd.next = 0; in zapcd()
302 while(ptr-> next != h)
303 ptr = ptr->next;
304 ptr->next = h->next;
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_wrong_size_arg.c56 token = token->next; in register_funcs_from_file()
62 token = token->next; in register_funcs_from_file()
67 token = token->next; in register_funcs_from_file()
71 token = token->next; in register_funcs_from_file()
76 token = token->next; in register_funcs_from_file()
/illumos-gate/usr/src/cmd/mail/
H A Dpoplist.c44 if (hdr2rm->next == (struct hdrs *)NULL) {
49 hdrlines[hdrtype].head = hdr2rm->next;
50 hdr2rm->next->prev = (struct hdrs *)NULL;
59 hdr2rm->prev->next = (struct hdrs *)NULL;
77 nextcont = cont2rm->next;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2384 next = (IOCBQ *)iocbq->next; in emlxs_tx_channel_flush()
2631 next = (IOCBQ *)iocbq->next; in emlxs_tx_node_flush()
2812 prev->next = next; in emlxs_tx_lun_flush()
2863 prev->next = next; in emlxs_tx_lun_flush()
2935 next = (IOCBQ *)iocbq->next; in emlxs_tx_lun_flush()
3397 next = (IOCBQ *)iocbq->next; in emlxs_tx_move()
3436 prev->next = next; in emlxs_tx_move()
3549 next = (IOCBQ *)iocbq->next; in emlxs_tx_move()
3588 next = (IOCBQ *)iocbq->next; in emlxs_tx_move()
3726 next = (IOCBQ *)iocbq->next; in emlxs_chipq_node_flush()
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c61 struct nfs_files *next; member
108 nfs_files->next == NULL) in boot_nfs_closeall()
112 while ((filep = nfs_files->next) != NULL) { in boot_nfs_closeall()
113 nfs_files->next = filep->next; in boot_nfs_closeall()
134 for (filep = nfs_files; filep; filep = filep->next) { in get_filep()
187 if (filep->next) in boot_nfs_open()
188 filep = filep->next; in boot_nfs_open()
189 } while (filep->next); in boot_nfs_open()
198 filep->next = newfilep; in boot_nfs_open()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c126 new->next = hp; in lex()
127 wdp->next = new; in lex()
148 sp = sp->next; in prlex()
165 fp = fp->next; in copylex()
170 new->next = hp; in copylex()
174 fp = fp->next; in copylex()
188 fp = vp->next; in freelex()
189 vp->next = fp->next; in freelex()
542 for (ip = hp->next->next; ip != alhistt; ip = ip->next) in getexcl()
545 for (ip = hp->next->next; ip != hp->prev; ip = ip->next) in getexcl()
[all …]
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c58 struct dev_list *next; member
498 char *next = data; in module_not_found() local
507 next = strtok(data, MOD_SEP); in module_not_found()
514 while (next != NULL) { in module_not_found()
538 next = strtok(data, MOD_SEP); in module_not_found()
539 curdir = curdir->next; in module_not_found()
801 ptr = ptr->next; in print_drv_conflict_info()
849 ptr = ptr->next; in dev_node()
863 list = list->next; in free_conflict_list()
975 if (moddir->next == NULL) { in isaspec_drvmod_discovery()
[all …]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c176 dlmgmt_prefix_t *lpp, *next; in dlmgmt_linktable_fini() local
179 next = lpp->lp_next; in dlmgmt_linktable_fini()
204 dlmgmt_linkattr_t *next, *prev; in linkattr_rm() local
206 next = attrp->lp_next; in linkattr_rm()
208 if (next != NULL) in linkattr_rm()
209 next->lp_prev = prev; in linkattr_rm()
211 prev->lp_next = next; in linkattr_rm()
213 *headp = next; in linkattr_rm()
321 next = attrp->lp_next; in linkattr_destroy()
572 next = attrp->lp_next; in dlmgmt_destroy_common()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_files.c122 id->next = ctx->files; in evSelectFD()
174 del->prev->next = del->next; in evDeselectFD()
176 ctx->files = del->next; in evDeselectFD()
177 if (del->next != NULL) in evDeselectFD()
178 del->next->prev = del->prev; in evDeselectFD()
218 cur = cur->next) in evDeselectFD()
248 for (cur = ctx->files; cur; cur = cur->next) in evDeselectFD()
255 ctx->fdNext = del->next; in evDeselectFD()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpeek.c52 n = (f->data+f->here) - f->next;
54 else n = f->endb - f->next;
59 { *bp = (Void_t*)f->next;
76 { *bp = (Void_t*)f->next;
84 f->next += sz;
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_impl.h48 uint64_t next; member
57 uh->next = 0;\
77 uint64_t next; member
85 gh->next = 0;
93 uint64_t next; member
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c62 hdl->aps = ap->next; in ri_fini()
86 ap->cpus = dev->next; in ri_ap_free()
90 ap->mems = dev->next; in ri_ap_free()
94 ap->ios = dev->next; in ri_ap_free()
230 aplist = aplist->next; in ap_list_pack()
283 devlist = devlist->next; in dev_list_pack()
650 prev->next = tmp; in ap_list_unpack()
664 aplist = aplist->next; in ap_list_unpack()
707 prev->next = tmp; in dev_list_unpack()
721 devlist = devlist->next; in dev_list_unpack()
[all …]
/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.c79 tmp = tmp->next; in destroy_hash()
138 tmp = tmp->next; in add_fcall()
155 new->next = cur->first; in add_fcall()
156 tmp = new->next; in add_fcall()
192 new->next = tmp; in iterate_hash()
223 ret = itr->next; in iter_next()
230 tmp = ret->next; in iter_next()
242 itr->next = tmp; in iter_next()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c525 if (next) in svc_pool_unregister()
526 next->p_prev = prev; in svc_pool_unregister()
528 prev->p_next = next; in svc_pool_unregister()
807 next = pool->p_lhead; in svc_xprt_register()
1831 SVCMASTERXPRT *next; in svc_poll() local
1970 return (next); in svc_poll()
1989 next = next->xp_next; in svc_poll()
2282 next->xp_reqs--; in svc_run()
2285 if (next->xp_full) in svc_run()
2299 if (next != xprt) { in svc_run()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c438 for (tmp = ibcfg_port_head; tmp->next != NULL; ) in ib_service_record_add()
439 tmp = tmp->next; in ib_service_record_add()
440 tmp->next = recp; in ib_service_record_add()
447 tmp = tmp->next; in ib_service_record_add()
448 tmp->next = recp; in ib_service_record_add()
454 for (tmp = ibcfg_hca_head; tmp->next != NULL; ) in ib_service_record_add()
455 tmp = tmp->next; in ib_service_record_add()
456 tmp->next = recp; in ib_service_record_add()
654 recp = recp->next; in ib_free_service_recs()
662 recp = recp->next; in ib_free_service_recs()
[all …]

12345678910>>...100