Searched refs:UID_ROOT (Results 126 - 150 of 228) sorted by relevance

12345678910

/freebsd-12-stable/sys/dev/sound/midi/
H A Dmidi.c372 UID_ROOT, GID_WHEEL, 0666, "midi%d.%d", unit, channel);
1404 UID_ROOT, GID_WHEEL, 0666, "midistat");
H A Dsequencer.c573 MIDIMKMINOR(scp->unit, SND_DEV_SEQ, 0), UID_ROOT,
577 MIDIMKMINOR(scp->unit, SND_DEV_MUSIC, 0), UID_ROOT,
/freebsd-12-stable/sys/i386/bios/
H A Dapm.c1205 UID_ROOT, GID_OPERATOR, 0664, "apm");
1207 UID_ROOT, GID_OPERATOR, 0660, "apmctl");
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_dev.c1020 UID_ROOT, GID_WHEEL, 0600, "vmm/%s", buf);
1114 UID_ROOT, GID_WHEEL, 0600, "vmm.io/%s.%s", vmname, devname);
/freebsd-12-stable/share/examples/drivers/
H A Dmake_device_driver.sh650 UID_ROOT, GID_OPERATOR, 0600, "${1}%d", unit);
/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_hp.c547 sc->hpcmi_dev_t = make_dev(&hpcmi_cdevsw, 0, UID_ROOT,
H A Dacpi_wmi.c266 sc->wmistat_dev_t = make_dev(&wmistat_cdevsw, 0, UID_ROOT,
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_hpet.c804 mda.mda_uid = UID_ROOT;
/freebsd-12-stable/sys/dev/agp/
H A Dagp.c255 0, UID_ROOT, GID_WHEEL, 0600, "agpgart");
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_enc.c979 args.mda_uid = UID_ROOT;
H A Dscsi_sg.c367 args.mda_uid = UID_ROOT;
H A Dscsi_target.c1006 dev = make_dev(&targ_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600, "targ");
/freebsd-12-stable/sys/cddl/dev/fbt/
H A Dfbt.c1112 fbt_cdev = make_dev(&fbt_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600,
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_vf.c535 mda.mda_uid = UID_ROOT;
/freebsd-12-stable/sys/dev/drm/
H A DdrmP.h176 #define DRM_DEV_UID UID_ROOT
/freebsd-12-stable/sys/dev/evdev/
H A Dcdev.c754 mda.mda_uid = UID_ROOT;
/freebsd-12-stable/sys/dev/fb/
H A Dcreator.c1008 sc->sc_si = make_dev(&creator_fb_devsw, unit, UID_ROOT, GID_WHEEL,
/freebsd-12-stable/sys/dev/gpio/
H A Dgpioc.c597 devargs.mda_uid = UID_ROOT;
/freebsd-12-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c879 UID_ROOT,
/freebsd-12-stable/sys/dev/ida/
H A Dida.c321 UID_ROOT, GID_OPERATOR, S_IRUSR | S_IWUSR,
/freebsd-12-stable/sys/dev/ipmi/
H A Dipmi.c915 UID_ROOT, GID_OPERATOR, 0660, "ipmi%d", device_get_unit(dev));
/freebsd-12-stable/sys/dev/pci/
H A Dpci_iov.c167 UID_ROOT, GID_WHEEL, 0600, "iov/%s", name);
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt_user.c126 mpt->cdev = make_dev(&mpt_cdevsw, unit, UID_ROOT, GID_OPERATOR, 0640,
/freebsd-12-stable/sys/dev/vkbd/
H A Dvkbd.c192 cred, UID_ROOT, GID_WHEEL, 0600, DEVICE_NAME "%d",
/freebsd-12-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c467 pmp->pm_uid = UID_ROOT;

Completed in 505 milliseconds

12345678910