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

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_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.
80 #include <sys/file.h>
761 * Get file system statistics.
785 sbp->f_ffree = (uint64_t)0; /* free file nodes */
826 /* We don't have file counts, so don't return them */
875 * fields the file system supports, combined with the conversions
918 * Have to be really careful about stale file handles:
988 * file
[all...]
H A Dcd9660_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.
85 #include <sys/file.h>
125 * Update the times on the inode on writeable file systems.
307 * Mmap a file
496 * file size. If the '.' entry has a better size (bigger)
846 /* check pageouts are for reg file only and ubc info is present*/
854 * cd9660_remove - not possible to remove a file from iso cds
878 * Make a RIFF file heade
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_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.
72 #include <sys/file.h>
256 * we will return that vp if it is regular file.
461 /* if this is faulting filesystem and is a reg file, skip allocation of union node */
571 * copy the file contents to the upper vnode and open that,
642 * file permissions are given away simply because
643 * the user caused an implicit file copy.
1638 /* Blktooff derives file offse
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.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.
96 #include <sys/file.h>
849 /* let's make sure it's either -1 or a valid file descriptor */
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_write.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.
49 #include <sys/file.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_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.
77 #include <sys/file.h>
213 * Do not update the file system if the user was in singleuser
217 printf("WARNING: trying to mount a dirty file system\n");
326 * 5) invalidate all cached file data.
569 /* Let's figure out the devblock size the file system is with */
751 * Sanity checks for old file systems.
894 * Get file syste
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.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.
44 #include <sys/file.h>
270 * or patch file, there's nothing to do!
475 * This function claims the option flags d and D for object file dependencies
519 * This function can only operate on 32 bit mach object file symbol table
1132 kload_log_message("link/loading file %s" KNL, entry->name);
1135 kload_log_message("linking file %s" KNL, entry->name);
1148 kload_log_error("error checking existence of file
[all...]
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.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.
66 * Framework for extensible kernel access control. This file contains
83 #include <sys/file.h>
184 &mac_file_enforce, 0, "Enforce MAC policy on file operations");
1025 /* Precedence goes to "visibility", with both process and file. */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.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.
609 ; taking a segment exception in a system that is doing heavy file I/O. We
2201 la r11,savevr0(r3) ; get address of register file
2213 slwi r4,r4,4 ; get byte offset within register file to that line
H A Dlowmem_vectors.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.
1979 ; Exception vector filter table (like everything in this file, must be in 1st 32KB of physical memory)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.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.
67 * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
76 * Everything in this file is deprecated. Sysctls should be handled
80 * this source file is supposed to die.
83 * your sysctl with SYSCTL_INT, SYSCTL_PROC etc. in your source file.
997 * Get file structures.
1023 * followed by an array of file structures
1043 SYSCTL_PROC(_kern, KERN_FILE, file,
[all...]
H A Dsys_generic.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
69 * NOTICE: This file was modified by SPARTA, Inc. in 2006 to introduce
134 /* XXX should be in a header file somewhere */
706 * fp_lookup:EBADF Bad file descriptor
737 AUDIT_ARG(file, p, fp);
2264 * only allow one watch per file per proc

Completed in 194 milliseconds

1234