Searched refs:newtabptr (Results 1 – 1 of 1) sorted by relevance
1822 struct zone_fstab *newtabptr) in zonecfg_modify_filesystem() argument1826 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() argument2294 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() argument2585 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 …]