Home
last modified time | relevance | path

Searched full:observe (Results 1 – 25 of 181) sorted by relevance

12345678

/freebsd/share/man/man4/
H A Dmac_mls.4108 Subjects may not observe the processes of another subject if its
110 attempting to observe.
112 Subjects may not read, write, or otherwise observe objects without proper
113 clearance (e.g.\& subjects may not observe objects whose classification label
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_clear_retained.ksh35 # 4. Observe the checksum error counts
115 # run once and observe the checksum errors
122 # run again and we should observe new checksum errors
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_trim.ksh40 # 4. Observe 5MB of used space on the zvol
42 # 6. Observe 2MB of used space on the zvol
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp174 /// Observe - Update liveness information to account for the current
177 void Observe(MachineInstr &MI, unsigned Count);
346 Scheduler.Observe(MI, CurrentCount); in runOnMachineFunction()
419 /// Observe - Update liveness information to account for the current
422 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) { in Observe() function in SchedulePostRATDList
424 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
H A DCriticalAntiDepBreaker.h90 void Observe(MachineInstr &MI, unsigned Count,
/freebsd/share/man/man9/
H A Datomic.9106 interrupt handler will observe a
165 kernel, might observe the reordering.
232 Other threads might observe these stores in a different order.
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c877 * Readers must observe version counter change before they in ck_ht_set_spmc()
878 * observe re-use. If they observe re-use, it is at most in ck_ht_set_spmc()
892 * Make sure that readers who observe the tombstone would in ck_ht_set_spmc()
893 * also observe counter change. in ck_ht_set_spmc()
/freebsd/sys/dev/isci/scil/
H A Dsci_base_state_machine_logger.c114 * going to observe the subject state machine.
156 * going to observe the subject state machine.
H A Dsci_base_state_machine_observer.h77 * necessary for a user that wishes to observe the behavior (i.e.
H A Dsci_base_observer.h131 * @param[in] the_subject This parameter specifies the subject to observe.
/freebsd/release/packages/ucl/
H A Djail-all.ucl24 which have been made available to the jail, and cannot observe or interact with
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_initialize_basic.ksh27 # 2. Modify a tunable to make sure initializing is slow enough to observe.
H A Dzpool_wait_freeing.ksh27 # 2. Modify tunables to make sure freeing is slow enough to observe.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h35 /// subsequent pair-wise interprocedural optimizations observe the optimized
61 /// to observe the most refined form of the call graph and to do so in
84 /// to be visited to observe that shape.
244 /// to observe SCCs in post-order. When adding SCCs, clients should add them
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/async_destroy/
H A Dasync_destroy_001_pos.ksh66 # long enough that we can observe it.
/freebsd/sys/kern/
H A Dsubr_smr.c78 * any sequence number, they only observe them. The shared read
132 * advance rd seq. cpuB is not running and is considered to observe
513 * observe an updated read sequence that is larger than write. in smr_poll()
/freebsd/contrib/tzcode/
H A DNEWS140 particular, the Azores and Madeira did not observe DST from 1977 to
428 Starting in 2023, Egypt will observe DST from April's last Friday
442 observe DST using European Union rules. When combined with
530 The eastern part, represented by Ojinaga, will observe US DST next
548 Yellowknife did not observe DST in 1965, and did observe DST
601 Mexico will no longer observe DST except near the US border.
616 Mexico will no longer observe DST after 2022, except for areas
617 near the US border that continue to observe US DST rules.
624 Fiji will not observe DST in 2022/3. (Thanks to Shalvin Narayan.)
1491 Norfolk Island will observe Australian-style DST starting in
[all …]
/freebsd/contrib/tzdata/
H A DNEWS275 particular, the Azores and Madeira did not observe DST from 1977 to
563 Starting in 2023, Egypt will observe DST from April's last Friday
577 observe DST using European Union rules. When combined with
665 The eastern part, represented by Ojinaga, will observe US DST next
683 Yellowknife did not observe DST in 1965, and did observe DST
736 Mexico will no longer observe DST except near the US border.
751 Mexico will no longer observe DST after 2022, except for areas
752 near the US border that continue to observe US DST rules.
759 Fiji will not observe DST in 2022/3. (Thanks to Shalvin Narayan.)
1626 Norfolk Island will observe Australian-style DST starting in
[all …]
H A Dbackzone458 # says that Atikokan, Ontario currently does not observe DST,
468 # New Osnaburgh observe CST all year, that Big Trout Lake observes
469 # CST/CDT, and that Upsala and Shebandowan observe EST/EDT, all in
517 # says that Quebec east of the -63 meridian is supposed to observe
556 # that do not currently observe daylight saving:
1227 # the Dutch railways) was required by law to observe Amsterdam mean time
1236 # observe GMT while the remainder of the Netherlands adhered to the common
1241 # municipal authorities of the towns and cities in the province to observe
1246 # observe Amsterdam mean time. As the time signals from the observatory of
1253 # was not until 1866 when they were all required by law to observe
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp212 // CSEInfo) to observe all changes. Use the wrapper observer. in legalizeMachineFunction()
336 // We want CSEInfo in addition to WorkListObserver to observe all changes. in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAntiDepBreaker.h51 virtual void Observe(MachineInstr &MI, unsigned Count,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Devents_common.kshlib121 # If the only event is history then we don't observe zed debug log
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td34 // observe CALL nodes with all of the expected variadic uses and defs.
/freebsd/contrib/ncurses/man/
H A Dcurs_termcap.3x413 .\" Observe the `tncktc()`, `tnamatch()`, `tskip()`, and `tdecode()`
434 .\" Observe the copyright notice in
/freebsd/sys/sys/
H A Dpidctrl.h45 * the controller and daemon have time to observe the rise in value and

12345678