Searched defs:proc_hdl (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 59 static struct ps_prochandle *proc_hdl = NULL; variable in typeref:struct:ps_prochandle 394 if (proc_hdl == NULL) 395 proc_hdl = Pgrab(getpid(), PGRAB_RDONLY, &perr); 600 if ((ctfp = Pname_to_ctf(proc_hdl, defname)) == NULL) 603 if (Pxlookup_by_name(proc_hdl, PR_LMID_EVERY, defname, sym_name, 746 if ((ctfp = Pname_to_ctf(proc_hdl, defname)) == NULL) 749 if (Pxlookup_by_name(proc_hdl, PR_LMID_EVERY, defname,
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | fmsmb.c | 637 uint16_t bb_id, uint16_t proc_hdl, int is_proc) 677 if (cont_id == proc_hdl) { 900 smb_bboard(uint_t strand_apicid, uint16_t proc_hdl, int is_proc) argument 951 bb_smbid, proc_hdl, is_proc) || (bbstypes->count == 1)) { 636 find_matching_proc(smbios_hdl_t *shp, uint_t strand_apicid, uint16_t bb_id, uint16_t proc_hdl, int is_proc) argument
|
Completed in 59 milliseconds