/titanic_41/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 124 get_valid_victim(lcollection_t *lcol, lprocess_t *lpc) in get_valid_victim() argument 126 if (lpc == NULL || !lcollection_member(lcol, lpc)) in get_valid_victim() 127 lpc = lcol->lcol_lprocess; in get_valid_victim() 132 while (lpc != NULL && lpc->lpc_unscannable != 0) in get_valid_victim() 133 lpc = lpc->lpc_next; in get_valid_victim() 135 return (lpc); in get_valid_victim() 226 unrm_size(lprocess_t *lpc) in unrm_size() argument 228 return (count_pages(lpc->lpc_prpageheader, CP_CLEAR, in unrm_size() 375 lprocess_t *lpc = rfd->rfd_data; in revoke_pagedata() local 377 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 | 185 lcollection_member(lcollection_t *lcol, lprocess_t *lpc) in lcollection_member() argument 190 if (cur == lpc) in lcollection_member() 229 lprocess_t *lpc; in lcollection_free() local 232 lpc = lcol->lcol_lprocess; in lcollection_free() 233 while (lpc != NULL) { in lcollection_free() 234 next = lpc->lpc_next; in lcollection_free() 235 if (lpc->lpc_collection == lcol) in lcollection_free() 236 lprocess_free(lpc); in lcollection_free() 237 lpc = next; in lcollection_free()
|
/titanic_41/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 …]
|
/titanic_41/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()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 295 hdrp->lpc = lowpc; in monitor() 385 sum.lpc = histp->monBuffer->lpc; in writeBlocks() 463 hdrp->lpc = 0; in _mnewblock()
|
/titanic_41/usr/src/lib/libbc/csu/common/ |
H A D | mon.h | 28 char *lpc; member
|
H A D | mon.c | 178 php->lpc = (char *)lowpc; /* initialize the first */ in monitor()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | print-lp-compatibility-sunos4.mf | 43 link path=usr/ucb/lpc target=../bin/lpc
|
H A D | print-lp-print-client-commands.mf | 73 link path=usr/bin/lpc target=../sbin/print-service
|
H A D | print-lp.mf | 102 file path=usr/lib/lp/bin/lpc mode=0555
|
H A D | compatibility-ucb.mf | 62 file path=usr/share/man/man1b/lpc.1b
|
/titanic_41/usr/src/head/ |
H A D | mon.h | 53 char *lpc; member
|
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | zambezi.esc | 581 event ereport.asic.zambezi.gpd.lpc-access-violation@interconnect 583 event ereport.asic.zambezi.gpd.lpc-invalid-abort@interconnect 585 event ereport.asic.zambezi.gpd.lpc-invalid-cycle-type@interconnect 587 event ereport.asic.zambezi.gpd.lpc-invalid-start@interconnect 589 event ereport.asic.zambezi.gpd.lpc-mapped-timeout@interconnect 591 event ereport.asic.zambezi.gpd.lpc-rw-interleave-error@interconnect 747 ereport.asic.zambezi.gpd.lpc-mapped-timeout@interconnect, 748 ereport.asic.zambezi.gpd.lpc-access-violation@interconnect, 749 ereport.asic.zambezi.gpd.lpc-rw-interleave-error@interconnect, 750 ereport.asic.zambezi.gpd.lpc-invalid-abort@interconnect, [all …]
|
/titanic_41/usr/src/cmd/print/selector/ |
H A D | Makefile | 31 LPRBINLINKS = lpr lpq lprm lpc
|
/titanic_41/usr/src/man/man1b/ |
H A D | Makefile | 36 lpc.1b \
|
/titanic_41/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | Makefile | 29 UCBPROGS = lpr lpq lprm lpc
|
/titanic_41/usr/src/cmd/sgs/prof/common/ |
H A D | prof.c | 585 pc_l = head.lpc; /* Low PC of range that was profiled. */ in main()
|
/titanic_41/ |
H A D | .gitignore | 9177 usr/src/cmd/print/bsd-sysv-commands/lpc
|