Searched refs:pshmnode (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | mman.h | 303 struct pshmnode; 305 int pshm_stat(struct pshmnode *pnode, void *ub, int isstat64);
|
| H A D | proc_info.h | 1082 #ifndef pshmnode 1083 struct pshmnode; 1095 extern int fill_pshminfo(struct pshmnode * pshm, struct pshm_info * pinfo);
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | proc_info.c | 102 struct pshmnode; 195 static int __attribute__ ((noinline)) pid_pshminfo(struct pshmnode * pshm, struct fileproc * fp, pr… 2618 pid_pshminfo(struct pshmnode *pshm, struct fileproc *fp, proc_t proc, user_addr_t buffer, __unused… in pid_pshminfo() 2795 error = pid_pshminfo((struct pshmnode *)fp_get_data(fp), fp, p, buffer, buffersize, retval); in proc_pidfdinfo() 2958 struct pshmnode *pshm; in proc_fileport_info() 2964 pshm = (struct pshmnode *)fg_get_data(fg); in proc_fileport_info()
|
| H A D | posix_shm.c | 149 typedef struct pshmnode { struct
|