Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 2482) sorted by last modified time

12345678910>>...100

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_vm.c1231 vm_client_t *next; in vmc_space_orphan() local
1244 next = list_next(&vms->vms_clients, vmc); in vmc_space_orphan()
1265 next = list_next(&vms->vms_clients, vmc); in vmc_space_orphan()
1270 return (next); in vmc_space_orphan()
1573 vm_page_t *next = vmp->vmp_chain; in vmp_release_chain() local
1581 vmp = next; in vmp_release_chain()
H A Dvmm_sol_dev.c2329 vmm_lease_t *next; in vmm_lease_block() local
2341 next = list_next(list, lease); in vmm_lease_block()
2343 lease = next; in vmm_lease_block()
2357 vmm_lease_t *next = list_next(list, lease); in vmm_lease_block() local
2361 lease = next; in vmm_lease_block()
H A Dvmm_gpt.c304 if (next != NULL) { in vmm_gpt_node_next()
306 return (next); in vmm_gpt_node_next()
326 if (next != NULL) { in vmm_gpt_node_next()
328 return (next); in vmm_gpt_node_next()
426 if (next != NULL) { in vmm_gpt_node_remove()
603 if (next != NULL) { in vmm_gpt_populate_region()
604 gpa = next->vgn_gpa; in vmm_gpt_populate_region()
605 node = next; in vmm_gpt_populate_region()
716 if (next != NULL) { in vmm_gpt_vacate_region()
717 gpa = next->vgn_gpa; in vmm_gpt_vacate_region()
[all …]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c361 e1000g_private_devi_list->next; in _fini()
585 devi_node->next = NULL; in e1000g_attach()
589 devi_node->next = e1000g_private_devi_list; in e1000g_attach()
1107 devi_node->prev->next = devi_node->next; in e1000g_free_priv_devi_node()
1108 if (devi_node->next != NULL) in e1000g_free_priv_devi_node()
1109 devi_node->next->prev = devi_node->prev; in e1000g_free_priv_devi_node()
1111 e1000g_private_devi_list = devi_node->next; in e1000g_free_priv_devi_node()
1714 next_packet = packet->next; in e1000g_free_rx_pending_buffers()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c913 dss_path->next = dss_path->prev = dss_path; in rfs4_dss_newpath()
942 sip->next = NULL; in rfs4_servinst_create()
952 oldstate->next = oldstate; in rfs4_servinst_create()
970 nsrv4->nfs4_cur_servinst->next = sip; in rfs4_servinst_create()
10234 dss_path = dss_path->next; in hanfsv4_failover()
10260 rfs4_dss_path_t *path_next = dss_path->next; in hanfsv4_failover()
10280 dss_path = dss_path->next; in hanfsv4_failover()
10314 dss_path = dss_path->next; in hanfsv4_failover()
10323 dss_path = dss_path->next; in hanfsv4_failover()
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.open54 # ISUSED - let checkpaths know that the next entry is good.
56 # ISUSED - let checkpaths know that the next entry is good.
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m247 file path=opt/util-tests/tests/awk/examples/awk/t.next mode=0444
472 file path=opt/util-tests/tests/awk/examples/out/t.next mode=0444
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c616 ulwp_t *next; in enqueue() local
679 ulwpp = &next->ul_link) in enqueue()
680 if (pri > CMP_PRIO(next)) in enqueue()
690 ulwpp = &next->ul_link) in enqueue()
691 if (pri >= CMP_PRIO(next)) in enqueue()
831 ulwp_t *next; in queue_unlink() local
842 next = ulwp->ul_link; in queue_unlink()
843 *ulwpp = next; in queue_unlink()
2019 robust_t *next; in unregister_locks() local
2033 next = rlp->robust_list; in unregister_locks()
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c109 struct _link_ *next; /* next in the list */ member
218 } while ((lp = lp->next) != NULL); in _flushlbf()
276 prev = &lp->next; in _findiop()
294 } while ((lastlink = lp = lp->next) != NULL); in _findiop()
662 } while ((lp = lp->next) != NULL); in _fflush_l_iops()
775 } while ((lp = lp->next) != NULL); in fcloseall()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c871 char *next; in conv_macro() local
923 num = strtol(str, &next, 10); in conv_macro()
931 str = next; in conv_macro()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c385 if (next->name && nss_cfgcn_cmp(name, next->name) == 0) { in nss_cfgcomp_get()
389 next++; in nss_cfgcomp_get()
421 return (next); in nss_cfgcomp_get()
439 if (next->name && strcmp(name, next->name) == 0) { in nss_cfgparam_get()
443 next++; in nss_cfgparam_get()
493 if (next->name && strcmp(name, next->name) == 0) { in nss_cfg_del()
496 next++; in nss_cfg_del()
506 cur = next; in nss_cfg_del()
507 next++; in nss_cfg_del()
511 next++; in nss_cfg_del()
[all …]
H A Dhsearch.c119 struct node *next; member
254 p = p -> next; in hdestroy()
435 q = &(p->next);
436 p = p->next;
455 *build(last, next, item) in build() argument
457 NODE *next; /* Link to next list item */
469 p->next = next;
566 for (a = table[i]; a != NULL; a = a->next) in hdump()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c1041 save = subbuf.next; in asn1_decode_sam_challenge_2()
1046 end = subbuf.next; in asn1_decode_sam_challenge_2()
1223 start = subbuf.next;
1229 end = subbuf.next;
1239 start = subbuf.next;
1245 end = subbuf.next;
1364 if(length > subbuf.next - subbuf.base) { in asn1_decode_algorithm_identifier()
1365 unsigned int size = length - (subbuf.next - subbuf.base); in asn1_decode_algorithm_identifier()
H A Dasn1buf.h9 char *base, *bound, *next; member
32 : ((buf)->bound - (buf)->next + 1))
59 #define asn1buf_len(buf) ((buf)->next - (buf)->base)
154 *(buf->next) = (char)o; in asn1buf_insert_octet()
155 (buf->next)++; in asn1buf_insert_octet()
186 (((buf)->next > (buf)->bound) \
188 : ((*(o) = (asn1_octet)(*(((buf)->next)++))),0))
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src2112 # weird state (concept at beginning of next line, vt100 at end
2116 # and then assume you are in column 1 of the next line. If <xenl>
5379 next|NeXT console,
5678 # kNXT [shifted next key] not implemented
6321 # after a message is sent to the "error line", the next carriage
11504 # wrap to next line if move right from col 80*/don't wrap
12546 # [next line applies to pfx only]
15962 # recognized: if you type in "ESC !", the next (third) character is not
16305 # next two lines commented out since curses only allows 128 chars, sigh.
17840 # isn't thats bound to next-line in jove).
[all …]
H A Dtermcap.src1858 # weird state (concept at beginning of next line, vt100 at end
1862 # and then assume you are in column 1 of the next line. If :xn:
4720 next|NeXT console:\
4998 # kNXT [shifted next key] not implemented
5588 # after a message is sent to the "error line", the next carriage
10166 # wrap to next line if move right from col 80*/don't wrap
11129 # [next line applies to pfx only]
14128 # recognized: if you type in "ESC !", the next (third) character is not
14439 # next two lines commented out since curses only allows 128 chars, sigh.
15865 # isn't thats bound to next-line in jove).
[all …]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3009 next = proc; in zsd_refresh_procs()
3011 if (next->zspr_ppid == 0 || next->zspr_ppid == -1) { in zsd_refresh_procs()
3035 next = pproc; in zsd_refresh_procs()
3089 goto next; in zsd_refresh_procs()
3100 goto next; in zsd_refresh_procs()
3120 goto next; in zsd_refresh_procs()
3124 next: in zsd_refresh_procs()
3704 char *next; in zsd_usage_cache_update() local
3721 next = (char *)cache; in zsd_usage_cache_update()
3737 sys = (zs_system_t *)next; in zsd_usage_cache_update()
[all …]
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c217 if (!next(&s2)) in main()
227 while (next(&s1)) { in main()
237 if (!next(&s1)) in main()
242 if (!next(&s2)) in main()
254 if (!next(&s1)) in main()
259 if (!next(&s2)) in main()
268 (void) next(&s2); in main()
289 if (next(&s2)) in main()
314 (void) next(&s2); in main()
358 while (next(str)) in setup()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c656 eventq_next = eventq->next; in drain_eventq()
710 scp->eventq = eventq->next; in client_deliver_event_thr()
867 newq->next = NULL; in client_deliver_event()
873 while (tmp->next != NULL) in client_deliver_event()
874 tmp = tmp->next; in client_deliver_event()
875 tmp->next = newq; in client_deliver_event()
1045 ev_comp->next = NULL; in dispatch()
1117 dispatchq->next = NULL; in dispatch()
1155 while (tmp->next != NULL) in dispatch()
1156 tmp = tmp->next; in dispatch()
[all …]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c115 struct pfmri_list *next; member
219 struct ht_elem *next; member
229 struct ht_elem *elem, *next; in ht_free() local
233 for (elem = ht_buckets[i]; elem != NULL; elem = next) { in ht_free()
234 next = elem->next; in ht_free()
294 struct ht_elem *elem, *next; in ht_grow() local
299 next = elem->next; in ht_grow()
303 elem->next = in ht_grow()
329 for (; elem != NULL; elem = elem->next) { in ht_add()
342 elem->next = ht_buckets[h & (ht_buckets_num - 1)]; in ht_add()
[all …]
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c61 struct threadinfo *next; member
331 tip->next = NULL; in thr_stack()
345 thr_tail->next = tip; in thr_stack()
357 struct threadinfo *next; in free_threadinfo() local
360 next = tip->next; in free_threadinfo()
362 tip = next; in free_threadinfo()
376 for (tip = thr_head; tip; tip = tip->next) { in find_thread()
471 for (tip = thr_head; tip; tip = tip->next) { in all_call_stacks()
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c428 for (psaddr = (*list)->next; psaddr != NULL; psaddr = psaddr->next) { in insert_addr()
446 prev->next = newaddr; in insert_addr()
465 prev = prev->next; in delete_addr()
469 prev->next = delme->next; in delete_addr()
574 newmap->next = NULL; in create_maplist()
667 saddr_t *next; in apply_advice() local
676 next = psaddr->next; in apply_advice()
716 psaddr = next; in apply_advice()
766 clptr->next = NULL; in create_choplist()
776 clptr->next = NULL; in create_choplist()
[all …]
/illumos-gate/usr/src/cmd/ps/
H A Dps.c146 struct field *next; /* linked list */ member
816 if (f->next != NULL) { in stdmain()
1198 f->next = NULL; in parse_format()
1210 last_field->next = f; in parse_format()
1772 if (f->next != NULL) in print_field()
1895 if (f->next != NULL) in print_field()
1902 if (f->next != NULL) in print_field()
1909 if (f->next != NULL) in print_field()
1952 if (f->next != NULL) in print_field()
2067 if (f->next != NULL) in print_zombie_field()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c458 void *next; member
499 twd->next = (void *)tunll_list.q_forw; in tunll_walk_init()
517 if (twd->next == NULL || twd->next == twd->listhead) in tunll_walk_step()
521 addr = (uintptr_t)TO_TLL(twd->next); in tunll_walk_step()
529 twd->next = (void *)tll.tll_next; in tunll_walk_step()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c1439 d_mutex_output_t *current, *next, *last = NULL; in d_mutex_output_reverse() local
1441 for (current = *head; current != NULL; current = next) { in d_mutex_output_reverse()
1442 next = current->mo_next; in d_mutex_output_reverse()
1446 if (next == NULL) { in d_mutex_output_reverse()

12345678910>>...100