Searched refs:o_type (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | lhash.h | 49 # 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 D | lhash.h.in | 51 # 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-14.2/usr.sbin/fstyp/ |
| H A D | apfs.c | 55 uint32_t o_type; member 95 (csb->nx_o.o_type & OBJECT_TYPE_MASK) != OBJECT_TYPE_NX_SUPERBLOCK) in fstyp_apfs()
|
| /freebsd-14.2/libexec/tftpd/ |
| H A D | tftp-options.c | 379 for (i = 0; options[i].o_type != NULL; i++) { in make_options() 383 option = options[i].o_type; in make_options() 443 for (i = 0; options[i].o_type != NULL; i++) { in parse_options() 444 if (strcmp(option, options[i].o_type) == 0) { in parse_options() 460 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 | 293 for (i = 0; options[i].o_type != NULL; i++) { in send_oack() 295 n = snprintf(bp, size, "%s%c%s", options[i].o_type, in send_oack()
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/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()
|