Home
last modified time | relevance | path

Searched refs:die (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/redis-5.0.5/utils/
H A Dinstall_server.sh48 die () { function
150 mkdir -p `dirname "$REDIS_CONFIG_FILE"` || die "Could not create redis config directory"
151 mkdir -p `dirname "$REDIS_LOG_FILE"` || die "Could not create redis log dir"
152 mkdir -p "$REDIS_DATA_DIR" || die "Could not create redis data directory"
180 cp $TMP_FILE $REDIS_CONFIG_FILE || die "Could not write redis config file $REDIS_CONFIG_FILE"
215 … "$REDIS_CHKCONFIG_INFO" > $TMP_FILE && cat $INIT_TPL_FILE >> $TMP_FILE || die "Could not write in…
218 …echo "$REDIS_INIT_HEADER" > $TMP_FILE && cat $INIT_TPL_FILE >> $TMP_FILE || die "Could not write i…
258 chmod +x $INIT_SCRIPT_DEST || die "Could not copy redis init script to $INIT_SCRIPT_DEST"
274 /etc/init.d/redis_$REDIS_PORT start || die "Failed starting service..."
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dstrbuf.c32 static void die(const char *fmt, ...) in die() function
63 die("Out of memory"); in strbuf_init()
74 die("Out of memory"); in strbuf_new()
89 die("BUG: Invalid string increment"); in strbuf_set_increment()
139 die("BUG: Invalid strbuf length requested"); in calculate_new_size()
178 die("Out of memory"); in strbuf_resize()
214 die("BUG: Unable to convert number"); /* This should never happen.. */ in strbuf_append_fmt()
242 die("BUG: length of formatted string changed"); in strbuf_append_fmt_retry()
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dmax77620_thermal.txt4 die temperature crosses 120C and 140C. These threshold temperatures
6 of die other than just indicating whether temperature is above or
48 pmic_die_warn_temp_thresh: hot-die {
54 pmic_die_cirt_temp_thresh: cirtical-die {
H A Dqcom-spmi-temp-alarm.txt5 interrupt signal and status register to identify high PMIC die temperature.
15 which report chip die temperature.
/f-stack/freebsd/tools/
H A Dvnode_if.awk50 function die(msg, what) function
232 die("Invalid %s construction", "%%");
245 die("Invalid %s construction", "%!");
261 die("Unable to read through the arguments for \"%s\"",
278 die("No IN/OUT direction for \"%s\".", $0);
289 die("Missing end-of-line ; in \"%s\".", $0);
293 die("Missing var name \"a_foo\" in \"%s\".", $0);
H A Dmakeobjops.awk72 function die (msg) function
407 die("Invalid line width '" opt_l "'");
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dpalmas-gpadc.txt16 12 internal die temp
17 13 internal die temp
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dicplus-ip101ag.txt5 - IP101G (die only, no package)
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Duniphier-ld6b.dtsi10 * The D-chip (digital chip) is the same as the PXs2 die.
H A Dsun6i-a31s.dtsi44 * The A31s is the same die as the A31 in a different package, this is
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dpm8150l.dtsi85 die-temp@6 {
H A Dpm8150b.dtsi85 die-temp@6 {
H A Dpm8150.dtsi93 die-temp@6 {
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dmax8973-regulator.txt36 in millicelsius. If die temperature crosses this level then
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dnand-controller.yaml56 enum: [none, soft, hw, hw_syndrome, hw_oob_first, on-die]
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dmax77693.txt61 high temperature charging mode. If die temperature exceeds this value
/f-stack/freebsd/amd64/conf/
H A DNOTES572 # coretemp: on-die sensor on Intel Core and newer CPUs
573 # amdtemp: on-die sensor on AMD K8/K10/K11 CPUs
/f-stack/freebsd/contrib/openzfs/
H A DAUTHORS49 Arne Jansen <arne@die-jansens.de>
/f-stack/freebsd/i386/conf/
H A DNOTES819 # coretemp: on-die sensor on Intel Core and newer CPUs
820 # amdtemp: on-die sensor on AMD K8/K10/K11 CPUs
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio.txt135 instance of a hardware IP core on a silicon die, usually exposed to the
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js3828 die: function( types, fn ) { method