Searched refs:pshmnode (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/sys/ |
| H A D | proc_info_private.h | 294 #ifndef pshmnode 295 struct pshmnode; 307 extern int fill_pshminfo(struct pshmnode * pshm, struct pshm_info * pinfo);
|
| H A D | mman.h | 304 struct pshmnode; 306 int pshm_stat(struct pshmnode *pnode, void *ub, int isstat64);
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | proc_info.c | 106 struct pshmnode; 198 static int __attribute__ ((noinline)) pid_pshminfo(struct pshmnode * pshm, struct fileproc * fp, pr… 2685 pid_pshminfo(struct pshmnode *pshm, struct fileproc *fp, proc_t proc, user_addr_t buffer, __unused… in pid_pshminfo() 2862 error = pid_pshminfo((struct pshmnode *)fp_get_data(fp), fp, p, buffer, buffersize, retval); in proc_pidfdinfo() 3025 struct pshmnode *pshm; in proc_fileport_info() 3031 pshm = (struct pshmnode *)fg_get_data(fg); in proc_fileport_info()
|
| H A D | posix_shm.c | 149 typedef struct pshmnode { struct
|