Home
last modified time | relevance | path

Searched refs:pshmnode (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dmman.h301 struct pshmnode;
303 int pshm_stat(struct pshmnode *pnode, void *ub, int isstat64);
H A Dproc_info.h1033 #ifndef pshmnode
1034 struct pshmnode;
1046 extern int fill_pshminfo(struct pshmnode * pshm, struct pshm_info * pinfo);
/xnu-8020.121.3/bsd/kern/
H A Dproc_info.c101 struct pshmnode;
193 static int __attribute__ ((noinline)) pid_pshminfo(struct pshmnode * pshm, struct fileproc * fp, pr…
2638 pid_pshminfo(struct pshmnode *pshm, struct fileproc *fp, proc_t proc, user_addr_t buffer, __unused… in pid_pshminfo()
2815 error = pid_pshminfo((struct pshmnode *)fp_get_data(fp), fp, p, buffer, buffersize, retval); in proc_pidfdinfo()
2978 struct pshmnode *pshm; in proc_fileport_info()
2984 pshm = (struct pshmnode *)fg_get_data(fg); in proc_fileport_info()
H A Dposix_shm.c149 typedef struct pshmnode { struct