/freebsd/crypto/openssh/contrib/suse/ |
H A D | rc.sshd | 84 force-reload|reload) 85 ## Signal the daemon to reload its config. Most daemons 88 echo -n "Reload service sshd" 111 ## Optional: Probe for the necessity of a reload, 112 ## give out the argument which is required for a reload. 114 test /etc/ssh/sshd_config -nt $SSHD_PIDFILE && echo reload 117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/ |
H A D | marked.json | 41 …"BriefDescription": "Duration in cycles to reload with Modified (M) data from another chip's L2 or… 53 …"BriefDescription": "Duration in cycles to reload with Shared (S) data from another chip's L2 or L… 65 …"BriefDescription": "Duration in cycles to reload from another chip's L4 on a different Node or Gr… 77 …"BriefDescription": "Duration in cycles to reload from another chip's memory on the same Node or G… 89 "BriefDescription": "Data cache reload L2 miss", 95 …"BriefDescription": "Duration in cycles to reload from a localtion other than the local core's L2 … 101 "BriefDescription": "Duration in cycles to reload from local core's L2 due to a marked load", 113 …"BriefDescription": "Duration in cycles to reload from local core's L2 with load hit store conflic… 125 …"BriefDescription": "Duration in cycles to reload from local core's L2 with dispatch conflict due … 137 …"BriefDescription": "Duration in cycles to reload from local core's L2 hit without dispatch confli… [all …]
|
/freebsd/usr.sbin/syslogd/tests/ |
H A D | syslogd_test.sh | 102 # Make syslogd reload its configuration file. 195 atf_test_case "reload" "cleanup" 202 logfile="${PWD}/reload.log" 206 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \ 207 "pre-reload" 208 atf_check -s exit:0 -o match:"reload: pre-reload" tail -n 1 "${logfile}" 215 syslogd_log -p user.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \ 216 "post-reload user" 217 syslogd_log -p news.debug -t reload -h "${SYSLOGD_LOCAL_SOCKET}" \ 218 "post-reload news" [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.init_fedora | 76 reload() { 103 reload) 104 reload 106 force-reload) 117 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
H A D | unbound.init_yocto | 93 reload() { 122 reload) 126 force-reload) 137 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
H A D | unbound.init | 93 reload() { 122 reload) 126 force-reload) 137 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
/freebsd/lib/libc/gen/ |
H A D | ualarm.c | 39 * If ``reload'' is non-zero, keep generating SIGALRM 40 * every ``reload'' microseconds after the first signal. 43 ualarm(useconds_t usecs, useconds_t reload) in ualarm() argument 47 new.it_interval.tv_usec = reload % USPS; in ualarm() 48 new.it_interval.tv_sec = reload / USPS; in ualarm()
|
/freebsd/sys/contrib/openzfs/etc/init.d/ |
H A D | zfs-zed.in | 35 extra_started_commands="reload" 108 reload|force-reload) 117 echo "Usage: $0 {start|stop|status|reload|restart}" 129 reload() { do_reload; }
|
/freebsd/lib/libpmc/ |
H A D | pmc_set.3 | 29 .Nd set the reload count of a sampling PMC 39 is used to set the reload value of sampling PMCs. 45 specifies the reload count. 48 hardware events specified by the reload count are seen.
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | sshd.init | 64 reload() function 83 reload) 84 reload 102 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/ |
H A D | memory.json | 149 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 1G page that miss in the L2 TLB.", 155 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 2M page that miss in the L2 TLB.", 161 "BriefDescription": "L1 DTLB Miss. DTLB reload coalesced page miss.", 167 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 4K page that miss the L2 TLB.", 173 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 1G page that hit in the L2 TLB.", 179 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 2M page that hit in the L2 TLB.", 185 "BriefDescription": "L1 DTLB Miss. DTLB reload hit a coalesced page.", 191 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 4K page that hit in the L2 TLB.",
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/ |
H A D | memory.json | 57 "BriefDescription": "L1 DTLB Miss or Reload off all sizes.", 87 "BriefDescription": "L1 DTLB Reload of a page of 1G size.", 93 "BriefDescription": "L1 DTLB Reload of a page of 2M size.", 99 "BriefDescription": "L1 DTLB Reload of a page of 32K size.", 105 "BriefDescription": "L1 DTLB Reload of a page of 4K size.",
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 1143 // Remove spill-reload like copy chains. For example 1164 // paired reload COPY in the chain uses the Def. 1167 // COPY in the chain defines the Source, except the innermost spill-reload 1171 // the COPY is a reload COPY, then try to find paired spill COPY by searching 1172 // the COPY defines the Src of the reload COPY backward. If such pair is found, 1174 // last available COPY uses the Def of the reload COPY. 1182 // ChainLeader maps MI inside a spill-reload chain to its innermost reload COPY. in EliminateSpillageCopies() 1183 // Thus we can track if a MI belongs to an existing spill-reload chain. in EliminateSpillageCopies() 1185 // SpillChain maps innermost reload COPY of a spill-reload chain to a sequence in EliminateSpillageCopies() 1186 // of COPYs that forms spills of a spill-reload chain. in EliminateSpillageCopies() [all …]
|
H A D | FixupStatepointCallerSaved.cpp | 182 // Record reload of Reg from FI in block MBB 187 assert(Res.second && "reload already exists"); in recordReload() 190 // Does basic block MBB contains reload of Reg from FI? 331 // Set of registers to reload after statepoint. 438 // To insert reload at the end of MBB, insert it before last instruction in insertReloadBefore() 443 MachineInstr *Reload = It->getPrevNode(); in insertReloadBefore() local 446 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg); in insertReloadBefore() 448 MBB->remove(Reload); in insertReloadBefore() 449 MBB->insertAfter(It, Reload); in insertReloadBefore() 467 LLVM_DEBUG(dbgs() << "...also reload at EHPad " in insertReloads()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastPreTileConfig.cpp | 72 void reload(MachineBasicBlock::iterator UseMI, Register VirtReg, 150 // reconfigured, it is crobbered and we need to spill and reload in mayLiveOut() 217 /// Insert reload instruction for \p PhysReg before \p Before. 218 void X86FastPreTileConfig::reload(MachineBasicBlock::iterator UseMI, in reload() function in X86FastPreTileConfig 237 // information for reload. in reload() 538 // before the tile use. Spill and reload would happen if there is only in configBasicBlock() 539 // tile use after ldtilecfg, so the shape can be collected from reload. in configBasicBlock() 576 // case. Reload would be generated befor the copy instruction. in configBasicBlock() 586 // reload t0 in configBasicBlock() 620 // If there is user live out of the tilecfg, spill it and reload in in configBasicBlock() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/ |
H A D | memory.json | 210 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 1G page that also missed in the L2 TLB.", 216 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 2M page that also missed in the L2 TLB.", 222 "BriefDescription": "L1 DTLB Miss. DTLB reload coalesced page that also missed in the L2 TLB.", 228 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 4K page that missed the L2 TLB.", 234 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 1G page that hit in the L2 TLB.", 240 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 2M page that hit in the L2 TLB.", 246 "BriefDescription": "L1 DTLB Miss. DTLB reload to a coalesced page that hit in the L2 TLB.", 252 "BriefDescription": "L1 DTLB Miss. DTLB reload to a 4K page that hit in the L2 TLB.",
|
/freebsd/stand/lua/ |
H A D | cli.lua.8 | 90 .Ic reload-conf 116 .Ic reload-conf 117 command will reload the configuration from disk. 119 reload the configuration from the new device.
|
H A D | config.lua.8 | 146 .It Fn config.load file reload 167 .Ev reload 169 .It Fn config.reload file 173 .Fn config.reload
|
/freebsd/usr.sbin/rtadvctl/ |
H A D | rtadvctl.8 | 63 .It reload Op interfaces... 64 Specifies to reload the configuration file. 70 Specifies to mark the interface as enabled and to tries to reload the
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFile.cpp | 267 if (auto EC = TempGlobals->reload()) in getPDBGlobalsStream() 280 if (auto EC = TempInfo->reload()) in getPDBInfoStream() 293 if (auto EC = TempDbi->reload(this)) in getPDBDbiStream() 306 if (auto EC = TempTpi->reload()) in getPDBTpiStream() 322 if (auto EC = TempIpi->reload()) in getPDBIpiStream() 340 if (auto EC = TempPublics->reload()) in getPDBPublicsStream() 359 if (auto EC = TempSymbols->reload()) in getPDBSymbolStream() 374 if (auto EC = N->reload(Reader)) in getStringTable() 394 if (auto EC = IJ->reload(*Strings)) in getInjectedSourceStream()
|
/freebsd/lib/libsys/ |
H A D | timer_settime.2 | 54 expires and the reload value of the timer into the space pointed to by the 68 contains the reload 128 The reload value of the timer is set to the value specified by the 153 timer was disarmed, together with the previous timer reload value.
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlscommon.c | 52 * How long to delay a reload of the CRL when there are RPC request(s) 84 "reload CRLfile\n"); in rpctls_svc_run() 93 * If a reload is pending, poll for received request(s), in rpctls_svc_run() 107 /* Allow a reload now. */ in rpctls_svc_run() 114 /* Allow a reload now. */ in rpctls_svc_run()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | st,stm32-timers.yaml | 11 - advanced-control timers consist of a 16-bit auto-reload counter driven 14 - general-purpose timers consist of a 16-bit or 32-bit auto-reload counter 16 - basic timers consist of a 16-bit auto-reload counter driven by a
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/ |
H A D | other.json | 90 "BriefDescription": "D-cache invalidates sent over the reload bus to the core" 205 …"BriefDescription": "Duration in cycles to reload with Modified (M) data from another core's ECO L… 225 …"BriefDescription": "Duration in cycles to reload from another chip's memory on the same Node or G… 230 "BriefDescription": "Duration in cycles to reload from local core's L2 due to a marked load" 350 …"BriefDescription": "Duration in cycles to reload from local core's L3 without dispatch conflicts … 365 "BriefDescription": "Marked demand reload" 385 …"BriefDescription": "Duration in cycles to reload either shared or modified data from another core… 555 "BriefDescription": "Marked derat reload (miss) for any page size" 640 …"BriefDescription": "Duration in cycles to reload from local core's L2 with dispatch conflict due … 810 …"BriefDescription": "Duration in cycles to reload from a location other than the local core's L2 d… [all …]
|
/freebsd/libexec/rc/rc.d/ |
H A D | rtadvd | 17 extra_commands="reload" 70 /usr/sbin/rtadvctl reload
|