Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-xlate.c134 char *pwalk, *newdev = NULL; in efi_hd_to_unix() local
239 newdev = provider->lg_name; in efi_hd_to_unix()
258 newdev = pp->lg_name; in efi_hd_to_unix()
271 if (newdev == NULL) in efi_hd_to_unix()
272 newdev = provider->lg_name; in efi_hd_to_unix()
273 *dev = strdup(newdev); in efi_hd_to_unix()
/freebsd/lib/libcam/
H A Dcamlib.c717 struct cam_device *newdev; in cam_device_dup() local
725 newdev = malloc(sizeof(struct cam_device)); in cam_device_dup()
726 if (newdev == NULL) { in cam_device_dup()
732 bcopy(device, newdev, sizeof(struct cam_device)); in cam_device_dup()
734 return(newdev); in cam_device_dup()
/freebsd/usr.sbin/config/
H A Dconfig.y96 static void newdev(char *name);
294 newdev($1);
392 newdev(char *name) in newdev() function
/freebsd/contrib/tcpdump/
H A Dtcpdump.c1409 char parent[8], newdev[8]; in open_interface() local
1416 strlcpy(newdev, device, sizeof(newdev)); in open_interface()
1422 newdev[strlen(newdev)-1]++; in open_interface()
1427 device, newdev, parent, newdev); in open_interface()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c344 nvlist_t **newdev = NULL; in spa_vdev_remove_aux() local
347 newdev = kmem_alloc((count - 1) * sizeof (void *), KM_SLEEP); in spa_vdev_remove_aux()
352 VERIFY(nvlist_dup(dev[i], &newdev[j++], KM_SLEEP) == 0); in spa_vdev_remove_aux()
356 fnvlist_add_nvlist_array(config, name, (const nvlist_t * const *)newdev, in spa_vdev_remove_aux()
360 nvlist_free(newdev[i]); in spa_vdev_remove_aux()
363 kmem_free(newdev, (count - 1) * sizeof (void *)); in spa_vdev_remove_aux()
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok410 newdev
/freebsd/sys/kern/
H A Dkern_conf.c564 newdev(struct make_dev_args *args, struct cdev *si) in newdev() function
796 dev = newdev(&args, dev_new); in make_dev_sv()
1364 dev = newdev(&args, ndev); in clone_create()