/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 122 get_valid_victim(lcollection_t *lcol, lprocess_t *lpc) in get_valid_victim() argument 124 if (lpc == NULL || !lcollection_member(lcol, lpc)) in get_valid_victim() 125 lpc = lcol->lcol_lprocess; in get_valid_victim() 130 while (lpc != NULL && lpc->lpc_unscannable != 0) in get_valid_victim() 131 lpc = lpc->lpc_next; in get_valid_victim() 133 return (lpc); in get_valid_victim() 224 unrm_size(lprocess_t *lpc) in unrm_size() argument 226 return (count_pages(lpc->lpc_prpageheader, CP_CLEAR, in unrm_size() 373 lprocess_t *lpc = rfd->rfd_data; in revoke_pagedata() local 375 st_debug(STDL_NORMAL, lpc->lpc_collection, "revoking pagedata for" in revoke_pagedata() [all …]
|
H A D | rcapd_main.c | 293 lprocess_t *lpc = (lprocess_t *)rfd->rfd_data; in revoke_psinfo() local 295 if (lpc != NULL) { in revoke_psinfo() 296 debug("revoking psinfo fd for process %d\n", (int)lpc->lpc_pid); in revoke_psinfo() 297 ASSERT(lpc->lpc_psinfo_fd != -1); in revoke_psinfo() 298 lpc->lpc_psinfo_fd = -1; in revoke_psinfo() 316 int(*fd_update_cb)(void *, int), void *arg, lprocess_t *lpc) in get_psinfo() argument 336 revoke_psinfo, lpc, O_RDONLY, 0000)) < 0) { in get_psinfo() 398 lprocess_t *lpc = arg; in lprocess_update_psinfo_fd_cb() local 400 lpc->lpc_psinfo_fd = fd; in lprocess_update_psinfo_fd_cb() 615 sweep_process_cb(lcollection_t *lcol, lprocess_t *lpc) in sweep_process_cb() argument [all …]
|
H A D | rcapd_collection.c | 183 lcollection_member(lcollection_t *lcol, lprocess_t *lpc) in lcollection_member() argument 188 if (cur == lpc) in lcollection_member() 227 lprocess_t *lpc; in lcollection_free() local 230 lpc = lcol->lcol_lprocess; in lcollection_free() 231 while (lpc != NULL) { in lcollection_free() 232 next = lpc->lpc_next; in lcollection_free() 233 if (lpc->lpc_collection == lcol) in lcollection_free() 234 lprocess_free(lpc); in lcollection_free() 235 lpc = next; in lcollection_free()
|
/illumos-gate/usr/src/cmd/sgs/ldprof/common/ |
H A D | profile.c | 165 caddr_t lpc; in profile_open() local 212 lpc = hpc = (caddr_t)lmp->l_addr; in profile_open() 214 ehdr = (Ehdr *)lpc; in profile_open() 222 phdr = (Phdr *)(ehdr->e_phoff + lpc); in profile_open() 230 (unsigned long)lpc); in profile_open() 241 (unsigned long)lpc); in profile_open() 246 if (lpc == hpc) { in profile_open() 265 (unsigned long)lpc); in profile_open() 275 Lpc = lpc = (caddr_t)PRF_ROUNDWN((long)lpc, sizeof (long)); in profile_open() 279 msize = (size_t)(hpc - lpc); in profile_open() [all …]
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.c | 52 caddr_t lpc, hpc; in add_object() local 60 lpc = hpc = (caddr_t)lmp->l_addr; in add_object() 62 ehdr = (Elf_Ehdr *)lpc; in add_object() 65 for (i = 0, phdr = (Elf_Phdr *)(ehdr->e_phoff + lpc); in add_object() 69 ((_hpc = phdr->p_vaddr + phdr->p_memsz + lpc) > hpc)) in add_object() 72 op->o_lpc = lpc; in add_object() 94 if (lpc < cur->o_lpc) in add_object()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 293 hdrp->lpc = lowpc; in monitor() 383 sum.lpc = histp->monBuffer->lpc; in writeBlocks() 461 hdrp->lpc = 0; in _mnewblock()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | print-lp-compatibility-sunos4.p5m | 34 link path=usr/ucb/lpc target=../bin/lpc
|
H A D | print-lp-print-client-commands.p5m | 42 link path=usr/bin/lpc target=../sbin/print-service
|
H A D | print-lp.p5m | 85 file path=usr/lib/lp/bin/lpc mode=0555
|
H A D | compatibility-ucb.p5m | 65 file path=usr/share/man/man1b/lpc.1b
|
/illumos-gate/usr/src/head/ |
H A D | mon.h | 56 char *lpc; member
|
/illumos-gate/usr/src/cmd/print/selector/ |
H A D | Makefile | 31 LPRBINLINKS = lpr lpq lprm lpc
|
/illumos-gate/usr/src/man/man1b/ |
H A D | Makefile | 35 lpc.1b \
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | Makefile | 29 UCBPROGS = lpr lpq lprm lpc
|