Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/ !
H A Dkern_descrip.c821 char *ofileflags; in fdt_fork() local
908 ofileflags = kalloc_data(n_files, Z_WAITOK | Z_ZERO); in fdt_fork()
909 if (ofiles == NULL || ofileflags == NULL) { in fdt_fork()
911 kfree_data(ofileflags, n_files); in fdt_fork()
969 newfdp->fd_ofileflags = ofileflags; in fdt_fork()
986 char *ofileflags; in fdt_invalidate() local
1023 ofileflags = fdp->fd_ofileflags; in fdt_invalidate()
1049 kfree_data(ofileflags, n_files); in fdt_invalidate()