Searched defs:file (Results 101 - 125 of 164) sorted by relevance

1234567

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.c4 * 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.
30 * This file provides a set of routines that permit libdtrace and its clients
458 * PCWSTOP directive directly to the underlying /proc/<pid>/ctl file. If the
539 * a PCWSTOP directive directly to the underlying /proc/<pid>/ctl file.
865 dt_proc_create(dtrace_hdl_t *dtp, const char *file, char *const *argv) argument
877 if ((dpr->dpr_proc = Pcreate(file, argv, &err, NULL, 0)) == NULL) {
879 "failed to execute %s: %s\n", file, Pcreate_erro
1077 dtrace_proc_create(dtrace_hdl_t *dtp, const char *file, char *const *argv) argument
[all...]
H A Ddt_link.c4 * 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.
448 * Write out an ELF32 file prologue consisting of a header, section headers,
450 * and complete the contents of the given ELF file.
585 * Write out an ELF64 file prologue consisting of a header, section headers,
587 * and complete the contents of the given ELF file.
777 * We may have already processed this object file in an earlier linker
905 * We may have already processed this object file i
1465 dtrace_program_link(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, uint_t dflags, const char *file, int objc, char *const objv[]) argument
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpdr.c155 add_async_iorequest(uint32 device, uint32 file, uint32 id, uint32 major, uint32 length, argument
187 iorq->fd = file;
358 file, local
381 in_uint32_le(s, file);
394 error("invalid irp device 0x%lx file 0x%lx id 0x%lx major 0x%lx minor 0x%lx\n",
395 device, file, id, major, minor);
478 status = fns->close(file);
494 if (!rdpdr_handle_ok(device, file))
508 status = fns->read(file, buffer, length, offset, &result);
520 serial_get_timeout(file, lengt
[all...]
/vbox/include/iprt/
H A Disofs.h1 /** @file
2 * IPRT - ISO 9660 file system handling.
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
12 * Foundation, in version 2 as it comes in the "COPYING" file of the
16 * The contents of this file may alternatively be used under the terms
18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
22 * You may elect to license modified versions of this file under the
86 uint32_t extent_data_length; /* Number of bytes (file) / len (directory). */
164 RTFILE file; member in struct:RTISOFSFILE
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h67 extern void winetest_set_location( const char* file, int line );
122 #define ok_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_ok
123 #define skip_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_skip
124 #define win_skip_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_win_skip
125 #define trace_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_trace
179 * directly into the generated testlist.c file
283 winetest_set_location( const char* file, int line ) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c152 * @file: the file name or NULL
161 xmlMallocLoc(size_t size, const char * file, int line) argument
185 p->mh_file = file;
220 * @file: the file name or NULL
229 xmlMallocAtomicLoc(size_t size, const char * file, int line) argument
253 p->mh_file = file;
303 * @file: the file nam
312 xmlReallocLoc(void *ptr,size_t size, const char * file, int line) argument
480 xmlMemStrdupLoc(const char *str, const char *file, int line) argument
[all...]
H A Dnanoftp.c134 SOCKET controlFd; /* the file descriptor for the control socket */
135 SOCKET dataFd; /* the file descriptor for the data socket */
1308 * @file: a file or directory on the server
1310 * Tries to delete an item (file or directory) from server
1316 xmlNanoFTPDele(void *ctx, const char *file) { argument
1322 if ((ctxt == NULL) || (ctxt->controlFd < 0) || (file == NULL)) return(-1);
1323 if (file == NULL) return (0);
1334 snprintf(buf, sizeof(buf), "DELE %s\r\n", file);
1819 * @filename: the file t
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.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
77 static void print_IID(struct nsID *iid, FILE *file);
194 /* Hang onto the output file name. It's needed later. */
210 fprintf(stderr, "ERROR: file %s is zero length\n", name);
233 perror("FAILED: Unable to read typelib file
866 print_IID(struct nsID *iid, FILE *file) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dmimepull.jar ... 3Cinit%3E" <init> (java.io.File) java.io.File file void close () synchronized void ...
H A Djsr181-api.jar ... annotation.Annotation { public abstract java.lang.String file () public abstract java.lang.String name () } javax/jws ...
/vbox/src/VBox/Devices/Audio/
H A DDrvHostALSAAudio.cpp2 /** @file
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
669 static void drvHostALSAAudioErrorHandler(const char *file, int line, const char *function, argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h175 int file; member in struct:_PredEntry
196 int file, line; member in struct:_UserAction
236 /**** #define MaxFileName 300 ****/ /* MR9 Move to pcctscfg.h */ /* largest file name size */
H A Dsyn.h4 * This file includes definitions and macros associated with syntax diagrams
193 int file; /* index in FileStr */ member in class:Node
200 int file; /* index in FileStr */ member in struct:_node
212 int file; /* index in FileStr (name of file with action) */ member in struct:ActionNode::_anode
247 int file; /* index in FileStr (name of file with rule) */ member in struct:TokNode::_toknode
291 int file; /* index in FileStr (name of file with rule) member in struct:RuleRefNode::_rrnode
324 int file; /* inde member in struct:Junction::_junct
[all...]
H A Dgen.c136 static void OutLineInfo(FILE *file,int line,char *fileName); /* MR14 */
314 ** FileStr[eg->altstart->file],eg->altstart->line); /* MR7 */
537 /* MR21 */ if (!a->noHoist) dumpActionPlus(a, a->action, output, tabs, a->file, a->line, 1);
714 dumpAction(p->predEntry->predLiteral,output,0,p->source->file,p->source->line,0);
744 dumpAction(p->source->action,output,0,p->source->file,p->source->line,0);
756 char *s,FILE *output,int tabs,int file,int line,int final_newline)
759 s,output,tabs,file,line,final_newline)
765 int file;
779 dumpAction(s,output,tabs,file,line,final_newline);
787 dumpAction(predEntry->predLiteral,output,0,anode->file,anod
755 dumpPredAction(ActionNode *anode, char *s,FILE *output,int tabs,int file,int line,int final_newline) argument
3357 static int file = -1; local
4158 dumpAction( char *s, FILE *output, int tabs, int file, int line, int final_newline ) argument
4504 OutLineInfo(FILE *file,int line,char *fileName) argument
4585 dumpActionPlus(ActionNode *a, char *s, FILE *output, int tabs, int file, int line, int final_newline ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c139 fp_resstat(struct __res_state *statp, FILE *file) { argument
142 fprintf(file, ";; res options:");
147 fprintf(file, " %s", p_option(mask));
148 putc('\n', file);
152 do_section(ns_msg *handle, ns_sect section, int pflag, FILE *file) { argument
169 fprintf(file, ";; ns_parserr: %s\n",
173 putc('\n', file);
177 fprintf(file, ";; %s SECTION:\n",
180 fprintf(file, ";;\t%s, type = %s, class = %s\n",
191 fprintf(file, ";; ns_sprintr
211 fp_query(const u_char *msg, FILE *file) argument
220 fp_nquery(const u_char *msg, int len, FILE *file) argument
295 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) argument
309 p_cdname(const u_char *cp, const u_char *msg, FILE *file) argument
342 p_fqname(const u_char *cp, const u_char *msg, FILE *file) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp2 /** @file
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
48 RTFILE file; member in struct:FILESTORAGEINTERNAL
68 /** Current file open mode. */
76 /** Current real position in the file. */
96 /** Read mode only: Indicate if we reached end of file. */
208 int rc = RTFileOpen(&pInt->file, pszLocation, fOpen);
227 int rc = RTFileClose(pInt->file);
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddhcp.h4 /** @file
183 /** The "file" field is overloaded to contain extra DHCP options */
233 * This option replaces the fixed "file" field, when that field is
592 /** Boot file name (null terminated)
596 char file[128]; member in struct:dhcphdr
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp2 /** @file
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
462 RTFILE file; member in struct:FILEIOSTATE
463 /** Offset in the file. */
482 RTFILE file; local
483 int rc = RTFileFromNative(&file, RTFILE_NATIVE_STDIN);
492 pFS->file = file;
680 RTFILE file; local
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c71 /* File monitor for password file */
213 g_warning ("Failed to load configuration from %s: %s", USER_CONFIG_FILE, error->message); // FIXME: Don't make warning on no file, just info
372 passwd_changed_cb (GFileMonitor *monitor, GFile *file, GFile *other_file, GFileMonitorEvent event_type, LightDMUserList *user_list) argument
376 g_debug ("%s changed, reloading user list", g_file_get_path (file));
716 g_debug ("org.freedesktop.Accounts does not exist, falling back to passwd file");
1104 * Get the background file path for a user.
1106 * Return value: The background file path for the given user or #NULL if no path
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.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
273 nsCOMPtr<nsIFile> file; local
276 getter_AddRefs(file));
279 rv = file->AppendNative(NS_LITERAL_CSTRING(IPC_DAEMON_APP_NAME));
281 rv = file
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.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
182 * _PR_MD_OPEN() -- Open a file
188 * Mode seems to be passed in as a unix style file permissions argument
195 HANDLE file; local
221 file
239 HANDLE file; local
1155 HANDLE file; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.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
214 static void _MY_Assert(const char *s, const char *file, PRIntn ln) argument
218 PR_Assert(s, file, ln);
413 PRFileDesc *file = NULL; local
441 ("\tProcessRequest(0x%p): unexpected end of file\
[all...]
H A Dprovider.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
216 static void _MY_Assert(const char *s, const char *file, PRIntn ln) argument
220 PR_Assert(s, file, ln);
414 PRFileDesc *file = NULL; local
442 ("\tProcessRequest(0x%p): unexpected end of file\
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_typelib.c5 * The contents of this file are subject to the Netscape Public License
6 * Version 1.1 (the "License"); you may not use this file except in
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 NPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
224 print_IID(struct nsID *iid, FILE *file) argument
229 fprintf(file, "%s\n", iid_buf);
480 fwrite(data, len, 1, state->file);
482 fwrite(data, len, 1, state->file);
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c111 /* Returned upon end-of-file. */
137 /* Special action meaning "start processing a new file". */
258 * just pointing yyin at a new input file.
302 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
310 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
961 * The contents of this file are subject to the terms of the
963 * You may not use this file except in compliance with the License.
971 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1014 * call the functions provided at the end of this source file
3061 yy_create_buffer(FILE * file, int size ) argument
[all...]

Completed in 90 milliseconds

1234567