Home
last modified time | relevance | path

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

/xnu-11215/bsd/man/man2/
H A Dgetdirentriesattr.224 .Nd get file system attributes for multiple directory entries
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
70 parameter returns the directory offset in a manner similar to
222 returned the last entry in the directory.
256 If the directory contains a mount point, then
266 A directory which is a firmlink will have the
287 is not a valid file descriptor for a directory open for reading.
321 The following code lists the contents of a directory using
[all …]
/xnu-11215/tools/lldbmacros/tests/lldbtest/
H A Dcoverage.py65 def cov_html(directory): argument
74 cov.html_report(directory=directory,
/xnu-11215/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-11215/makedefs/
H A DMakeInc.dir12 # in the current directory.
23 # subdirectories, and a target to build in the current directory afterwards.
29 # $(3): The target to build in the current directory _after_ the subdirectory
H A DMakeInc.rule8 # to allow the Makefile in the source directory
68 # $(3) is the local temp directory for processing
104 # $(3) is the local temp directory for processing
106 # $(5) is the destination directory (when pattern matching) or empty
H A DMakeInc.top18 # current directory, makefile, and target. One
319 # after setting up the parallel hierarchy in the TARGET directory
320 # $(2) is an optional suffix on the TARGET directory, which might even be
/xnu-11215/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-11215/
H A DREADME.md142 The kextd daemon keeps watching for changing in `/System/Library/Extensions` directory.
195 Set up your build environment and from the top directory, run:
220 The directory containing the header file should have a Makefile that
222 If you are adding the first header file in a directory, you will need to
368 If you want to install the header file in a sub-directory of the paths
369 described in (1), specify the directory name using two variables
377 If you want to install the module map file in a sub-directory, specify the
378 directory name using the variable `INSTALL_MODULEMAP_MI_DIR` as follows -
442 the directory name. If that's not possible, then the following method will
450 a. Ideally the module map file covers an entire directory. A module map
[all …]
/xnu-11215/tools/lldbmacros/tests/
H A Druntests.py68 cov_html(directory=args.coverage)
/xnu-11215/config/
H A DREADME.DEBUG-kernel.txt1 This directory contains a universal DEBUG kernel, built for 32-bit and
/xnu-11215/libkern/libkern/
H A DOSKextLibPrivate.h529 #pragma mark 0xF0000 - Archives, caches, directory scan, file access
/xnu-11215/libkern/zlib/
H A DREADME38 Unsupported third party contributions are provided in directory "contrib".
57 contrib/minizip directory of zlib.
/xnu-11215/tools/tests/perf_index/
H A DREADME48 file_create - creates n files (in the same directory) with the open(2) system
/xnu-11215/tools/lldbmacros/
H A DREADME.md119 The lldbmacros directory has a Makefile that follows the build process for xnu. This packages lldbm…
375 * Save the changes requried for new command or fix into lldbmacros directory.
383 * Do a clean build of kernel from xnu top level directory.
385 * Verify that your changes are present in the dSYM directory of new build.
/xnu-11215/bsd/crypto/doc/
H A DKernelCrypto.txt40 * the apps directory (application code) you must include an acknowledgement:
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c14710 snapshot_mount(int dirfd, user_addr_t name, user_addr_t directory, in snapshot_mount() argument
14759 UIO_USERSPACE, directory, ctx); in snapshot_mount()