Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzonecfg/common/
H A Dmapfile-vers48 zonecfg_access;
H A Dlibzonecfg.c1486 zonecfg_access(const char *zonename, int amode) in zonecfg_access() function
/titanic_41/usr/src/head/
H A Dlibzonecfg.h288 extern int zonecfg_access(const char *, int);
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c7256 if ((err = zonecfg_access(zone, W_OK)) == Z_OK) { in main()