Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libefivar/
H A Defivar-dp-xlate.c135 char *pwalk, *newdev = NULL; in efi_hd_to_unix() local
240 newdev = provider->lg_name; in efi_hd_to_unix()
259 newdev = pp->lg_name; in efi_hd_to_unix()
272 if (newdev == NULL) in efi_hd_to_unix()
273 newdev = provider->lg_name; in efi_hd_to_unix()
274 *dev = strdup(newdev); in efi_hd_to_unix()
/freebsd-14.2/lib/libcam/
H A Dcamlib.c718 struct cam_device *newdev; in cam_device_dup() local
726 newdev = malloc(sizeof(struct cam_device)); in cam_device_dup()
727 if (newdev == NULL) { in cam_device_dup()
733 bcopy(device, newdev, sizeof(struct cam_device)); in cam_device_dup()
735 return(newdev); in cam_device_dup()
/freebsd-14.2/usr.sbin/config/
H A Dconfig.y96 static void newdev(char *name);
289 newdev($1);
372 newdev(char *name) in newdev() function
/freebsd-14.2/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-14.2/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-14.2/share/doc/smm/01.setup/
H A Dspell.ok410 newdev
/freebsd-14.2/sys/kern/
H A Dkern_conf.c565 newdev(struct make_dev_args *args, struct cdev *si) in newdev() function
797 dev = newdev(&args, dev_new); in make_dev_sv()
1365 dev = newdev(&args, ndev); in clone_create()