Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dposix_shm.c154 } pshmnode_t; typedef
344 pshmnode_t *new_pnode = NULL; in shm_open()
388 new_pnode = kalloc_type(pshmnode_t, Z_WAITOK | Z_ZERO); in shm_open()
513 kfree_type(pshmnode_t, new_pnode); in shm_open()
545 pshmnode_t *pnode; in pshm_truncate()
572 if (((pnode = (pshmnode_t *)fp_get_data(fp))) == NULL) { in pshm_truncate()
674 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()
1070 pshmnode_t *pnode; in pshm_closefile()
[all …]