Home
last modified time | relevance | path

Searched full:nvd (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/modules/nvd/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/nvd
3 KMOD= nvd
4 SRCS= nvd.c opt_geom.h device_if.h bus_if.h pci_if.h
/freebsd/share/man/man4/
H A Dnvd.430 .\" nvd driver man page.
38 .Nm nvd
45 .Cd "device nvd"
87 hw.nvd.delete_max=<delete size in bytes>
H A Dnda.466 .Xr nvd 4
69 .Xr nvd 4
73 .Xr nvd 4
79 .Xr nvd 4
206 .Xr nvd 4 ,
H A Dnvme.454 .Xr nvd 4
72 .Xr nvd 4
132 .Xr nvd 4
138 .Xr nvd 4
253 .Xr nvd 4 ,
H A Dnvmf.462 .Xr nvd 4
H A DMakefile441 nvd.4 \
/freebsd/sys/dev/nvd/
H A Dnvd.c50 #define NVD_STR "nvd"
72 MALLOC_DEFINE(M_NVD, "nvd", "nvd(4) allocations");
106 static SYSCTL_NODE(_hw, OID_AUTO, nvd, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
107 "nvd driver parameters");
118 "nvd maximum BIO_DELETE size in bytes");
144 DECLARE_MODULE(nvd, nvd_mod, SI_SUB_DRIVERS, SI_ORDER_ANY);
145 MODULE_VERSION(nvd, 1);
146 MODULE_DEPEND(nvd, nvme, 1, 1, 1);
430 mtx_init(&ndisk->bioqlock, "nvd bioq lock", NULL, MTX_DEF); in nvd_new_disk()
451 taskqueue_start_threads(&ndisk->tq, 1, PI_DISK, "nvd taskq"); in nvd_new_disk()
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_nvd6 PROJECT_NAME = "FreeBSD kernel nvd device code"
12 INPUT = $(DOXYGEN_SRC_PATH)/dev/nvd/ \
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h200 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { in reduceFunction() argument
201 return Nvd && E0; in reduceFunction()
204 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { in reduceSFunction() argument
205 return Nvd && E0; in reduceSFunction()
279 R_SExpr reduceLet(Let &Orig, Variable *Nvd, R_SExpr B) { in reduceLet() argument
280 return Nvd && B; in reduceLet()
H A DThreadSafetyTIL.h698 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse() local
701 return Vs.reduceFunction(*this, Nvd, E1); in traverse()
753 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); in traverse() local
757 return Vs.reduceSFunction(*this, Nvd, E1); in traverse()
1887 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse() local
1890 return Vs.reduceLet(*this, Nvd, E1); in traverse()
/freebsd/sys/arm64/conf/
H A Dstd.dev21 device nvd # expose NVMe namespaces as disks, depends on nvme
/freebsd/sys/riscv/conf/
H A DGENERIC119 device nvd # expose NVMe namespaces as disks, depends on nvme
/freebsd/
H A DMAINTAINERS73 nvd(4) imp Pre-commit review requested.
H A DUPDATING707 Belatedly switch the default nvme block device on x86 from nvd to nda.
708 nda created nvd compatibility links by default, so this should be a
711 config. To disable the nvd compatibility aliases, add
716 Encrypted swap partitions need to be changed from nvd to nda if you
717 migrate, or you need to use the above to switch back to nvd.
1640 The cam(4) based nda(4) driver will be used over nvd(4) by default on
/freebsd/release/tools/
H A Dec2.conf94 # historical "nvd" driver.
/freebsd/sys/powerpc/conf/
H A DGENERIC64LE131 device nvd # expose NVMe namespaces as disks, depends on nvme
H A DGENERIC64135 device nvd # expose NVMe namespaces as disks, depends on nvme
/freebsd/sys/cam/nvme/
H A Dnvme_da.c193 &nda_nvd_compat, 1, "Enable creation of nvd aliases.");
985 * Add alias for older nvd drives to ease transition. in ndaregister()
988 disk_add_alias(disk, "nvd"); in ndaregister()
/freebsd/sys/i386/conf/
H A DGENERIC166 device nvd # expose NVMe namespace as disks, depends on nvme
/freebsd/sys/amd64/conf/
H A DGENERIC185 device nvd # expose NVMe namespaces as disks, depends on nvme
/freebsd/sys/dev/nvme/
H A Dnvme_sysctl.c49 &nvme_use_nvd, 1, "1 = Create NVD devices, 0 = Create NDA devices");
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple.yaml234 - nvd,9128
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib547 awk '/a?da[0-9]+|md[0-9]+|mfid[0-9]+|nda[0-9]+|nvd[0-9]+|vtbd[0-9]+/
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib125 -e '^nvd[0-9]+$' \
/freebsd/sys/modules/
H A DMakefile300 nvd \

12