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

1234

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.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.
253 findSymbolByName(struct fileRecord *file, const char *symname);
384 symNameByIndex(const struct fileRecord *file, unsigned int symInd) argument
386 return file->fSymbToStringTable[symInd];
390 symbolname(const struct fileRecord *file, const struct nlist *sym) argument
394 index = sym - file->fSymbolBase;
397 return file->fStringBase + sym->n_value;
399 if (index < file
433 addFile(struct fileRecord *file, const char *path) argument
461 unmapFile(struct fileRecord *file) argument
508 removeFile(struct fileRecord *file) argument
572 mapObjectFile(struct fileRecord *file, const char *pathName) argument
774 findBestArch(struct fileRecord *file, const char *pathName) argument
871 parseSegments(struct fileRecord *file, struct segment_command *seg) argument
904 remangleExternSymbols(struct fileRecord *file, const char *pathName) argument
977 parseSymtab(struct fileRecord *file, const char *pathName) argument
1176 findSymbolByAddress(const struct fileRecord *file, void *entry) argument
1245 findSymbolByName(struct fileRecord *file, const char *symname) argument
1272 relocateSection(struct fileRecord *file, struct sectionRecord *sectionRec) argument
1383 findSymbolRefAtLocation(struct fileRecord *file, struct sectionRecord *sctn, void **loc, const struct fileRecord **foundInFile) argument
1414 addClass(struct fileRecord *file, struct metaClassRecord *inClass, const char *cname) argument
1482 recordClass(struct fileRecord *file, const char *cname, const struct nlist *sym) argument
1572 getMetaClassGraph(struct fileRecord *file) argument
1635 mergeOSObjectsForFile(const struct fileRecord *file) argument
1703 getSectionForSymbol(const struct fileRecord *file, const struct nlist *symb, void ***endP) argument
1742 const struct fileRecord *file; local
1827 addNewString(struct fileRecord *file, const char *strname, unsigned int namelen) argument
1869 getNewSymbol(struct fileRecord *file, struct relocRecord *reloc, const char *supername) argument
1950 fixOldSymbol(struct fileRecord *file, const struct relocRecord *reloc, const char *supername) argument
1980 symbolCompare(const struct fileRecord *file, const struct nlist *classsym, const char *supername) argument
2017 struct fileRecord *file; local
2161 growImage(struct fileRecord *file, vm_size_t delta) argument
2299 prepareFileForLink(struct fileRecord *file) argument
2512 struct fileRecord file, *fp = 0; local
2660 struct fileRecord *file = getFile(pathName); local
2673 struct fileRecord *file = getFile(pathName); local
2718 struct fileRecord *file = getFile(pathName); local
2728 struct fileRecord *file = getFile(pathName); local
2850 const struct fileRecord *file = getFile(pathName); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/
H A Dcatalogue.h10 extern bool uncompressModule(OSData *compressed, /* out */ OSData ** file);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmig_log.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.
103 char *file,
109 size, kpd, retcode, ports, oolports, ool, file, line);
118 char *file,
122 printf("%d|%d|%d -- %s %d\n", who, what, *(int *)par, file, line);
124 printf("%d|%d|%s -- %s %d\n", who, what, (char *)par, file, line);
93 MigEventTracer( mig_who_t who, mig_which_event_t what, mach_msg_id_t msgh_id, unsigned int size, unsigned int kpd, unsigned int retcode, unsigned int ports, unsigned int oolports, unsigned int ool, char *file, unsigned int line) argument
114 MigEventErrors( mig_who_t who, mig_which_error_t what, void *par, char *file, unsigned int line) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dassertverify.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.
35 Purpose: Common header file containing handy macros and definitions used
39 /* These header functions were copied from the cmnhdr.h file that accompanies
47 #define chASSERTFAIL(file,line,expr)
56 #define chASSERTFAIL(file,line,expr) { \
58 wsprintf(sz, __TEXT("File %hs, line %d : %hs"), file, line, expr); \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmach_swapon.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.
38 #warning obsolete header file! Please delete the include from your sources.
41 #define MS_PREFER 0x1 /* This device/file is preferred */
H A Dkernel_types.h23 struct file;
24 typedef struct file * file_t;
33 typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */
74 typedef struct file * file_t;
H A Dfiledesc.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.
90 struct fileproc **fd_ofiles; /* file structures for open files */
91 char *fd_ofileflags; /* per-process open file flags */
96 int fd_freefile; /* approx. next free file */
97 u_short fd_cmask; /* mask for file creation */
127 * Storage required per open file descriptor.
129 #define OFILESIZE (sizeof(struct file *) + sizeof(char))
145 extern void ffree(struct file *f
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Dreproto.sh16 " * The contents of this file constitute Original Code as defined in and\n" .
18 " * \"License\"). You may not use this file except in compliance with the\n" .
20 " * http://www.apple.com/publicsource and read it before using this file.\n" .
40 while (\$file = <*.c>) {
41 if(open(F, \$file) == 0) {
42 warn "Cannot open \$file.\n";
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmig_log.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.
68 char *file,
81 char *file,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_aout.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.
72 char **file,
81 char **file,
H A Ddb_coff.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.
42 * Initial file creation.
93 char **file,
102 char **file,
H A Dtr.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.
62 char *file; member in struct:trace_event
103 char *file,
150 trace_buffer[ti].file = file;
233 if (trace_buffer[i].file == (char *) 0 ||
255 for (cp = trace_buffer[i].file; *cp; ++cp)
348 if (trace_buffer[i].file
101 tr( char *funcname, char *file, unsigned int lineno, char *fmt, unsigned int tag1, unsigned int tag2, unsigned int tag3, unsigned int tag4) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/config/
H A Dnewvers.pl4 # build time. Each argument provided on the command line is the path to a file
5 # that needs to be updated with the current verison information. The file
7 # Each file is read, and all occurrences of the following strings are replaced
31 die "newvers: Can't read file \"$fileName\"\n";
37 open (OUT, ">$fileName") or die "newvers: Can't write file \"$fileName\"\n";
80 my $file;
81 foreach $file (@ARGV) {
82 print "newvers.pl: Stamping version \"$VERSION_LONG\" into \"$file\" ...";
83 my $data = &ReadFile($file);
97 &WriteFile($file,
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dassert.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.
74 const char *file,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_gcc_aout.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.
34 * the software in this file and its documentation for any purpose without
193 * check file name or not (check xxxx.x pattern)
226 * check .c .o file name comparison case
245 * fp(in,out): last found text file name symbol entry
274 * In case of qaulified search by a file,
291 * search a symbol with file, func and line qualification
294 X_db_qualified_search(stab, file, sy
[all...]
H A DDiagnostics.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.
46 #error This file is not useful on PowerPC.
/macosx-10.5.8/xnu-1228.15.4/libsyscall/
H A Dcreate-syscalls.pl7 # This file contains Original Code and/or Modifications of Original Code
9 # Version 2.0 (the 'License'). You may not use this file except in
12 # file.
30 # syscall.master file to get the symbol names and number of arguments,
33 # the automatic treatment is writen to the libsyscall.list file, also
104 # Make a __xxx.s file: if it exists in the $CustomDir, just copy it, otherwise
113 my $file = $pseudo . '.s';
114 my $custom = File::Spec->join($CustomDir, $file);
115 my $path = File::Spec->join($OutDir, $file);
127 return $file;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.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.
58 struct vnode *nr_btvp; /* b-tree file vnode */
116 BTReserveSpace(FCB *file, int operations, void* data) argument
125 btree = (BTreeControlBlockPtr)file->fcbBTCBPtr;
126 clumpsize = file->ff_clumpsize;
158 /* Try and reserve the last 5% of the disk space for file blocks. */
180 file->ff_clumpsize = freeblks * hfsmp->blockSize;
199 if (file
213 BTReleaseReserve(FCB *file, void* data) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_notification.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 #include <sys/file.h>
H A Dhfs_catalog.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.
83 /* Map file mode type to directory entry types */
123 static void promotefork(struct hfsmount *hfsmp, const struct HFSCatalogFile *file, int resource, struct cat_fork * forkp);
533 /* No corresponding file/folder record found for a thread record,
785 * NOTE: both the catalog file and attribute file locks must
854 // this call requires the attribute file lock to be held
894 * Now insert the file/director
1454 HFSCatalogFile *file; local
1562 HFSPlusCatalogFile *file; local
1799 HFSPlusCatalogFile *file; local
1861 struct HFSPlusCatalogFile file; local
1906 struct HFSPlusCatalogFile file; local
2259 struct HFSPlusCatalogFile file; local
3959 const struct HFSCatalogFile * file; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_counters.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.
36 #error This file is only useful on PowerPC.
H A Dhw_perfmon.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.
32 #error This file is only useful on PowerPC.
H A DDiagnostics.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.
46 #error This file is only useful on PowerPC.
H A DFirmwareCalls.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.
38 #error Hey! You can only include FirmwareCalls.h in one assembler file, dude. And it should be Firmware.s!
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dsetupdialog.c1 /* setupdialog : converts a RAW image file into the c structure that the
18 printf("\nusage: setupdialog -i <image file> -oi <image output> -n <numbers file> -on <numbers output>\n");
20 printf("\nYou can supply a panic image file, a numbers file, or both. Input files\n");
33 char *file = NULL, *ptr, *out = NULL, *numsfile = NULL, *numsout = NULL; local
52 if (strcmp(argv[next], "-i") == 0) // image file (RAW/PICT?)
53 file = argv[++next];
54 else if (strcmp(argv[next], "-n") == 0) // numbers/chars image file (RAW)
56 else if (strcmp(argv[next], "-oi") == 0) // output file fo
[all...]

Completed in 130 milliseconds

1234