Home
last modified time | relevance | path

Searched refs:hps (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c706 if (http_srv_disconnect(ps->hps) == 0) in web_disconnect()
707 if (http_srv_close(ps->hps) == 0) in web_disconnect()
1659 if ((ps->hps = http_srv_init(&ps->url)) == NULL) { in web_setup()
1670 http_set_proxy(ps->hps, &ps->proxy) != 0) { in web_setup()
1675 if (http_set_keepalive(ps->hps, keepalive) != 0) { in web_setup()
1680 if (http_set_socket_read_timeout(ps->hps, ps->timeout) != 0) { in web_setup()
1685 if (http_set_random_file(ps->hps, RANDOM) != 0) { in web_setup()
1749 if (http_set_password(ps->hps, WEB_CA_PHRASE) != 0) { in web_connect()
1764 if (http_srv_connect(ps->hps) != 0) { in web_connect()
1765 while ((errcode = http_get_lasterr(ps->hps, &errsrc)) != 0) { in web_connect()
[all …]
H A Dpkgweb.h103 http_handle_t *hps; member
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2220 uint32_t hps:1; /* Host pointers in SLIM */ member
2225 uint32_t hps:1; /* Host pointers in SLIM */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c6181 mb->un.varCfgPort.hps = 1; in emlxs_mb_config_port()