Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dlhash.h99 #define DECLARE_LHASH_HASH_FN(name, o_type) \ argument
101 #define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument
103 const o_type *a = arg; \
108 #define DECLARE_LHASH_COMP_FN(name, o_type) \ argument
110 #define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument
112 const o_type *a = arg1; \
113 const o_type *b = arg2; \
118 #define DECLARE_LHASH_DOALL_FN(name, o_type) \ argument
120 #define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \ argument
122 o_type *a = arg; \
[all …]
/dragonfly/usr.sbin/fstyp/
H A Dapfs.c57 uint32_t o_type; member
97 (csb->nx_o.o_type & OBJECT_TYPE_MASK) != OBJECT_TYPE_NX_SUPERBLOCK) in fstyp_apfs()
/dragonfly/libexec/tftpd/
H A Dtftpd.c328 const char *o_type; member
406 for (i = 0; options[i].o_type != NULL; i++) in tftp()
407 if (strcmp(option, options[i].o_type) == 0) { in tftp()
828 for (i = 0; options[i].o_type != NULL; i++) { in oack()
830 n = snprintf(bp, size, "%s%c%d", options[i].o_type, in oack()