Searched refs:file (Results 51 - 75 of 87) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_kernel.h6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
29 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
327 token_t *kau_to_file(const char *file, const struct timeval *tv);
H A Daudit_record.h6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
239 token_t *au_to_file(char *file);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_lookup.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
32 * All or some portions of this file are derived from material licensed
76 #include <sys/file.h>
93 * If the file system is not maintained in a strict tree hierarchy,
140 * We create a cnode for the file, but we do NOT open the file here.
145 IN struct vnode *dvp - Parent node of file;
146 INOUT struct vnode **vpp - node of target file, it
[all...]
H A Dhfs_quota.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
72 #include <sys/file.h>
113 * Set up the user quota based on file uid.
122 * Set up the group quota based on file gid.
426 * On filesystems with quotas enabled, it is an error for a file to change
453 * Q_QUOTAON - set up a quota file for a particular file system.
514 * Finish initializing the quota file
[all...]
H A Dhfs_search.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
31 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
40 #include <sys/file.h>
232 // If both 32-bit and 64-bit parent ids or file ids are given
263 //shadow search bits if 64-bit file/parent ids are used
280 // while holding the shared catalog file lock. see the comment
302 /* Make sure the on-disk Catalog file is current */
690 return (false); /* skip over file lin
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_lookup.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
78 #include <sys/file.h>
91 * If the file system is not maintained in a strict tree hierarchy,
128 register struct iso_mnt *imp; /* file system that directory is in */
184 * A "._" prefix means, we are looking for an associated file
399 * work if the file system has any hard links other than ".."
H A Dcd9660_node.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
81 #include <sys/file.h>
H A Dcd9660_rrip.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
82 #include <sys/file.h>
95 * POSIX file attribute
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
41 #include <sys/file.h>
61 u_int32_t d_fileno; /* file number of entry */
63 u_int8_t d_type; /* file type, see below */
H A Dsynthfs_vfsops.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
47 #include <sys/file.h>
273 * Get file system statistics.
H A Dsynthfs_vnops.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
42 #include <sys/file.h>
132 * Create a regular file
208 * Mmap a file
297 * Change the mode on a file or directory.
318 * Change the flags on a file or directory.
478 * source file or directory is unlocked
480 * destination file o
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vnops.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
69 #include <sys/file.h>
240 * Synch an open file.
298 /* Blktooff converts a logical block number to a file offset */
320 /* Blktooff converts a logical block number to a file offset */
H A Dffs_balloc.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
70 #include <sys/file.h>
94 * Balloc defines the structure of file system storage
96 * the inode and the logical block number in a file.
133 * If the next write will extend the file into a new block,
134 * and the file is currently composed of a fragment
141 * we are now extending the file write beyond
142 * the block which has end of file prio
[all...]
H A Dffs_inode.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
71 #include <sys/file.h>
232 * Lengthen the size of the file. We must ensure that the
233 * last byte of the file is allocated. Since the smallest
260 * Shorten the size of the file. If the file is not being
262 * partial block following the end of the file must be
264 * of subsequent file growt
[all...]
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_socket.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
77 #include <sys/file.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_sym.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
92 /* Prototypes for functions local to this file. XXX -- should be static!
436 * Common utility routine to parse a symbol string into a file
439 * dependent handler supports qualified search with a file name.
441 * with parsed file name and symbol name.
484 * Common utility routine to parse a symbol string into a file
487 * dependent handler supports qualified search with a file name.
489 * with parsed file nam
1411 no_line_at_pc(__unused db_symtab_t *stab, __unused db_sym_t sym, __unused char **file, __unused int *line, db_expr_t pc) argument
1427 no_search_by_addr(__unused db_symtab_t *stab, db_addr_t off, __unused char **file, __unused char **func, __unused int *line, __unused db_expr_t *diffp, __unused int *args) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
42 #include <sys/file.h>
655 /* let's make sure it's either -1 or a valid file descriptor */
H A Dsys_glue.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
53 #include <sys/file.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_quota.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
70 #include <sys/file.h>
106 * Set up the user quota based on file uid.
115 * Set up the group quota based on file gid.
401 * On filesystems with quotas enabled, it is an error for a file to change
447 * Q_QUOTAON - set up a quota file for a particular file system.
489 * Finish initializing the quota file
[all...]
H A Dufs_lookup.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
33 * All or some portions of this file are derived from material licensed
72 #include <sys/file.h>
101 * If the file system is not maintained in a strict tree hierarchy,
205 * file and at end of pathname, in which case
206 * we watch for a place to put the new file in
388 * allowing file to be created.
467 * parameters which can be used to remove file
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
77 #include <sys/file.h>
88 /* XXX following three prototypes should be in a header file somewhere */
201 * Open a special file.
993 /* Blktooff derives file offset from logical block number */
1017 /* Offtoblk derives logical block number from file offset */
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_dhcp.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
46 #include <sys/file.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
35 * NOTICE: This file was modified by SPARTA, Inc. in 2006 to introduce
65 #include <sys/file.h>
732 * cache file in the shared region via the shared_region_map_np() system call.
804 * dyld uses this to map a shared cache file into a shared region.
843 /* get file descriptor for shared region cache file */
846 /* get file structur
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
46 * new file for mk6
180 * this file.
183 .file "profile-asm.s"
525 * into the {,g}mon.out file. This is defined in profile-md.h.
567 * Machine dependent variables that no C file should access (except for
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s6 * This file contains Original Code and/or Modifications of Original Code
8 * Version 2.0 (the 'License'). You may not use this file except in
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
46 ; The table ("processor_types") is assembled in at the end of this file.
76 .file "start.s"

Completed in 204 milliseconds

1234