Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c772 dlmgmt_door_zonehalt_t zonehalt; in dladm_zone_halt() local
776 zonehalt.ld_cmd = DLMGMT_CMD_ZONEHALT; in dladm_zone_halt()
777 zonehalt.ld_zoneid = zoneid; in dladm_zone_halt()
778 return (dladm_door_call(handle, &zonehalt, sizeof (zonehalt), in dladm_zone_halt()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c1319 dlmgmt_door_zonehalt_t *zonehalt = argp; in dlmgmt_zonehalt() local
1325 } else if (zonehalt->ld_zoneid == GLOBAL_ZONEID) { in dlmgmt_zonehalt()
1329 dlmgmt_db_fini(zonehalt->ld_zoneid); in dlmgmt_zonehalt()