Home
last modified time | relevance | path

Searched refs:fwo (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/stdtime/
H A Dstrptime.c626 int tmpwday, tmpyday, fwo; in _strptime()
628 fwo = first_wday_of(tm->tm_year + TM_YEAR_BASE); in _strptime()
630 if (week_offset == 0 && fwo == day_offset) in _strptime()
638 tmpyday = (7 - fwo + day_offset) % 7 + in _strptime()
627 int tmpwday, tmpyday, fwo; _strptime() local
/freebsd/sys/arm/nvidia/tegra124/
H A Dfiles.tegra12450 tegra124_xusb.fwo optional tegra124_xusb_fw \
54 clean "tegra124_xusb.fwo"
/freebsd/sys/arm/freescale/imx/
H A Dfiles.imx654 sdma-imx6q.fwo optional fslsdma \
58 clean "sdma-imx6q.fwo"
/freebsd/sys/conf/
H A Dfiles1441 t4fw_cfg.fwo optional cxgbe \
1445 clean "t4fw_cfg.fwo"
1451 t4fw_cfg_uwire.fwo optional cxgbe \
1455 clean "t4fw_cfg_uwire.fwo"
1461 t4fw.fwo optional cxgbe \
1465 clean "t4fw.fwo"
1475 t5fw_cfg.fwo optional cxgbe \
1479 clean "t5fw_cfg.fwo"
1485 t5fw_cfg_uwire.fwo optional cxgbe \
1489 clean "t5fw_cfg_uwire.fwo"
[all …]
H A Dkmod.mk209 ${_firmw:C/\:.*$/.fwo/:T}: ${_firmw:C/\:.*$//} ${SYSDIR}/kern/firmw.S
H A Dfiles.arm64375 ice_ddp.fwo optional ice_ddp \
379 clean "ice_ddp.fwo"
687 tegra210_xusb.fwo optional tegra210_xusb_fw \
691 clean "tegra210_xusb.fwo"
H A Dfiles.powerpc144 ice_ddp.fwo optional ice_ddp powerpc64 | ice pci powerpc64le \
148 clean "ice_ddp.fwo"
/freebsd/sys/fs/fuse/
H A Dfuse_io.c301 struct fuse_write_out *fwo; in fuse_write_directbackend() local
398 fwo = ((struct fuse_write_out *)fdi.answ); in fuse_write_directbackend()
400 if (fwo->size > fwi->size) { in fuse_write_directbackend()
411 diff = fwi->size - fwo->size; in fuse_write_directbackend()
444 void *src = (char*)fwi_data + fwo->size; in fuse_write_directbackend()
H A Dfuse_vnops.c858 struct fuse_write_out *fwo; in fuse_vnop_copy_file_range() local
931 fwo = fdi.answ; in fuse_vnop_copy_file_range()
932 *ap->a_lenp = fwo->size; in fuse_vnop_copy_file_range()
933 *ap->a_inoffp += fwo->size; in fuse_vnop_copy_file_range()
934 *ap->a_outoffp += fwo->size; in fuse_vnop_copy_file_range()