Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 1865) sorted by relevance

12345678910>>...75

/NextBSD/tools/tools/nxge/
HDxge_info.c34 int status = EXIT_FAILURE; in main() local
132 int status = EXIT_FAILURE; in xge_get_hwstats() local
189 int status = EXIT_FAILURE; in xge_get_pciconf() local
227 int status = EXIT_FAILURE; in xge_get_devconf() local
265 int status = EXIT_FAILURE; in xge_get_buffer_mode() local
300 int status = EXIT_FAILURE; in xge_change_buffer_mode() local
352 int status = EXIT_FAILURE; in xge_get_registers() local
390 int status = EXIT_FAILURE; in xge_get_register() local
431 int status = EXIT_FAILURE; in xge_set_register() local
468 int status = EXIT_FAILURE; in xge_get_devstats() local
[all …]
/NextBSD/contrib/unbound/libunbound/python/doc/examples/
HDexample6-1.py7 status, result = ctx.resolve("test.record.xxx", RR_TYPE_A, RR_CLASS_IN) variable
14 status = ctx.zone_add("xxx.","static") variable
18 status = ctx.data_add("test.record.xxx. IN A 1.2.3.4") variable
22 status, result = ctx.resolve("test.record.xxx", RR_TYPE_A, RR_CLASS_IN) variable
HDexample8-1.py11 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) variable
18 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) variable
25 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN) variable
/NextBSD/sys/dev/ipmi/
HDipmi_kcs.c57 int status, start = ticks; in kcs_wait_for_ibf() local
80 int status, start = ticks; in kcs_wait_for_obf() local
101 kcs_clear_obf(struct ipmi_softc *sc, int status) in kcs_clear_obf()
114 int retry, status; in kcs_error() local
182 int retry, status; in kcs_start_write() local
223 int status; in kcs_write_byte() local
247 int status; in kcs_write_last_byte() local
275 int status; in kcs_read_byte() local
517 int status; in ipmi_kcs_attach() local
553 int data, status; in ipmi_kcs_probe_align() local
/NextBSD/sys/dev/isci/scil/
HDscic_sds_stp_remote_device.c96 SCI_STATUS status; in scic_sds_stp_remote_device_complete_request() local
165 SCI_STATUS status; in scic_sds_stp_remote_device_ready_substate_start_request_handler() local
248 SCI_STATUS status; in scic_sds_stp_remote_device_ready_idle_substate_start_io_handler() local
313 SCI_STATUS status; in scic_sds_stp_remote_device_ready_idle_substate_event_handler() local
345 SCI_STATUS status; in scic_sds_stp_remote_device_ready_ncq_substate_start_io_handler() local
393 SCI_STATUS status; in scic_sds_stp_remote_device_ready_ncq_substate_event_handler() local
471 SCI_STATUS status; in scic_sds_stp_remote_device_ready_ncq_substate_frame_handler() local
553 SCI_STATUS status; in scic_sds_stp_remote_device_ready_cmd_substate_suspend_handler() local
576 SCI_STATUS status; in scic_sds_stp_remote_device_ready_cmd_substate_frame_handler() local
628 SCI_STATUS status; in scic_sds_stp_remote_device_ready_await_reset_substate_complete_request_handler() local
[all …]
HDsati_mode_select.c267 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; in sati_mode_select_process_mode_page_read_write_error_recovery() local
325 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; in sati_mode_select_process_mode_page_disconnect_reconnect() local
360 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; in sati_mode_select_process_mode_page_caching() local
457 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; in sati_mode_select_process_mode_page_control() local
523 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; in sati_mode_select_process_mode_page_informational_exception_control() local
592 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; in sati_mode_select_process_mode_page_power_condition() local
707 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; in sati_mode_select_process_mode_page() local
829 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; in sati_mode_select_translate_command() local
968 SATI_STATUS status=SATI_FAILURE; in sati_mode_select_6_translate_command() local
1028 SATI_STATUS status=SATI_FAILURE; in sati_mode_select_10_translate_command() local
[all …]
HDscic_sds_stp_request.c525 SCI_STATUS status = SCI_SUCCESS; in scic_sds_io_request_construct_sata() local
861 SCI_STATUS status; in scic_sds_stp_request_non_data_await_d2h_frame_handler() local
1047 SCI_STATUS status = SCI_SUCCESS; in scic_sds_stp_request_pio_data_out_trasmit_data_frame() local
1100 SCI_STATUS status = SCI_SUCCESS; in scic_sds_stp_request_pio_data_out_transmit_data() local
1170 SCI_STATUS status; in scic_sds_stp_request_pio_data_in_copy_data_buffer() local
1250 SCI_STATUS status; in scic_sds_stp_request_pio_data_in_copy_data() local
1298 SCI_STATUS status = SCI_SUCCESS; in scic_sds_stp_request_pio_await_h2d_completion_tc_completion_handler() local
1353 SCI_STATUS status; in scic_sds_stp_request_pio_await_frame_frame_handler() local
1507 SCI_STATUS status; in scic_sds_stp_request_pio_data_in_await_data_frame_handler() local
1643 SCI_STATUS status = SCI_SUCCESS; in scic_sds_stp_request_pio_data_out_await_data_transmit_completion_tc_completion_handler() local
[all …]
/NextBSD/tests/sys/kern/
HDptrace_test.c80 int status; in attach_child() local
125 int status; in ATF_TC_BODY() local
166 int cpipe[2], status; in ATF_TC_BODY() local
213 int cpipe[2], dpipe[2], status; in ATF_TC_BODY() local
307 int cpipe[2], dpipe[2], status; in ATF_TC_BODY() local
417 int status; in follow_fork_parent() local
447 int i, status; in handle_fork_events() local
506 int status; in ATF_TC_BODY() local
562 int status; in ATF_TC_BODY() local
613 int status; in ATF_TC_BODY() local
[all …]
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-mrpcim.c136 vxge_hal_status_e status; in vxge_hal_mrpcim_pcie_func_mode_set() local
247 vxge_hal_status_e status = VXGE_HAL_OK; in vxge_hal_mrpcim_fw_upgrade() local
367 vxge_hal_status_e status = VXGE_HAL_OK; in vxge_hal_mrpcim_vpath_qos_set() local
440 vxge_hal_status_e status = VXGE_HAL_OK; in vxge_hal_mrpcim_vpath_qos_get() local
501 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_mrpcim_mdio_access() local
595 vxge_hal_status_e status = VXGE_HAL_OK; in vxge_hal_mrpcim_intr_enable() local
1660 vxge_hal_status_e status = VXGE_HAL_OK; in vxge_hal_mrpcim_intr_disable() local
1963 vxge_hal_status_e status = VXGE_HAL_OK; in vxge_hal_mrpcim_reset_poll() local
2184 vxge_hal_status_e status = VXGE_HAL_OK; in vxge_hal_mrpcim_xpak_stats_poll() local
2341 vxge_hal_status_e status = VXGE_HAL_OK; in vxge_hal_mrpcim_stats_enable() local
[all …]
HDvxgehal-virtualpath.c62 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_fw_memo_get() local
180 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_fw_flash_ver_get() local
303 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_card_info_get() local
419 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_pmd_info_get() local
623 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_pci_func_mode_get() local
659 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_lag_mode_get() local
714 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_vpath_map_get() local
759 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_pci_read() local
826 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_fw_upgrade() local
1062 vxge_hal_status_e status = VXGE_HAL_OK; in __hal_vpath_flick_link_led() local
[all …]
/NextBSD/sys/dev/ixl/
HDi40e_common.c50 enum i40e_status_code status = I40E_SUCCESS; in i40e_set_mac_type() local
401 enum i40e_status_code status; in i40e_aq_queue_shutdown() local
430 enum i40e_status_code status; in i40e_aq_get_set_rss_lut() local
518 enum i40e_status_code status; in i40e_aq_get_set_rss_key() local
952 enum i40e_status_code status = I40E_SUCCESS; in i40e_validate_mac_addr() local
982 enum i40e_status_code status = I40E_SUCCESS; in i40e_init_shared_code() local
1032 enum i40e_status_code status; in i40e_aq_mac_address_read() local
1058 enum i40e_status_code status; in i40e_aq_mac_address_write() local
1084 enum i40e_status_code status; in i40e_get_mac_addr() local
1105 enum i40e_status_code status; in i40e_get_port_mac_addr() local
[all …]
/NextBSD/contrib/ofed/management/opensm/osmtest/
HDosmtest.c268 ib_net16_t status; in ib_get_mad_status_str() local
415 cl_status_t status = IB_SUCCESS; in subnet_init() local
497 ib_api_status_t status; in osmtest_init() local
573 ib_api_status_t status = IB_SUCCESS; in osmtest_get_all_recs() local
637 ib_api_status_t status = IB_SUCCESS; in osmtest_validate_sa_class_port_info() local
727 ib_api_status_t status = IB_SUCCESS; in osmtest_get_node_rec() local
801 ib_api_status_t status = IB_SUCCESS; in osmtest_get_node_rec_by_lid() local
879 cl_status_t status = IB_SUCCESS; in osmtest_get_path_rec_by_guid_pair() local
944 cl_status_t status = IB_SUCCESS; in osmtest_get_path_rec_by_gid_pair() local
1011 cl_status_t status = IB_SUCCESS; in osmtest_get_multipath_rec() local
[all …]
HDosmt_slvl_vl_arb.c62 cl_status_t status = IB_SUCCESS; in osmtest_write_vl_arb_table() local
102 ib_api_status_t status = IB_SUCCESS; in osmt_query_vl_arb() local
187 cl_status_t status = CL_SUCCESS; in osmt_query_all_ports_vl_arb() local
266 cl_status_t status = IB_SUCCESS; in osmtest_write_slvl_map_table() local
303 ib_api_status_t status = IB_SUCCESS; in osmt_query_slvl_map() local
388 cl_status_t status = CL_SUCCESS; in osmt_query_all_ports_slvl_map() local
486 ib_api_status_t status; in osmt_run_slvl_and_vlarb_records_flow() local
/NextBSD/contrib/apr-util/dbm/sdbm/
HDsdbm.c90 apr_status_t status; in prep() local
188 apr_status_t status; in apr_sdbm_fetch() local
208 apr_status_t status; in write_page() local
220 apr_status_t status; in apr_sdbm_delete() local
248 apr_status_t status; in apr_sdbm_store() local
309 apr_status_t status; in makroom() local
384 apr_status_t status; in read_from() local
405 apr_status_t status; in apr_sdbm_firstkey() local
429 apr_status_t status; in apr_sdbm_nextkey() local
449 apr_status_t status; in getpage() local
[all …]
/NextBSD/contrib/gdb/gdb/
HDremote-vx.c120 enum clnt_stat status; in net_load() local
159 enum clnt_stat status; in net_break() local
207 enum clnt_stat status; in vx_create_inferior() local
339 enum clnt_stat status; in net_wait() local
364 enum clnt_stat status; in net_quit() local
384 int status; in net_read_registers() local
429 int status; in net_write_registers() local
484 int status; in vx_xfer_memory() local
578 int status; in vx_resume() local
745 enum clnt_stat status; in net_step() local
[all …]
/NextBSD/sys/dev/ixgbe/
HDixgbe_x550.c127 s32 status; in ixgbe_read_pe() local
146 s32 status; in ixgbe_write_pe() local
164 s32 status; in ixgbe_reset_cs4227() local
237 s32 status = IXGBE_SUCCESS; in ixgbe_check_cs4227() local
634 s32 status; in ixgbe_setup_eee_X550() local
1116 s32 status; in ixgbe_identify_sfp_module_X550em() local
1138 s32 status; in ixgbe_setup_sfp_modules_X550em() local
1243 u32 status; in ixgbe_get_lasi_ext_t_x550em() local
1315 u32 status; in ixgbe_enable_lasi_ext_t_x550em() local
1399 s32 status; in ixgbe_setup_kr_speed_x550em() local
[all …]
HDixgbe_phy.c62 s32 status; in ixgbe_out_i2c_byte_ack() local
79 s32 status; in ixgbe_in_i2c_byte_ack() local
362 s32 status = IXGBE_ERR_PHY_ADDR_INVALID; in ixgbe_identify_phy_generic() local
475 u32 status; in ixgbe_get_phy_id() local
543 s32 status = IXGBE_SUCCESS; in ixgbe_reset_phy_generic() local
684 s32 status; in ixgbe_read_phy_reg_generic() local
785 s32 status; in ixgbe_write_phy_reg_generic() local
809 s32 status = IXGBE_SUCCESS; in ixgbe_setup_phy_link_generic() local
969 s32 status; in ixgbe_get_copper_speeds_supported() local
1010 s32 status = IXGBE_SUCCESS; in ixgbe_get_copper_link_capabilities_generic() local
[all …]
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cmd.c178 u8 status; member
305 u8 *status) in mthca_cmd_poll()
344 u8 status, in mthca_cmd_event()
369 u8 *status) in mthca_cmd_wait()
427 u8 *status) in mthca_cmd_box()
446 u8 *status) in mthca_cmd()
464 u8 *status) in mthca_cmd_imm()
590 int mthca_SYS_EN(struct mthca_dev *dev, u8 *status) in mthca_SYS_EN()
606 int mthca_SYS_DIS(struct mthca_dev *dev, u8 *status) in mthca_SYS_DIS()
612 u64 virt, u8 *status) in mthca_map_cmd()
[all …]
/NextBSD/lib/libc/db/test/btree.tests/
HDmain.c276 int status; local
306 int status; local
332 int status; local
346 int status; local
381 int status; local
404 int status; local
446 int status; local
476 int status; local
505 int status; local
534 int status; local
[all …]
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdioctl.c135 bit32 status = IOCTL_CALL_SUCCESS; in tdipFWProfileIoctl() local
243 bit32 status = IOCTL_CALL_PENDING; in tdipFWControlIoctl() local
372 bit32 status = IOCTL_CALL_INVALID_CODE; in tiCOMMgntIOCTL() local
1209 bit32 status, in ostiGetGpioIOCTLRsp()
1343 bit32 status = IOCTL_CALL_FAIL; in tdsaSGpioIoctlSetup() local
1468 bit32 status in ostiCOMMgntIOCTLRsp()
1507 bit32 status in ostiRegDumpIOCTLRsp()
1548 bit32 status in ostiSetNVMDIOCTLRsp()
1592 bit32 status, in ostiFWProfileIOCTLRsp()
1642 bit32 status in ostiGetNVMDIOCTLRsp()
[all …]
/NextBSD/contrib/unbound/libunbound/python/examples/
HDidn-lookup.py45 status, result = ctx.resolve(u"www.háčkyčárky.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) variable
52 status, result = ctx.resolve(u"háčkyčárky.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) variable
59 status, result = ctx.resolve(unbound.reverse('217.31.204.66')+'.in-addr.arpa', unbound.RR_TYPE_PTR,… variable
HDexample8-1.py42 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) variable
49 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) variable
56 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN) variable
HDasync-lookup.py42 def call_back(my_data,status,result): argument
50 status, async_id = ctx.resolve_async("www.nic.cz", my_data, call_back, unbound.RR_TYPE_A, unbound.R… variable
53 status = ctx.process() variable
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_sm_mad_ctrl.c187 cl_status_t status; in __osm_sm_mad_ctrl_process_get_resp() local
306 cl_status_t status; in __osm_sm_mad_ctrl_process_get() local
385 cl_status_t status; in __osm_sm_mad_ctrl_process_set() local
465 cl_status_t status; in __osm_sm_mad_ctrl_process_trap() local
556 ib_net16_t status; in __osm_sm_mad_ctrl_rcv_callback() local
668 ib_api_status_t status; in __osm_sm_mad_ctrl_send_err_cb() local
798 ib_api_status_t status = IB_SUCCESS; in osm_sm_mad_ctrl_init() local
835 ib_api_status_t status = IB_SUCCESS; in osm_sm_mad_ctrl_bind() local
/NextBSD/contrib/serf/
HDoutgoing.c30 apr_status_t status = APR_SUCCESS; in clean_skt() local
110 apr_status_t status; in request_or_data_pending() local
132 apr_status_t status; in serf__conn_update_pollset() local
238 apr_status_t status; in do_conn_setup() local
286 apr_status_t status; in prepare_conn_streams() local
332 apr_status_t status; in serf__open_connections() local
554 static void handle_conn_closed(serf_connection_t *conn, apr_status_t status) in handle_conn_closed()
564 apr_status_t status; in reset_connection() local
640 apr_status_t status; in socket_writev() local
690 apr_status_t status; in setup_request() local
[all …]

12345678910>>...75