Searched refs:o_type (Results 1 – 8 of 8) sorted by relevance
| /src/crypto/openssl/include/openssl/ |
| H A D | lhash.h | 58 #define DECLARE_LHASH_HASH_FN(name, o_type) \ argument 60 #define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument 63 const o_type *a = arg; \ 69 #define DECLARE_LHASH_COMP_FN(name, o_type) \ argument 71 #define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument 74 const o_type *a = arg1; \ 75 const o_type *b = arg2; \ 81 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 83 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 86 o_type *a = arg1; \
|
| H A D | lhash.h.in | 60 #define DECLARE_LHASH_HASH_FN(name, o_type) \ argument 62 #define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument 65 const o_type *a = arg; \ 71 #define DECLARE_LHASH_COMP_FN(name, o_type) \ argument 73 #define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument 76 const o_type *a = arg1; \ 77 const o_type *b = arg2; \ 83 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 85 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 88 o_type *a = arg1; \
|
| /src/libexec/tftpd/ |
| H A D | tftp-options.c | 378 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 D | tftp-options.h | 48 const char *o_type; member
|
| H A D | tftp-io.c | 292 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()
|
| /src/usr.sbin/fstyp/ |
| H A D | apfs.c | 57 uint32_t o_type; member 97 (csb->nx_o.o_type & OBJECT_TYPE_MASK) != OBJECT_TYPE_NX_SUPERBLOCK) in fstyp_apfs()
|
| /src/sbin/ipf/ipmon/ |
| H A D | ipmon_y.y | 30 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()
|
| /src/sys/dev/bxe/ |
| H A D | bxe.c | 10488 ecore_obj_type o_type = in bxe_init_objs() local 10506 o_type); in bxe_init_objs()
|