Home
last modified time | relevance | path

Searched refs:pr_type (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/uts/common/fs/proc/
H A Dprvnops.c228 prnodetype_t type = pnp->pr_type; in propen()
421 prnodetype_t type = pnp->pr_type; in prclose()
679 ASSERT(pnp->pr_type == PR_AS); in pr_read_as()
717 ASSERT(pnp->pr_type == PR_STATUS); in pr_read_status()
746 ASSERT(pnp->pr_type == PR_LSTATUS); in pr_read_lstatus()
786 ASSERT(pnp->pr_type == PR_PSINFO); in pr_read_psinfo()
820 ASSERT(pnp->pr_type == PR_LPSINFO); in pr_read_lpsinfo()
923 ASSERT(pnp->pr_type == PR_MAP); in pr_read_map()
924 return (pr_read_map_common(pnp, uiop, pnp->pr_type)); in pr_read_map()
930 ASSERT(pnp->pr_type == PR_RMAP); in pr_read_rmap()
[all …]
H A Dprioctl.c197 if (pnp->pr_type == PR_TMPL) in prioctl64()
204 ASSERT(pnp->pr_type == PR_PIDDIR); in prioctl64()
207 ASSERT(pnp->pr_type == PR_PIDFILE); in prioctl64()
210 if (pnp->pr_type != PR_PIDFILE && pnp->pr_type != PR_LWPIDFILE) in prioctl64()
436 if (pnp->pr_type == PR_LWPIDFILE && cmd != PIOCLSTATUS) { in prioctl64()
500 if ((pnp->pr_type == PR_LWPIDFILE)? in prioctl64()
538 (t != p->p_agenttp || pnp->pr_type != PR_LWPIDFILE))) { in prioctl64()
616 if (pnp->pr_type == PR_LWPIDFILE) { in prioctl64()
620 ASSERT(VTOP(dp)->pr_type == PR_PIDDIR); in prioctl64()
909 (pnp->pr_type == PR_LWPIDFILE)? pcp->prc_thread : NULL); in prioctl64()
[all …]
H A Dprvfsops.c135 pnp->pr_type = PR_PROCDIR; in prinitrootnode()
H A Dprdata.h165 prnodetype_t pr_type; /* node type */ member
H A Dprsubr.c592 switch (pnp->pr_type) { in prinvalidate()
3946 return (vn_matchops(vp, prvnodeops) && VTOP(vp)->pr_type == PR_OBJECT); in pr_isobject()
3962 VTOP(vp)->pr_type != PR_PIDDIR); in pr_isself()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c192 char *pr_type(int t);
581 pr_type((int)icp->icmp_type), li->li_name); in solicitor()
676 pr_type((int)rap->icmp_type), in advertise()
706 pr_type(int t) in pr_type() function
794 pr_type((int)icp->icmp_type), li->li_name); in pr_pack()
825 pr_type((int)rap->icmp_type), in pr_pack()
832 pr_type((int)rap->icmp_type), in pr_pack()
840 pr_type((int)rap->icmp_type), in pr_pack()
847 pr_type((int)rap->icmp_type), in pr_pack()
856 pr_type((int)rap->icmp_type), in pr_pack()
[all …]
/titanic_50/usr/src/uts/sparc/v9/os/
H A Dxregs.c158 xregs->pr_type = XR_TYPE_V8P; in xregs_getgregs()
198 xregs->pr_type = XR_TYPE_V8P; in xregs_getfpregs()
267 if (xregs->pr_type != XR_TYPE_V8P) { in xregs_setgregs()
270 xregs->pr_type, XR_TYPE_V8P); in xregs_setgregs()
332 if (xregs->pr_type != XR_TYPE_V8P) { in xregs_setfpregs()
335 xregs->pr_type, XR_TYPE_V8P); in xregs_setfpregs()
/titanic_50/usr/src/lib/libscf/common/
H A Dmidlevel_impl.h56 scf_type_t pr_type; member
H A Dmidlevel.c172 if (scf_property_type(prop, &ret->pr_type) == -1) in fill_prop()
194 switch (ret->pr_type) { in fill_prop()
312 switch (ret->pr_type) { in fill_prop()
1755 switch (prop->pr_type) { in scf_simple_prop_free()
2297 return (prop->pr_type); in scf_simple_prop_type()
2333 switch (prop->pr_type) { in scf_next_val()
2349 if (type != prop->pr_type) { in scf_next_val()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c71 static char *pr_type(uchar_t);
418 inet_ntoa(ip->ip_dst), *type, pr_type(*type), *code); in check_reply()
434 pr_type(uchar_t type) in pr_type() function
H A Dtraceroute.c205 extern char *pr_type(uchar_t);
/titanic_50/usr/src/uts/common/sys/
H A Dprotosw.h72 short pr_type; /* socket type used for */ member
/titanic_50/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h192 scsi_per_res_type_t pr_type; member
388 scsi_per_res_type_t pr_type;
/titanic_50/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h234 uint32_t pr_type; /* how to interpret union */ member
/titanic_50/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c182 if (PTL_GETXREGS(t, tid, &xrs) == 0 && xrs.pr_type == XR_TYPE_V8P) { in pt_regs()
318 xrs.pr_type == XR_TYPE_V8P; in pt_fpregs()
567 PTL_TID(t), &xrs) == 0 && xrs.pr_type == XR_TYPE_V8P)) { in pt_addfpregs()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c88 static char *pr_type(int);
1050 icp->icmp_type, pr_type(icp->icmp_type)); in check_reply()
1249 pr_type(int icmp_type) in pr_type() function
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c1148 buf.pr_type.wr_ex = 1; /* Write Exclusve */ in sbd_pgr_in_report_capabilities()
1149 buf.pr_type.ex_ac = 1; /* Exclusive Access */ in sbd_pgr_in_report_capabilities()
1150 buf.pr_type.wr_ex_ro = 1; /* Write Exclusive Registrants Only */ in sbd_pgr_in_report_capabilities()
1151 buf.pr_type.ex_ac_ro = 1; /* Exclusive Access Registrants Only */ in sbd_pgr_in_report_capabilities()
1152 buf.pr_type.wr_ex_ar = 1; /* Write Exclusive All Registrants */ in sbd_pgr_in_report_capabilities()
1153 buf.pr_type.ex_ac_ar = 1; /* Exclusive Access All Registrants */ in sbd_pgr_in_report_capabilities()
/titanic_50/usr/src/cmd/ptools/pflags/
H A Dpflags.c361 prx.pr_type == XR_TYPE_V8P) in lwplook()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c4518 xrs.pr_type == XR_TYPE_V8P) { in pt_getareg()
4524 xrs.pr_type == XR_TYPE_V8P) { in pt_getareg()
4592 xrs.pr_type == XR_TYPE_V8P) { in pt_putareg()