Home
last modified time | relevance | path

Searched full:emergency (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/sbin/init/
H A Dinit.c95 static void emergency(const char *, ...) __printflike(1, 2);
483 * Log an emergency message.
487 emergency(const char *message, ...) in emergency() function
503 emergency("fatal signal: %s", in disaster()
524 emergency("cannot get kernel security level: %m"); in getsecuritylevel()
548 emergency( in setsecuritylevel()
642 emergency("%s: %m", path); in read_file()
648 emergency("fstat: %m"); in read_file()
656 emergency("malloc: %m"); in read_file()
663 emergency("read: %m"); in read_file()
[all …]
/freebsd/contrib/libcxxrt/
H A Dexception.cc167 * The number of emergency buffers held by this thread. This is 0 in
168 * normal operation - the emergency buffers are only used when malloc()
170 * permitted to hold more than 4 emergency buffers (as per recommendation
533 * An emergency allocation reserved for when malloc fails. This is treated as
542 * Lock used to protect emergency allocation.
547 * emergency malloc() buffer at once.
552 * Allocates size bytes from the emergency allocation mechanism, if possible.
554 * emergency buffers. If all emergency buffers are allocated, it will sleep
562 // Only 4 emergency buffers allowed per thread! in emergency_malloc()
571 // using the emergency buffer if there is some real memory that we can in emergency_malloc()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h136 struct rb_node ske_node; /* Emergency tree linkage */
175 uint64_t skc_obj_deadlock; /* Obj emergency deadlocks */
176 uint64_t skc_obj_emergency; /* Obj emergency current */
177 uint64_t skc_obj_emergency_max; /* Obj emergency max */
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml128 hardware performs emergency shutdown. Zero can be passed to disable
147 hardware performs emergency shutdown. Zero can be passed to disable
169 hardware performs emergency shutdown. Zero can be passed to disable
199 hardware performs emergency shutdown. Zero can be passed to disable
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.h38 #define VIRTIO_CONSOLE_F_EMERG_WRITE 0x04 /* Emergency write */
49 /* emergency write register */
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h574 e_FM_DMA_DBG_CNT_COMM_Q_EM, /**< count command queue emergency signals */
575 e_FM_DMA_DBG_CNT_INT_READ_EM, /**< Count Internal Read buffer emergency signal */
576 e_FM_DMA_DBG_CNT_INT_WRITE_EM, /**< Count Internal Write buffer emergency signal */
628 @Description Enum for selecting DMA Emergency level by BMI emergency signal
631 e_FM_DMA_EM_EBS = 0, /**< EBS emergency */
632 e_FM_DMA_EM_SOS /**< SOS emergency */
636 @Collection Enum for selecting DMA Emergency options
638 typedef uint32_t fmEmergencyBus_t; /**< DMA emergency options */
640 #define FM_DMA_MURAM_READ_EMERGENCY 0x00800000 /**< Enable emergency for MURAM1 */
641 #define FM_DMA_MURAM_WRITE_EMERGENCY 0x00400000 /**< Enable emergency for MURAM2 */
[all …]
/freebsd/contrib/lua/src/
H A Dlmem.c51 ** When an allocation fails, it will try again after an emergency
159 ** In case of allocation fail, this function will do an emergency
169 else return NULL; /* cannot run an emergency collection */ in tryagain()
H A Dlstate.h268 lu_byte gcstopem; /* stops emergency collections */
272 lu_byte gcemergency; /* true if this is an emergency collection */
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Drx.c1267 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument
1276 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd()
1300 bool emergency, in iwl_pcie_rx_handle_rb() argument
1437 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1443 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1506 bool emergency = false; in iwl_pcie_rx_handle() local
1537 !emergency)) { in iwl_pcie_rx_handle()
1539 emergency = true; in iwl_pcie_rx_handle()
1541 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1568 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle()
[all …]
/freebsd/sys/xen/
H A Dxen-os.h153 /* Debug/emergency function, prints directly to hypervisor console */
157 * Emergency print function, can be defined per-arch, otherwise defaults to
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c410 * Allocate a single emergency object and track it in a red black tree.
994 * Since we can't sleep attempt an emergency allocation to satisfy in spl_cache_grow()
1050 * of emergency objects which are more expensive to track. Therefore, in spl_cache_grow()
1053 * this point only new emergency objects will be allocated until the in spl_cache_grow()
1082 * the address of a single emergency object is returned for use by the caller.
1106 /* Emergency object for immediate use by caller */ in spl_cache_refill()
1313 * While a cache has outstanding emergency objects all freed objects in spl_kmem_cache_free()
1314 * must be checked. However, since emergency objects will never use in spl_kmem_cache_free()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h250 uint32_t fmdmsetr; /**< FM DMA SOS emergency Threshold Register 0x10 */
268 uint32_t fmdmemsr; /**< FM DMA Emergency Smoother Register 0x58 */
296 E_FMAN_DMA_DBG_CNT_COMM_Q_EM, /**< command Q emergency signal */
297 E_FMAN_DMA_DBG_CNT_INT_READ_EM, /**< Read buf emergency signal */
298 E_FMAN_DMA_DBG_CNT_INT_WRITE_EM, /**< Write buf emergency signal */
305 E_FMAN_DMA_EM_EBS = 0, /**< EBS emergency */
306 E_FMAN_DMA_EM_SOS /**< SOS emergency */
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp564 // means the stack pointer cannot be used to access the emergency spill slot in eliminateFrameIndex()
569 "Cannot use SP to access the emergency spill slot in " in eliminateFrameIndex()
572 "Cannot use SP to access the emergency spill slot in " in eliminateFrameIndex()
685 // For Thumb1, the emergency spill slot must be some small positive
689 // For Thumb2, put the emergency spill slot next to FP.
H A DARMBaseRegisterInfo.cpp423 // we have no place to allocate the emergency spill slot. in hasBasePointer()
439 // won't be optimal. (We should always be able to reach the emergency in hasBasePointer()
445 // This is necessary for correctness in cases where we need an emergency in hasBasePointer()
809 // means the stack pointer cannot be used to access the emergency spill slot in eliminateFrameIndex()
814 "Cannot use SP to access the emergency spill slot in " in eliminateFrameIndex()
817 "Cannot use SP to access the emergency spill slot in " in eliminateFrameIndex()
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-pwrseq-emmc.txt8 case of emergency reboot call). The latter is needed on boards, which
H A Dmmc-pwrseq-emmc.yaml18 case of emergency reboot call). The latter is needed on boards, which
/freebsd/usr.sbin/apmd/
H A Dapmd.conf46 # exec "logger -p user.emerg battery low - emergency suspend";
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp269 // otherwise, use the emergency stack spill slot. in getRegsAvailable()
277 ": Cannot scavenge register without an emergency "
378 // The register scavenger will report a free register inserting an emergency in spill()
514 // well enough to initialize the scavenger with some emergency spillslots in scavengeVReg()
/freebsd/contrib/ntp/html/hints/
H A Dparse74 ELV DCF7000 (not recommended - casual/emergency use only)
/freebsd/share/doc/papers/relengr/
H A D2.t40 and still other projects are emergency responses to situations like
/freebsd/contrib/file/magic/Magdir/
H A Ddolby25 >5 byte&0x07 = 0x06 \b, emergency (E)
/freebsd/contrib/tcpdump/
H A Dprint-syslog.c38 { 0, "emergency" },
/freebsd/share/doc/smm/02.config/
H A D2.t152 extra disks in case an emergency requires moving one off a machine which
/freebsd/sbin/devd/
H A Ddevd.conf78 # Notify all users before beginning emergency shutdown when we get
/freebsd/sys/sys/
H A Dcpu.h142 * the system thermal driver needs to override it for emergency cooling,

12345