Searched refs:bp_getfile (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | bootparam.h | 4 int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);
|
H A D | bootparam.c | 234 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 D | dev_net.c | 295 if (bp_getfile(sock, "gateway", &gateip, buf) == 0) { in net_getparams() 313 if (bp_getfile(sock, "root", &rootip, rootpath)) { in net_getparams()
|