Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dlibzonecfg.h64 #define Z_BOGUS_ZONE_NAME 7 /* illegal zone name */ macro
/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c785 return (Z_BOGUS_ZONE_NAME); in zonecfg_validate_zonename()
788 return (Z_BOGUS_ZONE_NAME); in zonecfg_validate_zonename()
793 return (Z_BOGUS_ZONE_NAME); in zonecfg_validate_zonename()
800 return (Z_BOGUS_ZONE_NAME); in zonecfg_validate_zonename()
855 return (Z_BOGUS_ZONE_NAME); in zonecfg_set_name()
3519 case Z_BOGUS_ZONE_NAME: in zonecfg_strerror()
5473 return (Z_BOGUS_ZONE_NAME); in zone_get_rootpath()
5541 return (Z_BOGUS_ZONE_NAME); in zone_get_devroot()
/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.c7238 zone_perror(optarg, Z_BOGUS_ZONE_NAME, B_TRUE); in main()