Home
last modified time | relevance | path

Searched refs:time_out (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c157 long time_out, in cl_sto() argument
165 nto.tv_sec = time_out; in cl_sto()
198 client_create_helper(char *hostname, void *private, struct timeval *time_out) in client_create_helper() argument
203 cd->cd_nettype, time_out)); in client_create_helper()
328 long time_out, in metarpcopen() argument
392 if (cl_sto(clntp, hostname, time_out, in metarpcopen()
427 if (cl_sto(clntp, hostname, time_out, ep) != 0) in metarpcopen()
H A Dmeta_med.c80 med_create_helper(char *hostname, void *private, struct timeval *time_out) in med_create_helper() argument
85 cd->mcd_nettype, time_out)); in med_create_helper()
113 long time_out, in cl_sto_medd() argument
121 nto.tv_sec = time_out; in cl_sto_medd()
155 long time_out, in open_medd() argument
181 if (cl_sto_medd(clntp, hostname, time_out, ep) != 0) in open_medd()
255 long time_out, in open_medd_wrap() argument
270 if ((hp = open_medd(hnm, time_out, ep)) == NULL) { in open_medd_wrap()
/titanic_41/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_wait.c70 IN DAT_TIMEOUT time_out, in dapl_evd_wait() argument
85 time_out, in dapl_evd_wait()
155 dat_status = dapls_evd_copy_events(evd_ptr, time_out); in dapl_evd_wait()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.c474 u32 time_out; in ixgbe_setup_phy_link_generic() local
545 for (time_out = 0; time_out < max_time_out; time_out++) { in ixgbe_setup_phy_link_generic()
557 if (time_out == max_time_out) { in ixgbe_setup_phy_link_generic()
648 u32 time_out; in ixgbe_check_phy_link_tnx() local
665 for (time_out = 0; time_out < max_time_out; time_out++) { in ixgbe_check_phy_link_tnx()
695 u32 time_out; in ixgbe_setup_phy_link_tnx() local
763 for (time_out = 0; time_out < max_time_out; time_out++) { in ixgbe_setup_phy_link_tnx()
775 if (time_out == max_time_out) { in ixgbe_setup_phy_link_tnx()
/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dmv88e1xxx.c77 int time_out = 1000; in mv88e1xxx_reset() local
86 } while (ctl && --time_out); in mv88e1xxx_reset()
H A Dch_mac.c178 int mac_in_reset, time_out = 100; in mac_reset() local
191 } while (mac_in_reset && --time_out); in mac_reset()
/titanic_41/usr/src/uts/common/io/aac/
H A Daac.h465 uint32_t time_out; /* next time to check timeout */ member
H A Daac.c6656 int time_out; /* set if timeout happened */ in aac_daemon() local
6661 ASSERT(softs->time_out <= softs->timebase); in aac_daemon()
6662 softs->time_out = 0; in aac_daemon()
6671 time_out = 0; in aac_daemon()
6687 time_out = 1; in aac_daemon()
6694 } while (time_out); in aac_daemon()
6697 softs->time_out = softs->timebase + aac_tick; in aac_daemon()
6770 if (softs->time_out && softs->time_out <= softs->timebase) in aac_timer()
/titanic_41/usr/src/head/
H A Dmeta.h399 struct timeval *time_out);
1785 extern CLIENT *metarpcopen(char *hostname, long time_out,
1789 extern int cl_sto(CLIENT *clntp, char *hostname, long time_out,
/titanic_41/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c194 mdmn_clnt_create(char *ignore, void *data, struct timeval *time_out) in mdmn_clnt_create() argument
199 time_out)); in mdmn_clnt_create()
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c1677 int update_type, struct timeval *time_out, int *is_match) in dyndns_search_entry() argument