Searched refs:list_next (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPutil.h50 #define list_next(elem) (void *)(((plist_t *)(elem))->list_forw) macro
H A DPservice.c173 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
176 for (i = 0; i < P->core->core_nlwp; i++, lwp = list_next(lwp)) {
278 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
281 for (i = 0; i < P->core->core_nlwp; i++, lwp = list_next(lwp)) {
H A DPlwpregs.c48 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
51 for (i = 0; i < P->core->core_nlwp; i++, lwp = list_next(lwp)) {
H A DPsymtab.c585 for (i = 0, fptr = list_next(&P->file_head); i < P->num_files;
586 i++, fptr = list_next(fptr)) {
1015 for (i = 0, fptr = list_next(&P->file_head); i < P->num_files;
1016 i++, fptr = list_next(fptr)) {
2534 fptr = list_next(&P->file_head);
2549 for (; cnt > 0; cnt--, fptr = list_next(fptr)) {
2673 for (cnt = P->num_files, fptr = list_next(&P->file_head);
2674 cnt; cnt--, fptr = list_next(fptr)) {
H A DPgcore.c579 fptr = list_next(&P->file_head);
580 for (cnt = P->num_files; cnt > 0; cnt--, fptr = list_next(fptr)) {
716 fptr = list_next(&P->file_head);
717 for (cnt = P->num_files; cnt > 0; cnt--, fptr = list_next(fptr)) {
H A DPcontrol.c936 lwp_info_t *nlwp, *lwp = list_next(&P->core->core_lwp_head);
939 nlwp = list_next(lwp);
1477 file_info_t *fptr = list_next(&P->file_head);
H A DPcore.c130 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
134 for (i = 0; i < P->core->core_nlwp; i++, lwp = list_next(lwp)) {
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c106 zone = list_next(&u->zsu_zone_list, zone)) {
119 zone = list_next(&u->zsu_zone_list, zone)) {
295 znew = list_next(&unew->zsu_zone_list, znew);
304 zold = list_next(&uold->zsu_zone_list, zold);
331 znew = list_next(&unew->zsu_zone_list, znew);
332 zold = list_next(&uold->zsu_zone_list, zold);
355 znew = list_next(&unew->zsu_zone_list, znew);
356 zold = list_next(&uold->zsu_zone_list, zold);
376 znew = list_next(&unew->zsu_zone_list, znew);
455 punew = list_next(
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_browser.c876 hinfo = list_next(&smb_binfo.bi_hlist, hinfo);
1078 hinfo = list_next(&smb_binfo.bi_hlist, hinfo);
1097 hinfo = list_next(&smb_binfo.bi_hlist, hinfo);
1262 hinfo = list_next(&smb_binfo.bi_hlist, hinfo);
1279 hinfo = list_next(&smb_binfo.bi_hlist, hinfo);
1312 hinfo = list_next(&smb_binfo.bi_hlist, hinfo);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c286 node = list_next(&queue, node);
293 node = list_next(&queue, node);
H A Dwinreg_svc.c446 } while ((key = list_next(&winreg_keylist.kl_list, key)) != NULL);
526 } while ((key = list_next(&winreg_keylist.kl_list, key)) != NULL);
557 } while ((key = list_next(&winreg_keylist.kl_list, key)) != NULL);
583 key != NULL; key = list_next(&winreg_keylist.kl_list, key)) {
853 } while ((key = list_next(&winreg_keylist.kl_list, key)) != NULL);
H A Dntsvcs_clnt.c1008 svi = list_next(&ndr_svlist.svl_list, svi);
1042 svi = list_next(&ndr_svlist.svl_list, svi);
H A Dsrvsvc_svc.c445 item = list_next(&ns->ns_list, item);
697 item = list_next(&ns->ns_list, item);
766 item = list_next(&ns->ns_list, item);
1608 item = list_next(&ns->ns_list, item);
2301 item = list_next(&ns->ns_list, item);
/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c84 vdp_profp = list_next(&vdp_instp->vdp_inst_profiles, vdp_profp)) {
106 vdp_profp = list_next(&vdp_instp->vdp_inst_profiles, vdp_profp)) {
650 vdp_instp = list_next(&vdp_inst_list, vdp_instp)) {
778 vdp_instp = list_next(&vdp_inst_list, vdp_instp)) {
796 vdp_profp = list_next(&vdp_instp->vdp_inst_profiles,
865 vdp_instp = list_next(&vdp_inst_list, vdp_instp)) {
882 vdp_profp = list_next(&vdp_instp->vdp_inst_profiles,
1007 vdp_instp = list_next(&vdp_inst_list, vdp_instp)) {
1015 vdp_profp = list_next(&vdp_instp->vdp_inst_profiles,
/osnet-11/usr/src/lib/libuvfs/common/
H A Dname.c357 de = list_next(&me->nm_allnames, de))
460 de = list_next(&child->nm_allnames, de))
513 if ((de = list_next(&fnode->nm_allnames, de)) == NULL)
/osnet-11/usr/src/lib/libproc/sparc/
H A DPisadep.c189 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
193 for (n = 0; n < P->core->core_nlwp; n++, lwp = list_next(lwp)) {
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_domain.c436 dcnode = list_next(&smb_dcache.dc_cache, dcnode);
477 dcnode = list_next(&smb_dcache.dc_cache, dcnode);
512 dcnode = list_next(&smb_dcache.dc_cache, dcnode);
599 dcnode = list_next(&smb_dcache.dc_cache, dcnode);
709 domain = list_next(&smb_dcache.dc_cache, domain);
H A Dsmb_util.c1451 log_node = list_next(&smb_loglist.ll_list, log_node);
1479 log_node = list_next(&smb_loglist.ll_list, log_node);
1502 msg = list_next(&log->l_list, msg);
H A Dsmb_nic.c462 } while ((iflist = list_next(&hlist.h_list, iflist)) != NULL);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c631 node = list_next(&bootopt_list, node);
639 node2 = list_next(&bootopt_list, node);
649 node2 = list_next(&bootopt_list, node2);
656 node = list_next(&bootopt_list, node);
670 node = list_next(&bootopt_list, node);
681 node = list_next(&bootopt_list, node);
692 node = list_next(&bootopt_list, node);
806 node = list_next(&bootopt_list, node);
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_if.c188 for (; ifp != NULL; ifp = list_next(ifnames, ifp))
319 ifp = list_next(if_info, ifp)) {
590 pifp_next = list_next(&pifinfo, pifp);
592 for (; aifp != NULL; aifp = list_next(if_info, aifp)) {
1988 under = list_next(&ifp->ifi_unders, under)) {
2936 for (; ifp != NULL; ifp = list_next(&ifinfo, ifp)) {
3057 for (; uifp != NULL; uifp = list_next(&ifp->ifi_punders, uifp)) {
3111 for (; ifp != NULL; ifp = list_next(&ifinfo, ifp)) {
3161 for (; ifp != NULL; ifp = list_next(&ifinfo, ifp)) {
H A Dipadm_addr.c4811 for (; ptr != NULL; ptr = list_next(maddrs, ptr)) {
/osnet-11/usr/src/lib/libproc/sparcv9/
H A DPisadep.c237 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
241 for (n = 0; n < P->core->core_nlwp; n++, lwp = list_next(lwp)) {

Completed in 283 milliseconds