Searched refs:next (Results 1101 - 1125 of 2472) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c99 * followed immediately by the next string.
188 struct cache_entry *ce, *next; local
191 for (ce = entry; ce; ce = next) {
199 next = ce->cache_next;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c78 struct chunk *next; member in struct:chunk
298 * space the next time around.
306 new_chunk->next = chunk_list;
402 new_chunk->next = chunk_list;
/illumos-gate/usr/src/lib/libscf/common/
H A Dhighlevel.c416 goto next;
419 goto next;
428 next:
/illumos-gate/usr/src/uts/common/os/
H A Ddtrace_subr.c293 dtrace_vtime_switch(kthread_t *next) argument
299 tnf_thread_switch(next);
313 next->t_dtrace_start = ts;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c721 /* Make sure the global next event is updated */
734 * Return the number of milliseconds until next timeout (TIMER_INFINITY
828 /* Send advertisement and calculate next time to send */
897 /* Make sure the global next event is updated */
995 * Return the number of milliseconds until next timeout (TIMER_INFINITY
1073 /* Send solicitation and calculate next time */
1119 * Make sure the next SIGALRM occurs delay milliseconds from the current
1132 logmsg(LOG_DEBUG, "timer_schedule(%u): now %u next %u\n",
1139 "next in %u ms\n",
1189 * Determine when the next time
1202 uint_t next; local
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c531 * patrol the next part of the list.
852 kthread_t *next; local
870 next = thread_unpin();
872 resume_from_intr(next);
886 next = disp(); /* returns with spl high */
892 if (next != t) {
896 pg_ev_thread_swtch(cp, now, t, next);
912 restore_mstate(next);
919 dtrace_vtime_switch(next);
921 resume(next);
967 kthread_t *next; local
1071 swtch_to(kthread_t *next) argument
[all...]
H A Dthread.c842 kthread_t *next; local
845 next = t->t_forw;
847 t = next;
1052 ctx->next = t->t_ctx;
1097 for (ctx = t->t_ctx; ctx != NULL; ctx = ctx->next) {
1103 prev_ctx->next = ctx->next;
1105 t->t_ctx = ctx->next;
1127 for (ctx = t->t_ctx; ctx != 0; ctx = ctx->next)
1138 for (ctx = t->t_ctx; ctx != 0; ctx = ctx->next)
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c64 struct Link *next; member in struct:Link
207 #define NEW(N) (froot?(t = froot, froot = froot->next, t->next = NULL, \
209 #define ADD(N) if (qtail) qtail = qtail->next = NEW(N); \
211 #define DEL() { Link *_l = qhead; if ((qhead = qhead->next) == NULL) \
212 qtail = NULL; _l->next = froot; froot = _l; }
893 goto next;
896 next:;
1363 for (l = state->alts; l; l = l->next)
1374 l->next
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c228 struct securities *next; member in struct:securities
340 seclist = seclist->next;
356 char *tok, *next = NULL; local
361 for (tok = securitymodes; tok != NULL; tok = next) {
362 next = strchr(tok, ':');
363 if (next != NULL)
364 *next++ = '\0';
398 prev->next = curp;
415 struct securities *next; local
417 for (next
587 char *tok, *next; local
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c118 struct impl_map_dev_prop *next; member in struct:impl_map_dev_prop
127 struct impl_map_dev *next; member in struct:impl_map_dev
295 * If it's found, continue to next path.
453 * adds a nwwn, pwwn entry to the next entry in wwn_list_found list
555 * wwn_list_p should point to the next
736 WWN_list_found *next = NULL; local
742 for (; *wwn_list_found != NULL; *wwn_list_found = next) {
743 next = (*wwn_list_found)->wwn_next;
752 WWN_list *next = NULL; local
759 for (; *wwn_list != NULL; *wwn_list = next) {
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c302 struct roffkv *next; /* next in list */ member in struct:roffkv
311 struct roffreg *next; member in struct:roffreg
345 int endspan; /* end-rules: next-line or infty */
366 struct roffmac *next; member in struct:roffmac
758 for ( ; n->next; n = n->next)
760 n->next = &roffs[i];
790 for ( ; n; n = n->next)
849 r->first_tbl = tbl->next;
[all...]
H A Dtbl_term.c144 * Print the data and advance to the next cell.
151 dp = dp->next;
156 cp = cp->next;
190 if (sp->next == NULL) {
235 if ((c1 = c1->next) == NULL)
240 c2 = c2->next;
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c687 * just advance to the next function.
695 * Treat as unresponsive device amd check next device.
847 * ECANCELED tells to skip to the next bus.
1061 int next; local
1084 * a multiple of the read size. "next" is the next buffer index to do
1088 next = skip_begin / read_size;
1094 /* For reading from the next location. */
1132 * into the right place (next * read_size)
1136 ((1 << read_size) - 1) << (next * read_siz
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c685 * the beginning of the next name. Reset n,
763 static char **next; local
781 next = tnamep;
783 if (*next == 0)
784 next = tnamep;
785 return (*next++);
2148 * and therefore probably won't be called to block next
2336 * Return the address of the next "item" in the TELNET data
2337 * stream. This will be the address of the next character if
2396 register char *thisitem, *next;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c1958 for (hdlp = hca_fm->hdl; hdlp != NULL; hdlp = hdlp->next) {
2019 handlep->next = NULL;
2026 for (last = hdlp = hca_fm->hdl; hdlp != NULL; hdlp = hdlp->next) {
2032 last->next = handlep;
2069 for (prev = hdlp = hca_fm->hdl; hdlp != NULL; hdlp = hdlp->next) {
2076 prev->next = hdlp->next;
2078 hca_fm->hdl = hdlp->next;
2135 handlep->next = NULL;
2142 for (last = hdlp = hca_fm->hdl; hdlp != NULL; hdlp = hdlp->next) {
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c630 cursor = cursor->next) {
767 cursor = cursor->next) {
857 cursor = cursor->next) {
971 cursor = cursor->next) {
1022 cursor = cursor->next) {
1111 cursor = cursor->next) {
1190 cursor = cursor->next) {
1286 for (sf = dependent->children; sf != NULL; sf = sf->next)
1324 for (n = sf->next; n != NULL; n = n->next) {
[all...]
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c68 struct fstyp_module *next; member in struct:fstyp_module
187 for (mp = h->modules; mp != NULL; mp = mp->next) {
346 for (mp = h->modules; mp != NULL; mp = mp->next) {
398 h->modules_tail->next = mp;
468 mp_next = mp->next;
/illumos-gate/usr/src/lib/libtnfctl/
H A Dkernel_int.c401 obj_p = obj_p->next;
444 * NOTE: the next statement is a structure
486 while (obj_p->next != NULL) {
489 obj_p = obj_p->next;
491 o_pp = &(obj_p->next);
528 probe_p->probe_handle->next = hndl->probe_handle_list_head;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c429 Seqorset *next; local
451 if ( (next = (*sos)->sos_next) == NULLSEQORSET ) {
527 next->sos_clen += (taglen + lenlen + len);
528 next->sos_ptr += (taglen + lenlen + len);
540 *sos = next;
629 case 't': /* tag for the next element */
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c24 fileid, meta_lsn, page_lsn, pgno, ptype, next)
34 db_pgno_t next;
55 + sizeof(next);
82 memcpy(bp, &next, sizeof(next));
83 bp += sizeof(next);
134 printf("\tnext: %lu\n", (u_long)argp->next);
174 memcpy(&argp->next, bp, sizeof(argp->next));
175 bp += sizeof(argp->next);
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_ioctl.c84 plist = plist->next;
129 plist = plist->next;
184 plist = plist->next;
382 pcur->next = pmech;
519 pcur->next = pmech;
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c224 for (iter = store->devices; iter != NULL; iter = iter->next) {
244 for (iter = store->devices; iter != NULL; iter = iter->next) {
290 for (iter = store->devices; iter != NULL; iter = iter->next) {
319 for (iter = store->devices; iter != NULL; iter = iter->next) {
349 for (iter = store->devices; iter != NULL; iter = iter->next) {
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c350 dev_info_t *dip, *next, *last = NULL; local
359 next = ddi_get_next_sibling(dip);
360 while (next != last) {
361 dip = next;
362 next = ddi_get_next_sibling(dip);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c265 dev_info_t *dip, *next, *last = NULL; local
273 next = ddi_get_next_sibling(dip);
274 while (next != last && dip != failed_driver) {
275 dip = next;
276 next = ddi_get_next_sibling(dip);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c281 uint16_t next = (uint16_t)index; local
296 shipit(next, i);
298 cpuids[i] = next;
308 for ((index = ((int)next - 1));
311 next = (uint16_t)index;

Completed in 224 milliseconds

<<41424344454647484950>>