Searched refs:newdev (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dkern_conf.c563 newdev(struct make_dev_args *args, struct cdev *si) function
792 dev = newdev(&args, dev_new);
1357 dev = newdev(&args, ndev);
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.y96 static void newdev(char *name);
298 newdev($1);
381 newdev(char *name)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_removal.c164 nvlist_t **newdev = NULL; local
167 newdev = kmem_alloc((count - 1) * sizeof (void *), KM_SLEEP);
172 VERIFY(nvlist_dup(dev[i], &newdev[j++], KM_SLEEP) == 0);
176 VERIFY(nvlist_add_nvlist_array(config, name, newdev, count - 1) == 0);
179 nvlist_free(newdev[i]);
182 kmem_free(newdev, (count - 1) * sizeof (void *));
/freebsd-11-stable/lib/libcam/
H A Dcamlib.c716 struct cam_device *newdev; local
724 newdev = malloc(sizeof(struct cam_device));
725 if (newdev == NULL) {
731 bcopy(device, newdev, sizeof(struct cam_device));
733 return(newdev);
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c746 device_object **newdev)
819 *newdev = dev;
744 IoCreateDevice(driver_object *drv, uint32_t devextlen, unicode_string *devname, uint32_t devtype, uint32_t devchars, uint8_t exclusive, device_object **newdev) argument

Completed in 102 milliseconds