Searched refs:pshmnode (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmman.h246 struct pshmnode;
248 int pshm_stat(struct pshmnode *pnode, void *ub, int isstat64);
H A Dfile_internal.h199 struct pshmnode;
200 int fp_getfpshm(struct proc *p, int fd, struct fileproc **resultfp, struct pshmnode **resultpshm);
H A Dproc_info.h718 #ifndef pshmnode
719 struct pshmnode;
731 extern int fill_pshminfo(struct pshmnode * pshm, struct pshm_info * pinfo);
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_shm.c153 struct pshmnode { struct
163 #define PSHMNODE_NULL (struct pshmnode *)0
376 struct pshmnode *new_pnode = PSHMNODE_NULL;
471 MALLOC(new_pnode, struct pshmnode *, sizeof(struct pshmnode), M_SHM, M_WAITOK|M_ZERO);
661 struct pshmnode * pnode ;
676 if (((pnode = (struct pshmnode *)fp->f_data)) == PSHMNODE_NULL )
769 pshm_stat(struct pshmnode *pnode, void *ub, int isstat64)
845 struct pshmnode * pnode;
862 if (((pnode = (struct pshmnode *)f
[all...]
H A Dproc_info.c84 struct pshmnode;
125 int pid_pshminfo(struct pshmnode * pshm, struct fileproc * fp, int closeonexec, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
1342 pid_pshminfo(struct pshmnode *pshm, struct fileproc *fp, int closeonexec, user_addr_t buffer, __unused uint32_t buffersize, int32_t * retval)
1506 struct pshmnode * pshm;
1616 struct pshmnode *pshm;
1622 pshm = (struct pshmnode *)fg->fg_data;
H A Dkern_descrip.c126 struct pshmnode;
3191 struct pshmnode **resultpshm)
3213 *resultpshm = (struct pshmnode *)fp->f_data;

Completed in 91 milliseconds