Searched refs:rev (Results 276 - 300 of 407) sorted by relevance

<<11121314151617

/freebsd-11-stable/sys/dev/mmc/
H A Dmmcsd.c242 uint8_t rev; local
306 rev = ext_csd[EXT_CSD_REV];
313 if (rev >= 6 && mmcsd_cache != 0) {
350 if (rev >= 4 && comp == TRUE && size > 0 &&
410 if (rev >= 5 && size > 0)
414 if (rev <= 3 || comp == FALSE)
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
H A Daesv8-armx.S591 rev w8, w8
598 rev w10, w10
601 rev w12, w8
660 rev w9,w9
664 rev w10,w10
670 rev w12,w8
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c754 svn_revnum_t rev,
763 return svn_repos_fs_change_rev_prop4(sess->repos, rev, sess->username,
790 svn_revnum_t rev,
795 return svn_repos_fs_revision_proplist(props, sess->repos, rev,
801 svn_revnum_t rev,
807 return svn_repos_fs_revision_prop(value, sess->repos, rev, name,
749 svn_ra_local__change_rev_prop(svn_ra_session_t *session, svn_revnum_t rev, const char *name, const svn_string_t *const *old_value_p, const svn_string_t *value, apr_pool_t *pool) argument
785 svn_ra_local__rev_proplist(svn_ra_session_t *session, svn_revnum_t rev, apr_hash_t **props, apr_pool_t *pool) argument
796 svn_ra_local__rev_prop(svn_ra_session_t *session, svn_revnum_t rev, const char *name, svn_string_t **value, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c1383 svn_revnum_t *rev,
1401 if (rev)
1402 *rev = entry->revision;
1540 svn_revnum_t rev,
1548 return b->callbacks->dir_added(adm_access, state, path, rev, b->baton);
1592 svn_revnum_t rev,
1730 svn_revnum_t rev,
1738 return b->callbacks2->dir_added(adm_access, state, path, rev, b->baton);
1805 svn_revnum_t rev,
1925 svn_revnum_t rev,
1381 svn_wc_get_ancestry(char **url, svn_revnum_t *rev, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool) argument
1535 wrap_3to1_dir_added(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, svn_boolean_t *tree_conflicted, const char *path, svn_revnum_t rev, void *diff_baton) argument
1588 wrap_3to1or2_dir_opened(svn_wc_adm_access_t *adm_access, svn_boolean_t *tree_conflicted, const char *path, svn_revnum_t rev, void *diff_baton) argument
1725 wrap_3to2_dir_added(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, svn_boolean_t *tree_conflicted, const char *path, svn_revnum_t rev, void *diff_baton) argument
1801 wrap_4to3_file_opened(svn_boolean_t *tree_conflicted, svn_boolean_t *skip, const char *path, svn_revnum_t rev, void *diff_baton, apr_pool_t *scratch_pool) argument
1919 wrap_4to3_dir_added(svn_wc_notify_state_t *state, svn_boolean_t *tree_conflicted, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *path, svn_revnum_t rev, const char *copyfrom_path, svn_revnum_t copyfrom_revision, void *diff_baton, apr_pool_t *scratch_pool) argument
1998 wrap_4to3_dir_opened(svn_boolean_t *tree_conflicted, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *path, svn_revnum_t rev, void *diff_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/sys/dev/bwi/
H A Dbwirf.c231 uint8_t rev; local
243 rev = 3;
245 rev = 4;
247 rev = 5;
260 rev = __SHIFTOUT(val, BWI_RFINFO_REV_MASK);
262 device_printf(sc->sc_dev, "RF: manu 0x%03x, type 0x%04x, rev %u\n",
263 manu, type, rev);
274 rev != 1) {
275 device_printf(sc->sc_dev, "only BCM2060 rev 1 RF "
332 rf->rf_rev = rev;
[all...]
H A Dbwimac.c929 "no suitible IV for MAC rev %d\n", mac->mac_rev);
953 "no suitible ExtIV for MAC rev %d\n", mac->mac_rev);
1077 "firmware rev 0x%04x, patch level 0x%04x\n", fw_rev,
1625 bwi_mac_attach(struct bwi_softc *sc, int id, uint8_t rev) argument
1661 if (bwi_sup_macrev[i] == rev)
1665 device_printf(sc->sc_dev, "MAC rev %u is "
1666 "not supported\n", rev);
1670 BWI_CREATE_MAC(mac, sc, id, rev);
1681 device_printf(sc->sc_dev, "MAC: rev %u\n", rev);
[all...]
H A Dbwiphy.c90 #define SUP_BPHY(num) { .rev = num, .init = bwi_phy_init_11b_rev##num }
93 uint8_t rev; member in struct:__anon9361
167 device_printf(sc->sc_dev, "PHY: type %d, rev %d, ver %d\n",
178 "rev %u\n", phyrev);
189 if (phyrev == bwi_sup_bphy[i].rev) {
196 "rev %u\n", phyrev);
204 "rev %u\n", phyrev);
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h59 uint32_t rev; member in struct:al_eth_mac_1g
93 uint32_t rev; member in struct:al_eth_mac_10g
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c501 dump(DB *dbp, int rev, int recurse) argument
506 if (rev) {
/freebsd-11-stable/contrib/ntp/ntpdate/
H A DMakefile.in954 $(top_srcdir)/sntp/scm-rev:
955 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
957 version.c: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
958 env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dverify.c46 * rev / pack file handles between calls. Its contents need to be cleaned
117 /* Verify the rep cache DB's consistency with our rev / pack data.
217 /* Verify the MD5 checksums of the index data in the rev / pack file
231 /* Open the rev / pack file and read the footer */
339 * Please note that we can only check on pack / rev file granularity and
340 * must only be called for a single rev / pack file.
360 /* get the size of the rev / pack file as covered by the P2L index */
398 /* There is no L2P entry for unused rev file sections.
408 "the rev / pack file (%ld-%ld)"),
593 * START + COUNT-1 in FS match the actual pack / rev fil
788 pack_size(svn_fs_t *fs, svn_revnum_t rev) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c270 LAST_HIT may refer to a bucket that matches path@rev but has not
476 * If that ROOT is that nodes's "created rev" and PATH matches its "created-
480 * are first asked for path@rev and then for path@c_rev of the same node.
481 * The shortcut works by ignoring the "rev" part of the cache key and then
499 /* Get the path&rev pair at which this node was created.
507 if ( revision == root->rev
518 /* Cache it under its full path@rev access path. */
964 return SVN_FS__ERR_NOT_MUTABLE(root->fs, root->rev, error_path);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h2338 svn_revnum_t rev,
2377 * of the file, respectively. (If either file is empty, the rev
2441 * A directory @a path has been opened. @a rev is the revision that the
2454 svn_revnum_t rev,
2459 * A directory @a path was added. @a rev is the revision that the
2474 svn_revnum_t rev,
2576 svn_revnum_t rev,
2599 svn_revnum_t rev,
2666 svn_revnum_t rev,
2735 svn_revnum_t rev,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c249 * rev 1847: cmpilato | Wed 1 May 2002 15:44:26 | 7 lines
259 * rev 1846: whoever | Wed 1 May 2002 15:23:41 | 1 line
268 * rev 1847: cmpilato | Wed 1 May 2002 15:44:26 | 7 lines
280 * rev 1846: whoever | Wed 1 May 2002 15:23:41 | 1 line
292 * rev 1847: cmpilato | Wed 1 May 2002 15:44:26
294 * rev 1846: whoever | Wed 1 May 2002 15:23:41
301 * rev 1847: cmpilato | Wed 1 May 2002 15:44:26
305 * rev 1846: whoever | Wed 1 May 2002 15:23:41
439 svn_revnum_t rev = APR_ARRAY_IDX(lb->merge_stack, i, svn_revnum_t);
442 SVN_ERR(svn_cmdline_printf(iterpool, " r%ld%c", rev,
438 svn_revnum_t rev = APR_ARRAY_IDX(lb->merge_stack, i, svn_revnum_t); local
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp1094 input_entry_format *rev = 0; local
1097 list->next = rev;
1098 rev = list;
1101 list = rev;
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c272 sc->params.rev == 0 ? sc->port[0].ifp->if_mtu : 0xffff);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhim.h51 HPT_U8 rev; member in struct:_PCI_ID
/freebsd-11-stable/sys/dev/hptnr/
H A Dhim.h50 HPT_U8 rev; member in struct:_PCI_ID
/freebsd-11-stable/sys/dev/hptrr/
H A Dhim.h53 HPT_U8 rev; member in struct:_PCI_ID
/freebsd-11-stable/crypto/heimdal/
H A DMakefile.in533 rev=''; for subdir in $$list; do \
535 rev="$$subdir $$rev"; \
538 rev="$$rev ."; \
540 for subdir in $$rev; do \
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvibes.c102 u_int8_t rev; member in struct:sc_info
637 sc->rev = sv_indirect_get(sc, SV_REG_REVISION);
867 printf("Sonicvibes: revision %d.\n", sc->rev);
/freebsd-11-stable/sys/dev/siba/
H A Dsibavar.h338 SIBA_SPROM_ACCESSOR(rev, REV, uint8_t);
436 uint8_t rev; /* revision */ member in struct:siba_sprom
535 uint8_t rev; /* PMU rev */ member in struct:siba_cc_pmu
/freebsd-11-stable/sys/dev/sound/isa/
H A Dsbc.c236 int ver, essver, rev; local
245 rev = essver & 0x000f;
248 else if (essver == 0x6880) ver = 0x0500 | rev;
/freebsd-11-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c202 uint16_t rev = 0; local
215 smi_read(dev, RTL8366_CVCR, &rev, RTL_WAITOK);
216 device_printf(dev, "rev. %d\n", rev & 0x000f);
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.c3246 { /* PHY rev 3 */
3257 { /* PHY rev 4 */
3268 { /* PHY rev 5 */
3279 { /* PHY rev 6+ */
3292 { /* PHY rev 3 */
3303 { /* PHY rev 4 */
3314 { /* PHY rev 5 */
3325 { /* PHY rev 6+ */
3333 0x24, 0x24, 0x24, /* low is invalid for radio rev 11! */
3712 if (mac->mac_phy.rev >
[all...]

Completed in 674 milliseconds

<<11121314151617