Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1822 struct zone_fstab *newtabptr) in zonecfg_modify_filesystem() argument
1826 if (oldtabptr == NULL || newtabptr == NULL) in zonecfg_modify_filesystem()
1835 if ((err = zonecfg_add_filesystem_core(handle, newtabptr)) != Z_OK) in zonecfg_modify_filesystem()
2290 struct zone_nwiftab *newtabptr) in zonecfg_modify_nwif() argument
2294 if (oldtabptr == NULL || newtabptr == NULL) in zonecfg_modify_nwif()
2303 if ((err = zonecfg_add_nwif_core(handle, newtabptr)) != Z_OK) in zonecfg_modify_nwif()
2581 struct zone_devtab *newtabptr) in zonecfg_modify_dev() argument
2585 if (oldtabptr == NULL || newtabptr == NULL) in zonecfg_modify_dev()
2594 if ((err = zonecfg_add_dev_core(handle, newtabptr)) != Z_OK) in zonecfg_modify_dev()
2684 struct zone_admintab *newtabptr, char *zonename) in zonecfg_modify_admin() argument
[all …]