Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dposix_shm.c152 } pshmnode_t; typedef
342 pshmnode_t *new_pnode = NULL; in shm_open()
386 new_pnode = kalloc_type(pshmnode_t, Z_WAITOK | Z_ZERO); in shm_open()
511 kfree_type(pshmnode_t, new_pnode); in shm_open()
543 pshmnode_t *pnode; in pshm_truncate()
570 if (((pnode = (pshmnode_t *)fp_get_data(fp))) == NULL) { in pshm_truncate()
672 pshm_stat(pshmnode_t *pnode, void *ub, int isstat64) in pshm_stat()
755 pshmnode_t *pnode; in pshm_mmap()
778 pnode = (pshmnode_t *)fp_get_data(fp); in pshm_mmap()
1075 pshmnode_t *pnode; in pshm_closefile()
[all …]