003 File Manager
Current Path:
/usr/src/sbin/nvmecontrol
usr
/
src
/
sbin
/
nvmecontrol
/
📁
..
📄
Makefile
(489 B)
📄
Makefile.depend
(273 B)
📄
comnd.c
(7.71 KB)
📄
comnd.h
(3.22 KB)
📄
devlist.c
(3.45 KB)
📄
firmware.c
(10.26 KB)
📄
format.c
(6.3 KB)
📄
identify.c
(9.57 KB)
📄
identify_ext.c
(10.94 KB)
📄
logpage.c
(25.14 KB)
📁
modules
📄
nc_util.c
(1.86 KB)
📄
ns.c
(25.17 KB)
📄
nsid.c
(2.27 KB)
📄
nvmecontrol.8
(16.06 KB)
📄
nvmecontrol.c
(4.48 KB)
📄
nvmecontrol.h
(3.6 KB)
📄
nvmecontrol_ext.h
(1.43 KB)
📄
passthru.c
(8.58 KB)
📄
perftest.c
(5.32 KB)
📄
power.c
(5.62 KB)
📄
reset.c
(2.36 KB)
📄
resv.c
(11.14 KB)
📄
sanitize.c
(6.42 KB)
📄
selftest.c
(3.84 KB)
📁
tests
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> PACKAGE=runtime PROG= nvmecontrol SRCS= comnd.c nvmecontrol.c SRCS+= devlist.c firmware.c format.c identify.c logpage.c ns.c nsid.c SRCS+= perftest.c power.c reset.c resv.c sanitize.c SRCS+= passthru.c SRCS+= identify_ext.c nvme_util.c nc_util.c SRCS+= selftest.c MAN= nvmecontrol.8 LDFLAGS+= -rdynamic LIBADD+= util SUBDIR= modules HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .PATH: ${SRCTOP}/sys/dev/nvme .include <bsd.prog.mk> .include <bsd.subdir.mk>
Upload File
Create Folder