Searched refs:command (Results 1 - 25 of 320) sorted by path

1234567891011>>

/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css14 citebiblioid, citerefentry, citetitle, city, classname, co, command,
H A Dstyles.css464 cmdsynopsis, code, command, computeroutput, envar, filename, keycode, keysym,
/haiku/headers/cpp/
H A Dprocbuf.h42 procbuf(const char *command, int mode);
43 procbuf* open(const char *command, int mode);
/haiku/headers/libs/agg/
H A Dagg_path_storage.h69 unsigned command(unsigned idx) const;
227 if(m_total_vertices) return command(m_total_vertices - 1);
292 inline unsigned vertex_block_storage<T,S,P>::command(unsigned idx) const function in class:agg::vertex_block_storage
691 unsigned command(unsigned idx) const;
1132 inline unsigned path_base<VC>::command(unsigned idx) const function in class:agg::path_base
1134 return m_vertices.command(idx);
1200 unsigned tmp_cmd = m_vertices.command(start);
1207 m_vertices.modify_command(i, m_vertices.command(i + 1));
1210 // Assign starting command to the ending command
1447 unsigned command(unsigned idx) const function in class:agg::vertex_stl_storage
[all...]
/haiku/headers/os/app/
H A DLooper.h43 status_t PostMessage(uint32 command);
45 status_t PostMessage(uint32 command, BHandler* handler,
H A DMessenger.h42 status_t SendMessage(uint32 command,
52 status_t SendMessage(uint32 command,
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h197 uint8 command[0]; /* depends of command */ member in struct:hci_ev_loopback_command
/haiku/headers/os/device/
H A Dscsi.h153 uint8 command[16]; member in struct:__anon202
/haiku/headers/posix/sys/
H A Dsem.h59 int semctl(int semID, int semNum, int command, ...);
/haiku/headers/private/drivers/
H A Data_types.h14 // contains the command block interpreted under different conditions with
15 // first byte being first command register, second byte second command register
32 uint8 command; member in struct:ata_task_file::__anon91
45 uint8 command; member in struct:ata_task_file::__anon92
68 uint8 command; member in struct:ata_task_file::__anon93
120 uint8 command; member in struct:ata_task_file::__anon95
134 uint8 command; member in struct:ata_task_file::__anon96
160 uint8 command; member in struct:ata_task_file::__anon97
179 uint8 command; member in struct:ata_task_file::__anon99
[all...]
/haiku/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/headers/private/graphics/radeon/
H A Ddma_regs.h16 uint32 command; member in struct:DMA_descriptor
/haiku/headers/private/interface/
H A Dinput_globals.h14 status_t _control_input_server_(BMessage *command, BMessage *reply);
/haiku/headers/private/kernel/
H A DMessagingServiceDefs.h31 uint32 command; member in struct:messaging_command
/haiku/headers/private/kernel/boot/net/
H A DRemoteDiskDefs.h60 uint8_t command; member in struct:remote_disk_header
H A DiSCSITarget.h39 status_t SendCommand(const void* command, size_t commandSize,
/haiku/headers/private/kernel/posix/
H A Dxsi_message_queue.h21 int _user_xsi_msgctl(int messageQueueID, int command, struct msqid_ds *buffer);
H A Dxsi_semaphore.h31 int _user_xsi_semctl(int semaphoreID, int semaphoreNumber, int command,
/haiku/headers/private/shared/
H A DToolBar.h24 void AddAction(uint32 command, BHandler* target,
38 void SetActionEnabled(uint32 command, bool enabled);
39 void SetActionPressed(uint32 command, bool pressed);
40 void SetActionVisible(uint32 command, bool visible);
42 BButton* FindButton(uint32 command) const;
/haiku/headers/private/tracker/
H A DDirMenu.h48 BDirMenu(BMenuBar*, BMessenger target, uint32 command,
/haiku/headers/private/userlandfs/private/
H A Duserlandfs_ioctl.h8 // the ioctl command we use for tunnelling our commands
45 int command; member in struct:UserlandFSUtil::userlandfs_ioctl
/haiku/headers/tools/cppunit/
H A DTestUtils.h33 // Calls system() with the concatenated string of command and parameter.
34 extern CPPUNIT_API void ExecCommand(const char *command, const char *parameter);
36 // Calls system() with the concatenated string of command, parameter1,
38 extern CPPUNIT_API void ExecCommand(const char *command, const char *parameter1,
41 // Calls system() with the given command (kind of silly, but it's consistent :-)
42 extern CPPUNIT_API void ExecCommand(const char *command);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_agp.c55 /* don't touch AGP command register, we don't know what has been setup:
188 nv_agp_list_active(ai.interface.command
/haiku/src/add-ons/accelerants/radeon/
H A DCP.h88 // stores tag of last command in engine.count
103 // command - command code
113 // of bytes per command; the dword count as written into the first dword of the header
115 #define WRITE_IB_PACKET3_HEAD( command, count, bytes_left, dwords_per_block, dwords_in_header ) \
119 *buffer++ = command | (((sub_count * dwords_per_block) + dwords_in_header - 2) << 16);
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplay.h24 void display_crtc_ss(pll_info* pll, int command);
25 void display_crtc_lock(uint8 crtcID, int command);
26 void display_crtc_blank(uint8 crtcID, int command);
32 void display_crtc_power(uint8 crtcID, int command);
33 void display_crtc_memreq(uint8 crtcID, int command);

Completed in 126 milliseconds

1234567891011>>