Home
last modified time | relevance | path

Searched full:declare (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport39 declare -rx TRUE=1
40 declare -rx FALSE=0
41 declare -rx UNLIMITED="unlimited"
42 declare -rx SUMMARY_DUMP="summary"
43 declare -rx TYPE_USER="user"
44 declare -rx TYPE_CORE="core"
45 declare -rx TYPE_ELOG="elog"
46 declare -rx TYPE_CHECKSTOP="checkstop"
47 declare -rx TYPE_RAMOOPS="ramoops"
48 declare
[all...]
/openbmc/openpower-debug-collector/dump/tools/opdump/
H A Dopdreport58 declare -x dump_type="$OP_DUMP"
59 declare -x dump_sbe_type=100
60 declare -x size_dump=""
61 declare -x elog_id="00000000"
62 declare -x EPOCHTIME
64 declare -x name=""
65 declare -x dump_dir="/tmp"
66 declare -x dump_id="00000000"
67 declare -x dump_size="unlimited"
68 declare -x content_path=""
[all …]
/openbmc/linux/fs/nfs/
H A Dio.c27 * nfs_start_io_read - declare the file is being used for buffered reads
30 * Declare that a buffered read operation is about to start, and ensure
58 * nfs_end_io_read - declare that the buffered read operation is done
61 * Declare that a buffered read operation is done, and release the shared
71 * nfs_start_io_write - declare the file is being used for buffered writes
74 * Declare that a buffered read operation is about to start, and ensure
85 * nfs_end_io_write - declare that the buffered write operation is done
88 * Declare that a buffered write operation is done, and release the
107 * nfs_start_io_direct - declare the file is being used for direct i/o
110 * Declare that a direct I/O operation is about to start, and ensure
[all …]
/openbmc/linux/fs/ceph/
H A Dio.c35 * ceph_start_io_read - declare the file is being used for buffered reads
38 * Declare that a buffered read operation is about to start, and ensure
67 * ceph_end_io_read - declare that the buffered read operation is done
70 * Declare that a buffered read operation is done, and release the shared
80 * ceph_start_io_write - declare the file is being used for buffered writes
83 * Declare that a buffered write operation is about to start, and ensure
94 * ceph_end_io_write - declare that the buffered write operation is done
97 * Declare that a buffered write operation is done, and release the
121 * ceph_start_io_direct - declare the file is being used for direct i/o
124 * Declare that a direct I/O operation is about to start, and ensure
[all …]
/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/
H A Dgendumpheader13 declare -rx INVENTORY_MANAGER='xyz.openbmc_project.Inventory.Manager'
14 declare -rx INVENTORY_PATH='/xyz/openbmc_project/inventory/system'
15 declare -rx INVENTORY_ASSET_INT='xyz.openbmc_project.Inventory.Decorator.Asset'
16 declare -rx DUMP_HEADER_ENTRY_SIZE='516'
17 declare -rx INVENTORY_BMC_BOARD='/xyz/openbmc_project/inventory/system/chassis/motherboard'
18 declare -rx SIZE_4='4'
19 declare -rx SIZE_8='8'
20 declare -rx SIZE_12='12'
21 declare -rx SIZE_32='32'
24 declare -x FILE="/tmp/dumpheader_$EPOCHTIME"
[all …]
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh8 # shellcheck disable=SC2155 # declare and assign separately
12 declare -rx MPTCP_LIB_EVENT_CREATED=1 # MPTCP_EVENT_CREATED
13 declare -rx MPTCP_LIB_EVENT_ESTABLISHED=2 # MPTCP_EVENT_ESTABLISHED
14 declare -rx MPTCP_LIB_EVENT_CLOSED=3 # MPTCP_EVENT_CLOSED
15 declare -rx MPTCP_LIB_EVENT_ANNOUNCED=6 # MPTCP_EVENT_ANNOUNCED
16 declare -rx MPTCP_LIB_EVENT_REMOVED=7 # MPTCP_EVENT_REMOVED
17 declare -rx MPTCP_LIB_EVENT_SUB_ESTABLISHED=10 # MPTCP_EVENT_SUB_ESTABLISHED
18 declare -rx MPTCP_LIB_EVENT_SUB_CLOSED=11 # MPTCP_EVENT_SUB_CLOSED
19 declare -rx MPTCP_LIB_EVENT_SUB_PRIORITY=13 # MPTCP_EVENT_SUB_PRIORITY
20 declare -rx MPTCP_LIB_EVENT_LISTENER_CREATED=15 # MPTCP_EVENT_LISTENER_CREATED
[all …]
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpinfo5 declare -rx DUMP_MANAGER='xyz.openbmc_project.Dump.Manager'
6 declare -rx DUMP_PATH='/xyz/openbmc_project/dump/opdump/entry'
7 declare -rx DUMP_PROP='xyz.openbmc_project.Common.Progress'
10 declare -x DRIVER=""
11 declare -x YAML_FILE=""
12 declare -x ADDL_DATA_PATH=""
13 declare -x START_TIME=0
14 declare -x END_TIME=0
H A Dgendumpheader13 declare -rx DUMP_HEADER_ENTRY_SIZE='516'
14 declare -rx SIZE_4='4'
15 declare -rx SIZE_8='8'
16 declare -rx SIZE_12='12'
17 declare -rx SIZE_32='32'
19 declare -rx DUMP_SUMMARY_SIZE='1024'
20 declare -rx HW_DUMP='00'
21 declare -rx HB_DUMP='20'
22 declare -rx SBE_DUMP='30'
23 declare -rx OP_DUMP="opdump"
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tc_edt.sh64 declare -i NC_PID=$!
67 declare -ir TIMEOUT=20
68 declare -ir EXPECTED_BPS=5000000
71 declare -ir RX_BYTES_START=$( ip netns exec ${NS_DST} \
79 declare -ir RX_BYTES_END=$( ip netns exec ${NS_DST} \
82 declare -ir ACTUAL_BPS=$(( ($RX_BYTES_END - $RX_BYTES_START) / $TIMEOUT ))
91 declare -ir RES=$( echo $ACTUAL_BPS $EXPECTED_BPS | \
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/rm/
H A Dapi.h42 * This type is used to declare a resource partition.
47 * This type is used to declare a memory region.
52 * This type is used to declare a resource domain ID used by the
58 * This type is used to declare an SMMU StreamID.
63 * This type is a used to declare master transaction attributes.
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/
H A Dbletchley-host-state-monitor11 declare -a PORT_NUM_MAP=(10 3 2 1 7 6 5)
13 declare -a HOST_PREVIOUS_STATE=("" "" "" "" "" "" "")
14 declare -a HOST_NEW_STATE_TEMP=("" "" "" "" "" "" "")
15 declare -a HOST_STATE_CHANGE_CHECK=(0 0 0 0 0 0 0)
18 declare -A HOST_ACPI_ST_MAP
26 declare -A HOST_STATE_MAP
34 declare -A CHASSIS_PWR_STATE_MAP
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh78 # declare dynamic variables ptp4l_log_${if_name} and ptp4l_pid_${if_name}
80 declare -g "${log}=$(mktemp)"
89 declare -g "${pid}=$!"
117 # declare dynamic variables cpu${cpu}_freq and cpu${cpu}_governor as
119 declare -g "${freq}=$(cat /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq)"
120 declare -g "${governor}=$(cat /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_governor)"
163 declare -g "${pid}=$!"
/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp162 * We can't use -fsanitize=undefined if we declare a
174 * We can't use -fsanitize=undefined if we declare a
188 * We can't use -fsanitize=undefined if we declare a
239 * We can't use -fsanitize=undefined if we declare a
252 * We can't use -fsanitize=undefined if we declare a
266 * We can't use -fsanitize=undefined if we declare a
317 * We can't use -fsanitize=undefined if we declare a
366 * We can't use -fsanitize=undefined if we declare a
380 * We can't use -fsanitize=undefined if we declare a
429 * We can't use -fsanitize=undefined if we declare a
[all …]
/openbmc/ipmitool/contrib/
H A Dcreate_webpage.sh81 declare $group_color=0
84 declare $group_unit="${split[2]}"
87 declare $group_title="${split[5]} / ${split[6]}"
90declare $group_thres="${split[10]},${split[11]},${split[12]},${split[13]},${split[14]},${split[15]…
93 declare $group="${!group}
96 declare $group_color=$[ ${!group_color} + 1 ]
H A Dcreate_webpage_compact.sh81 declare $group_color=0
84 declare $group_unit="${split[2]}"
87 declare $group="${!group}
90 declare $group_color=$[ ${!group_color} + 1 ]
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp60 * We can't use -fsanitize=undefined if we declare a
105 * We can't use -fsanitize=undefined if we declare a
152 * We can't use -fsanitize=undefined if we declare a
166 * We can't use -fsanitize=undefined if we declare a
215 * We can't use -fsanitize=undefined if we declare a
267 * We can't use -fsanitize=undefined if we declare a
281 * We can't use -fsanitize=undefined if we declare a
334 * We can't use -fsanitize=undefined if we declare a
383 * We can't use -fsanitize=undefined if we declare a
433 * We can't use -fsanitize=undefined if we declare a
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-ring.sh30 declare -A SETTINGS_MAP=(
37 declare -A EXPECTED_SETTINGS=(
44 declare -A CURRENT_SETTINGS=(
/openbmc/linux/arch/x86/include/asm/
H A Didtentry.h19 * DECLARE_IDTENTRY - Declare functions for simple IDT entry points
73 * DECLARE_IDTENTRY_ERRORCODE - Declare functions for simple IDT entry points
117 * DECLARE_IDTENTRY_RAW - Declare functions for raw IDT entry points
156 * DECLARE_IDTENTRY_RAW_ERRORCODE - Declare functions for raw IDT entry points
184 * DECLARE_IDTENTRY_IRQ - Declare functions for device interrupt IDT entry
225 * DECLARE_IDTENTRY_SYSVEC - Declare functions for system vector entry points
314 * DECLARE_IDTENTRY_XENCB - Declare functions for XEN HV callback entry point
331 * DECLARE_IDTENTRY_IST - Declare functions for IST handling IDT entry points
343 * DECLARE_IDTENTRY_VC - Declare functions for the VC entry point
376 * DECLARE_IDTENTRY_DF - Declare functions for double fault
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-trace.h19 /* This is used to declare a class of events.
33 * to record. Declare name and type for each normal element,
64 /* Now declare events of the above type. Format is:
125 * to record. Declare name and type for each normal element,
/openbmc/linux/tools/testing/fault-injection/
H A Dfailcmd.sh127 declare -i oom_kill_allocating_task=1
128 declare task_filter=Y
129 declare -i probability=1
130 declare -i times=1
/openbmc/u-boot/include/
H A Dbinman_sym.h29 * binman_sym_declare() - Declare a symbol that will be used at run-time
40 * binman_sym_extern() - Declare a extern symbol that will be used at run-time
51 * binman_sym_declare_optional() - Declare an optional symbol
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth_trace.h22 /* This is used to declare a class of events.
39 * Declare name and type for each normal element, name, type and size
70 /* Now declare events of the above type. Format is:
/openbmc/linux/include/rdma/
H A Duverbs_named_ioctl.h60 * Declare global methods. These still have a unique object_id because we
73 /* Used by drivers to declare a complete parsing tree for new methods
84 /* Used by drivers to declare a complete parsing tree for a single method that
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_driver_binder.sh5 declare -a DRIVER_NAMEs=("2-004f"
9 declare -a DRIVER_PATHs=("/sys/bus/i2c/drivers/smpro-core/"
/openbmc/linux/arch/ia64/include/asm/
H A Dasmmacro.h47 .section "__ex_table", "a" // declare section & section attributes
61 .section "__mca_table", "a" // declare section & section attributes
74 .section ".data..patch.vtop", "a" // declare section & section attributes

12345678910>>...26