Home
last modified time | relevance | path

Searched refs:revs (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/tools/tools/ath/athpow/
Dathpow.c64 static void printRevs(FILE *fd, const HAL_REVS *revs);
79 HAL_REVS revs; in main() local
104 atd.ad_out_data = (caddr_t) &revs; in main()
105 atd.ad_out_size = sizeof(revs); in main()
110 printRevs(stdout, &revs); in main()
124 if (IS_2413(&revs) || IS_5413(&revs)) in main()
170 printRevs(FILE *fd, const HAL_REVS *revs) in printRevs() argument
175 revs->ah_devid, revs->ah_subvendorid); in printRevs()
177 , revs->ah_macVersion, revs->ah_macRev in printRevs()
178 , revs->ah_phyRev >> 4, revs->ah_phyRev & 0xf in printRevs()
[all …]
/freebsd-12-stable/tools/tools/ath/athregs/
Ddumpregs.c49 HAL_REVS revs; member
167 atd.ad_out_data = (caddr_t) &state.revs; in main()
168 atd.ad_out_size = sizeof(state.revs); in main()
175 "(devid 0x%x mac %d.%d phy %d)", state.revs.ah_devid, in main()
176 state.revs.ah_macVersion, state.revs.ah_macRev, in main()
177 state.revs.ah_phyRev); in main()
374 match(const struct dumpreg *dr, const HAL_REVS *revs) in match() argument
376 if (!MAC_MATCH(dr, revs->ah_macVersion, revs->ah_macRev)) in match()
378 if ((dr->type & DUMP_BASEBAND) && !PHY_MATCH(dr, revs->ah_phyRev)) in match()
386 const HAL_REVS *revs = &state.revs; in ath_hal_anyregs() local
[all …]
/freebsd-12-stable/tools/tools/ath/athdecode/
Dmain.c47 HAL_REVS revs; member
207 state.revs.ah_macVersion = 1; in opdevice()
208 state.revs.ah_macRev = 0; in opdevice()
215 state.revs.ah_macVersion = 2; in opdevice()
216 state.revs.ah_macRev = 0; in opdevice()
244 state.revs.ah_macVersion = 4; in opdevice()
245 state.revs.ah_macRev = 5; in opdevice()
252 state.revs.ah_macVersion = 5; in opdevice()
253 state.revs.ah_macRev = 9; in opdevice()
267 state.revs.ah_macVersion = 13; in opdevice()
[all …]
/freebsd-12-stable/tools/tools/ath/athpoke/
Dathpoke.c46 HAL_REVS revs; member
91 atd.ad_out_data = (caddr_t) &state.revs; in main()
92 atd.ad_out_size = sizeof(state.revs); in main()
235 const HAL_REVS *revs = &state.revs; in reglookup() local
242 if (MAC_MATCH(dr, revs->ah_macVersion, revs->ah_macRev) && in reglookup()
/freebsd-12-stable/tools/tools/ath/athradar/
Dathradar.c51 HAL_REVS revs; in radar_opendev() local
63 radar->atd.ad_out_data = (caddr_t) &revs; in radar_opendev()
64 radar->atd.ad_out_size = sizeof(revs); in radar_opendev()
69 radar->ah_devid = revs.ah_devid; in radar_opendev()
/freebsd-12-stable/tools/tools/ath/athspectral/
Dathspectral.c51 HAL_REVS revs; in spectral_opendev() local
63 spectral->atd.ad_out_data = (caddr_t) &revs; in spectral_opendev()
64 spectral->atd.ad_out_size = sizeof(revs); in spectral_opendev()
69 spectral->ah_devid = revs.ah_devid; in spectral_opendev()
/freebsd-12-stable/contrib/gdb/include/
Dos9k.h89 #define mkattrevs(attr, revs) (((attr) << 8) | (revs)) argument
/freebsd-12-stable/sys/dev/bhnd/nvram/
Dbhnd_nvram_data_sprom_subr.c169 bit_set(state->revs, state->layout->rev); in bhnd_sprom_opcode_reset()
405 memset(state->revs, 0x0, sizeof(state->revs)); in bhnd_sprom_opcode_set_revs()
406 bit_nset(state->revs, start, end); in bhnd_sprom_opcode_set_revs()
899 return (bit_test(state->revs, state->layout->rev)); in bhnd_sprom_opcode_matches_layout_rev()
Dbhnd_nvram_data_spromvar.h132 bitstr_t bit_decl(revs, SPROM_OP_REV_MAX);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dstructure34 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-12-stable/contrib/subversion/subversion/libsvn_client/
Dra.c688 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()
Dconflicts.c2512 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()
Dmerge.c6891 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-12-stable/contrib/subversion/subversion/libsvn_repos/
Dlog.c1989 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-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dstructure37 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-12-stable/sys/dev/bhnd/tools/
Dnvram_map_gen.awk2842 function revrange_to_string(revs, _start, _end) {
2843 obj_assert_class(revs, RevRange)
2845 _start = get(revs, p_start)
2846 _end = get(revs, p_end)
3137 function srom_layout_filter_new(parent, revs, _obj, _start, _end, _parent_revs) {
3139 obj_assert_class(revs, RevRange)
3143 _start = get(revs, p_start)
3144 _end = get(revs, p_end)
3153 if (revrange_equal(revs, _parent_revs)) {
3154 error("srom range '" revrange_to_string(revs) "' is " \
[all …]
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_vfy.c1997 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-12-stable/contrib/subversion/
DCHANGES158 * 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 …]
Dbuild-outputs.mk472 …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…
2644revs-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-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
Dprotocol425 get-file-revs
/freebsd-12-stable/contrib/llvm-project/
DFREEBSD-Xlist5 .git-blame-ignore-revs
/freebsd-12-stable/contrib/ipfilter/
DHISTORY1178 Fixes for FreeBSD 2.2 (and later revs) to prevent panics. Julian Assange.
/freebsd-12-stable/share/termcap/
Dtermcap4208 # 1) there are several firmware revs of 85H in the world. Use o85h for
4209 # firmware revs prior to SP51
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src15522 # 1) there are several firmware revs of 85H in the world. Use abm85h-old for
15523 # firmware revs prior to SP51