/openbmc/linux/include/linux/ |
H A D | idr.h | 35 #define IDR_INIT_BASE(name, base) { \ argument 47 #define IDR_INIT(name) IDR_INIT_BASE(name, 0) argument 56 #define DEFINE_IDR(name) struct idr name = IDR_INIT(name) argument 252 #define IDA_INIT(name) { \ argument 255 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name) argument
|
H A D | ref_tracker.h | 20 char name[32]; member 28 const char *name) in ref_tracker_dir_init() 61 const char *name) in ref_tracker_dir_init()
|
/openbmc/linux/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 111 int cfe_enumenv(int idx, char *name, int namelen, char *val, int vallen) in cfe_enumenv() 186 int cfe_getdevinfo(char *name) in cfe_getdevinfo() 206 int cfe_getenv(char *name, char *dest, int destlen) in cfe_getenv() 331 int cfe_open(char *name) in cfe_open() 376 int cfe_setenv(char *name, char *val) in cfe_setenv()
|
/openbmc/linux/fs/hpfs/ |
H A D | name.c | 42 int hpfs_chk_name(const unsigned char *name, unsigned *len) in hpfs_chk_name() 93 int hpfs_is_name_long(const unsigned char *name, unsigned len) in hpfs_is_name_long() 107 void hpfs_adjust_length(const unsigned char *name, unsigned *len) in hpfs_adjust_length()
|
/openbmc/qemu/ |
H A D | qemu-keymap.c | 49 char name[64]; in print_sym() local 65 char name[64]; in walk_map() local 143 static xkb_mod_mask_t get_mod(struct xkb_keymap *map, const char *name) in get_mod()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util-darwin.c | 14 ssize_t fgetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fgetxattrat_nofollow() 43 const char *name) in fremovexattrat_nofollow() 55 int fsetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fsetxattrat_nofollow()
|
/openbmc/phosphor-led-sysfs/interfaces/ |
H A D | internal_interface.cpp | 70 std::string name; in createLEDPath() local 102 void InternalInterface::addLED(const std::string& name) in addLED() 108 void InternalInterface::removeLED(const std::string& name) in removeLED()
|
/openbmc/linux/drivers/net/ |
H A D | Space.c | 38 char name[IFNAMSIZ]; member 62 static int netdev_boot_setup_add(char *name, struct ifmap *map) in netdev_boot_setup_add() 121 char name[IFNAMSIZ]; in netdev_boot_base() local
|
/openbmc/u-boot/tools/patman/ |
H A D | series.py | 47 def __setattr__(self, name, value): argument 50 def __getattr__(self, name): argument 53 def AddTag(self, commit, line, name, value): argument
|
/openbmc/skeleton/pychassisctl/ |
H A D | chassis_control.py | 41 def __init__(self, bus, name): argument 91 def getInterface(self, name): argument 179 name = dbus.service.BusName(DBUS_NAME, bus) variable
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_bind.py | 8 def in_tree(response, name, uclass, drv, depth, last_child): argument 100 def get_next_line(tree, name): argument
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-trim-schemas | 14 def child (elem, name): argument 20 def children (elem, name=None): argument
|
/openbmc/linux/arch/sh/mm/ |
H A D | consistent.c | 20 static void __init memchunk_cmdline_override(char *name, unsigned long *sizep) in memchunk_cmdline_override() 38 char *name, unsigned long memsize) in platform_resource_setup_memory()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | selftest.h | 12 #define selftest(name, func) int func(void); argument 18 const char *name; member
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_selftest.c | 52 #define selftest(name, func) mock_##name, argument 58 #define selftest(name, func) live_##name, argument 64 #define selftest(name, func) perf_##name, argument 71 const char *name; member 157 static int __run_selftests(const char *name, in __run_selftests() 275 static bool apply_subtest_filter(const char *caller, const char *name) in apply_subtest_filter()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | ops.h | 99 static inline void *finddevice(const char *name) in finddevice() 104 static inline int getprop(void *devp, const char *name, void *buf, int buflen) in getprop() 109 static inline int setprop(void *devp, const char *name, in setprop() 114 #define setprop_val(devp, name, val) \ argument 120 static inline int setprop_str(void *devp, const char *name, const char *buf) in setprop_str() 138 static inline void *create_node(const void *parent, const char *name) in create_node()
|
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
H A D | makedevs.c | 43 char name[MAX_NAME_LEN+1]; member 237 static void add_new_directory(char *name, char *path, in add_new_directory() 255 static void add_new_device(char *name, char *path, unsigned long uid, in add_new_device() 299 static void add_new_file(char *name, char *path, unsigned long uid, in add_new_file() 318 static void add_new_fifo(char *name, char *path, unsigned long uid, in add_new_fifo() 364 char *name; in interpret_table_entry() local
|
/openbmc/linux/include/linux/mfd/wm8994/ |
H A D | pdata.h | 43 const char *name; member 55 const char *name; member 67 const char *name; member 82 const char *name; member 93 const char *name; member 104 const char *name; member
|
/openbmc/qemu/net/ |
H A D | socket.c | 331 const char *name, in net_socket_fd_init_dgram() 422 const char *name, in net_socket_fd_init_stream() 493 const char *name, in net_socket_listen_init() 542 const char *name, in net_socket_connect_init() 592 const char *name, in net_socket_mcast_init() 637 const char *name, in net_socket_udp_init() 688 int net_init_socket(const Netdev *netdev, const char *name, in net_init_socket()
|
/openbmc/linux/fs/ntfs3/ |
H A D | xattr.c | 46 const char *name, u8 name_len, u32 *off, u32 *ea_sz) in find_ea() 250 static int ntfs_get_ea(struct inode *inode, const char *name, size_t name_len, in ntfs_get_ea() 312 static noinline int ntfs_set_ea(struct inode *inode, const char *name, in ntfs_set_ea() 547 const char *name; in ntfs_get_acl() local 595 const char *name; in ntfs_set_acl_ex() local 747 struct inode *inode, const char *name, void *buffer, in ntfs_getxattr() 837 struct inode *inode, const char *name, in ntfs_setxattr()
|
/openbmc/linux/include/trace/ |
H A D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ argument 68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
|
/openbmc/qemu/hw/core/ |
H A D | loader-fit.c | 35 static const void *fit_load_image_alloc(const void *itb, const char *name, in fit_load_image_alloc() 94 static int fit_image_addr(const void *itb, int img, const char *name, in fit_image_addr() 124 const char *name; in fit_load_kernel() local 184 const char *name; in fit_load_fdt() local
|
/openbmc/linux/tools/testing/selftests/kvm/include/riscv/ |
H A D | processor.h | 25 #define RISCV_CONFIG_REG(name) __kvm_reg_id(KVM_REG_RISCV_CONFIG, \ argument 29 #define RISCV_CORE_REG(name) __kvm_reg_id(KVM_REG_RISCV_CORE, \ argument 33 #define RISCV_CSR_REG(name) __kvm_reg_id(KVM_REG_RISCV_CSR, \ argument 37 #define RISCV_TIMER_REG(name) __kvm_reg_id(KVM_REG_RISCV_TIMER, \ argument
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | config.json | 15 "name": "fan0_0", string 33 "name": "fan1_0", string 51 "name": "fan2_0", string 69 "name": "fan4_0", string
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | readdir.c | 31 struct xfs_name name = { in xchk_dir_walk_sf() local 111 struct xfs_name name = { }; in xchk_dir_walk_block() local 200 struct xfs_name name = { }; in xchk_dir_walk_leaf() local 316 const struct xfs_name *name, in xchk_dir_lookup()
|