Searched defs:lpc (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/lib/libbc/csu/common/ |
| H A D | mon.h | 28 char *lpc; member in struct:phdr
|
| /illumos-gate/usr/src/head/ |
| H A D | mon.h | 56 char *lpc; member in struct:hdr
|
| /illumos-gate/usr/src/cmd/rcap/rcapd/ |
| H A D | rcapd_collection.c | 185 lcollection_member(lcollection_t *lcol, lprocess_t *lpc) argument 190 if (cur == lpc) 229 lprocess_t *lpc; local 232 lpc = lcol->lcol_lprocess; 233 while (lpc != NULL) { 234 next = lpc->lpc_next; 235 if (lpc->lpc_collection == lcol) 236 lprocess_free(lpc); 237 lpc = next;
|
| H A D | rcapd_scanner.c | 124 get_valid_victim(lcollection_t *lcol, lprocess_t *lpc) argument 126 if (lpc == NULL || !lcollection_member(lcol, lpc)) 127 lpc = lcol->lcol_lprocess; 132 while (lpc != NULL && lpc->lpc_unscannable != 0) 133 lpc = lpc->lpc_next; 135 return (lpc); 226 unrm_size(lprocess_t *lpc) argument 375 lprocess_t *lpc = rfd->rfd_data; local 469 merge_current_pagedata(lprocess_t *lpc, void(*mappings_changed_cb) (lprocess_t *)) argument 596 unignore_mappings(lprocess_t *lpc) argument 602 unignore_referenced_mappings(lprocess_t *lpc) argument 632 lprocess_t *vic, *lpc; local 1000 lprocess_t *lpc = rfd->rfd_data; local 1012 lpc_xmap_update(lprocess_t *lpc) argument [all...] |
| H A D | rcapd_main.c | 268 debug_high("list_walk_all lpc %d\n", (int)pid); 270 debug_high("list_walk_all aborted at lpc %d\n", 293 lprocess_t *lpc = (lprocess_t *)rfd->rfd_data; local 295 if (lpc != NULL) { 296 debug("revoking psinfo fd for process %d\n", (int)lpc->lpc_pid); 297 ASSERT(lpc->lpc_psinfo_fd != -1); 298 lpc->lpc_psinfo_fd = -1; 316 int(*fd_update_cb)(void *, int), void *arg, lprocess_t *lpc) 336 revoke_psinfo, lpc, O_RDONLY, 0000)) < 0) { 398 lprocess_t *lpc local 315 get_psinfo(pid_t pid, psinfo_t *psinfo, int cached_fd, int(*fd_update_cb)(void *, int), void *arg, lprocess_t *lpc) argument 615 sweep_process_cb(lcollection_t *lcol, lprocess_t *lpc) argument 818 lprocess_free(lprocess_t *lpc) argument [all...] |
| /illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
| H A D | who.c | 52 caddr_t lpc, hpc; local 60 lpc = hpc = (caddr_t)lmp->l_addr; 62 ehdr = (Elf_Ehdr *)lpc; 65 for (i = 0, phdr = (Elf_Phdr *)(ehdr->e_phoff + lpc); 69 ((_hpc = phdr->p_vaddr + phdr->p_memsz + lpc) > hpc)) 72 op->o_lpc = lpc; 94 if (lpc < cur->o_lpc)
|
| /illumos-gate/usr/src/cmd/sgs/ldprof/common/ |
| H A D | profile.c | 165 caddr_t lpc; local 209 * Now we determine the valid pc range for this object. The lpc is easy 212 lpc = hpc = (caddr_t)lmp->l_addr; 214 ehdr = (Ehdr *)lpc; 222 phdr = (Phdr *)(ehdr->e_phoff + lpc); 230 (unsigned long)lpc); 241 (unsigned long)lpc); 246 if (lpc == hpc) { 265 (unsigned long)lpc); 275 Lpc = lpc [all...] |
Completed in 688 milliseconds