Home
last modified time | relevance | path

Searched refs:opt_type (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/amd/amd/
H A Dam_ops.c127 } else if (fo->opt_type == 0) { in ops_match()
135 if (strcmp(rop->fs_type, fo->opt_type) == 0) in ops_match()
139 plog(XLOG_USER, "fs type \"%s\" not recognised", fo->opt_type); in ops_match()
H A Dopts.c67 { S("type"), &fs_static.opt_type, 0 },
/openbsd-src/usr.sbin/nsd/
H A Dedns.c132 uint16_t opt_type; in edns_parse_record() local
144 opt_type = buffer_read_u16(packet); in edns_parse_record()
145 if (opt_owner != 0 || opt_type != TYPE_OPT) { in edns_parse_record()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Ddump_format_style.py92 def __init__(self, name, opt_type, comment, version): argument
94 self.type = opt_type
/openbsd-src/sys/dev/pci/
H A Dif_txpreg.h377 opt_type:4; member
/openbsd-src/usr.sbin/amd/include/
H A Dam.h349 char *opt_type; member