Searched refs:o_type (Results 1 - 7 of 7) sorted by relevance

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

Completed in 159 milliseconds