/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 228 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 D | prioctl.c | 197 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 D | prvfsops.c | 135 pnp->pr_type = PR_PROCDIR; in prinitrootnode()
|
H A D | prdata.h | 165 prnodetype_t pr_type; /* node type */ member
|
H A D | prsubr.c | 592 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 D | in.rdisc.c | 192 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 D | xregs.c | 158 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 D | midlevel_impl.h | 56 scf_type_t pr_type; member
|
H A D | midlevel.c | 172 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 D | traceroute_aux.c | 71 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 D | traceroute.c | 205 extern char *pr_type(uchar_t);
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | protosw.h | 72 short pr_type; /* socket type used for */ member
|
/titanic_50/usr/src/uts/common/sys/scsi/generic/ |
H A D | persist.h | 192 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 D | procfs_isa.h | 234 uint32_t pr_type; /* how to interpret union */ member
|
/titanic_50/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 182 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 D | ping_aux.c | 88 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 D | sbd_pgr.c | 1148 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 D | pflags.c | 361 prx.pr_type == XR_TYPE_V8P) in lwplook()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 4518 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()
|