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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel_impl.h56 scf_type_t pr_type; member in struct:scf_simple_prop
H A Dmidlevel.c172 if (scf_property_type(prop, &ret->pr_type) == -1)
194 switch (ret->pr_type) {
312 switch (ret->pr_type) {
1755 switch (prop->pr_type) {
2297 return (prop->pr_type);
2333 switch (prop->pr_type) {
2349 if (type != prop->pr_type) {
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c230 prnodetype_t type = pnp->pr_type;
423 prnodetype_t type = pnp->pr_type;
682 ASSERT(pnp->pr_type == PR_AS);
720 ASSERT(pnp->pr_type == PR_STATUS);
749 ASSERT(pnp->pr_type == PR_LSTATUS);
789 ASSERT(pnp->pr_type == PR_PSINFO);
823 ASSERT(pnp->pr_type == PR_LPSINFO);
926 ASSERT(pnp->pr_type == PR_MAP);
927 return (pr_read_map_common(pnp, uiop, pnp->pr_type));
933 ASSERT(pnp->pr_type
[all...]
H A Dprioctl.c197 if (pnp->pr_type == PR_TMPL)
204 ASSERT(pnp->pr_type == PR_PIDDIR);
207 ASSERT(pnp->pr_type == PR_PIDFILE);
210 if (pnp->pr_type != PR_PIDFILE && pnp->pr_type != PR_LWPIDFILE)
436 if (pnp->pr_type == PR_LWPIDFILE && cmd != PIOCLSTATUS) {
500 if ((pnp->pr_type == PR_LWPIDFILE)?
538 (t != p->p_agenttp || pnp->pr_type != PR_LWPIDFILE))) {
616 if (pnp->pr_type == PR_LWPIDFILE) {
620 ASSERT(VTOP(dp)->pr_type
[all...]
H A Dprvfsops.c135 pnp->pr_type = PR_PROCDIR;
H A Dprdata.h166 prnodetype_t pr_type; /* node type */ member in struct:prnode
H A Dprsubr.c592 switch (pnp->pr_type) {
3948 return (vn_matchops(vp, prvnodeops) && VTOP(vp)->pr_type == PR_OBJECT);
3964 VTOP(vp)->pr_type != PR_PIDDIR);
/illumos-gate/usr/src/uts/common/sys/
H A Dprotosw.h72 short pr_type; /* socket type used for */ member in struct:protosw
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dxregs.c158 xregs->pr_type = XR_TYPE_V8P;
198 xregs->pr_type = XR_TYPE_V8P;
267 if (xregs->pr_type != XR_TYPE_V8P) {
269 "xregs_setgregs: pr_type is %d and should be %d",
270 xregs->pr_type, XR_TYPE_V8P);
332 if (xregs->pr_type != XR_TYPE_V8P) {
334 "xregs_setfpregs: pr_type is %d and should be %d",
335 xregs->pr_type, XR_TYPE_V8P);
/illumos-gate/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);
676 pr_type((int)rap->icmp_type),
706 pr_type(int t) function
794 pr_type((int)icp->icmp_type), li->li_name);
825 pr_type((int)rap->icmp_type),
832 pr_type((int)rap->icmp_type),
840 pr_type((int)rap->icmp_type),
847 pr_type((int)rap->icmp_type),
856 pr_type((in
[all...]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h234 uint32_t pr_type; /* how to interpret union */ member in struct:prxregset
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h192 scsi_per_res_type_t pr_type; member in struct:scsi_prin_rpt_cap
388 scsi_per_res_type_t pr_type; member in struct:scsi_prin_rpt_cap
/illumos-gate/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);
434 pr_type(uchar_t type) function
H A Dtraceroute.c205 extern char *pr_type(uchar_t);
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c1148 buf.pr_type.wr_ex = 1; /* Write Exclusve */
1149 buf.pr_type.ex_ac = 1; /* Exclusive Access */
1150 buf.pr_type.wr_ex_ro = 1; /* Write Exclusive Registrants Only */
1151 buf.pr_type.ex_ac_ro = 1; /* Exclusive Access Registrants Only */
1152 buf.pr_type.wr_ex_ar = 1; /* Write Exclusive All Registrants */
1153 buf.pr_type.ex_ac_ar = 1; /* Exclusive Access All Registrants */
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c182 if (PTL_GETXREGS(t, tid, &xrs) == 0 && xrs.pr_type == XR_TYPE_V8P) {
318 xrs.pr_type == XR_TYPE_V8P;
567 PTL_TID(t), &xrs) == 0 && xrs.pr_type == XR_TYPE_V8P)) {
/illumos-gate/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));
1249 pr_type(int icmp_type) function
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c361 prx.pr_type == XR_TYPE_V8P)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c4518 xrs.pr_type == XR_TYPE_V8P) {
4524 xrs.pr_type == XR_TYPE_V8P) {
4592 xrs.pr_type == XR_TYPE_V8P) {

Completed in 122 milliseconds