/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 197 static sparsebit_num_t node_num_set(struct node *nodep) in node_num_set() argument 199 return nodep->num_after + __builtin_popcount(nodep->mask); in node_num_set() 207 struct node *nodep; in node_first() local 209 for (nodep = s->root; nodep && nodep->left; nodep = nodep->left) in node_first() 212 return nodep; in node_first() 221 struct node *nodep = np; in node_next() local 227 if (nodep->right) { in node_next() 228 for (nodep = nodep->right; nodep->left; nodep = nodep->left) in node_next() 230 return nodep; in node_next() 237 while (nodep->parent && nodep == nodep->parent->right) in node_next() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | fdt.c | 51 static int fdt_value_env_set(const void *nodep, int len, const char *var) in fdt_value_env_set() argument 53 if (is_printable_string(nodep, len)) in fdt_value_env_set() 54 env_set(var, (void *)nodep); in fdt_value_env_set() 58 sprintf(buf, "0x%08X", fdt32_to_cpu(*(fdt32_t *)nodep)); in fdt_value_env_set() 67 *(unsigned int *)(nodep + i)); in fdt_value_env_set() 256 char *nodep; /* new node to add */ in do_fdt() local 267 nodep = argv[3]; in do_fdt() 278 err = fdt_add_subnode(working_fdt, nodeoffset, nodep); in do_fdt() 348 const void *nodep; /* property node pointer */ in do_fdt() local 414 nodep = fdt_getprop( in do_fdt() [all …]
|
/openbmc/u-boot/tools/ |
H A D | fit_info.c | 46 const void *nodep; /* property node pointer */ in main() local 95 nodep = fdt_getprop(fit_blob, nodeoffset, propertyname, &len); in main() 103 printf("OFF: %d\n", (int)(nodep - fit_blob)); in main()
|
/openbmc/linux/lib/ |
H A D | radix-tree.c | 86 struct radix_tree_node **nodep, unsigned long index) in radix_tree_descend() argument 91 *nodep = (void *)entry; in radix_tree_descend() 389 struct radix_tree_node **nodep, unsigned long *maxindex) in radix_tree_load_root() argument 393 *nodep = node; in radix_tree_load_root() 599 unsigned long index, struct radix_tree_node **nodep, in __radix_tree_create() argument 640 if (nodep) in __radix_tree_create() 641 *nodep = node; in __radix_tree_create() 748 unsigned long index, struct radix_tree_node **nodep, in __radix_tree_lookup() argument 774 if (nodep) in __radix_tree_lookup() 775 *nodep = parent; in __radix_tree_lookup()
|
/openbmc/u-boot/drivers/sound/ |
H A D | hda_codec.c | 174 static int find_verb_data(struct udevice *dev, uint id, ofnode *nodep) in find_verb_data() argument 195 *nodep = node; in find_verb_data()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_iext_tree.c | 452 struct xfs_iext_node **nodep, in xfs_iext_split_node() argument 456 struct xfs_iext_node *node = *nodep; in xfs_iext_split_node() 464 *nodep = new; in xfs_iext_split_node() 480 *nodep = new; in xfs_iext_split_node()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 925 const char *nodep; in fdtdec_get_config_string() local 934 nodep = fdt_getprop(blob, nodeoffset, prop_name, &len); in fdtdec_get_config_string() 935 if (!nodep) in fdtdec_get_config_string() 938 return (char *)nodep; in fdtdec_get_config_string()
|
/openbmc/linux/include/linux/ |
H A D | radix-tree.h | 222 struct radix_tree_node **nodep, void __rcu ***slotp);
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 642 static int __init prom_next_node(phandle *nodep) in prom_next_node() argument 646 if ((node = *nodep) != 0 in prom_next_node() 647 && (*nodep = call_prom("child", 1, 1, node)) != 0) in prom_next_node() 649 if ((*nodep = call_prom("peer", 1, 1, node)) != 0) in prom_next_node() 654 if ((*nodep = call_prom("peer", 1, 1, node)) != 0) in prom_next_node()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 1672 static int consume_node(struct unsave_state *us, XsNode **nodep, in consume_node() argument 1798 *nodep = n; in consume_node()
|
/openbmc/linux/kernel/ |
H A D | sys.c | 2757 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, in SYSCALL_DEFINE3() argument 2765 if (nodep) in SYSCALL_DEFINE3() 2766 err |= put_user(cpu_to_node(cpu), nodep); in SYSCALL_DEFINE3()
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 1196 struct constraint_node **nodep, in read_cons_helper() argument 1214 *nodep = c; in read_cons_helper()
|