Searched refs:status (Results 1 - 25 of 2133) sorted by path

1234567891011>>

/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit1332 --patch-with-stat --name-only --name-status --color
1959 color.showbranch|color.status|color.ui)
2132 color.status
2133 color.status.added
2134 color.status.changed
2135 color.status.header
2136 color.status.nobranch
2137 color.status.untracked
2138 color.status.updated
2140 commit.status
[all...]
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex53 The final section says some words about the status of the information provided
587 \label{status}
/haiku-fatelf/headers/compatibility/bsd/sys/
H A Dwait.h18 pid_t wait3(int *status, int options, struct rusage *rusage);
20 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_adaptor_vcgen.h40 enum status enum in class:agg::conv_adaptor_vcgen
77 status m_status;
H A Dagg_conv_gpc.h51 enum status enum in class:agg::conv_gpc
172 status m_status;
H A Dagg_gsv_text.h37 enum status enum in class:agg::gsv_text
95 status m_status;
H A Dagg_rasterizer_scanline_aa.h102 enum status enum in class:agg::rasterizer_scanline_aa
/haiku-fatelf/headers/libs/expat/
H A Dexpat.h791 status codes as XML_Parse() or XML_ParseBuffer().
816 /* Returns status of parser with respect to being initialized, parsing,
822 XML_GetParsingStatus(XML_Parser parser, XML_ParsingStatus *status);
/haiku-fatelf/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h54 virtual void MailboxSynced(status_t status);
204 void _NotiyMailboxSynced(status_t status);
/haiku-fatelf/headers/os/arch/x86/
H A Darch_debugger.h22 uint16 status; member in struct:x86_extended_registers
/haiku-fatelf/headers/os/arch/x86_64/
H A Darch_debugger.h22 uint16 status; member in struct:x86_64_extended_registers
/haiku-fatelf/headers/os/bluetooth/
H A DDiscoveryListener.h48 virtual void InquiryStarted(status_t status);
/haiku-fatelf/headers/os/bluetooth/HCI/
H A DbtHCI_command.h30 uint8 status; member in struct:hci_rp_read_loc_version
40 uint8 status; member in struct:hci_rp_read_loc_features
46 uint8 status; member in struct:hci_rp_read_buffer_size
55 uint8 status; member in struct:hci_rp_read_bd_addr
80 uint8 status; member in struct:hci_read_stored_link_key_reply
93 uint8 status; member in struct:hci_write_stored_link_key_reply
105 uint8 status; member in struct:hci_rp_read_local_name
113 uint8 status; member in struct:hci_rp_read_page_timeout
120 uint8 status; member in struct:hci_read_scan_enable
167 uint8 status; member in struct:hci_read_dev_class_reply
178 uint8 status; member in struct:hci_rp_read_voice_setting
260 uint8 status; member in struct:hci_cp_link_key_reply_reply
318 uint8 status; member in struct:hci_rp_role_discovery
345 uint8 status; member in struct:hci_rp_read_link_policy
362 uint8 status; member in struct:hci_rp_write_link_policy
[all...]
H A DbtHCI_event.h35 uint8 status; member in struct:hci_ev_conn_complete
51 uint8 status; member in struct:hci_ev_disconnection_complete_reply
58 uint8 status; member in struct:hci_ev_auth_complete
64 uint8 status; member in struct:hci_ev_remote_name_request_complete_reply
71 uint8 status; member in struct:hci_ev_encrypt_change
78 uint8 status; member in struct:hci_ev_change_conn_link_key_complete
84 uint8 status; /* 0x00 - success */ member in struct:hci_ev_master_link_key_complete
91 uint8 status; member in struct:hci_ev_rmt_features
98 uint8 status; member in struct:hci_ev_rmt_version
114 uint8 status; member in struct:hci_ev_qos_setup_complete
127 uint8 status; member in struct:hci_ev_cmd_status
144 uint8 status; member in struct:hci_ev_role_change
162 uint8 status; member in struct:hci_ev_mode_change
213 uint8 status; /* 0x00 - success */ member in struct:hci_ev_read_clock_offset_compl
220 uint8 status; /* 0x00 - success */ member in struct:hci_ev_con_pkt_type_changed
239 uint8 status; member in struct:hci_ev_flow_specification
262 uint8 status; member in struct:hci_ev_remote_extended_features
271 uint8 status; member in struct:hci_ev_sychronous_connection_completed
284 uint8 status; member in struct:hci_ev_sychronous_connection_changed
[all...]
/haiku-fatelf/headers/os/drivers/
H A DKernelExport.h124 extern void restore_interrupts(cpu_status status);
H A DUSB2.h76 typedef void (*usb_callback_func)(void *cookie, status_t status, void *data,
141 status_t (*get_status)(const void *object, uint16 *status);
163 * called with the transfer status, a pointer to the data buffer and
H A DUSB3.h79 status_t status; member in struct:__anon231
85 typedef void (*usb_callback_func)(void *cookie, status_t status, void *data,
150 status_t (*get_status)(usb_id handle, uint16 *status);
171 * called with the transfer status, a pointer to the data buffer and
226 * and check the returned status. A value of B_OK indicates that the call
H A Ddisk_device_manager.h30 uint32 status; member in struct:partition_data
78 // disk device job cancel status
H A Dfs_interface.h309 status_t status, bool partialTransfer, size_t bytesTransferred);
H A Dio_requests.h30 void notify_io_request(io_request* request, status_t status);
/haiku-fatelf/headers/os/drivers/bus/
H A DATA.h63 // status - status read from controller (_not_ alt_status, as reading
64 // normal status acknowledges IRQ request of device)
65 status_t (*interrupt_handler)(ata_channel channel, uint8 status);
H A DIDE.h68 // status - status read from controller (_not_ alt_status, as reading
69 // normal status acknowledges IRQ request of device)
70 status_t (*irq_handler)( ide_channel channel, uint8 status );
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dds.h70 cs_status_t status; member in union:ds_ioctl_arg_t
/haiku-fatelf/headers/os/kernel/
H A DOS.h331 extern void exit_thread(status_t status);
/haiku-fatelf/headers/os/media/
H A DBufferConsumer.h87 int32 status,

Completed in 301 milliseconds

1234567891011>>