Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/man/man2/
H A Dgetdirentriesattr.224 .Nd get file system attributes for multiple directory entries
41 function reads directory entries and returns their attributes (that is, metadata).
47 iterates over the items in a directory like
49 and returns information about each directory entry like
55 The function reads directory entries from the directory referenced by the
58 Attributes of those directory entries are placed into the buffer specified by
67 parameter contains the number of directory entries requested and returned.
70 parameter returns the directory offset in a manner similar to
74 parameter allows you to check whether the directory has been modified while
95 parameter must be a file descriptor that references a directory that you have opened for reading.
[all …]
/xnu-8792.61.2/bsd/miscfs/devfs/
H A DREADME20 (or directory) and a pointer to the vnode if one has been associated
22 a directory entry, and contains the default name of the device,
23 and a link to the directory that holds it. It is sometimes refered
83 the user from removing a front node from the directory front node.
84 (except permissions of course). This is because the front directory
86 of that directory and do not refer to their original backing node
97 If a directory has been moved, and a new backing node is inserted
99 directory, even though it's been moved, because the directory that
/xnu-8792.61.2/
H A DREADME.md120 The kextd daemon keeps watching for changing in `/System/Library/Extensions` directory.
166 Set up your build environment and from the top directory, run:
193 The directory containing the header file should have a Makefile that
195 If you are adding the first header file in a directory, you will need to
310 If you want to install the header file in a sub-directory of the paths
311 described in (1), specify the directory name using two variables
317 If you want to install the module map file in a sub-directory, specify the
318 directory name using the variable `INSTALL_MODULEMAP_MI_DIR` as follows -
365 the directory name. If that's not possible, then the following method will
373 a. Ideally the module map file covers an entire directory. A module map
[all …]
/xnu-8792.61.2/libsyscall/mach/
H A Derr_kern.sub102 "(os/unix) file or directory does not exist",
120 "(os/unix) object is not a directory",
121 "(os/unix) object is a directory",
166 "(os/unix) directory is not empty",
H A Derr_server.sub88 "(server/ns) not a directory",
89 "(server/ns) is a directory",
90 "(server/ns) directory not empty",
95 "(server/ns) bad format for directory",
/xnu-8792.61.2/config/
H A DREADME.DEBUG-kernel.txt1 This directory contains a universal DEBUG kernel, built for 32-bit and
/xnu-8792.61.2/makedefs/
H A DMakeInc.rule8 # to allow the Makefile in the source directory
57 # $(3) is the local temp directory for processing
93 # $(3) is the local temp directory for processing
95 # $(5) is the destination directory (when pattern matching) or empty
H A DMakeInc.dir19 # build COMPONENT directory, or empty if it should recurse
H A DMakeInc.top18 # current directory, makefile, and target. One
308 # after setting up the parallel hierarchy in the TARGET directory
309 # $(2) is an optional suffix on the TARGET directory, which might even be
/xnu-8792.61.2/libkern/libkern/
H A DOSKextLibPrivate.h529 #pragma mark 0xF0000 - Archives, caches, directory scan, file access
/xnu-8792.61.2/libkern/zlib/
H A DREADME38 Unsupported third party contributions are provided in directory "contrib".
57 contrib/minizip directory of zlib.
/xnu-8792.61.2/tools/tests/perf_index/
H A DREADME48 file_create - creates n files (in the same directory) with the open(2) system
/xnu-8792.61.2/tools/lldbmacros/
H A DREADME.md114 The lldbmacros directory has a Makefile that follows the build process for xnu. This packages lldbm…
370 * Save the changes requried for new command or fix into lldbmacros directory.
378 * Do a clean build of kernel from xnu top level directory.
380 * Verify that your changes are present in the dSYM directory of new build.
/xnu-8792.61.2/bsd/crypto/doc/
H A DKernelCrypto.txt40 * the apps directory (application code) you must include an acknowledgement:
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c14275 snapshot_mount(int dirfd, user_addr_t name, user_addr_t directory, in snapshot_mount() argument
14307 UIO_USERSPACE, directory, ctx); in snapshot_mount()