Home
last modified time | relevance | path

Searched refs:NO_MATCH (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_geom.c602 NO_MATCH, enumerator
618 return (NO_MATCH); in vdev_attach_ok()
625 return (NO_MATCH); in vdev_attach_ok()
646 return (NO_MATCH); in vdev_attach_ok()
663 return (NO_MATCH); in vdev_attach_ok()
686 if (m == NO_MATCH) in vdev_geom_attach_by_guids()
/netbsd/external/bsd/elftosb/dist/common/
H A Doptions.cpp298 enum kwdmatch_t { NO_MATCH, PARTIAL_MATCH, EXACT_MATCH } ; enumerator
333 if ((src == NULL) || (attempt == NULL)) return NO_MATCH ; in kwdmatch()
335 if ((! *src) || (! *attempt)) return NO_MATCH ; in kwdmatch()
339 if (TOLOWER(src[i]) != TOLOWER(attempt[i])) return NO_MATCH ; in kwdmatch()
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dreadline.h865 #define NO_MATCH 0 macro
H A Dcomplete.c1790 do_replace = should_quote ? mtype : NO_MATCH; in make_quoted_replacement()
1793 if (do_replace != NO_MATCH && rl_filename_quoting_function) in make_quoted_replacement()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dreadline.h865 #define NO_MATCH 0 macro
H A Dcomplete.c1790 do_replace = should_quote ? mtype : NO_MATCH; in make_quoted_replacement()
1793 if (do_replace != NO_MATCH && rl_filename_quoting_function) in make_quoted_replacement()
/netbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1537 #define NO_MATCH 0x31 macro
H A Daic79xx.seq968 SET_SEQINTCODE(NO_MATCH)
972 SET_SEQINTCODE(NO_MATCH)
H A Daic7xxx.reg810 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */
H A Daic79xx_reg.h2385 #define NO_MATCH 0x04 macro
H A Daic79xx.reg136 NO_MATCH, /* no cmd match for reconnect */
H A Daic7xxx.seq1950 mvi NO_MATCH call set_seqint;
/netbsd/external/bsd/tcpdump/dist/tests/
H A Dof10_s4810-vvvv.out1319 buffer_id NONE, total_len 119, in_port 1, reason NO_MATCH
/netbsd/sys/dev/ic/
H A Daic7xxx.c595 case NO_MATCH: in ahc_handle_seqint()
H A Daic79xx.c1236 case NO_MATCH: in ahd_handle_seqint()