Searched refs:opt_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dstatsnoop79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
91 l) opt_type=1 ;;
128 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_type=0
151 inline int OPT_type = '$opt_type';
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dstatsnoop79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
91 l) opt_type=1 ;;
128 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_type=0
151 inline int OPT_type = '$opt_type';
/freebsd-9.3-release/usr.sbin/ckdist/
H A Dckdist.c74 static int opt_type; /* dist type: md5 or inf */ variable
119 if ((opt_type = disttype(optarg)) == 0) {
143 rval |= ckdist(*argv, opt_type);
147 rval |= ckdist(*argv, opt_type);
169 (!opt_type || type == opt_type))
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pgm.c174 u_int8_t opt_type, opt_len, flags1, flags2; local
492 opt_type = *bp++;
493 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
494 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK);
516 opt_type = *bp++;
532 switch (opt_type & PGM_OPT_MASK) {
828 (void)printf(" OPT_%02X [%d] ", opt_type, opt_len);
834 if (opt_type & PGM_OPT_END)
/freebsd-9.3-release/contrib/amd/amd/
H A Dam_ops.c384 } else if (fo->opt_type == 0) {
391 rop = ops_search(fo->opt_type);
393 plog(XLOG_USER, "fs type \"%s\" not recognized", fo->opt_type);
H A Damd.h384 char *opt_type; member in struct:am_opts
H A Dopts.c142 &fs_static.opt_type, 0, 0, FALSE },
/freebsd-9.3-release/sys/dev/txp/
H A Dif_txpreg.h389 opt_type:4; member in struct:txp_opt_desc

Completed in 126 milliseconds