Searched defs:time (Results 1 - 10 of 10) sorted by relevance
/solaris-userland/components/python/os-brick/files/solaris/ |
H A D | solarisfc.py | 21 import time namespace 174 # initiator needs time to refresh the LU list 175 time.sleep(i * 2)
|
H A D | solarisiscsi.py | 21 import time namespace 136 time.sleep(i ** 2)
|
/solaris-userland/tools/ |
H A D | time.c | 26 * is preloaded, it interposes on time(2), gettimeofday(3C), and 36 #include <time.h> 38 /* The list of programs that we want to use a constant time. */ 108 time(time_t *ptr) function 116 fptr = (time_t (*)(time_t *))dlsym(RTLD_NEXT, "time");
|
/solaris-userland/components/openstack/common/files/ |
H A D | openstack_common.py | 33 import time namespace 91 time.sleep(2) 301 time.sleep(interval)
|
/solaris-userland/components/krb5/Solaris/ |
H A D | rc_mem.c | 86 krb5_int32 time; local 91 krb5_timeofday(context, &time); 97 if (alive(time, rep, t->lifespan) == CMP_EXPIRED) 105 if (alive(time, &ta->rep, t->lifespan)
|
/solaris-userland/components/openstack/cinder/files/solaris/ |
H A D | zfs.py | 26 import time namespace 440 time.sleep(1) 628 time.sleep(tries ** 2)
|
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/ |
H A D | solaris_ipsec.py | 96 import time namespace 273 # driver a little more time to gracefully shutdown. 321 time.sleep(5) 789 # and IKEv2 at the same time. 971 Each time a new configuration has been loaded the 985 we support IKEv1 and IKEv2 at the same time, this 1513 The first time the driver is loaded, when the service is first 1519 recreated every time the driver is loaded, or new configuration is 1592 # may have been created last time sync() was called. 1624 # Next time w [all...] |
/solaris-userland/components/openstack/ironic/files/drivers/modules/ |
H A D | solaris_ipmitool.py | 35 import time namespace 169 "device to the BMC each time the server " 403 end_time = (time.time() + CONF.ipmi.retry_timeout) 410 time.time() - LAST_CMD_TIME.get(driver_info['address'], 0)) 412 time.sleep(time_till_next_poll) 432 if ((time.time() > end_time) or 454 LAST_CMD_TIME[driver_info['address']] = time [all...] |
/solaris-userland/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 746 * descriptor. Every time an rdma read and atomic is performed, this pointer 765 * descriptor. Every time an rdma read and atomic is performed, this pointer 1131 * Updated by tsu_cmpl every time a read or atomic request is completed. 1136 * It is updated by tsu_rqs every time a new read or atomic requests is 1189 * time the retry_tag_err is updated. 1353 /* The timestamp is valid and will indicate when to time out the request.. */ 1461 * every time a packet is sent to the SQS. 1560 * Write pointer to atomic data stored in QP. Every time an atomic operation 1578 * incremented every time a new inbound message is processed. 1854 * Updated by tsu_cmpl every time 2007 u8 time[4]; member in struct:psif_flash_header_app [all...] |
H A D | psif_hw_data_le.h | 717 * descriptor. Every time an rdma read and atomic is performed, this pointer 738 * descriptor. Every time an rdma read and atomic is performed, this pointer 1090 * time the retry_tag_err is updated. 1138 * It is updated by tsu_rqs every time a new read or atomic requests is 1144 * Updated by tsu_cmpl every time a read or atomic request is completed. 1342 /* The timestamp is valid and will indicate when to time out the request.. */ 1441 * every time a packet is sent to the SQS. 1519 * Write pointer to atomic data stored in QP. Every time an atomic operation 1541 * incremented every time a new inbound message is processed. 1766 * Updated by tsu_cmpl every time 1983 u8 time[4]; member in struct:psif_flash_header_app [all...] |
Completed in 321 milliseconds