/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | nat.json | 4 "name": "Add nat action on ingress with default control action", string 28 "name": "Add nat action on ingress with pipe control action", string 52 "name": "Add nat action on ingress with continue control action", string 76 "name": "Add nat action on ingress with reclassify control action", string 100 "name": "Add nat action on ingress with jump control action", string 124 "name": "Add nat action on ingress with drop control action", string 148 "name": "Add nat action on ingress with maximum index value", string 172 "name": "Add nat action on ingress with invalid index value", string 201 "name": "Add nat action on ingress with invalid IP address", string 230 "name": "Add nat action on ingress with invalid argument", string [all …]
|
H A D | police.json | 4 "name": "Add valid basic police action", string 28 "name": "Add police action with duplicate index", string 53 "name": "Add valid police action with mtu", string 77 "name": "Add valid police action with peakrate", string 101 "name": "Add police action with peakrate and no mtu", string 125 "name": "Add police action with valid overhead", string 149 "name": "Add police action with ethernet linklayer type", string 173 "name": "Add police action with atm linklayer type", string 197 "name": "Add police actions with conform-exceed control continue/drop", string 221 "name": "Add police actions with conform-exceed control pass/reclassify", string [all …]
|
/openbmc/linux/drivers/dma/ |
H A D | txx9dmac.c | 35 #define channel64_readq(dc, name) \ argument 37 #define channel64_writeq(dc, name, val) \ argument 39 #define channel64_readl(dc, name) \ argument 41 #define channel64_writel(dc, name, val) \ argument 44 #define channel32_readl(dc, name) \ argument 46 #define channel32_writel(dc, name, val) \ argument 49 #define channel_readq(dc, name) channel64_readq(dc, name) argument 50 #define channel_writeq(dc, name, val) channel64_writeq(dc, name, val) argument 51 #define channel_readl(dc, name) \ argument 54 #define channel_writel(dc, name, val) \ argument [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | netem.json | 4 "name": "Create NETEM with default setting", string 27 "name": "Create NETEM with limit flag", string 50 "name": "Create NETEM with delay time", string 73 "name": "Create NETEM with distribution and corrupt flag", string 96 "name": "Create NETEM with distribution and duplicate flag", string 119 "name": "Create NETEM with distribution and loss flag", string 142 "name": "Create NETEM with distribution and loss state flag", string 165 "name": "Create NETEM with loss gemodel flag", string 188 "name": "Create NETEM with reorder flag", string 211 "name": "Create NETEM with rate limit", string [all …]
|
H A D | fq_codel.json | 4 "name": "Create FQ_CODEL with default setting", string 27 "name": "Create FQ_CODEL with limit setting", string 50 "name": "Create FQ_CODEL with memory_limit setting", string 73 "name": "Create FQ_CODEL with target setting", string 96 "name": "Create FQ_CODEL with interval setting", string 119 "name": "Create FQ_CODEL with quantum setting", string 142 "name": "Create FQ_CODEL with noecn flag", string 165 "name": "Create FQ_CODEL with ce_threshold setting", string 188 "name": "Create FQ_CODEL with drop_batch setting", string 211 "name": "Create FQ_CODEL with multiple setting", string [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | internal.h | 34 #define FUNC_MASK(name, ret_type, size, max_val) \ argument 65 #define EXTRACT_HELPER(name, shift, nb) \ argument 71 #define EXTRACT_SHELPER(name, shift, nb) \ argument 77 #define EXTRACT_HELPER_SPLIT(name, shift1, nb1, shift2, nb2) \ argument 84 #define EXTRACT_HELPER_SPLIT_3(name, \ argument
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk.c | 63 static struct clk *imx_obtain_fixed_clock_from_dt(const char *name) in imx_obtain_fixed_clock_from_dt() 84 const char *name, unsigned long rate) in imx_obtain_fixed_clock() 95 const char *name, unsigned long rate) in imx_obtain_fixed_clock_hw() 106 const char *name, unsigned long rate) in imx_obtain_fixed_of_clock() 119 struct clk_hw *imx_get_clk_hw_by_name(struct device_node *np, const char *name) in imx_get_clk_hw_by_name()
|
/openbmc/linux/fs/fuse/ |
H A D | xattr.c | 14 int fuse_setxattr(struct inode *inode, const char *name, const void *value, in fuse_setxattr() 51 ssize_t fuse_getxattr(struct inode *inode, const char *name, void *value, in fuse_getxattr() 156 int fuse_removexattr(struct inode *inode, const char *name) in fuse_removexattr() 183 const char *name, void *value, size_t size) in fuse_xattr_get() 194 const char *name, const void *value, size_t size, in fuse_xattr_set()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 168 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ argument 184 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ argument 188 #define DEBUGFS_DECLARE_RO_FILE(name, _read_bufsize) \ argument 192 #define DEBUGFS_DECLARE_WO_FILE(name) \ argument 196 #define DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize) \ argument 201 #define __DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize, _dstate) \ argument 206 #define DEBUGFS_READONLY_FILE(name, _read_bufsize, fmt, value...) \ argument 463 #define UPDATE_COUNTER(ar, name) ({ \ argument 477 #define TALLY_SUM_UP(ar, name) do { \ argument 486 #define DEBUGFS_HW_TALLY_FILE(name, f) \ argument [all …]
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker-hmp-cmds.c | 25 const char *name = qdict_get_str(qdict, "name"); in hmp_rocker() local 44 const char *name = qdict_get_str(qdict, "name"); in hmp_rocker_ports() local 71 const char *name = qdict_get_str(qdict, "name"); in hmp_rocker_of_dpa_flows() local 220 const char *name = qdict_get_str(qdict, "name"); in hmp_rocker_of_dpa_groups() local
|
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/ |
H A D | presence.json | 3 "name": "FAN0", string 16 "name": "FAN1", string 29 "name": "FAN2", string 42 "name": "FAN3", string
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | bsp-hw.json | 8 "name": "alexandru.c.georgescu@intel.com" string 42 "name": "juan.fernandox.ramos.frayle@intel.com" string 68 "name": "alexandru.c.georgescu@intel.com" string 98 "name": "alexandru.c.georgescu@intel.com" string 120 "name": "alexandru.c.georgescu@intel.com" string 150 "name": "alexandru.c.georgescu@intel.com" string 176 "name": "alexandru.c.georgescu@intel.com" string 202 "name": "alexandru.c.georgescu@intel.com" string 224 "name": "alexandru.c.georgescu@intel.com" string 254 "name": "alexandru.c.georgescu@intel.com" string [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | vector.S | 170 #define LDCONST(fr, name) \ argument 183 #define LDCONST(fr, name) \ argument 187 #define LDCONST(fr, name) \ argument
|
/openbmc/linux/tools/testing/selftests/prctl/ |
H A D | set-process-name.c | 16 int set_name(char *name) in set_name() 29 char name[TASK_COMM_LEN]; in check_is_name_correct() local 42 char *name = NULL; in check_null_pointer() local
|
/openbmc/linux/include/linux/ |
H A D | aperture.h | 31 const char *name) in aperture_remove_conflicting_devices() 41 static inline int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) in aperture_remove_conflicting_pci_devices() 57 static inline int aperture_remove_all_conflicting_devices(const char *name) in aperture_remove_all_conflicting_devices()
|
/openbmc/qemu/qapi/ |
H A D | rocker.json | 37 # -> { "execute": "query-rocker", "arguments": { "name": "sw1" } } string 38 # <- { "return": {"name": "sw1", "ports": 2, "id": 1327446905938}} string 107 # -> { "execute": "query-rocker-ports", "arguments": { "name": "sw1" } } string 108 # <- { "return": [ {"duplex": "full", "enabled": true, "name": "sw1.1", string
|
H A D | string-output-visitor.c | 142 static bool print_type_int64(Visitor *v, const char *name, int64_t *obj, in print_type_int64() 224 static bool print_type_uint64(Visitor *v, const char *name, uint64_t *obj, in print_type_uint64() 232 static bool print_type_size(Visitor *v, const char *name, uint64_t *obj, in print_type_size() 258 static bool print_type_bool(Visitor *v, const char *name, bool *obj, in print_type_bool() 271 static bool print_type_str(Visitor *v, const char *name, char **obj, in print_type_str() 290 static bool print_type_number(Visitor *v, const char *name, double *obj, in print_type_number() 303 static bool print_type_null(Visitor *v, const char *name, QNull **obj, in print_type_null() 322 static bool start_struct(Visitor *v, const char *name, void **obj, in start_struct() 344 start_list(Visitor *v, const char *name, GenericList **list, size_t size, in start_list()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 1205 static void cpu_riscv_get_satp(Object *obj, Visitor *v, const char *name, in cpu_riscv_get_satp() 1217 static void cpu_riscv_set_satp(Object *obj, Visitor *v, const char *name, in cpu_riscv_set_satp() 1388 const char *name; member 1639 static void prop_pmu_num_set(Object *obj, Visitor *v, const char *name, in prop_pmu_num_set() 1673 static void prop_pmu_num_get(Object *obj, Visitor *v, const char *name, in prop_pmu_num_get() 1688 static void prop_pmu_mask_set(Object *obj, Visitor *v, const char *name, in prop_pmu_mask_set() 1715 static void prop_pmu_mask_get(Object *obj, Visitor *v, const char *name, in prop_pmu_mask_get() 1729 static void prop_mmu_set(Object *obj, Visitor *v, const char *name, in prop_mmu_set() 1746 static void prop_mmu_get(Object *obj, Visitor *v, const char *name, in prop_mmu_get() 1760 static void prop_pmp_set(Object *obj, Visitor *v, const char *name, in prop_pmp_set() [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | u32.json | 4 "name": "Add u32 with source match", string 26 "name": "Add/Replace u32 with source match and invalid indev", string 48 "name": "Replace valid u32 with source match and invalid indev", string 71 "name": "Add u32 with custom hash table", string 93 "name": "Add/Replace u32 with custom hash table and invalid handle", string 115 "name": "Replace valid u32 with custom hash table and invalid handle", string 138 "name": "Add u32 filter that links to a custom hash table", string 161 "name": "Add/Replace u32 filter with invalid hash table id", string 183 "name": "Replace valid u32 filter with invalid hash table id", string 207 "name": "Test u32 sample option, divisor 256", string [all …]
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | atomic_ll_sc.h | 42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument 138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 159 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument 304 #define __CMPXCHG128(name, mb, rel, cl...) \ argument
|
/openbmc/linux/drivers/dma/qcom/ |
H A D | hidma_mgmt_sys.c | 20 char *name; member 26 #define IMPLEMENT_GETSET(name) \ argument 44 #define DECLARE_ATTRIBUTE(name, mode) \ argument 185 static int create_sysfs_entry(struct hidma_mgmt_dev *dev, char *name, int mode) in create_sysfs_entry() 208 static int create_sysfs_entry_channel(struct hidma_mgmt_dev *mdev, char *name, in create_sysfs_entry_channel() 252 char name[20]; in hidma_mgmt_init_sys() local
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | prom_common.c | 34 int of_getintprop_default(struct device_node *np, const char *name, int def) in of_getintprop_default() 50 int of_set_property(struct device_node *dp, const char *name, void *val, int len) in of_set_property() 121 static int __init handle_nextprop_quirks(char *buf, const char *name) in handle_nextprop_quirks() 134 const char *name; in prom_common_nextprop() local
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | file.hpp | 26 const std::string& name; member in phosphor::user::File 44 File(const std::string& name, const std::string& mode, in File() 57 File(int fd, const std::string& name, const std::string& mode, in File()
|
/openbmc/phosphor-user-manager/ |
H A D | file.hpp | 24 const std::string& name; member in phosphor::user::File 42 File(const std::string& name, const std::string& mode, in File() 55 File(int fd, const std::string& name, const std::string& mode, in File()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_misc.h | 79 #define __imm(name) [name]"i"(name) argument 80 #define __imm_const(name, expr) [name]"i"(expr) argument 81 #define __imm_addr(name) [name]"i"(&name) argument 82 #define __imm_ptr(name) [name]"p"(&name) argument 83 #define __imm_insn(name, expr) [name]"i"(*(long *)&(expr)) argument
|