Home
last modified time | relevance | path

Searched refs:http_set_random_file (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.h108 int http_set_random_file(http_handle_t, const char *);
H A Dbootlog.c559 if (http_set_random_file(handle, "/dev/urandom") == -1) in setup_con()
H A Dboot_http.c502 http_set_random_file(http_handle_t handle, const char *fname) in http_set_random_file() function
/titanic_41/usr/src/lib/libwanboot/common/
H A Dmapfile-vers76 http_set_random_file;
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c655 if (http_set_random_file(*handlep, "/dev/urandom") < 0) { in establish_http_connection()
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c1685 if (http_set_random_file(ps->hps, RANDOM) != 0) { in web_setup()