Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libinstzones/common/
H A Dzones_exec.c679 char *thisZoneName; in _z_zone_exec() local
707 thisZoneName = z_get_zonename(); in _z_zone_exec()
708 status = (strcmp(a_zoneName, thisZoneName) == 0); in _z_zone_exec()
712 _z_echoDebug(DBG_ZONE_EXEC_CMD_ENTER, a_path, a_zoneName, thisZoneName); in _z_zone_exec()
713 (void) free(thisZoneName); in _z_zone_exec()