Lines Matching defs:newtabptr
1822 struct zone_fstab *newtabptr)
1826 if (oldtabptr == NULL || newtabptr == NULL)
1835 if ((err = zonecfg_add_filesystem_core(handle, newtabptr)) != Z_OK)
2290 struct zone_nwiftab *newtabptr)
2294 if (oldtabptr == NULL || newtabptr == NULL)
2303 if ((err = zonecfg_add_nwif_core(handle, newtabptr)) != Z_OK)
2581 struct zone_devtab *newtabptr)
2585 if (oldtabptr == NULL || newtabptr == NULL)
2594 if ((err = zonecfg_add_dev_core(handle, newtabptr)) != Z_OK)
2684 struct zone_admintab *newtabptr, char *zonename)
2688 if (oldtabptr == NULL || newtabptr == NULL)
2698 if ((err = zonecfg_add_auth_core(handle, newtabptr,
3148 struct zone_attrtab *newtabptr)
3152 if (oldtabptr == NULL || newtabptr == NULL)
3161 if ((err = zonecfg_add_attr_core(handle, newtabptr)) != Z_OK)
3401 struct zone_rctltab *newtabptr)
3405 if (oldtabptr == NULL || newtabptr == NULL)
3414 if ((err = zonecfg_add_rctl_core(handle, newtabptr)) != Z_OK)
6363 struct zone_dstab *newtabptr)
6367 if (oldtabptr == NULL || newtabptr == NULL)
6376 if ((err = zonecfg_add_ds_core(handle, newtabptr)) != Z_OK)