Home
last modified time | relevance | path

Searched refs:INT (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/openbmc/meta-google/recipes-google/console/glome-login/
H A Dglome-login.sh.in35 INT="xyz.openbmc_project.Inventory.Decorator.Asset"
37 BOARDSN="$(busctl get-property -j "@INV_SERV@" "@INV_OBJ@" "${INT}" "${PART}" | jq -r '.data')"
/openbmc/u-boot/arch/arm/dts/
H A Dkeystone-k2e.dtsi105 interrupt-map = <0 0 0 1 &pcie_intc1 0>, /* INT A */
106 <0 0 0 2 &pcie_intc1 1>, /* INT B */
107 <0 0 0 3 &pcie_intc1 2>, /* INT C */
108 <0 0 0 4 &pcie_intc1 3>; /* INT D */
H A Dkeystone.dtsi303 interrupt-map = <0 0 0 1 &pcie_intc0 0>, /* INT A */
304 <0 0 0 2 &pcie_intc0 1>, /* INT B */
305 <0 0 0 3 &pcie_intc0 2>, /* INT C */
306 <0 0 0 4 &pcie_intc0 3>; /* INT D */
/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/
H A Dmysql-flush.sh.sample16 trap 'printf "$(date): $0 is killed\n">&2' HUP INT QUIT ALRM TERM
34 trap "rm -f $INNODB_STATUS; exit 1" HUP INT QUIT ALRM TERM
/openbmc/qemu/target/s390x/tcg/
H A Dvec_helper.c109 if ((int##BITS##_t)src > INT##TBITS##_MAX) { \
111 return INT##TBITS##_MAX; \
112 } else if ((int##BITS##_t)src < INT##TBITS##_MIN) { \
114 return INT##TBITS##_MIN; \
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drc47 trap - INT QUIT TSTP
61 trap ":" INT QUIT TSTP
H A DrcS27 trap ":" INT QUIT TSTP
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor.sh132 trap - HUP INT QUIT ABRT TERM EXIT
136 trap cleanup HUP INT QUIT ABRT TERM EXIT
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A DrcK15 trap - INT QUIT TSTP
H A DrcS16 trap - INT QUIT TSTP
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/
H A DrcK15 trap - INT QUIT TSTP
H A DrcS16 trap - INT QUIT TSTP
/openbmc/qemu/scripts/
H A Dextract-vsssdk-headers28 trap 'rm -fr -- "$tmpdir" vsssdk.msi' EXIT HUP INT QUIT ALRM TERM
/openbmc/openbmc/meta-google/recipes-google/nftables/files/
H A Dnft-configure.sh13 trap 'rm -f -- "$rules"' TERM INT EXIT ERR
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dthingsboard-gateway.service7 ExecStop = /bin/kill -INT $MAINPID
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/
H A Drun-ptest8 for sig in INT TERM ; do
/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/
H A Dverify-bmc-image.sh49 trap cleanup ERR EXIT INT
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch153 + INT,
176 + [INT] = PA_INT,
200 + S('d') = E(INT), S('i') = E(INT),
204 + S('c') = E(CHAR),S('C') = E(INT),
214 + S('c') = E(INT), S('s') = E(PTR), S('n') = E(PTR),
280 + types[warg-1] = INT;
294 + types[parg-1] = INT;
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch168 + INT,
191 + [INT] = PA_INT,
215 + S('d') = E(INT), S('i') = E(INT),
219 + S('c') = E(CHAR),S('C') = E(INT),
229 + S('c') = E(INT), S('s') = E(PTR), S('n') = E(PTR),
295 + types[warg-1] = INT;
309 + types[parg-1] = INT;
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0004-add-fallback-parse_printf_format-implementation.patch153 + INT,
176 + [INT] = PA_INT,
200 + S('d') = E(INT), S('i') = E(INT),
204 + S('c') = E(CHAR),S('C') = E(INT),
214 + S('c') = E(INT), S('s') = E(PTR), S('n') = E(PTR),
280 + types[warg-1] = INT;
294 + types[parg-1] = INT;
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/
H A Dminidlna-daemon.init.d40 kill -INT ${PID} in stop_function()
/openbmc/qemu/hw/audio/
H A Dcs4231a.c96 #define INT (1 << 0) macro
496 s->regs[Status] &= ~INT; in cs_write()
514 if (s->regs[Status] & INT) { in cs_write()
517 s->regs[Status] &= ~INT; in cs_write()
598 s->regs[Status] |= INT; in cs_dma_read()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c188 INT in do_iopset() enumerator
224 cmd = INT; in do_iopset()
271 case INT: in do_iopset()
/openbmc/obmc-console/test/
H A Dtest-console-logs-to-file18 [ -z "$SERVER_PID" ] || kill -s INT "$SERVER_PID"
H A Dtest-console-logs-to-file-no-sections18 [ -z "$SERVER_PID" ] || kill -s INT "$SERVER_PID"

123