/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_evd_wait.c | 70 IN DAT_TIMEOUT time_out, 85 time_out, 155 dat_status = dapls_evd_copy_events(evd_ptr, time_out); 68 dapl_evd_wait( IN DAT_EVD_HANDLE evd_handle, IN DAT_TIMEOUT time_out, IN DAT_COUNT threshold, OUT DAT_EVENT *event, OUT DAT_COUNT *nmore) argument
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | metarpcopen.c | 157 long time_out, 165 nto.tv_sec = time_out; 198 client_create_helper(char *hostname, void *private, struct timeval *time_out) argument 203 cd->cd_nettype, time_out)); 328 long time_out, 392 if (cl_sto(clntp, hostname, time_out, 427 if (cl_sto(clntp, hostname, time_out, ep) != 0) 154 cl_sto( CLIENT *clntp, char *hostname, long time_out, md_error_t *ep ) argument 326 metarpcopen( char *hostname, long time_out, md_error_t *ep ) argument
|
H A D | meta_med.c | 80 med_create_helper(char *hostname, void *private, struct timeval *time_out) argument 85 cd->mcd_nettype, time_out)); 113 long time_out, 121 nto.tv_sec = time_out; 155 long time_out, 181 if (cl_sto_medd(clntp, hostname, time_out, ep) != 0) 255 long time_out, 270 if ((hp = open_medd(hnm, time_out, ep)) == NULL) { 110 cl_sto_medd( CLIENT *clntp, char *hostname, long time_out, md_error_t *ep ) argument 153 open_medd( char *hostname, long time_out, md_error_t *ep ) argument 253 open_medd_wrap( md_h_t *mdhp, long time_out, md_error_t *ep ) argument
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | ch_mac.c | 178 int mac_in_reset, time_out = 100; local 191 } while (mac_in_reset && --time_out);
|
H A D | mv88e1xxx.c | 77 int time_out = 1000; local 86 } while (ctl && --time_out);
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.h | 465 uint32_t time_out; /* next time to check timeout */ member in struct:aac_softstate
|
H A D | aac.c | 6656 int time_out; /* set if timeout happened */ local 6661 ASSERT(softs->time_out <= softs->timebase); 6662 softs->time_out = 0; 6671 time_out = 0; 6687 time_out = 1; 6694 } while (time_out); 6697 softs->time_out = softs->timebase + aac_tick; 6770 if (softs->time_out && softs->time_out <= softs->timebase)
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_phy.c | 1033 u32 time_out; local 1050 for (time_out = 0; time_out < max_time_out; time_out++) {
|
/illumos-gate/usr/src/head/ |
H A D | meta.h | 399 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,
|
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/ |
H A D | mdmn_commd_server.c | 194 mdmn_clnt_create(char *ignore, void *data, struct timeval *time_out) argument 199 time_out));
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_dyndns.c | 1668 * time_out: no use 1677 int update_type, struct timeval *time_out, int *is_match) 1676 dyndns_search_entry(int update_zone, const char *hostname, const char *ip_addr, int update_type, struct timeval *time_out, int *is_match) argument
|