Home
last modified time | relevance | path

Searched refs:dirty (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/crypto/openssl/apps/
H A Dinfo.c40 int ret = 1, dirty = 0, type = 0; in info_main() local
57 dirty++; in info_main()
61 dirty++; in info_main()
65 dirty++; in info_main()
69 dirty++; in info_main()
73 dirty++; in info_main()
77 dirty++; in info_main()
81 dirty++; in info_main()
85 dirty++; in info_main()
91 if (dirty > 1) { in info_main()
[all …]
H A Dversion.c64 dirty = date = 1; in version_main()
67 dirty = dir = 1; in version_main()
70 dirty = engdir = 1; in version_main()
73 dirty = moddir = 1; in version_main()
76 dirty = cflags = 1; in version_main()
79 dirty = options = 1; in version_main()
82 dirty = platform = 1; in version_main()
85 dirty = seed = 1; in version_main()
88 dirty = version = 1; in version_main()
91 dirty = cpuinfo = 1; in version_main()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dmu.h47 TP_PROTO(dmu_tx_t *tx, uint64_t dirty, uint64_t min_tx_time),
48 TP_ARGS(tx, dirty, min_tx_time),
59 __field(uint64_t, dirty)
70 __entry->dirty = dirty;
80 __entry->dirty, __entry->min_tx_time)
86 TP_PROTO(dmu_tx_t *tx, uint64_t dirty, uint64_t min_tx_time), \
87 TP_ARGS(tx, dirty, min_tx_time))
/freebsd/sys/dev/axgbe/
H A Dxgbe-txrx.c363 ring->dirty); in axgbe_isc_txd_encap()
399 if (__predict_false(ring->cur == ring->dirty)) { in axgbe_isc_txd_credits_update()
401 __func__, ring->cur, ring->dirty); in axgbe_isc_txd_credits_update()
406 rdata = XGBE_GET_DESC_DATA(ring, ring->dirty); in axgbe_isc_txd_credits_update()
424 ring->dirty = (ring->dirty + 1) & (ring->rdesc_count - 1); in axgbe_isc_txd_credits_update()
430 if (ring->cur == ring->dirty) in axgbe_isc_txd_credits_update()
433 rdata = XGBE_GET_DESC_DATA(ring, ring->dirty); in axgbe_isc_txd_credits_update()
437 processed, ring->cur, ring->dirty); in axgbe_isc_txd_credits_update()
460 iru->iru_pidx, count, ring->cur, ring->dirty); in axgbe_isc_rxd_refill()
523 ring->dirty = ((ring->dirty + 1) & (ring->rdesc_count - 1)); in axgbe_isc_rxd_refill()
[all …]
H A Dxgbe-desc.c153 ring->dirty = 0; in xgbe_wrapper_tx_descriptor_init()
197 ring->dirty = 0; in xgbe_wrapper_rx_descriptor_init()
/freebsd/lib/libc/nameser/
H A Dns_ttl.c97 int ch, digits, dirty; in ns_parse_ttl() local
102 dirty = 0; in ns_parse_ttl()
127 dirty = 1; in ns_parse_ttl()
130 if (dirty) in ns_parse_ttl()
134 } else if (!dirty) in ns_parse_ttl()
/freebsd/tools/regression/nfsmmap/
H A DREADME2 b_{valid,dirty}{off,end} fields of struct buf is consistent with the
7 with a valid range and a dirty range
9 Fsync, flushing the dirty range
17 should first write out the dirty range and then read the rest
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_slkrefr.c97 if (slk->dirty || slk->ent[i].dirty) { in slk_intern_refresh()
122 slk->ent[i].dirty = FALSE; in slk_intern_refresh()
125 slk->dirty = FALSE; in slk_intern_refresh()
H A Dlib_slktouch.c51 SP_PARM->_slk->dirty = TRUE; in NCURSES_EXPORT()
/freebsd/lib/libc/inet/
H A Dinet_net_pton.c63 int n, ch, tmp = 0, dirty, bits; in inet_net_pton_ipv4() local
73 dirty = 0; in inet_net_pton_ipv4()
80 if (dirty == 0) in inet_net_pton_ipv4()
84 if (++dirty == 2) { in inet_net_pton_ipv4()
88 dirty = 0; in inet_net_pton_ipv4()
91 if (dirty) { /*%< Odd trailing nybble? */ in inet_net_pton_ipv4()
/freebsd/sys/fs/msdosfs/
H A Dfat.h105 int markvoldirty_upgrade(struct msdosfsmount *pmp, bool dirty, bool rw_upgrade);
108 markvoldirty(struct msdosfsmount *pmp, bool dirty) in markvoldirty() argument
110 return (markvoldirty_upgrade(pmp, dirty, false)); in markvoldirty()
/freebsd/sbin/dump/
H A Dmain.c109 int dirty; in main() local
551 dirty = 0; /* XXX just to get gcc to shut up */ in main()
554 dirty = *map++; in main()
556 dirty >>= 1; in main()
557 if ((dirty & 1) == 0) in main()
573 dirty = *map++; in main()
575 dirty >>= 1; in main()
576 if ((dirty & 1) == 0) in main()
/freebsd/contrib/file/magic/Magdir/
H A Dapt12 >12 beshort 1 \b, dirty
18 >8 beshort 1 \b, dirty
24 >6 byte 1 \b, dirty
/freebsd/contrib/libevent/m4/
H A Dltversion.m415 m4_define([LT_PACKAGE_VERSION], [2.4.6.42-b88ce-dirty])
19 [macro_version='2.4.6.42-b88ce-dirty'
/freebsd/sys/amd64/vmm/amd/
H A Dsvm_softc.h58 uint32_t dirty; /* state cache bits that must be cleared */ member
124 vcpu->dirty |= dirtybits; in svm_set_dirty()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_service.c128 p_subn->p_osm->sa.dirty = TRUE; in osm_svcr_insert_to_db()
144 p_subn->p_osm->sa.dirty = TRUE; in osm_svcr_remove_from_db()
H A Dosm_db_files.c96 boolean_t dirty; member
273 p_domain_imp->dirty = FALSE; in osm_db_domain_init()
490 if (p_domain_imp->dirty == FALSE) in osm_db_store()
533 p_domain_imp->dirty = FALSE; in osm_db_store()
637 p_domain_imp->dirty = TRUE; in osm_db_update()
667 p_domain_imp->dirty = TRUE; in osm_db_delete()
H A Dosm_sa_guidinfo_record.c391 int dirty = 0; in del_guidinfo() local
472 dirty = 1; in del_guidinfo()
476 if (dirty) { in del_guidinfo()
479 sa->dirty = TRUE; in del_guidinfo()
495 int i, j, dirty = 0; in set_guidinfo() local
701 dirty = 1; in set_guidinfo()
705 if (dirty) { in set_guidinfo()
708 sa->dirty = TRUE; in set_guidinfo()
H A Dosm_multicast.c147 subn->p_osm->sa.dirty = TRUE; in osm_mgrp_new()
187 subn->p_osm->sa.dirty = TRUE; in osm_mgrp_cleanup()
342 subn->p_osm->sa.dirty = TRUE; in osm_mgrp_add_port()
418 subn->p_osm->sa.dirty = TRUE; in osm_mgrp_remove_port()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A DBEGEMOT-HAST-MIB.txt182 map of dirty extents and extent is the smallest
183 region that can be marked as dirty. If any part
193 "Maximum number of dirty extents to keep dirty all
195 dirty to reduce number of metadata updates."
235 "Current number of dirty extents for the resource."
/freebsd/crypto/openssl/doc/internal/man7/
H A DEVP_PKEY.pod91 Every time the B<EVP_PKEY> internal key mutates, an internal dirty
92 count is incremented. The need for a dirty count is explained further
96 the L<EVP_KEYMGMT(3)>, the dirty count is maintained in the B<EVP_PKEY>
150 Check if the dirty count for the internal origin key has changed since
152 dirty count, which is maintained by the export function.
154 If the dirty count has changed, the export cache is cleared.
/freebsd/sbin/fsck_ffs/
H A Ddir.c224 dirty(bp); in dirscan()
299 dirty(bp); in fsck_readdir()
357 dirty(bp); in dircheck()
405 dirty(bp); in dircheck()
831 dirty(nbp); in expanddir()
851 dirty(bp); in expanddir()
878 dirty(nbp); in expanddir()
939 dirty(bp); in allocdir()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c919 dmu_tx_delay(dmu_tx_t *tx, uint64_t dirty) in dmu_tx_delay() argument
928 if (dirty > delay_min_bytes) { in dmu_tx_delay()
935 ASSERT3U(dirty, <, zfs_dirty_data_max); in dmu_tx_delay()
937 tx_time = zfs_delay_scale * (dirty - delay_min_bytes) / in dmu_tx_delay()
938 (zfs_dirty_data_max - dirty); in dmu_tx_delay()
960 DTRACE_PROBE3(delay__mintime, dmu_tx_t *, tx, uint64_t, dirty, in dmu_tx_delay()
1236 uint64_t dirty; in dmu_tx_wait() local
1248 dirty = dp->dp_dirty_total; in dmu_tx_wait()
1251 dmu_tx_delay(tx, dirty); in dmu_tx_wait()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c183 ASSERT3U(m->dirty, ==, 0); in dmu_read_pages()
210 ASSERT3U(m->dirty, ==, 0); in dmu_read_pages()
302 ASSERT3U(m->dirty, ==, 0); in dmu_read_pages()
/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Dtanf.sollya76 print("dirty rel error:", d_rel_err);
77 print("dirty abs error:", d_abs_err);

123456