/openbmc/qemu/hw/xen/ |
H A D | xen-bus-helper.c | 51 const char *node, unsigned int owner, unsigned int domid, in xs_node_create() 62 const char *node, Error **errp) in xs_node_destroy() 72 const char *node, const char *key, Error **errp, in xs_node_vprintf() 94 const char *node, const char *key, Error **errp, in xs_node_printf() 105 const char *node, const char *key, Error **errp, in xs_node_vscanf() 129 const char *node, const char *key, Error **errp, in xs_node_scanf() 164 struct qemu_xs_watch *xs_node_watch(struct qemu_xs_handle *h, const char *node, in xs_node_watch()
|
H A D | xen_pvdev.c | 72 int xenstore_write_str(const char *base, const char *node, const char *val) in xenstore_write_str() 83 char *xenstore_read_str(const char *base, const char *node) in xenstore_read_str() 97 int xenstore_write_int(const char *base, const char *node, int ival) in xenstore_write_int() 105 int xenstore_write_int64(const char *base, const char *node, int64_t ival) in xenstore_write_int64() 113 int xenstore_read_int(const char *base, const char *node, int *ival) in xenstore_read_int() 126 int xenstore_read_uint64(const char *base, const char *node, uint64_t *uval) in xenstore_read_uint64()
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | pinmux_arria10.c | 37 static int do_pinctrl_pins(const void *blob, int node, const char *child_name) in do_pinctrl_pins() 66 int node; in config_dedicated_pins() local 84 int node; in config_pins() local
|
/openbmc/u-boot/drivers/core/ |
H A D | of_extra.c | 13 int ofnode_read_fmap_entry(ofnode node, struct fmap_entry *entry) in ofnode_read_fmap_entry() 49 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep, in ofnode_decode_region() 78 ofnode node; in ofnode_decode_memory_region() local
|
H A D | util.c | 25 struct list_head *node; in list_count_items() local 58 bool dm_ofnode_pre_reloc(ofnode node) in dm_ofnode_pre_reloc()
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_private.h | 42 hdr_crc(struct jffs2_unknown_node *node) in hdr_crc() 60 dirent_crc(struct jffs2_raw_dirent *node) in dirent_crc() 70 dirent_name_crc(struct jffs2_raw_dirent *node) in dirent_name_crc() 80 inode_crc(struct jffs2_raw_inode *node) in inode_crc() 90 data_crc(struct jffs2_raw_inode *node) in data_crc()
|
/openbmc/qemu/util/ |
H A D | aio-win32.c | 39 static void aio_remove_fd_handler(AioContext *ctx, AioHandler *node) in aio_remove_fd_handler() 74 AioHandler *node = NULL; in aio_set_fd_handler() local 140 AioHandler *node; in aio_set_event_notifier() local 184 AioHandler *node; in aio_prepare() local 227 AioHandler *node; in aio_pending() local 257 AioHandler *node; in aio_dispatch_handlers() local 325 AioHandler *node; in aio_poll() local
|
H A D | rcu.c | 187 static void enqueue(struct rcu_head *node) in enqueue() 212 struct rcu_head *node, *next; in try_dequeue() local 257 struct rcu_head *node; in call_rcu_thread() local 308 void call_rcu1(struct rcu_head *node, void (*func)(struct rcu_head *node)) in call_rcu1() 322 static void drain_rcu_callback(struct rcu_head *node) in drain_rcu_callback()
|
/openbmc/libbej/src/ |
H A D | bej_encoder_metadata.c | 104 struct RedfishPropertyNode* node, uint16_t nodeIndex, in bejFindSeqNumAndChildDictOffset() 187 struct RedfishPropertyLeafInt* node, in bejUpdateIntMetaData() 210 struct RedfishPropertyLeafString* node, uint16_t nodeIndex, in bejUpdateStringMetaData() 235 struct RedfishPropertyLeafReal* node, uint16_t nodeIndex, in bejUpdateRealMetaData() 315 struct RedfishPropertyLeafEnum* node, uint16_t nodeIndex, in bejUpdateEnumMetaData() 367 struct RedfishPropertyLeafBool* node, uint16_t nodeIndex, in bejUpdateBoolMetaData() 390 struct RedfishPropertyLeafNull* node, uint16_t nodeIndex, in bejUpdateNullMetaData() 482 uint16_t dictStartingOffset, struct RedfishPropertyParent* node, in bejUpdateParentMetaData()
|
/openbmc/qemu/hw/i2c/ |
H A D | core.c | 125 I2CNode *node; in i2c_do_start_transfer() local 187 I2CPendingMaster *node = g_new(struct I2CPendingMaster, 1); in i2c_bus_master() local 195 I2CPendingMaster *node; in i2c_schedule_pending_master() local 240 I2CNode *node, *next; in i2c_end_transfer() local 259 I2CNode *node; in i2c_send() local 278 I2CNode *node = QLIST_FIRST(&bus->current_devs); in i2c_send_async() local 314 I2CNode *node; in i2c_nack() local 344 I2CNode *node; in i2c_slave_post_load() local 394 I2CNode *node = g_new(struct I2CNode, 1); in i2c_slave_match() local
|
/openbmc/qemu/hw/virtio/ |
H A D | iothread-vq-mapping.c | 21 for (IOThreadVirtQueueMappingList *node = list; node; node = node->next) { in iothread_vq_mapping_validate() local 81 IOThreadVirtQueueMappingList *node; in iothread_vq_mapping_apply() local 124 IOThreadVirtQueueMappingList *node; in iothread_vq_mapping_cleanup() local
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.c | 48 V9fsSynthNode *node; in v9fs_add_dir_node() local 75 V9fsSynthNode *node, *tmp; in qemu_v9fs_synth_mkdir() local 106 V9fsSynthNode *node, *tmp; in qemu_v9fs_synth_add_file() local 139 static void synth_fill_statbuf(V9fsSynthNode *node, struct stat *stbuf) in synth_fill_statbuf() 159 V9fsSynthNode *node = *(V9fsSynthNode **)fs_path->data; in synth_lstat() local 177 V9fsSynthNode *node = *(V9fsSynthNode **)fs_path->data; in synth_opendir() local 194 V9fsSynthNode *node = synth_open->node; in synth_closedir() local 219 static void synth_direntry(V9fsSynthNode *node, in synth_direntry() 242 V9fsSynthNode *node; in synth_get_dentry() local 265 V9fsSynthNode *node = synth_open->node; in synth_readdir() local [all …]
|
/openbmc/webui-vue/ |
H A D | package-lock.json | 67 "node": ">=12.14.1" string 82 … "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22" string 95 "node": ">=6.0.0" string 109 "node": ">=6.9.0" string 118 "node": ">=6.9.0" string 144 "node": ">=6.9.0" string 164 "node": ">=6.9.0" string 177 "node": ">=6.9.0" string 193 "node": ">=6.9.0" string 212 "node": ">=6.9.0" string [all …]
|
/openbmc/u-boot/drivers/pinctrl/mvebu/ |
H A D | pinctrl-mvebu.c | 42 int node = dev_of_offset(dev); in mvebu_pinctl_emmc_set_mux() local 70 int node = dev_of_offset(config); in mvebu_pinctrl_set_state() local 131 int node = dev_of_offset(config); in mvebu_pinctrl_set_state_all() local 185 int node = dev_of_offset(dev); in mvebu_pinctl_probe() local
|
/openbmc/u-boot/drivers/usb/common/ |
H A D | common.c | 23 enum usb_dr_mode usb_get_dr_mode(int node) in usb_get_dr_mode() 51 enum usb_device_speed usb_get_maximum_speed(int node) in usb_get_maximum_speed()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_atf.c | 104 int parent, node, ndepth; in spl_fit_images_find_uboot() local 131 uintptr_t spl_fit_images_get_entry(void *blob, int node) in spl_fit_images_get_entry() 148 int node; in spl_invoke_atf() local
|
H A D | spl_fit.c | 44 __maybe_unused int node; in spl_fit_get_image_name() local 98 int node; in spl_fit_get_image_node() local 171 void *fit, ulong base_offset, int node, in spl_load_fit_image() 281 int node, ret; in spl_fit_append_fdt() local 317 int node; in spl_fit_record_loadable() local 360 int node = -1; in spl_load_simple_fit() local
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | ti-musb.c | 51 static int ti_musb_get_usb_index(int node) in ti_musb_get_usb_index() 82 int node = dev_of_offset(dev); in ti_musb_ofdata_to_platdata() local 181 int node = dev_of_offset(dev); in ti_musb_host_ofdata_to_platdata() local 219 int node = dev_of_offset(dev); in ti_musb_peripheral_ofdata_to_platdata() local 288 int node; in ti_musb_wrapper_bind() local
|
/openbmc/u-boot/test/dm/ |
H A D | ofnode.c | 25 ofnode node = ofnode_null(); in dm_test_ofnode_by_prop_value() local 50 ofnode node; in dm_test_ofnode_fmap() local
|
/openbmc/u-boot/common/ |
H A D | common_fit.c | 12 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) in fdt_getprop_u32() 32 int conf, node, len; in fit_find_config_node() local
|
/openbmc/u-boot/include/linux/ |
H A D | rbtree.h | 44 #define RB_EMPTY_NODE(node) \ argument 46 #define RB_CLEAR_NODE(node) \ argument 68 static inline void rb_link_node(struct rb_node * node, struct rb_node * parent, in rb_link_node()
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | spl-boot-order.c | 31 static int spl_node_to_boot_device(int node) in spl_node_to_boot_device() 106 int node; in board_boot_order() local
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.c | 55 GTreeNode *node; in hvb_page_range_tree_insert() local 139 GTreeNode *node; in hvb_page_range_tree_pop() local 169 GTreeNode *node; in hvb_page_range_tree_intree_any() local
|
/openbmc/u-boot/lib/ |
H A D | fdtdec_common.c | 21 int fdtdec_get_int(const void *blob, int node, const char *prop_name, in fdtdec_get_int() 39 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint()
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
H A D | emc.c | 81 int node; in emc_get_controller() local 117 static int find_emc_tables(const void *blob, int node, int ram_code) in find_emc_tables() 179 int node; in decode_emc() local
|