Home
last modified time | relevance | path

Searched refs:ETIME (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py30 ETIME = errno.ETIMEDOUT variable
34 ETIME = errno.ETIME variable
H A Dexceptions.py26 ETIME,
557 errno = ETIME
H A D_error_translation.py38 ETIME,
564 if ret == ETIME:
/f-stack/app/micro_thread/
H A Dmicro_thread.cpp954 errno = ETIME; in KqueueSchedule()
985 errno = ETIME; in recvfrom()
1042 errno = ETIME; in sendto()
1088 errno = ETIME; in connect()
1139 errno = ETIME; in accept()
1185 errno = ETIME; in read()
1231 errno = ETIME; in write()
1292 errno = ETIME; in recv()
1349 errno = ETIME; in send()
1413 errno = ETIME; in WaitEvents()
H A Dmt_concurrent.cpp80 if (errno != ETIME) in mt_multi_netfd_poll()
H A Dmt_api.cpp159 errno = ETIME; in mt_tcp_check_recv()
763 errno = ETIME; in mt_tcp_check_recv()
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h35 #ifndef ETIME
36 #define ETIME ETIMEDOUT macro
50 #define ENA_COM_TIMER_EXPIRED -ETIME
/f-stack/app/redis-5.0.5/src/
H A Dae_evport.c286 tsp) == -1 && (errno != ETIME || nevents == 0)) { in aeApiPoll()
287 if (errno == ETIME || errno == EINTR) in aeApiPoll()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_eventport_module.c35 #ifndef ETIME
36 #define ETIME 64 macro
472 if (err == ETIME) { in ngx_eventport_process_events()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h167 #define ETIME ETIMEDOUT macro
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c268 return -ETIME; in hns3_cmd_convert_err_code()
331 return -ETIME; in hns3_cmd_poll_reply()
H A Dhns3_mbx.c119 return -ETIME; in hns3_get_mbx_resp()
H A Dhns3_ethdev_vf.c1258 if (ret == -ETIME) { in hns3vf_get_port_base_vlan_filter_state()
2344 return -ETIME; in hns3vf_wait_hardware_ready()
H A Dhns3_intr.c2130 if (ret == -ETIME) { in hns3_reset_post()
H A Dhns3_ethdev.c5343 return -ETIME; in hns3_wait_hardware_ready()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c911 ri->zri_result = SET_ERROR(ETIME); in zcp_eval_impl()
921 if (ri->zri_result == ETIME && ri->zri_outnvl != NULL) { in zcp_eval_impl()
936 ri->zri_result = SET_ERROR(ETIME); in zcp_eval_impl()
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_net.c131 ret = -ETIME; in kni_net_process_request()
/f-stack/dpdk/drivers/net/avp/
H A Davp_ethdev.c273 ret = -ETIME; in avp_dev_process_request()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c8004 if (ret == ETIME) { in zfs_do_channel_program()
8020 case ETIME: in zfs_do_channel_program()
8034 if (ret == ETIME && instructions != 0) in zfs_do_channel_program()