Searched refs:lpc (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/usr.sbin/lpr/lpc/
H A DMakefile6 PROG= lpc
7 MAN= lpc.8
8 SRCS= lpc.c cmds.c cmdtab.c movejobs.c
/freebsd-9.3-release/usr.sbin/lpr/
H A DMakefile3 SUBDIR= common_source chkprintcap lp lpc lpd lpq lpr lprm lptest pac \
/freebsd-9.3-release/sys/kern/
H A Dsubr_lock.c277 struct lock_prof_cpu *lpc; local
297 lpc = lp_cpu[cpu];
299 LIST_REMOVE(&lpc->lpc_types[0].lpt_objs[i], lpo_link);
300 LIST_REMOVE(&lpc->lpc_types[1].lpt_objs[i], lpo_link);
304 lpc = lp_cpu[cpu];
305 bzero(lpc, sizeof(*lpc));
306 lock_prof_init_type(&lpc->lpc_types[0]);
307 lock_prof_init_type(&lpc->lpc_types[1]);
/freebsd-9.3-release/sys/sys/
H A Dgmon.h42 u_long lpc; /* base pc address of sample buffer */ member in struct:gmonhdr
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c276 if ( s_highpc != 0 && ( tmp.lpc != gmonhdr.lpc ||
302 s_lowpc = (unsigned long) gmonhdr.lpc;
304 lowpc = (unsigned long)gmonhdr.lpc / HISTORICAL_SCALE_2;
310 printf( "[openpfile] hdr.lpc 0x%lx hdr.hpc 0x%lx hdr.ncnt %d\n",
311 gmonhdr.lpc , gmonhdr.hpc , gmonhdr.ncnt );
H A Dgprof.h196 u_short *lpc; member in struct:ophdr
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c71 char *lpc; member in struct:phdr
169 ( (struct phdr *) buffer ) -> lpc = lowpc;
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c45 char *lpc; member in struct:phdr
141 ( (struct phdr *) buffer ) -> lpc = lowpc;
/freebsd-9.3-release/lib/libc/gmon/
H A Dgmon.c183 hdr->lpc = p->lowpc;
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c127 gm.lpc = image->pi_start;
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf82 progs lpr lpc lpq lprm pac lptest
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c4270 label_prologue_count *lpc = unwind.saved_prologue_counts; local
4272 while (lpc != NULL && lpc->label_number != lbl)
4273 lpc = lpc->next;
4275 if (lpc != NULL)
4276 return lpc->prologue_count;
4287 label_prologue_count *lpc = unwind.saved_prologue_counts; local
4289 while (lpc != NULL && lpc
4308 label_prologue_count *lpc = unwind.saved_prologue_counts; local
[all...]
/freebsd-9.3-release/usr.sbin/kgmon/
H A Dkgmon.c373 h.lpc = kvp->gpm.lowpc;

Completed in 210 milliseconds