Searched refs:pinfo (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dposix_shm.c149 struct pshminfo *pinfo; member in struct:pshmnode
179 int pshm_access(struct pshminfo *pinfo, int mode, kauth_cred_t cred, proc_t p);
365 struct pshminfo *pinfo; local
381 pinfo = PSHMINFO_NULL;
425 error = pshm_cache_search(&pinfo, &nd, &pcache);
461 AUDIT_ARG(posix_ipc_perm, pinfo->pshm_uid,
462 pinfo->pshm_gid, pinfo->pshm_mode);
466 if (pinfo->pshm_flags & PSHM_INDELETE) {
476 MALLOC(pinfo, struc
499 mac_posixshm_label_associate(kauth_cred_get(), pinfo, nameptr); local
626 struct pshminfo * pinfo; local
701 struct pshminfo *pinfo; local
745 pshm_access(struct pshminfo *pinfo, int mode, kauth_cred_t cred, __unused proc_t p) argument
794 struct pshminfo * pinfo; local
907 struct pshminfo *pinfo; local
1030 struct pshminfo *pinfo; local
1113 struct pshminfo *pinfo; local
[all...]
H A Dposix_sem.c142 struct pseminfo *pinfo; member in struct:psemnode
164 static int psem_access(struct pseminfo *pinfo, int mode, kauth_cred_t cred);
167 static int psem_delete(struct pseminfo * pinfo);
358 struct pseminfo *pinfo; local
377 pinfo = PSEMINFO_NULL;
419 error = psem_cache_search(&pinfo, &nd, &pcache);
445 if (pinfo->psem_flags & PSEM_INDELETE) {
448 AUDIT_ARG(posix_ipc_perm, pinfo->psem_uid,
449 pinfo->psem_gid, pinfo
499 mac_posixsem_label_associate(kauth_cred_get(), pinfo, nameptr); local
603 psem_access(struct pseminfo *pinfo, int mode, kauth_cred_t cred) argument
646 struct pseminfo *pinfo; local
791 struct pseminfo * pinfo; local
851 struct pseminfo * pinfo; local
916 struct pseminfo * pinfo; local
992 struct pseminfo *pinfo; local
1039 psem_delete(struct pseminfo * pinfo) argument
1100 struct pseminfo *pinfo; local
[all...]
H A Dproc_info.c100 int proc_pidthreadpathinfo(proc_t p, uint64_t arg, struct proc_threadwithpathinfo *pinfo);
452 proc_pidthreadpathinfo(proc_t p, uint64_t arg, struct proc_threadwithpathinfo *pinfo) argument
460 bzero(pinfo, sizeof(struct proc_threadwithpathinfo));
462 error = fill_taskthreadinfo(p->task, threadaddr, (struct proc_threadinfo_internal *)&pinfo->pt, (void *)&vp, &vid);
467 error = fill_vnodeinfo(vp, &pinfo->pvip.vip_vi) ;
470 vn_getpath(vp, &pinfo->pvip.vip_path[0], &count);
471 pinfo->pvip.vip_path[MAXPATHLEN-1] = 0;
839 struct proc_threadwithpathinfo pinfo; local
841 error = proc_pidthreadpathinfo(p, arg, &pinfo);
843 error = copyout((caddr_t)&pinfo, buffe
[all...]
H A Dsys_pipe.c1785 fill_pipeinfo(struct pipe * cpipe, struct pipe_info * pinfo) argument
1830 ub = &pinfo->pipe_stat;
1858 pinfo->pipe_handle = (uint64_t)((uintptr_t)cpipe);
1859 pinfo->pipe_peerhandle = (uint64_t)((uintptr_t)(cpipe->pipe_peer));
1860 pinfo->pipe_status = cpipe->pipe_state;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dbsd_vm.c1051 fill_procregioninfo(task_t task, uint64_t arg, struct proc_regioninfo_internal *pinfo, uint32_t *vnodeaddr, uint32_t *vid) argument
1087 pinfo->pri_offset = entry->offset;
1088 pinfo->pri_protection = entry->protection;
1089 pinfo->pri_max_protection = entry->max_protection;
1090 pinfo->pri_inheritance = entry->inheritance;
1091 pinfo->pri_behavior = entry->behavior;
1092 pinfo->pri_user_wired_count = entry->user_wired_count;
1093 pinfo->pri_user_tag = entry->alias;
1096 pinfo->pri_flags |= PROC_REGION_SUBMAP;
1099 pinfo
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c931 const struct profile_profil *pinfo)
963 if (pinfo) {
966 (long unsigned)pinfo->lowpc,
967 (long unsigned)pinfo->lowpc);
970 (long unsigned)pinfo->highpc,
971 (long unsigned)pinfo->highpc);
973 fprintf(stream, "%12lu profil highpc-lowpc\n", (long unsigned)(pinfo->highpc - pinfo->lowpc));
974 fprintf(stream, "%12lu profil buffer length\n", (long unsigned)pinfo->profil_len);
975 fprintf(stream, "%12lu profil sizeof counters\n", (long unsigned)pinfo
919 _profile_print_stats(FILE *stream, const struct profile_stats *stats, const struct profile_profil *pinfo) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbsdtask_info.h107 extern int fill_procregioninfo(task_t t, uint64_t arg, struct proc_regioninfo_internal *pinfo, uint32_t *vp, uint32_t *vid);
H A Dproc_info.h607 extern int fill_pshminfo(struct pshmnode * pshm, struct pshm_info * pinfo);
608 extern int fill_pseminfo(struct psemnode * psem, struct psem_info * pinfo);
609 extern int fill_pipeinfo(struct pipe * cpipe, struct pipe_info * pinfo);

Completed in 67 milliseconds