HomeSort by: relevance | last modified time | path
    Searched defs:node (Results 1 - 25 of 1587) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/macppc/dev/
fancontrol.c 88 struct sysctlnode *zone_node, *node; local in function:fancontrol_init_zone
100 sysctl_createv(NULL, 0, NULL, (void *) &node,
109 sysctl_createv(NULL, 0, NULL, (void *) &node,
fancontrol.c 88 struct sysctlnode *zone_node, *node; local in function:fancontrol_init_zone
100 sysctl_createv(NULL, 0, NULL, (void *) &node,
109 sysctl_createv(NULL, 0, NULL, (void *) &node,
fancontrol.c 88 struct sysctlnode *zone_node, *node; local in function:fancontrol_init_zone
100 sysctl_createv(NULL, 0, NULL, (void *) &node,
109 sysctl_createv(NULL, 0, NULL, (void *) &node,
  /src/sys/compat/common/
compat_sysctl_09_43.c 73 struct sysctlnode node; local in function:sysctl_vfs_generic_conf
96 node = *rnode;
97 node.sysctl_data = &vfc;
98 return (sysctl_lookup(SYSCTLFN_CALL(&node)));
compat_sysctl_09_43.c 73 struct sysctlnode node; local in function:sysctl_vfs_generic_conf
96 node = *rnode;
97 node.sysctl_data = &vfc;
98 return (sysctl_lookup(SYSCTLFN_CALL(&node)));
compat_sysctl_09_43.c 73 struct sysctlnode node; local in function:sysctl_vfs_generic_conf
96 node = *rnode;
97 node.sysctl_data = &vfc;
98 return (sysctl_lookup(SYSCTLFN_CALL(&node)));
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_debugfs.c 50 struct drm_info_node *node = (struct drm_info_node *) m->private; local in function:virtio_gpu_features
51 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
63 struct drm_info_node *node = (struct drm_info_node *) m->private; local in function:virtio_gpu_debugfs_irq_info
64 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
virtgpu_debugfs.c 50 struct drm_info_node *node = (struct drm_info_node *) m->private; local in function:virtio_gpu_features
51 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
63 struct drm_info_node *node = (struct drm_info_node *) m->private; local in function:virtio_gpu_debugfs_irq_info
64 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
virtgpu_debugfs.c 50 struct drm_info_node *node = (struct drm_info_node *) m->private; local in function:virtio_gpu_features
51 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
63 struct drm_info_node *node = (struct drm_info_node *) m->private; local in function:virtio_gpu_debugfs_irq_info
64 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
  /src/sys/dev/sbus/
cgsix_sbus.c 93 int node, isconsole; local in function:cgsixattach
102 node = sa->sa_node;
109 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
166 name = prom_getpropstring(node, "model");
168 isconsole = fb_is_console(node);
174 sc->sc_ramsize = prom_getpropint(node, "vmsize", 1) * 1024 * 1024;
cgthree_sbus.c 136 int node = sa->sa_node; local in function:cgthreeattach_sbus
152 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
169 isconsole = fb_is_console(node);
170 name = prom_getpropstring(node, "model");
cgsix_sbus.c 93 int node, isconsole; local in function:cgsixattach
102 node = sa->sa_node;
109 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
166 name = prom_getpropstring(node, "model");
168 isconsole = fb_is_console(node);
174 sc->sc_ramsize = prom_getpropint(node, "vmsize", 1) * 1024 * 1024;
cgthree_sbus.c 136 int node = sa->sa_node; local in function:cgthreeattach_sbus
152 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
169 isconsole = fb_is_console(node);
170 name = prom_getpropstring(node, "model");
cgsix_sbus.c 93 int node, isconsole; local in function:cgsixattach
102 node = sa->sa_node;
109 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
166 name = prom_getpropstring(node, "model");
168 isconsole = fb_is_console(node);
174 sc->sc_ramsize = prom_getpropint(node, "vmsize", 1) * 1024 * 1024;
cgthree_sbus.c 136 int node = sa->sa_node; local in function:cgthreeattach_sbus
152 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
169 isconsole = fb_is_console(node);
170 name = prom_getpropstring(node, "model");
  /src/tests/usr.bin/xlint/lint1/
gcc_init_compound_literal.c 32 struct node { struct
34 struct node *left;
35 struct node *right;
43 static const struct node guess = {
45 &(struct node){
47 &(struct node){
52 &(struct node){
gcc_init_compound_literal.c 32 struct node { struct
34 struct node *left;
35 struct node *right;
43 static const struct node guess = {
45 &(struct node){
47 &(struct node){
52 &(struct node){
gcc_init_compound_literal.c 32 struct node { struct
34 struct node *left;
35 struct node *right;
43 static const struct node guess = {
45 &(struct node){
47 &(struct node){
52 &(struct node){
  /src/sys/kern/
init_sysctl_base.c 95 * this node is inserted so that the sysctl nodes in libc can
190 struct sysctlnode node = *rnode; local in function:sysctl_hw_machine_arch
195 node.sysctl_data = PROC_MACHINE_ARCH(l->l_proc);
196 node.sysctl_size = strlen(node.sysctl_data) + 1;
197 return sysctl_lookup(SYSCTLFN_CALL(&node));
init_sysctl_base.c 95 * this node is inserted so that the sysctl nodes in libc can
190 struct sysctlnode node = *rnode; local in function:sysctl_hw_machine_arch
195 node.sysctl_data = PROC_MACHINE_ARCH(l->l_proc);
196 node.sysctl_size = strlen(node.sysctl_data) + 1;
197 return sysctl_lookup(SYSCTLFN_CALL(&node));
init_sysctl_base.c 95 * this node is inserted so that the sysctl nodes in libc can
190 struct sysctlnode node = *rnode; local in function:sysctl_hw_machine_arch
195 node.sysctl_data = PROC_MACHINE_ARCH(l->l_proc);
196 node.sysctl_size = strlen(node.sysctl_data) + 1;
197 return sysctl_lookup(SYSCTLFN_CALL(&node));
  /src/sys/dev/ofw/
ofw_i2c_subr.c 47 * Iterate over the subtree of a i2c controller node.
55 int node, len; local in function:of_copy_i2c_devs
64 for (node = OF_child(ofnode); node; node = OF_peer(node)) {
65 if (OF_getprop(node, "name", name, sizeof(name)) <= 0)
67 len = OF_getproplen(node, "reg");
70 if (OF_getprop(node, "reg", &reg64, sizeof(reg64))
82 if (OF_getprop(node, "reg", &reg32, sizeof(reg32)
    [all...]
ofw_i2c_subr.c 47 * Iterate over the subtree of a i2c controller node.
55 int node, len; local in function:of_copy_i2c_devs
64 for (node = OF_child(ofnode); node; node = OF_peer(node)) {
65 if (OF_getprop(node, "name", name, sizeof(name)) <= 0)
67 len = OF_getproplen(node, "reg");
70 if (OF_getprop(node, "reg", &reg64, sizeof(reg64))
82 if (OF_getprop(node, "reg", &reg32, sizeof(reg32)
    [all...]
  /src/sys/arch/macppc/macppc/
mainbus.c 70 int node, cpus, i; local in function:mainbus_attach
74 node = OF_finddevice("/");
75 if (node) {
76 if (OF_getprop(node, "model", name, sizeof(name)) > 0) {
79 node = 0;
82 if (node == 0) {
97 node = OF_child(cpus);
98 while (node != 0) {
101 ca.ca_nreg = OF_getprop(node, "reg", reg, sizeof(reg));
104 node)));
    [all...]
mainbus.c 70 int node, cpus, i; local in function:mainbus_attach
74 node = OF_finddevice("/");
75 if (node) {
76 if (OF_getprop(node, "model", name, sizeof(name)) > 0) {
79 node = 0;
82 if (node == 0) {
97 node = OF_child(cpus);
98 while (node != 0) {
101 ca.ca_nreg = OF_getprop(node, "reg", reg, sizeof(reg));
104 node)));
    [all...]

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011>>