Home
last modified time | relevance | path

Searched defs:name (Results 301 – 325 of 8687) sorted by relevance

1...<<11121314151617181920>>...348

/openbmc/linux/include/trace/events/
H A Dhandshake.h111 #define DEFINE_HANDSHAKE_EVENT(name) \ argument
144 #define DEFINE_HANDSHAKE_FD_EVENT(name) \ argument
178 #define DEFINE_HANDSHAKE_ERROR(name) \ argument
220 #define DEFINE_HANDSHAKE_ALERT(name) \ argument
/openbmc/u-boot/env/
H A Dattr.c29 int (*callback)(const char *name, const char *attributes, void *priv), in env_attr_walk()
33 char *name, *attributes; in env_attr_walk() local
119 static int regex_callback(const char *name, const char *attributes, void *priv) in regex_callback()
169 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup()
259 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup()
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dsample.json4 "name": "Add valid sample action with mandatory arguments", string
148 "name": "Add sample action with invalid rate", string
282 "name": "Add valid sample action with trunc argument", string
306 "name": "Add sample action with maximum rate argument", string
378 "name": "Add sample action with invalid rate argument", string
422 "name": "Add sample action with invalid trunc size", string
444 "name": "Add sample action with invalid index", string
466 "name": "Add sample action with maximum allowed index", string
490 "name": "Add sample action with cookie", string
639 "name": "Delete sample action with valid index", string
[all …]
H A Dmirred.json4 "name": "Add mirred mirror to egress action", string
28 "name": "Add mirred redirect to egress action", string
53 "name": "Get mirred actions", string
79 "name": "Add invalid mirred direction", string
103 "name": "Add invalid mirred action", string
127 "name": "Add mirred action with invalid device", string
151 "name": "Add mirred action with duplicate index", string
176 "name": "Add mirred mirror action with control pass", string
320 "name": "Add mirred mirror action with cookie", string
390 "name": "Delete mirred mirror action", string
[all …]
H A Dnat.json4 "name": "Add nat action on ingress with default control action", string
28 "name": "Add nat action on ingress with pipe control action", string
230 "name": "Add nat action on ingress with invalid argument", string
283 "name": "Add nat action on ingress with ANY IP address", string
307 "name": "Add nat action on ingress with ALL IP address", string
499 "name": "Add nat action on egress with ANY IP address", string
523 "name": "Add nat action on egress with ALL IP address", string
547 "name": "Add nat action on egress with cookie", string
571 "name": "Add nat action on ingress with cookie", string
620 "name": "Delete nat action with valid index", string
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dcake.json4 "name": "Create CAKE with default setting", string
27 "name": "Create CAKE with bandwidth limit", string
73 "name": "Create CAKE with rtt time", string
96 "name": "Create CAKE with besteffort flag", string
119 "name": "Create CAKE with diffserv8 flag", string
142 "name": "Create CAKE with diffserv4 flag", string
165 "name": "Create CAKE with flowblind flag", string
211 "name": "Create CAKE with wash flag", string
418 "name": "Replace CAKE with mpu", string
442 "name": "Change CAKE with mpu", string
[all …]
H A Dnetem.json4 "name": "Create NETEM with default setting", string
27 "name": "Create NETEM with limit flag", string
50 "name": "Create NETEM with delay time", 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
234 "name": "Create NETEM with multiple slot rate", string
280 "name": "Change NETEM with loss state", string
304 "name": "Replace NETEM with delay time", string
328 "name": "Delete NETEM with handle", string
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dmatchall.json4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS", string
25 "name": "Add egress matchall filter for protocol ipv4 and action PASS", string
46 "name": "Add ingress matchall filter for protocol ipv6 and action DROP", string
67 "name": "Add egress matchall filter for protocol ipv6 and action DROP", string
256 "name": "Add ingress matchall filter for protocol ipv6 and action PASS with classid", string
298 "name": "Delete single ingress matchall filter", string
320 "name": "Delete all ingress matchall filters", string
345 "name": "Delete single ingress matchall filter out of multiple", string
370 "name": "Delete ingress matchall filter by chain ID", string
417 "name": "Validate flags of the matchall filter with skip_hw and police action", string
[all …]
/openbmc/linux/arch/ia64/include/asm/
H A Dasmmacro.h11 #define ENTRY(name) \ argument
16 #define ENTRY_MIN_ALIGN(name) \ argument
21 #define GLOBAL_ENTRY(name) \ argument
25 #define END(name) \ argument
/openbmc/linux/scripts/selinux/mdp/
H A Dmdp.c24 static void usage(char *name) in usage()
32 const char *name; member
74 const char *name = initial_sid_to_string[i]; in main() local
143 const char *name = initial_sid_to_string[i]; in main() local
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Ddebugfs.h11 #define DEBUGFS_SEQ_FILE_OPS(name) \ argument
19 #define DEBUGFS_SEQ_FILE_OPEN(name) \ argument
32 #define DEBUGFS_FILE_OPS(name) \ argument
/openbmc/linux/fs/afs/
H A Dxattr.c38 struct inode *inode, const char *name, in afs_xattr_get_acl()
102 struct inode *inode, const char *name, in afs_xattr_set_acl()
140 struct inode *inode, const char *name, in afs_xattr_get_yfs()
233 struct inode *inode, const char *name, in afs_xattr_set_yfs()
270 struct inode *inode, const char *name, in afs_xattr_get_cell()
297 struct inode *inode, const char *name, in afs_xattr_get_fid()
335 struct inode *inode, const char *name, in afs_xattr_get_volume()
/openbmc/linux/drivers/clk/
H A Dclk-fixed-factor.c81 const char *name, const char *parent_name, in __clk_hw_register_fixed_factor()
151 const char *name, unsigned int index, unsigned long flags, in devm_clk_hw_register_fixed_factor_index()
173 const char *name, const struct clk_hw *parent_hw, in devm_clk_hw_register_fixed_factor_parent_hw()
182 const char *name, const struct clk_hw *parent_hw, in clk_hw_register_fixed_factor_parent_hw()
192 const char *name, const char *parent_name, unsigned long flags, in clk_hw_register_fixed_factor()
200 struct clk *clk_register_fixed_factor(struct device *dev, const char *name, in clk_register_fixed_factor()
239 const char *name, const char *parent_name, unsigned long flags, in devm_clk_hw_register_fixed_factor()
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dspecs.rst83 name subsection
105 name subsection
167 name subsection
192 name subsection
321 name subsection
395 name subsection
402 .. _attr_types:
/openbmc/linux/drivers/clk/imx/
H A Dclk.c63 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/qemu/target/ppc/
H A Dinternal.h34 #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/fs/fuse/
H A Dxattr.c14 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/dma/
H A Dtxx9dmac.c35 #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
51 #define channel_readl(dc, name) \ argument
54 #define channel_writel(dc, name, val) \ argument
112 #define dma64_readl(ddev, name) \ argument
117 #define dma32_readl(ddev, name) \ argument
122 #define dma_readl(ddev, name) \ argument
[all …]
/openbmc/qemu/hw/net/rocker/
H A Drocker-hmp-cmds.c25 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/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.c168 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ 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
516 #define DEBUGFS_HW_REG_FILE(name, f) \ argument
[all …]
/openbmc/linux/tools/testing/selftests/prctl/
H A Dset-process-name.c16 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/arch/powerpc/kernel/
H A Dvector.S170 #define LDCONST(fr, name) \ argument
183 #define LDCONST(fr, name) \ argument
187 #define LDCONST(fr, name) \ argument
/openbmc/linux/include/linux/
H A Daperture.h31 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/openbmc/poky/meta/lib/oeqa/manual/
H A Dbsp-hw.json8 "name": "alexandru.c.georgescu@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
354 "name": "yi.zhao@windriver.com" string
584 "name": "yi.zhao@windriver.com" string
[all …]
/openbmc/qemu/qapi/
H A Drocker.json35 # -> { "execute": "query-rocker", "arguments": { "name": "sw1" } } string
36 # <- { "return": {"name": "sw1", "ports": 2, "id": 1327446905938}} string
103 # -> { "execute": "query-rocker-ports", "arguments": { "name": "sw1" } } string
104 # <- { "return": [ {"duplex": "full", "enabled": true, "name": "sw1.1", string

1...<<11121314151617181920>>...348