| /freebsd/share/man/man4/ |
| H A D | mac_mls.4 | 108 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 D | zpool_events_clear_retained.ksh | 35 # 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 D | zvol_misc_trim.ksh | 40 # 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 D | PostRASchedulerList.cpp | 174 /// 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 D | CriticalAntiDepBreaker.h | 90 void Observe(MachineInstr &MI, unsigned Count,
|
| /freebsd/share/man/man9/ |
| H A D | atomic.9 | 106 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 D | ck_ht.c | 877 * 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 D | sci_base_state_machine_logger.c | 114 * going to observe the subject state machine. 156 * going to observe the subject state machine.
|
| H A D | sci_base_state_machine_observer.h | 77 * necessary for a user that wishes to observe the behavior (i.e.
|
| H A D | sci_base_observer.h | 131 * @param[in] the_subject This parameter specifies the subject to observe.
|
| /freebsd/release/packages/ucl/ |
| H A D | jail-all.ucl | 24 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 D | zpool_wait_initialize_basic.ksh | 27 # 2. Modify a tunable to make sure initializing is slow enough to observe.
|
| H A D | zpool_wait_freeing.ksh | 27 # 2. Modify tunables to make sure freeing is slow enough to observe.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CGSCCPassManager.h | 35 /// 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 D | async_destroy_001_pos.ksh | 66 # long enough that we can observe it.
|
| /freebsd/sys/kern/ |
| H A D | subr_smr.c | 78 * 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 D | NEWS | 140 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 D | NEWS | 275 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 D | backzone | 458 # 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 D | Legalizer.cpp | 212 // 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 D | AntiDepBreaker.h | 51 virtual void Observe(MachineInstr &MI, unsigned Count,
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
| H A D | events_common.kshlib | 121 # If the only event is history then we don't observe zed debug log
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrCall.td | 34 // observe CALL nodes with all of the expected variadic uses and defs.
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_termcap.3x | 413 .\" Observe the `tncktc()`, `tnamatch()`, `tskip()`, and `tdecode()` 434 .\" Observe the copyright notice in
|
| /freebsd/sys/sys/ |
| H A D | pidctrl.h | 45 * the controller and daemon have time to observe the rise in value and
|