Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dlibzonecfg.h64 #define Z_BOGUS_ZONE_NAME 7 /* illegal zone name */ macro
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c792 return (Z_BOGUS_ZONE_NAME); in zonecfg_validate_zonename()
795 return (Z_BOGUS_ZONE_NAME); in zonecfg_validate_zonename()
800 return (Z_BOGUS_ZONE_NAME); in zonecfg_validate_zonename()
807 return (Z_BOGUS_ZONE_NAME); in zonecfg_validate_zonename()
862 return (Z_BOGUS_ZONE_NAME); in zonecfg_set_name()
3681 case Z_BOGUS_ZONE_NAME: in zonecfg_strerror()
5635 return (Z_BOGUS_ZONE_NAME); in zone_get_rootpath()
5703 return (Z_BOGUS_ZONE_NAME); in zone_get_devroot()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c7561 zone_perror(optarg, Z_BOGUS_ZONE_NAME, B_TRUE); in main()