Home
last modified time | relevance | path

Searched refs:bp_getfile (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dbootparam.h4 int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);
H A Dbootparam.c234 bp_getfile(int sockfd, char *key, struct in_addr *serv_addr, char *pathname) in bp_getfile() function
/illumos-gate/usr/src/boot/common/
H A Ddev_net.c295 if (bp_getfile(sock, "gateway", &gateip, buf) == 0) { in net_getparams()
313 if (bp_getfile(sock, "root", &rootip, rootpath)) { in net_getparams()