Home
last modified time | relevance | path

Searched full:nvd (Results 1 – 25 of 28) 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"
83 hw.nvd.delete_max=<delete size in bytes>
H A Dnda.456 .Xr nvd 4
59 .Xr nvd 4
63 .Xr nvd 4
69 .Xr nvd 4
196 .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 DMakefile423 nvd.4 \
/freebsd/sys/dev/nvd/
H A Dnvd.c50 #define NVD_STR "nvd"
71 MALLOC_DEFINE(M_NVD, "nvd", "nvd(4) allocations");
105 static SYSCTL_NODE(_hw, OID_AUTO, nvd, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
106 "nvd driver parameters");
117 "nvd maximum BIO_DELETE size in bytes");
143 DECLARE_MODULE(nvd, nvd_mod, SI_SUB_DRIVERS, SI_ORDER_ANY);
144 MODULE_VERSION(nvd, 1);
145 MODULE_DEPEND(nvd, nvme, 1, 1, 1);
429 mtx_init(&ndisk->bioqlock, "nvd bioq lock", NULL, MTX_DEF); in nvd_new_disk()
450 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/riscv/conf/
H A DGENERIC117 device nvd # expose NVMe namespaces as disks, depends on nvme
/freebsd/
H A DMAINTAINERS73 nvd(4) imp Pre-commit review requested.
H A DUPDATING307 Belatedly switch the default nvme block device on x86 from nvd to nda.
308 nda created nvd compatibility links by default, so this should be a
311 config. To disable the nvd compatibility aliases, add
316 Encrypted swap partitions need to be changed from nvd to nda if you
317 migrate, or you need to use the above to switch back to nvd.
1240 The cam(4) based nda(4) driver will be used over nvd(4) by default on
/freebsd/release/tools/
H A Dec2.conf82 # 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.c192 &nda_nvd_compat, 1, "Enable creation of nvd aliases.");
959 * Add alias for older nvd drives to ease transition. in ndaregister()
962 disk_add_alias(disk, "nvd"); in ndaregister()
/freebsd/sys/i386/conf/
H A DGENERIC164 device nvd # expose NVMe namespace as disks, depends on nvme
/freebsd/sys/amd64/conf/
H A DGENERIC183 device nvd # expose NVMe namespaces as disks, depends on nvme
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple.yaml222 - nvd,9128
/freebsd/sys/dev/nvme/
H A Dnvme_sysctl.c49 &nvme_use_nvd, 1, "1 = Create NVD devices, 0 = Create NDA devices");
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib546 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.shlib124 -e '^nvd[0-9]+$' \
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx53-ppd.dts278 compatible = "nvd,9128";
/freebsd/sys/conf/
H A DNOTES1686 # nvd: non-CAM NVMe disk driver
1689 options NVME_USE_NVD=1 # Use nvd(4) instead of the CAM nda(4) driver
1694 device nvd # expose NVMe namespaces as disks, depends on nvme

12