Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ argument
51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument
53 const o_type *a = arg; \
58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ argument
60 # define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument
62 const o_type *a = arg1; \
63 const o_type *b = arg2; \
68 # define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
70 # define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
72 o_type *a = arg1; \
H A Dlhash.h.in51 # define DECLARE_LHASH_HASH_FN(name, o_type) \ argument
53 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument
55 const o_type *a = arg; \
60 # define DECLARE_LHASH_COMP_FN(name, o_type) \ argument
62 # define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument
64 const o_type *a = arg1; \
65 const o_type *b = arg2; \
70 # define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
72 # define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
74 o_type *a = arg1; \
/freebsd/libexec/tftpd/
H A Dtftp-options.c378 for (i = 0; options[i].o_type != NULL; i++) { in make_options()
382 option = options[i].o_type; in make_options()
442 for (i = 0; options[i].o_type != NULL; i++) { in parse_options()
443 if (strcmp(option, options[i].o_type) == 0) { in parse_options()
459 if (options[i].o_type == NULL) in parse_options()
H A Dtftp-options.h48 const char *o_type; member
H A Dtftp-io.c292 for (i = 0; options[i].o_type != NULL; i++) { in send_oack()
294 n = snprintf(bp, size, "%s%c%s", options[i].o_type, in send_oack()
/freebsd/usr.sbin/fstyp/
H A Dapfs.c55 uint32_t o_type; member
95 (csb->nx_o.o_type & OBJECT_TYPE_MASK) != OBJECT_TYPE_NX_SUPERBLOCK) in fstyp_apfs()
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y30 int o_type; member
309 o->o_type = type; in new_opt()
333 if (macflags[i][0] == o->o_type) in build_action()
337 yykeytostr(o->o_type), yylineNum); in build_action()
347 switch (o->o_type) in build_action()
/freebsd/sys/dev/bxe/
H A Dbxe.c10488 ecore_obj_type o_type = in bxe_init_objs() local
10506 o_type); in bxe_init_objs()