Searched refs:command (Results 176 - 200 of 474) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsreader.c312 // a function which recovers from a malformed command.
326 return hpgs_set_error(hpgs_i18n("EOF during recovery from malformed HPGL command at file position %lu."),(unsigned long)pos);
332 return hpgs_set_error(hpgs_i18n("No semicolon in the next 256 bytes during recovery from malformed HPGL command at file position %lu."),(unsigned long)pos);
436 int command=0; local
525 // build command
559 return hpgs_set_error(hpgs_i18n("Invalid *-command after *OceJobData."));
564 command = 0;
580 command = toupper(reader->last_byte);
603 command = ((command
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/ata/
H A DATARequest.cpp155 scsi_cmd_request_sense *command = (scsi_cmd_request_sense *)fCCB->cdb; local
156 copy_sg_data(fCCB, 0, command->allocation_length, &sense, sizeof(sense),
160 command->allocation_length), fCCB->data_length);
/haiku-fatelf/src/bin/bash/
H A Dtrap.c1 /* trap.c -- Not the trap command, but useful functions for manipulating
2 those objects. The trap command is in builtins/trap.def. */
92 /* For each signal, a slot for a string, which is a command to be
105 trap command (e.g., when `return' is executed in the trap command). */
417 accidentally restored, undoing the user's command. */
439 set_debug_trap (command)
440 char *command;
442 set_signal (DEBUG_TRAP, command);
446 set_error_trap (command)
[all...]
H A Dy.tab.h146 COMMAND *command; member in union:YYSTYPE
/haiku-fatelf/src/bin/
H A Dxres.cpp34 " %s <command> ...\n"
52 " data will either be the string <data> provided on the command\n"
57 " read from input files or directly specified via command \"-a\"\n"
58 " following this command until the next \"-d\" command.\n"
63 " \"-o\" command. Resources specified later overwrite earlier ones\n"
72 " least one <input file> or \"-a\" command is given for it.\n"
76 " read from input files or directly specified via command \"-a\"\n"
77 " following this command until the next \"-x\" command
811 Command *command = new AddResourceCommand(resourceID, local
828 Command *command = new SetResourcePatternCommand(pattern, local
849 Command *command = new SetOutputCommand(out); local
865 Command *command = new SetResourcePatternCommand(pattern, local
884 Command *command = new ProcessInputCommand(arg); local
[all...]
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dencoder.cpp90 // Prepare AtomBIOS command arguments
386 encoder_tv_setup(uint32 connectorIndex, uint32 pixelClock, int command) argument
395 args.sTVEncoder.ucAction = command;
411 encoder_digital_setup(uint32 connectorIndex, uint32 pixelClock, int command) argument
440 ERROR("%s: cannot parse command table\n", __func__);
452 // Prepare AtomBIOS command arguments
469 args.v1.ucAction = command;
491 args.v2.ucAction = command;
549 encoder_dig_setup(uint32 connectorIndex, uint32 pixelClock, int command) argument
570 ERROR("%s: cannot parse command tabl
807 encoder_external_setup(uint32 connectorIndex, int command) argument
978 encoder_analog_setup(uint32 connectorIndex, uint32 pixelClock, int command) argument
1170 transmitter_dig_setup(uint32 connectorIndex, uint32 pixelClock, uint8 laneNumber, uint8 laneSet, int command) argument
[all...]
/haiku-fatelf/headers/private/graphics/
H A DAGP.h23 uint32 command; /* AGP command register */ member in struct:agp_info::__anon758
50 uint32 (*set_agp_mode)(uint32 command);
104 /* defines for status and command register bits */
116 #define AGP_REQUEST 0xff000000 /* max. number of enqueued AGP command requests
120 /* masks for command register bits */
/haiku-fatelf/src/apps/codycam/
H A DSpawningUploadClient.cpp72 SpawningUploadClient::SetCommandLine(const char *command) argument
74 fCommand = command;
H A DSpawningUploadClient.h34 status_t SetCommandLine(const char *command);
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-cmd-break.c71 mi_cmd_break_insert (char *command, char **argv, int argc) argument
185 mi_cmd_break_watch (char *command, char **argv, int argc) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing/
H A Drpc.h8 bt_outPacket *btRPCPutHeader(unsigned char command, unsigned char argc, int32 length);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A Drpc.h13 bt_outPacket *btRPCPutHeader(unsigned char command, unsigned char argc, int32 length);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A Drpc.h8 bt_outPacket *btRPCPutHeader(unsigned char command, unsigned char argc, int32 length);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A Drpc.h8 bt_outPacket *btRPCPutHeader(unsigned char command, unsigned char argc, int32 length);
/haiku-fatelf/src/bin/network/ftp/
H A Dcmds.c237 comret = command("TYPE %s %s", p->t_mode, p->t_arg);
239 comret = command("TYPE %s", p->t_mode);
271 comret = command("TYPE %s %s", p->t_mode, bytename);
273 comret = command("TYPE %s", p->t_mode);
903 * Set command line editing
917 fputs("Editing support not compiled in; ignoring command.\n",
1138 r = command("CWD %s", argv[1]);
1141 fputs("CWD command not recognized, trying XCWD.\n",
1143 r = command("XCWD %s", argv[1]);
1197 if (command("DEL
[all...]
/haiku-fatelf/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h74 extern int of_interpret(const char *command, int numArgs, int numReturns, ...);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dpop3.h58 status_t RetrieveInternal(const char *command,
/haiku-fatelf/src/apps/mediaplayer/
H A DMainApp.h85 uint32 command, const BMessage* message,
/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Dfileman.c156 /* Execute a command line. */
162 COMMAND *command; local
165 /* Isolate the command word. */
177 command = find_command (word);
179 if (!command)
181 fprintf (stderr, "%s: No such command for FileMan.\n", word);
185 /* Get argument to command, if any. */
192 return ((*(command->func)) (word));
195 /* Look up NAME as the name of a command, and return a pointer to that
196 command
[all...]
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Dfileman.c153 /* Execute a command line. */
159 COMMAND *command; local
162 /* Isolate the command word. */
174 command = find_command (word);
176 if (!command)
178 fprintf (stderr, "%s: No such command for FileMan.\n", word);
182 /* Get argument to command, if any. */
189 return ((*(command->func)) (word));
192 /* Look up NAME as the name of a command, and return a pointer to that
193 command
[all...]
/haiku-fatelf/src/bin/writembr/
H A Dmbr.S79 ; extension command subset
232 mov ah, CHK_DISK_EXTENTIONS ; set command
245 mov si, address_packet ; set command parameters
246 mov ah, EXTENDED_READ ; set command
307 mov ah, READ_DISK_SECTORS ; set read command
/haiku-fatelf/src/kits/app/
H A DMessenger.cpp270 \param command The what field of the message to deliver.
279 BMessenger::SendMessage(uint32 command, BHandler *replyTo) const argument
281 BMessage message(command);
367 \param command The what field of the message to deliver.
377 BMessenger::SendMessage(uint32 command, BMessage *reply) const argument
379 BMessage message(command);
/haiku-fatelf/src/preferences/joysticks/
H A DJoyWin.h33 status_t _AddToList(BListView *list, uint32 command,
/haiku-fatelf/src/servers/cddb_daemon/
H A Dcddb_server.h28 // Query command response.
37 // Read command response.
63 status_t _SendCddbCommand(const BString& command, BString* output);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DFileSystem.h47 const IOCtlInfo* GetIOCtlInfo(int command) const;

Completed in 150 milliseconds

1234567891011>>