Home
last modified time | relevance | path

Searched refs:capable (Results 1 - 25 of 29) sorted by relevance

12

/third_party/libfuse/example/
H A Dprintcap.c40 if(conn->capable & FUSE_CAP_ASYNC_READ) in pc_init()
42 if(conn->capable & FUSE_CAP_POSIX_LOCKS) in pc_init()
44 if(conn->capable & FUSE_CAP_ATOMIC_O_TRUNC) in pc_init()
46 if(conn->capable & FUSE_CAP_EXPORT_SUPPORT) in pc_init()
48 if(conn->capable & FUSE_CAP_DONT_MASK) in pc_init()
50 if(conn->capable & FUSE_CAP_SPLICE_MOVE) in pc_init()
52 if(conn->capable & FUSE_CAP_SPLICE_READ) in pc_init()
54 if(conn->capable & FUSE_CAP_SPLICE_WRITE) in pc_init()
56 if(conn->capable & FUSE_CAP_FLOCK_LOCKS) in pc_init()
58 if(conn->capable in pc_init()
[all...]
H A Dpassthrough_hp.cc192 if (conn->capable & FUSE_CAP_EXPORT_SUPPORT) in sfs_init()
195 if (fs.timeout && conn->capable & FUSE_CAP_WRITEBACK_CACHE) in sfs_init()
198 if (conn->capable & FUSE_CAP_FLOCK_LOCKS) in sfs_init()
209 if (conn->capable & FUSE_CAP_SPLICE_WRITE) in sfs_init()
211 if (conn->capable & FUSE_CAP_SPLICE_READ) in sfs_init()
H A Dpassthrough_ll.c173 if(conn->capable & FUSE_CAP_EXPORT_SUPPORT) in lo_init()
177 conn->capable & FUSE_CAP_WRITEBACK_CACHE) { in lo_init()
182 if (lo->flock && conn->capable & FUSE_CAP_FLOCK_LOCKS) { in lo_init()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c1950 se->conn.capable = 0;
1977 se->conn.capable |= FUSE_CAP_ASYNC_READ;
1979 se->conn.capable |= FUSE_CAP_POSIX_LOCKS;
1981 se->conn.capable |= FUSE_CAP_ATOMIC_O_TRUNC;
1983 se->conn.capable |= FUSE_CAP_EXPORT_SUPPORT;
1985 se->conn.capable |= FUSE_CAP_DONT_MASK;
1987 se->conn.capable |= FUSE_CAP_FLOCK_LOCKS;
1989 se->conn.capable |= FUSE_CAP_AUTO_INVAL_DATA;
1991 se->conn.capable |= FUSE_CAP_READDIRPLUS;
1993 se->conn.capable |
[all...]
H A Dcuse_lowlevel.c211 se->conn.capable = 0; in cuse_lowlevel_init()
H A Dfuse.c2612 if(conn->capable & FUSE_CAP_EXPORT_SUPPORT) in fuse_lib_init()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_common.h144 unsigned capable; member
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H A Dprovider_util.h130 int (*capable)(void); member
134 * Dynamically select algorithms by calling a capable() method.
/third_party/openssl/providers/common/include/prov/
H A Dprovider_util.h130 int (*capable)(void); member
134 * Dynamically select algorithms by calling a capable() method.
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_util.c348 if (in[i].capable == NULL || in[i].capable()) in ossl_prov_cache_exported_algorithms()
/third_party/openssl/providers/common/
H A Dprovider_util.c348 if (in[i].capable == NULL || in[i].capable()) in ossl_prov_cache_exported_algorithms()
/third_party/libfuse/include/
H A Dfuse_common.h151 * Capability bits for 'fuse_conn_info.capable' and 'fuse_conn_info.want' *
323 * the `capable` field of the `fuse_conn_info` structure, then the
387 * the `capable` field of the `fuse_conn_info` structure, then the filesystem
400 * If this flag is set in the `capable` field of the `fuse_conn_info` structure,
413 * are set in the `capable` field of the `fuse_conn_info` structure then
505 unsigned capable; member
/third_party/libfuse/test/
H A Dtest_write_cache.c64 assert(conn->capable & FUSE_CAP_WRITEBACK_CACHE); in tfs_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay_i.h61 enum macsec_cap capable; member
H A Dieee802_1x_kay.c47 .capable = MACSEC_CAP_INTEG_AND_CONF_0_30_50,
54 .capable = MACSEC_CAP_INTEG_AND_CONF_0_30_50,
1716 "KaY: I am not MACsec-desired or without MACsec capable"); in ieee802_1x_mka_decode_dist_sak_body()
2364 * MACsec capable and one of those request MACsec protection
3921 kay->macsec_capable = cipher_suite_tbl[kay->macsec_csindex].capable; in ieee802_1x_kay_change_cipher_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay_i.h61 enum macsec_cap capable; member
H A Dieee802_1x_kay.c47 .capable = MACSEC_CAP_INTEG_AND_CONF_0_30_50,
54 .capable = MACSEC_CAP_INTEG_AND_CONF_0_30_50,
1679 "KaY: I am not MACsec-desired or without MACsec capable"); in ieee802_1x_mka_decode_dist_sak_body()
2327 * MACsec capable and one of those request MACsec protection
3885 kay->macsec_capable = cipher_suite_tbl[kay->macsec_csindex].capable; in ieee802_1x_kay_change_cipher_suite()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c1105 f->conn.capable |= FUSE_CAP_DONT_MASK; in do_init()
1107 f->conn.capable |= FUSE_CAP_POSIX_ACL; in do_init()
1110 f->conn.capable |= FUSE_CAP_BIG_WRITES; in do_init()
1112 f->conn.capable |= FUSE_CAP_IOCTL_DIR; in do_init()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Dbsaes-armv7.S78 .syntax unified @ ARMv7-capable assembler is expected to handle this
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H A Dbsaes-armv7.S78 .syntax unified @ ARMv7-capable assembler is expected to handle this
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex820 format more expressive and the tools more capable. Khronos is open to
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl733 .syntax unified @ ARMv7-capable assembler is expected to handle this
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl733 .syntax unified @ ARMv7-capable assembler is expected to handle this
/third_party/openGLES/xml/
H A Dreadme.tex898 more expressive and the tools more capable. Khronos is open to hosting
/third_party/icu/icu4c/source/
H A Dconfigure6562 not a universal capable compiler

Completed in 47 milliseconds

12