Lines Matching defs:new
514 /* create the new arg list, and end the list with a null pointer */
976 * Shrink the vfsll linked list down to the new list. This will
1050 vp = new_vfsent(&vget, cnt); /* create new vfs entry */
1471 vfsent_t *new;
1473 new = (vfsent_t *)malloc(sizeof (*new));
1474 if (new == NULL)
1477 *new = zvmount;
1479 (new->v.vfs_special = strdup(vin->vfs_special)) == NULL)
1482 (new->v.vfs_mountp = strdup(vin->vfs_mountp)) == NULL)
1485 (new->v.vfs_fstype = strdup(vin->vfs_fstype)) == NULL)
1494 if ((new->v.vfs_mntopts = strdup(specific_opts)) == NULL)
1497 (new->v.vfs_mntopts = strdup(vin->vfs_mntopts)) == NULL)
1500 new->order = order;
1501 return (new);
1506 * resets the mount level based on the new realpath, and returns