Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c6580 struct zone_rctltab tmp_rctltab; in end_func() local
6765 (void) strlcpy(tmp_rctltab.zone_rctl_name, in end_func()
6767 sizeof (tmp_rctltab.zone_rctl_name)); in end_func()
6768 tmp_rctltab.zone_rctl_valptr = NULL; in end_func()
6769 err = zonecfg_lookup_rctl(handle, &tmp_rctltab); in end_func()
6771 tmp_rctltab.zone_rctl_valptr); in end_func()