Searched defs:file (Results 51 - 75 of 164) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.c2 * \file fsw_posix.c
42 /** The file system type name to use. */
86 // open underlying file/device
120 * Open a named regular file.
126 struct fsw_posix_file *file; local
130 // allocate file structure
131 status = fsw_alloc(sizeof(struct fsw_posix_file), &file);
134 file->pvol = pvol;
136 // open the file
137 status = fsw_posix_open_dno(pvol, path, FSW_DNODE_TYPE_FILE, &file
151 fsw_posix_read(struct fsw_posix_file *file, void *buf, size_t nbytes) argument
167 fsw_posix_lseek(struct fsw_posix_file *file, off_t offset, int whence) argument
191 fsw_posix_close(struct fsw_posix_file *file) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dmemp.c2 * @file
35 * This file is part of the lwIP TCP/IP stack.
98 const char *file; member in struct:memp
450 * @param file file name calling this function
459 memp_malloc_fn(memp_t type, const char* file, const int line)
478 memp->file = file;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcomboot_call.c20 * @file SYSLINUX COMBOOT API
364 case 0x0006: /* Open file */
369 char file[len + 1]; local
371 copy_from_user ( file, file_u, 0, len + 1 );
373 if ( file[0] == '\0' ) {
374 DBG ( "COMBOOT: attempted open with empty file name\n" );
378 DBG ( "COMBOOT: opening file '%s'\n", file );
380 fd = open ( file );
383 DBG ( "COMBOOT: error opening file
549 char file[file_len + 1]; local
[all...]
/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp3 /** @file
10 * This file is part of VirtualBox Open Source Edition (OSE), as
11 * available from http://www.virtualbox.org. This file is free software;
14 * Foundation, in version 2 as it comes in the "COPYING" file of the
131 * We get down to [VBoxNsxp]NS_NewNativeLocalFile and that file isn't
353 LogFlowFunc(("XPTI data file : \"%s\"\n", szXptiDat));
449 nsCOMPtr<nsILocalFile> file; local
451 PR_FALSE, getter_AddRefs(file));
453 appDir = do_QueryInterface(file, &rc);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
38 * instance, writing it to a file, then reading it back in and comparing
81 static File file; field in class:TestBean
92 getXMLEncoder(File file) argument
97 (new FileOutputStream(file));
107 getXMLDecoder(File file) argument
109 return getXMLDecoder(file, nul
113 getXMLDecoder(File file, ExceptionListener exceptionListener) argument
588 performSerializationTest(File file, String classname) argument
624 performBeanTest(File file, String classname) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_buffer.c4 * See the file LICENSE.txt for information on redistributing this software.
78 void crPackSetBufferDEBUG( const char *file, int line, argument
84 pc->file = crStrdup(file);
119 if (pc->file)
120 crFree(pc->file);
121 pc->file = NULL;
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp2 /** @file
3 * IPRT - Manifest file handling, old style - deprecated.
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * The contents of this file may alternatively be used under the terms
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
23 * You may elect to license modified versions of this file under the
35 #include <iprt/file.h>
47 * Internal per file structur
111 RTFILE file; local
209 RTFILE file; local
[all...]
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Ddirops.c1 /** @file
4 * Directory inode and file operations
10 * This file is part of VirtualBox Open Source Edition (OSE), as
11 * available from http://www.virtualbox.org. This file is free software;
14 * Foundation, in version 2 as it comes in the "COPYING" file of the
25 * @param file file
28 static int sf_dir_open(struct inode *inode, struct file *file) argument
41 if (file
103 sf_dir_release(struct inode *inode, struct file *file) argument
[all...]
H A Dregops.c2 /** @file
3 * vboxsf - VBox Linux Shared Folders, Regular file inode and file operations.
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
95 * Read from a regular file.
97 * @param file the file
100 * @param off offset within the file
103 sf_reg_read(struct file *file, char *buf, size_t size, loff_t *off) argument
178 sf_reg_write(struct file *file, const char *buf, size_t size, loff_t *off) argument
276 sf_reg_open(struct inode *inode, struct file *file) argument
417 sf_reg_release(struct inode *inode, struct file *file) argument
467 struct file *file = vma->vm_file; local
551 sf_reg_mmap(struct file *file, struct vm_area_struct *vma) argument
606 sf_readpage(struct file *file, struct page *page) argument
643 struct file *file = sf_i->file; local
680 sf_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) argument
688 sf_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dradeon_bo.h87 const char *file,
92 op, bo, bo->handle, bo->size, bo->cref, file, func, line);
101 const char *file,
111 radeon_track_add_event(bo->track, file, func, "open", line);
118 const char *file,
124 radeon_track_add_event(bo->track, file, func, "ref", line);
130 const char *file,
136 radeon_track_add_event(bo->track, file, func, "unref", line);
147 const char *file,
155 const char *file,
85 _radeon_bo_debug(struct radeon_bo *bo, const char *op, const char *file, const char *func, int line) argument
95 _radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, uint32_t alignment, uint32_t domains, uint32_t flags, const char *file, const char *func, int line) argument
117 _radeon_bo_ref(struct radeon_bo *bo, const char *file, const char *func, int line) argument
129 _radeon_bo_unref(struct radeon_bo *bo, const char *file, const char *func, int line) argument
145 _radeon_bo_map(struct radeon_bo *bo, int write, const char *file, const char *func, int line) argument
154 _radeon_bo_unmap(struct radeon_bo *bo, const char *file, const char *func, int line) argument
162 _radeon_bo_wait(struct radeon_bo *bo, const char *file, const char *func, int line) argument
170 _radeon_bo_is_busy(struct radeon_bo *bo, uint32_t *domain, const char *file, const char *func, int line) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/rtasm/
H A Dx86sse.h12 unsigned file:3; member in struct:x86_reg
91 struct x86_reg x86_make_reg( enum x86_reg_file file,
/vbox/src/libs/libxml2-2.6.31/
H A Derror.c109 * stderr by setting @ctx to this file handle and @handler to NULL.
149 * Displays the associated file and line informations for the current input
246 char *file = NULL; local
263 file = err->file;
293 if (file != NULL)
294 channel(data, "%s:%d: ", file, line);
426 * @file: the file source of the error (or NULL)
444 const char *file, in
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
946 char *message, *file, *str1, *str2, *str3; local
[all...]
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
48 // XXX add necessary include file for ftruncate (or equivalent)
77 // the file nspr.log
106 // this file stream is dependent on its parent to keep the
107 // file descripto
396 Init(nsIFile* file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) argument
[all...]
H A DnsJavaInterfaces.cpp4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
23 * Alternatively, the contents of this file may be used under the terms of
27 * of those above. If you wish to allow use of your version of this file only
29 * use your version of this file under the terms of the MPL, indicate your
32 * the provisions above, a recipient may use your version of this file under
299 nsCOMPtr<nsILocalFile> file; local
300 nsresult rv = NS_NewLocalFile(path_str, aFollowLinks, getter_AddRefs(file));
304 rv = NativeInterfaceToJavaObject(env, file, NS_GET_IID(nsILocalFile),
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c6 * The contents of this file are subject to the Mozilla Public License Version
7 * 1.1 (the "License"); you may not use this file except in compliance with
25 * Alternatively, the contents of this file may be used under the terms of
29 * of those above. If you wish to allow use of your version of this file only
31 * use your version of this file under the terms of the MPL, indicate your
34 * the provisions above, a recipient may use your version of this file under
106 * because every asynchronous file io operation leads to a fiber context
109 * code can also be used on other platforms with file stream io.
296 char* str = PR_smprintf("Unable to create nspr log file '%s'\n", ev);
302 fprintf(stderr, "Unable to create nspr log file '
593 PR_Assert(const char *s, const char *file, PRIntn ln) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbigfile.c5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
68 PR_fprintf(output, "\tk\tKeep data file after exit\t(false)\n");
70 PR_fprintf(output, "\t<filename>\tName of test file\t(none)\n");
77 VERBOSE(v_shout, "Checking for existing file");
81 VERBOSE(v_shout, "Deleting existing file");
104 Verbose( Verbosity level, const char *msg, const char *file, PRIntn line) argument
141 PRFileDesc *file = NULL; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dhttpget.c5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
42 * Given an HTTP URL, httpget uses the GET method to fetch the file.
43 * The fetched file is written to stdout by default, or can be
44 * saved in an output file.
168 fprintf(stderr, "httpget: cannot write to file\
319 PRFileDesc *socket = NULL, *file = NULL; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
173 nsCOMPtr<nsIFile> file; local
174 NS_GetSpecialDirectory(NS_GRE_DIR, getter_AddRefs(file));
176 if (!file)
179 // we are talking about a file i
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadService.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
25 * Alternatively, the contents of this file may be used under the terms of
29 * of those above. If you wish to allow use of your version of this file only
31 * use your version of this file under the terms of the MPL, indicate your
34 * the provisions above, a recipient may use your version of this file under
138 nsCOMPtr<nsIFile> file; local
141 getter_AddRefs(file));
148 rv = file->AppendNative(name);
152 *aResult = file;
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiWorkingSet.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
26 * Alternatively, the contents of this file may be used under the terms of
30 * of those above. If you wish to allow use of your version of this file only
32 * use your version of this file under the terms of the MPL, indicate your
35 * the provisions above, a recipient may use your version of this file under
256 xptiFile& file = mFileArray[i]; local
257 if(file.GetDirectory() == dir &&
258 0 == PL_strcmp(name, file.GetName()))
399 PRBool xptiWorkingSet::FindDirectoryOfFile(nsILocalFile* file, PRUint3 argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl.cpp4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
23 * Alternatively, the contents of this file may be used under the terms of
27 * of those above. If you wish to allow use of your version of this file only
29 * use your version of this file under the terms of the NPL, indicate your
32 * the provisions above, a recipient may use your version of this file under
75 static CWResult LocateFile(CWPluginContext context, const char* filename, FSSpec& file);
117 /* compile a source file */
122 /* disassemble a source file */
138 static char* full_path_to(const FSSpec& file) argument
263 LocateFile(CWPluginContext context, const char* filename, FSSpec& file) argument
[all...]
H A Dmac_xpt_linker.cpp4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
23 * Alternatively, the contents of this file may be used under the terms of
27 * of those above. If you wish to allow use of your version of this file only
29 * use your version of this file under the terms of the NPL, indicate your
32 * the provisions above, a recipient may use your version of this file under
125 /* disassemble object code for a given project file */
145 static char* full_path_to(const FSSpec& file) argument
149 if (FSpGetFullPath(&file, &len, &fullPath) == noErr && fullPath != NULL) {
177 * Returns the length of a file, assumin
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_arena.c5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
352 XPT_AssertFailed(const char *s, const char *file, PRUint32 lineno) argument
354 fprintf(stderr, "Assertion failed: %s, file %s, line %d\n",
355 s, file, lineno);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_dump.c5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
39 * A utility for dumping the contents of a typelib file (.xpt) to screen
231 perror("FAILED: Unable to read typelib file.\n");
240 "DoHeader failed for %s. Is %s a valid .xpt file?\n",
262 perror("FAILED: file lengt
375 print_IID(struct nsID *iid, FILE *file) argument
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzappend.c1 /* gzappend -- command to append to a gzip file
36 * - Simplfy and unify file operations
37 * - Finish off gzip file in gztack()
39 * - Keep gzip file clean on appended file read errors
45 gzappend takes a gzip file and appends to it, compressing files from the
46 command line or data from stdin. The gzip file is written to directly, to
47 avoid copying that file, in case it's large. Note that this results in the
48 unfriendly behavior that if gzappend fails, the gzip file is corrupted.
58 gzappend first decompresses the gzip file internall
175 } file; typedef in typeref:struct:__anon17370
[all...]

Completed in 438 milliseconds

1234567