Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1821 struct zone_fstab *newtabptr) in zonecfg_modify_filesystem() argument
1825 if (oldtabptr == NULL || newtabptr == NULL) in zonecfg_modify_filesystem()
1834 if ((err = zonecfg_add_filesystem_core(handle, newtabptr)) != Z_OK) in zonecfg_modify_filesystem()
2289 struct zone_nwiftab *newtabptr) in zonecfg_modify_nwif() argument
2293 if (oldtabptr == NULL || newtabptr == NULL) in zonecfg_modify_nwif()
2302 if ((err = zonecfg_add_nwif_core(handle, newtabptr)) != Z_OK) in zonecfg_modify_nwif()
2580 struct zone_devtab *newtabptr) in zonecfg_modify_dev() argument
2584 if (oldtabptr == NULL || newtabptr == NULL) in zonecfg_modify_dev()
2593 if ((err = zonecfg_add_dev_core(handle, newtabptr)) != Z_OK) in zonecfg_modify_dev()
2683 struct zone_admintab *newtabptr, char *zonename) in zonecfg_modify_admin() argument
[all …]