Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A Dstrptime.c627 int tmpwday, tmpyday, fwo; in _strptime() local
629 fwo = first_wday_of(tm->tm_year + TM_YEAR_BASE); in _strptime()
631 if (week_offset == 0 && fwo == day_offset) in _strptime()
639 tmpyday = (7 - fwo + day_offset) % 7 + in _strptime()
/freebsd/sys/arm/freescale/imx/
H A Dfiles.imx654 sdma-imx6q.fwo optional fslsdma \
58 clean "sdma-imx6q.fwo"
/freebsd/sys/arm/nvidia/tegra124/
H A Dfiles.tegra12450 tegra124_xusb.fwo optional tegra124_xusb_fw \
54 clean "tegra124_xusb.fwo"
/freebsd/sys/conf/
H A Dfiles1453 clean "t4fw_cfg.fwo"
1473 clean "t4fw.fwo"
1487 clean "t5fw_cfg.fwo"
1507 clean "t5fw.fwo"
1521 clean "t6fw_cfg.fwo"
1541 clean "t6fw.fwo"
1860 clean "ipw_bss.fwo"
1924 clean "iwi_bss.fwo"
2495 clean "mwlboot.fwo"
3337 clean "runfw.fwo"
[all …]
H A Dkmod.mk208 ${_firmw:C/\:.*$/.fwo/:T}: ${_firmw:C/\:.*$//} ${SYSDIR}/kern/firmw.S
H A Dfiles.arm64365 ice_ddp.fwo optional ice_ddp \
369 clean "ice_ddp.fwo"
662 tegra210_xusb.fwo optional tegra210_xusb_fw \
666 clean "tegra210_xusb.fwo"
H A Dfiles.powerpc101 ice_ddp.fwo optional ice_ddp powerpc64 | ice pci powerpc64le \
105 clean "ice_ddp.fwo"
H A Dfiles.amd64198 ice_ddp.fwo optional ice_ddp \
202 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.c855 struct fuse_write_out *fwo; in fuse_vnop_copy_file_range() local
928 fwo = fdi.answ; in fuse_vnop_copy_file_range()
929 *ap->a_lenp = fwo->size; in fuse_vnop_copy_file_range()
930 *ap->a_inoffp += fwo->size; in fuse_vnop_copy_file_range()
931 *ap->a_outoffp += fwo->size; in fuse_vnop_copy_file_range()