| /freebsd-13-stable/tools/tools/ath/athpow/ |
| HD | athpow.c | 62 static void printRevs(FILE *fd, const HAL_REVS *revs); 77 HAL_REVS revs; in main() local 102 atd.ad_out_data = (caddr_t) &revs; in main() 103 atd.ad_out_size = sizeof(revs); in main() 108 printRevs(stdout, &revs); in main() 122 if (IS_2413(&revs) || IS_5413(&revs)) in main() 168 printRevs(FILE *fd, const HAL_REVS *revs) in printRevs() argument 173 revs->ah_devid, revs->ah_subvendorid); in printRevs() 175 , revs->ah_macVersion, revs->ah_macRev in printRevs() 176 , revs->ah_phyRev >> 4, revs->ah_phyRev & 0xf in printRevs() [all …]
|
| /freebsd-13-stable/tools/tools/ath/athregs/ |
| HD | dumpregs.c | 47 HAL_REVS revs; member 165 atd.ad_out_data = (caddr_t) &state.revs; in main() 166 atd.ad_out_size = sizeof(state.revs); in main() 173 "(devid 0x%x mac %d.%d phy %d)", state.revs.ah_devid, in main() 174 state.revs.ah_macVersion, state.revs.ah_macRev, in main() 175 state.revs.ah_phyRev); in main() 372 match(const struct dumpreg *dr, const HAL_REVS *revs) in match() argument 374 if (!MAC_MATCH(dr, revs->ah_macVersion, revs->ah_macRev)) in match() 376 if ((dr->type & DUMP_BASEBAND) && !PHY_MATCH(dr, revs->ah_phyRev)) in match() 384 const HAL_REVS *revs = &state.revs; in ath_hal_anyregs() local [all …]
|
| /freebsd-13-stable/tools/tools/ath/athdecode/ |
| HD | main.c | 45 HAL_REVS revs; member 205 state.revs.ah_macVersion = 1; in opdevice() 206 state.revs.ah_macRev = 0; in opdevice() 213 state.revs.ah_macVersion = 2; in opdevice() 214 state.revs.ah_macRev = 0; in opdevice() 242 state.revs.ah_macVersion = 4; in opdevice() 243 state.revs.ah_macRev = 5; in opdevice() 250 state.revs.ah_macVersion = 5; in opdevice() 251 state.revs.ah_macRev = 9; in opdevice() 265 state.revs.ah_macVersion = 13; in opdevice() [all …]
|
| /freebsd-13-stable/tools/tools/ath/athpoke/ |
| HD | athpoke.c | 44 HAL_REVS revs; member 89 atd.ad_out_data = (caddr_t) &state.revs; in main() 90 atd.ad_out_size = sizeof(state.revs); in main() 233 const HAL_REVS *revs = &state.revs; in reglookup() local 240 if (MAC_MATCH(dr, revs->ah_macVersion, revs->ah_macRev) && in reglookup()
|
| /freebsd-13-stable/tools/tools/ath/athradar/ |
| HD | athradar.c | 49 HAL_REVS revs; in radar_opendev() local 61 radar->atd.ad_out_data = (caddr_t) &revs; in radar_opendev() 62 radar->atd.ad_out_size = sizeof(revs); in radar_opendev() 67 radar->ah_devid = revs.ah_devid; in radar_opendev()
|
| /freebsd-13-stable/tools/tools/ath/athspectral/ |
| HD | athspectral.c | 49 HAL_REVS revs; in spectral_opendev() local 61 spectral->atd.ad_out_data = (caddr_t) &revs; in spectral_opendev() 62 spectral->atd.ad_out_size = sizeof(revs); in spectral_opendev() 67 spectral->ah_devid = revs.ah_devid; in spectral_opendev()
|
| /freebsd-13-stable/sys/dev/bhnd/nvram/ |
| HD | bhnd_nvram_data_sprom_subr.c | 167 bit_set(state->revs, state->layout->rev); in bhnd_sprom_opcode_reset() 400 memset(state->revs, 0x0, sizeof(state->revs)); in bhnd_sprom_opcode_set_revs() 401 bit_nset(state->revs, start, end); in bhnd_sprom_opcode_set_revs() 893 return (bit_test(state->revs, state->layout->rev)); in bhnd_sprom_opcode_matches_layout_rev()
|
| HD | bhnd_nvram_data_spromvar.h | 131 bitstr_t bit_decl(revs, SPROM_OP_REV_MAX);
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | structure | 34 revs/ Subdirectory containing revs 230 represent, and are placed directly in the revs/ and revprops/ 232 revs/1234 and the rev-prop file revprops/1234. 236 represent, and are placed in a subdirectory of the revs/ and 244 revision file revs/1/1234 and rev-prop file revprops/1/1234. The 245 revs/0/ directory will contain revisions 0-999, revs/1/ will contain 442 Within a revision file, node-revs have a txn-id field of the form 551 The marshalling syntax for node-revs is a series of fields terminated 561 count Count of node-revs since the base of the node 600 (as is the case for node-revs with copy history, and for the root node [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | ra.c | 688 apr_array_header_t *revs; in repos_locations() local 729 revs = apr_array_make(scratch_pool, 2, sizeof(svn_revnum_t)); in repos_locations() 730 APR_ARRAY_PUSH(revs, svn_revnum_t) = start_revnum; in repos_locations() 732 APR_ARRAY_PUSH(revs, svn_revnum_t) = end_revnum; in repos_locations() 735 revs, scratch_pool)); in repos_locations()
|
| HD | conflicts.c | 2512 apr_array_header_t *revs; in find_moves_in_natural_history() local 2527 revs = svn_sort__hash(moves_table, compare_items_as_revs, scratch_pool); in find_moves_in_natural_history() 2528 for (i = revs->nelts - 1; i >= 0; i--) in find_moves_in_natural_history() 2530 svn_sort__item_t item = APR_ARRAY_IDX(revs, i, svn_sort__item_t); in find_moves_in_natural_history()
|
| HD | merge.c | 6891 apr_array_header_t *revs = baton; in log_changed_revs() local 6893 APR_ARRAY_PUSH(revs, svn_revnum_t) = log_entry->revision; in log_changed_revs()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | log.c | 1989 apr_array_header_t *revs = NULL; in do_logs() local 2126 if (! revs) in do_logs() 2127 revs = apr_array_make(pool, 64, sizeof(svn_revnum_t)); in do_logs() 2128 APR_ARRAY_PUSH(revs, svn_revnum_t) = current; in do_logs() 2161 if (revs) in do_logs() 2166 for (i = 0; i < revs->nelts; ++i) in do_logs() 2173 current = APR_ARRAY_IDX(revs, revs->nelts - i - 1, svn_revnum_t); in do_logs()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | structure | 37 revs/ Subdirectory containing revs 154 Within a revision file, node-revs have a txn-id field of the form 285 The node-rev files have the same format as node-revs in a revision 293 * For directory node-revs, the "text" field may have the value 301 * For file node-revs, the "text" field may have the value "-1
|
| /freebsd-13-stable/sys/dev/bhnd/tools/ |
| HD | nvram_map_gen.awk | 2841 function revrange_to_string(revs, _start, _end) { 2842 obj_assert_class(revs, RevRange) 2844 _start = get(revs, p_start) 2845 _end = get(revs, p_end) 3136 function srom_layout_filter_new(parent, revs, _obj, _start, _end, _parent_revs) { 3138 obj_assert_class(revs, RevRange) 3142 _start = get(revs, p_start) 3143 _end = get(revs, p_end) 3152 if (revrange_equal(revs, _parent_revs)) { 3153 error("srom range '" revrange_to_string(revs) "' is " \ [all …]
|
| /freebsd-13-stable/crypto/openssl/crypto/x509/ |
| HD | x509_vfy.c | 1997 STACK_OF(X509_REVOKED) *revs = NULL; in X509_CRL_diff() 2065 revs = X509_CRL_get_REVOKED(newer); in X509_CRL_diff() 2067 for (i = 0; i < sk_X509_REVOKED_num(revs); i++) { in X509_CRL_diff() 2069 rvn = sk_X509_REVOKED_value(revs, i); in X509_CRL_diff()
|
| /freebsd-13-stable/contrib/subversion/ |
| HD | CHANGES | 158 * Repos-to-WC copy from foreign repo with peg/operative revs (#4785) 558 * Handle commits to revs > HEAD consistently across RA layers (r1664698) 2373 * mergeinfo: reduce network usage for '--show-revs' (r1492005) 2380 * ra_serf: fix support for 'get-file-revs-reversed' capability (r1498456) 2563 * new --drop-all-emtpy-revs option for 'svndumpfilter' (issue #3681) 2687 * fix crashes in dumpstream loading with skipped revs (r1214202, r1214216) 2758 * fix inconsistent handling of log revs without changed paths (issue #3694) 4490 * now accept "peg dates" (URL@{DATE}), behaving like peg revs (issue #2602) 4604 - fixed: Consider revs changing blocking status as reflected (issue #2814) 5147 * fixed: svndumpfilter incorrectly remapping dropped revs (issue #1911) [all …]
|
| HD | build-outputs.mk | 472 …ev.lo subversion/libsvn_fs_base/reps-strings.lo subversion/libsvn_fs_base/revs-txns.lo subversion/… 473 … dag.lo err.lo fs.lo id.lo key-gen.lo lock.lo node-rev.lo reps-strings.lo revs-txns.lo trail.lo tr… 603 …on/mod_dav_svn/reports/deleted-rev.lo subversion/mod_dav_svn/reports/file-revs.lo subversion/mod_d… 604 …ts/create_txn.lo reports/dated-rev.lo reports/deleted-rev.lo reports/file-revs.lo reports/get-loca… 2628 …-rev.h subversion/libsvn_fs_base/reps-strings.h subversion/libsvn_fs_base/revs-txns.h subversion/l… 2632 …n_fs_base/id.h subversion/libsvn_fs_base/lock.h subversion/libsvn_fs_base/revs-txns.h subversion/l… 2638 …base/fs_init.h subversion/libsvn_fs_base/lock.h subversion/libsvn_fs_base/revs-txns.h subversion/l… 2644 …revs-txns.lo: subversion/libsvn_fs_base/revs-txns.c subversion/include/private/svn_debug.h subvers… 2648 …ase/lock.h subversion/libsvn_fs_base/node-rev.h subversion/libsvn_fs_base/revs-txns.h subversion/l… 3184 subversion/mod_dav_svn/reports/file-revs.lo: subversion/mod_dav_svn/reports/file-revs.c subversion/… [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | protocol | 425 get-file-revs
|
| /freebsd-13-stable/contrib/llvm-project/ |
| HD | FREEBSD-Xlist | 4 .git-blame-ignore-revs
|
| /freebsd-13-stable/contrib/ipfilter/ |
| HD | HISTORY | 1178 Fixes for FreeBSD 2.2 (and later revs) to prevent panics. Julian Assange.
|
| /freebsd-13-stable/share/termcap/ |
| HD | termcap | 4219 # 1) there are several firmware revs of 85H in the world. Use o85h for 4220 # firmware revs prior to SP51
|
| /freebsd-13-stable/contrib/ncurses/misc/ |
| HD | terminfo.src | 17765 # 1) there are several firmware revs of 85H in the world. Use abm85h-old for 17766 # firmware revs prior to SP51
|