Searched refs:fuse (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/sys/modules/fusefs/
H A DMakefile2 .PATH: ${SRCTOP}/sys/fs/fuse
/freebsd-current/tools/test/stress2/misc/
H A Dfuse2.sh35 [ -c /dev/fuse ] || kldload fusefs.ko
39 [ -c /dev/fuse ] || kldload fusefs.ko
H A Dfuse.sh36 [ -c /dev/fuse ] || kldload fusefs.ko
/freebsd-current/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c37 u32 fuse; local
39 fuse = pci_read_config(pdev, ADF_DEVICE_FUSECTL_OFFSET, 4);
41 return (~fuse) >> ADF_DH895XCC_ACCELERATORS_REG_OFFSET &
49 u32 fuse; local
51 fuse = pci_read_config(pdev, ADF_DEVICE_FUSECTL_OFFSET, 4);
53 return (~fuse) & ADF_DH895XCC_ACCELENGINES_MASK;
/freebsd-current/sys/kern/
H A DMake.tags.inc25 ${SYS}/fs/fuse/*.[ch] \
74 ${SYS}/fs/fuse \
/freebsd-current/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c33 u32 fuse; local
36 fuse = pci_read_config(pdev, ADF_DEVICE_FUSECTL_OFFSET, 4);
39 return (~(fuse | straps)) >> ADF_C62X_ACCELERATORS_REG_OFFSET &
47 u32 fuse; local
52 fuse = pci_read_config(pdev, ADF_DEVICE_FUSECTL_OFFSET, 4);
66 return (~(fuse | me_straps)) & ADF_C62X_ACCELENGINES_MASK;
/freebsd-current/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c31 u32 fuse; local
34 fuse = pci_read_config(pdev, ADF_DEVICE_FUSECTL_OFFSET, 4);
37 return (~(fuse | straps)) >> ADF_C3XXX_ACCELERATORS_REG_OFFSET &
45 u32 fuse; local
50 fuse = pci_read_config(pdev, ADF_DEVICE_FUSECTL_OFFSET, 4);
64 return (~(fuse | me_straps)) & ADF_C3XXX_ACCELENGINES_MASK;
/freebsd-current/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c32 u32 fuse; local
35 fuse = pci_read_config(pdev, ADF_DEVICE_FUSECTL_OFFSET, 4);
38 return (~(fuse | straps)) >> ADF_200XX_ACCELERATORS_REG_OFFSET &
46 u32 fuse; local
51 fuse = pci_read_config(pdev, ADF_DEVICE_FUSECTL_OFFSET, 4);
65 return (~(fuse | me_straps)) & ADF_200XX_ACCELENGINES_MASK;
/freebsd-current/sys/arm/allwinner/
H A Daw_sid.c364 enum aw_sid_fuse_id fuse = arg2; local
372 aw_sid_get_fuse(fuse, NULL, &size);
374 ret = aw_sid_get_fuse(fuse, data, &size);
376 device_printf(dev, "Cannot get fuse id %d: %d\n", fuse, ret);
/freebsd-current/lib/libnvmf/
H A Dnvmf_transport.c138 nc->nc_sqe.fuse &= ~NVMEM(NVME_CMD_PSDT);
139 nc->nc_sqe.fuse |= NVMEF(NVME_CMD_PSDT, NVME_PSDT_SGL);
210 if (NVMEV(NVME_CMD_PSDT, nc->nc_sqe.fuse) != NVME_PSDT_SGL)
/freebsd-current/sys/dev/nvmf/
H A Dnvmf_transport.c110 nc->nc_sqe.fuse &= ~NVMEM(NVME_CMD_PSDT);
111 nc->nc_sqe.fuse |= NVMEF(NVME_CMD_PSDT, NVME_PSDT_SGL);
189 if (NVMEV(NVME_CMD_PSDT, nc->nc_sqe.fuse) != NVME_PSDT_SGL)
/freebsd-current/tests/sys/fs/fusefs/
H A DMakefile72 FUSEFS= ${SRCTOP}/sys/fs/fuse
/freebsd-current/sys/contrib/zstd/
H A DMakefile315 LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize=address -Werror" $(MAKE) -C $(TESTDIR) $*
321 LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize=memory -fno-omit-frame-pointer -Werror" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) HAVE_LZMA=0 $*
330 LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize-recover=pointer-overflow -fsanitize=address,undefined -Werror" $(MAKE) -C $(TESTDIR) $*
333 LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize=thread -Werror" $(MAKE) -C $(TESTDIR) $* FUZZER_FLAGS=--no-big-tests
/freebsd-current/sys/cam/nvme/
H A Dnvme_all.c182 "opc=%x fuse=%x nsid=%x prp1=%llx prp2=%llx cdw=%x %x %x %x %x %x",
183 cmd->opc, cmd->fuse, cmd->nsid,
/freebsd-current/sys/conf/
H A Dkern.mk299 # Add -fuse-ld=${LD} if $LD is in a different directory or not called "ld".
305 CCLDFLAGS+= -fuse-ld=${LD:[1]:S/^ld.//1W}
308 # GCC does not support an absolute path for -fuse-ld so we just print this
313 .warning LD (${LD}) is not the default linker for ${CC} but -fuse-ld= is not supported
/freebsd-current/share/mk/
H A Dbsd.sys.mk365 # Add -fuse-ld=${LD} if $LD is in a different directory or not called "ld".
371 LDFLAGS+= -fuse-ld=${LD:[1]:S/^ld.//1W}
374 # GCC does not support an absolute path for -fuse-ld so we just print this
379 .warning LD (${LD}) is not the default linker for ${CC} but -fuse-ld= is not supported
H A Dsys.mk226 _LDFLAGS = ${LDFLAGS:S/-Wl,//g:N-mabi=*:N-fuse-ld=*:N--ld-path=*:N-fsanitize=*:N-fno-sanitize=*}
/freebsd-current/sbin/nvmecontrol/
H A Dpassthru.c227 pt.cmd.fuse = opt.flags;
/freebsd-current/contrib/netbsd-tests/lib/librefuse/
H A Dt_refuse_opt.c36 #include <fuse.h>
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf.c966 cmd.fuse = pt->cmd.fuse;
/freebsd-current/sys/dev/nvme/
H A Dnvme_ctrlr.c1283 req->cmd.fuse = pt->cmd.fuse;
1379 req->cmd.fuse = npc->flags;
H A Dnvme.h806 uint8_t fuse; /* fused operation */ member in struct:nvme_command
/freebsd-current/sys/cam/
H A Dcam_periph.c2213 sbuf_printf(&sb, "opc=\"%02x\" fuse=\"%02x\" cid=\"%04x\" "
2216 cmd->opc, cmd->fuse, cmd->cid, cmd->nsid, cmd->cdw10,
/freebsd-current/sys/cam/ctl/
H A Dctl.c11142 switch (NVMEV(NVME_CMD_FUSE, ctnio->cmd.fuse)) {
11230 * half of a fuse command
11240 NVMEV(NVME_CMD_FUSE, ooa_io->nvmeio.cmd.fuse) == NVME_FUSE_FIRST) {
11245 if (NVMEV(NVME_CMD_FUSE, pending_io->nvmeio.cmd.fuse) ==
11258 switch (NVMEV(NVME_CMD_FUSE, pending_io->nvmeio.cmd.fuse)) {
11276 if (NVMEV(NVME_CMD_FUSE, ooa_io->nvmeio.cmd.fuse) ==
11966 if (NVMEV(NVME_CMD_FUSE, io->nvmeio.cmd.fuse) == NVME_FUSE_SECOND) {
11983 MPASS(NVMEV(NVME_CMD_FUSE, bio->nvmeio.cmd.fuse) ==
/freebsd-current/contrib/sqlite3/
H A Dltmain.sh7366 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
7370 # -fuse-ld=* Linker select flags for GCC
7375 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7376 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus)

Completed in 254 milliseconds

12