Searched refs:get_physical (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh81 # get_physical interface
85 get_physical() function
133 [ "`get_physical $1`" = "`get_physical $2`" ]
262 physical=`get_physical $1`
545 if [ "$ifname" = "`get_physical $ifname`" ]; then
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c8202 get_physical(char *menu_root, char ***physarray, int *n) function
8206 const char *fcn = "get_physical()";
8322 ret = get_physical(menu_root, &physarray, &n);

Completed in 87 milliseconds