Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/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-8019.80.24/
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:
192 The directory containing the header file should have a Makefile that
194 If you are adding the first header file in a directory, you will need to
295 If you want to install the header file in a sub-directory of the paths
296 described in (1), specify the directory name using two variables
302 If you want to install the module map file in a sub-directory, specify the
303 directory name using the variable `INSTALL_MODULEMAP_MI_DIR` as follows -
350 the directory name. If that's not possible, then the following method will
358 a. Ideally the module map file covers an entire directory. A module map
[all …]
/xnu-8019.80.24/libsyscall/mach/
H A Derr_kern.sub98 "(os/unix) file or directory does not exist",
116 "(os/unix) object is not a directory",
117 "(os/unix) object is a directory",
162 "(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-8019.80.24/config/
H A DREADME.DEBUG-kernel.txt1 This directory contains a universal DEBUG kernel, built for 32-bit and
/xnu-8019.80.24/makedefs/
H A DMakeInc.rule8 # to allow the Makefile in the source directory
57 # $(3) is the local temp directory for processing
102 # $(3) is the local temp directory for processing
104 # $(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
330 # after setting up the parallel hierarchy in the TARGET directory
331 # $(2) is an optional suffix on the TARGET directory, which might even be
/xnu-8019.80.24/libkern/libkern/
H A DOSKextLibPrivate.h517 #pragma mark 0xF0000 - Archives, caches, directory scan, file access
/xnu-8019.80.24/libkern/zlib/
H A DREADME38 Unsupported third party contributions are provided in directory "contrib".
57 contrib/minizip directory of zlib.
/xnu-8019.80.24/tools/tests/perf_index/
H A DREADME48 file_create - creates n files (in the same directory) with the open(2) system
/xnu-8019.80.24/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.
H A Dmemory.py2261 \nNote: LLDB does not support adding kext based on directory paths like gdb used to.".format(exec_p…
/xnu-8019.80.24/bsd/crypto/doc/
H A DKernelCrypto.txt40 * the apps directory (application code) you must include an acknowledgement:
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c13534 snapshot_mount(int dirfd, user_addr_t name, user_addr_t directory, in snapshot_mount() argument
13566 UIO_USERSPACE, directory, ctx); in snapshot_mount()