Home
last modified time | relevance | path

Searched refs:open64 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h225 #define open64 open macro
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1064 fd = open64(path, flags, mode); in zfs_file_open()
1077 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666); in zfs_file_open()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3884 if ((fd = open64(cachefile, O_RDONLY)) < 0) { in dump_cachefile()
4626 if ((fd = open64(path, O_RDONLY)) < 0) { in dump_label()