Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2519 boolean_t stdif = B_FALSE; in if_config_inst() local
2587 stdif = B_TRUE; in if_config_inst()
2608 (void) ifconfig(ifinst, fstr, buf, stdif); in if_config_inst()
2623 (void) ifconfig(ifinst, fstr, buf, stdif); in if_config_inst()
2722 ifconfig(const char *ifinst, const char *fstr, const char *buf, boolean_t stdif) in ifconfig() argument
2730 if (stdif) in ifconfig()