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

/solaris-userland/components/net-snmp-57/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/components/openstack/ironic/files/
H A Dironic.conf505 [ai]
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py107 OPT_GROUP = cfg.OptGroup(name='ai',
1506 if not CONF.ai.server or CONF.ai.server == "None":
1511 if not CONF.ai.username or CONF.ai.username == "None":
1516 if ((not CONF.ai.password or CONF.ai.password == "None") and
1517 (not CONF.ai.ssh_key_file or CONF.ai.ssh_key_file == "None") and
1518 (not CONF.ai
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c3012 struct addrinfo *ai; local
3018 if (getaddrinfo(pval, NULL, &hints, &ai) != 0)
3022 for (next_ai = ai->ai_next; next_ai != NULL;
3024 if (next_ai->ai_addrlen != ai->ai_addrlen ||
3025 bcmp(next_ai->ai_addr, ai->ai_addr,
3026 ai->ai_addrlen) != 0) {
3028 freeaddrinfo(ai);
3032 if (ai->ai_family != AF_INET) {
3033 freeaddrinfo(ai);
3037 ptr = ((uint8_t *)ai
[all...]

Completed in 192 milliseconds