Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootparam.h3 int bp_whoami(int sock);
H A Dbootparam.c106 bp_whoami(int sockfd) in bp_whoami() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c70 void notsupported(), usage(), bp_whoami();
79 { "bootparams", bp_whoami },
386 bp_whoami(device, addr) in bp_whoami() function
/illumos-gate/usr/src/boot/common/
H A Ddev_net.c280 if (bp_whoami(sock)) { in net_getparams()