Home
last modified time | relevance | path

Searched refs:pctype (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h96 typedef unsigned long long pctype; typedef
138 pctype raw_frompc;
139 pctype raw_selfpc;
229 pctype value; /* the pc entry point */
230 pctype svalue; /* entry point aligned to histograms */
276 pctype lowpc;
277 pctype highpc;
278 pctype ncnt;
298 extern pctype s_lowpc; /* lowpc from profile file in o-s gmon.out */
369 void findcalls(nltype *, pctype, pctype);
[all …]
H A Dcalls.c35 (pctype)0, /* the pc entry point */
36 (pctype)0, /* aligned entry point */
59 findcalls(nltype *parentp, pctype p_lowpc, pctype p_highpc) in findcalls()
64 pctype destpc; in findcalls()
H A Dgprof.c55 pctype s_lowpc;
56 pctype s_highpc;
103 static pctype
104 max(pctype a, pctype b) in max()
111 static pctype
112 min(pctype a, pctype b) in min()
131 pctype bucket_of_entry; in alignentries()
132 pctype bucket_of_code; in alignentries()
195 pctype pcl, pch; in asgnsamples()
196 pctype overlap; in asgnsamples()
[all …]
H A Dlookup.c38 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) in nllookup()
41 pctype keyval; in nllookup()
H A Dreadelf.c605 l_npe->value = (pctype)-1; in get_symtab()
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c282 char *vid, *pid, *opath, *ctype, *pctype, *c; in enumerate_disks() local
329 pctype = "-"; in enumerate_disks()
344 pctype = ctype; in enumerate_disks()
430 pctype, device, vid, pid, in enumerate_disks()
436 pctype, device, vid, pid, in enumerate_disks()
443 pctype, device, vid, pid, sizestr, in enumerate_disks()
448 "%-13s %-3s %-3s\n", pctype, device, in enumerate_disks()
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2648 int type, int pctype) in pcmcia_get_mem_regs() argument
2689 pctype, in pcmcia_get_mem_regs()
2717 int pctype) in pcmcia_get_io_regs() argument
2780 pctype, in pcmcia_get_io_regs()
2803 pctype, in pcmcia_get_io_regs()
2829 regs->phys_hi = PC_REG_PHYS_HI(1, 0, pctype, in pcmcia_get_io_regs()