Searched defs:matches (Results 1 - 25 of 103) sorted by last modified time

12345

/freebsd-12-stable/usr.sbin/usbconfig/
H A Dusbconfig.c329 uint32_t matches = 0; local
/freebsd-12-stable/usr.sbin/kbdmap/
H A Dkbdmap.c233 int a, b, matches; local
615 int matches; local
/freebsd-12-stable/usr.sbin/iovctl/
H A Dvalidate.c79 parse_vf_num(const char *key, regmatch_t *matches) argument
228 regmatch_t matches[2]; local
/freebsd-12-stable/usr.sbin/iostat/
H A Diostat.c185 struct devstat_match *matches; local
/freebsd-12-stable/usr.bin/whereis/
H A Dwhereis.c388 regmatch_t matches[2]; local
/freebsd-12-stable/usr.bin/vmstat/
H A Dvmstat.c104 static struct devstat_match *matches; variable in typeref:struct:devstat_match
/freebsd-12-stable/usr.bin/systat/
H A Ddevs.c95 struct devstat_match *matches = NULL; variable in typeref:struct:devstat_match
/freebsd-12-stable/usr.bin/grep/
H A Dgrep.h105 regmatch_t matches[MAX_MATCHES]; /* Matches made */ member in struct:parsec
/freebsd-12-stable/sys/sys/
H A Dpciio.h100 struct pci_conf *matches; /* match buffer */ member in struct:pci_conf_io
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1138 int matches = 0; local
1182 int matches = 0; local
1207 int matches; local
[all...]
/freebsd-12-stable/sys/libkern/
H A Dzlib.c504 uInt matches; /* number of string matches in current block */ member in struct:deflate_state
[all...]
/freebsd-12-stable/sys/isa/
H A Disahint.c109 int line, matches, unit; local
/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_nic.c1261 uint32_t matches; local
/freebsd-12-stable/sys/dev/pci/
H A Dpci_user.c103 u_int32_t matches; /* struct pci_conf ptr */ member in struct:pci_conf_io32
157 pci_conf_match_native(struct pci_match_conf *matches, int num_matches, argument
223 pci_conf_match32(struct pci_match_conf32 *matches, int num_matches, struct pci_conf *match_buf) argument
380 pci_conf_match_old(struct pci_match_conf_old *matches, int num_matches, struct pci_conf *match_buf) argument
444 pci_conf_match_old32(struct pci_match_conf_old32 *matches, int num_matches, struct pci_conf *match_buf) argument
522 pci_conf_match(u_long cmd, struct pci_match_conf *matches, int num_matches, struct pci_conf *match_buf) argument
[all...]
/freebsd-12-stable/sys/dev/pccard/
H A Dpccard.c374 int matches; local
[all...]
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwmreg.h5642 struct iwm_scan_offload_profile_match matches[IWM_SCAN_MAX_PROFILES]; member in struct:iwm_scan_offload_profiles_query
/freebsd-12-stable/sys/dev/drm2/
H A DdrmP.h1734 struct dmi_strmatch matches[4]; member in struct:dmi_system_id
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi.c1035 int line, matches, unit; local
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c405 ZSTD_insertBtAndGetAllMatches( ZSTD_matchState_t* ms, ZSTD_compressionParameters const* cParams, const BYTE* const ip, const BYTE* const iLimit, int const extDict, U32 rep[ZSTD_REP_NUM], U32 const ll0, ZSTD_match_t* matches, const U32 lengthToBeat, U32 const mls ) argument
561 ZSTD_BtGetAllMatches( ZSTD_matchState_t* ms, ZSTD_compressionParameters const* cParams, const BYTE* ip, const BYTE* const iHighLimit, int const extDict, U32 rep[ZSTD_REP_NUM], U32 const ll0, ZSTD_match_t* matches, U32 const lengthToBeat) argument
685 ZSTD_match_t* const matches = optStatePtr->matchTable; local
[all...]
/freebsd-12-stable/sys/contrib/zlib/
H A Ddeflate.h252 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h246 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/freebsd-12-stable/sys/cam/
H A Dcam_ccb.h575 struct dev_match_result *matches; member in struct:ccb_dev_match
/freebsd-12-stable/sys/arm64/acpica/
H A Dacpi_iort.c342 int i, matches; local
374 int i, matches, dom; local
/freebsd-12-stable/sbin/devd/
H A Ddevd.cc194 event_proc::matches(config &c) const function in class:event_proc
/freebsd-12-stable/lib/libdevstat/
H A Ddevstat.c552 devstat_selectdevs(struct device_selection **dev_select, int *num_selected, int *num_selections, long *select_generation, long current_generation, struct devstat *devices, int numdevs, struct devstat_match *matches, int num_matches, char **dev_selections, int num_dev_selections, devstat_select_mode select_mode, int maxshowdevs, int perf_select) argument
1035 devstat_buildmatch(char *match_str, struct devstat_match **matches, int *num_matches) argument
[all...]

Completed in 604 milliseconds

12345