Searched refs:ai (Results 1 - 3 of 3) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_memory.c112 struct anoninfo ai; local
114 if (swapctl(SC_AINFO, &ai) == -1) {
118 *swap_avail = convert_ticks_to_bytes(ai.ani_max - ai.ani_resv);
119 *swap_resv = convert_ticks_to_bytes(ai.ani_resv - ai.ani_max + ai.ani_free);
120 *swap_alloc = convert_ticks_to_bytes(ai.ani_max - ai.ani_free);
121 *swap_used = convert_ticks_to_bytes(ai
[all...]
/solaris-userland-s11u3/components/openstack/ironic/files/
H A Dironic.conf397 [ai]
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py111 OPT_GROUP = cfg.OptGroup(name='ai',
1440 if not CONF.ai.server or CONF.ai.server == "None":
1445 if not CONF.ai.username or CONF.ai.username == "None":
1450 if ((not CONF.ai.password or CONF.ai.password == "None") and
1451 (not CONF.ai.ssh_key_file or CONF.ai.ssh_key_file == "None") and
1452 (not CONF.ai
[all...]

Completed in 190 milliseconds