/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | zut_link.c | 37 static int zut(di_minor_t minor, di_node_t node); 50 * For the zut control node: 54 zut(di_minor_t minor, di_node_t node) argument 57 (void) devfsadm_mklink(ZUT_DRIVER, node, minor, 0);
|
H A D | zfs_link.c | 37 static int zfs(di_minor_t minor, di_node_t node); 50 * The zfs control node looks like this: 54 zfs(di_minor_t minor, di_node_t node) argument 61 (void) devfsadm_mklink(ZFS_DRIVER, node, minor, 0);
|
H A D | dtrace_link.c | 31 static int dtrace(di_minor_t minor, di_node_t node); 32 static int dtrace_provider(di_minor_t minor, di_node_t node); 56 dtrace(di_minor_t minor, di_node_t node) argument 62 (void) devfsadm_mklink(path, node, minor, 0); 68 dtrace_provider(di_minor_t minor, di_node_t node) argument 74 (void) devfsadm_mklink(path, node, minor, 0);
|
H A D | vscan_link.c | 33 static int vscan(di_minor_t minor, di_node_t node); 49 vscan(di_minor_t minor, di_node_t node) argument 55 (void) devfsadm_mklink(path, node, minor, 0);
|
H A D | fssnap_link.c | 38 static int fssnap(di_minor_t minor, di_node_t node); 56 fssnap(di_minor_t minor, di_node_t node) argument 67 (void) devfsadm_mklink(SNAP_CTL_NAME, node, minor, 0); 85 (void) devfsadm_mklink(path, node, minor, 0);
|
H A D | lofi_link.c | 37 static int lofi(di_minor_t minor, di_node_t node); 79 lofi(di_minor_t minor, di_node_t node) argument 88 (void) devfsadm_mklink(LOFI_CTL_NAME, node, minor, 0); 90 instance = di_instance(node); 102 (void) devfsadm_mklink(path, node, minor, 0);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/pcibus/ |
H A D | pci_sun4.c | 38 pci_fru_compute(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument 40 return (pci_fru_cmn(mod, node, in, out));
|
/illumos-gate/usr/src/common/mdesc/ |
H A D | mdesc_findnodeprop.c | 36 mde_cookie_t node, 43 if (node == MDE_INVAL_ELEM_COOKIE || 48 idx = (int)node; 57 /* see if cookie is infact a node */ 63 * Simply walk the elements in the node 35 md_find_node_prop(md_impl_t *mdp, mde_cookie_t node, mde_str_cookie_t prop_name, int tag_type) argument
|
H A D | mdesc_getpropdata.c | 34 md_get_prop_data(md_t *ptr, mde_cookie_t node, char *namep, argument 43 if (node == MDE_INVAL_ELEM_COOKIE) { 52 elem = md_find_node_prop(mdp, node, prop_name, MDET_PROP_DAT);
|
H A D | mdesc_getpropstr.c | 34 md_get_prop_str(md_t *ptr, mde_cookie_t node, char *namep, char **strp) argument 42 if (node == MDE_INVAL_ELEM_COOKIE) { 51 elem = md_find_node_prop(mdp, node, prop_name, MDET_PROP_STR);
|
H A D | mdesc_getpropval.c | 41 md_get_prop_val(md_t *ptr, mde_cookie_t node, char *namep, uint64_t *valp) argument 49 if (node == MDE_INVAL_ELEM_COOKIE) { 58 elem = md_find_node_prop(mdp, node, prop_name, MDET_PROP_VAL);
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | verify.c | 39 di_node_t node; local 58 node = di_init(path, DINFOCPYALL); 59 if (node == DI_NODE_NIL) { 65 state = di_state(node); 69 di_fini(node); 71 "devinfo node is not online state: %d", state); 76 di_fini(node);
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | cpr_impl.h | 55 pnode_t node; member in struct:i86pc_cpu_info
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_fem.c | 41 smb_fem_fcn_install(smb_node_t *node) argument 48 smb_fem_fcn_uninstall(smb_node_t *node) argument 54 smb_fem_oplock_install(smb_node_t *node) argument 61 smb_fem_oplock_uninstall(smb_node_t *node) argument
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | tfind.c | 37 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; struct 42 /* tfind - find a node, or return 0 */
|
/illumos-gate/usr/src/cmd/devfsadm/i386/ |
H A D | xen_link.c | 42 static int xdt(di_minor_t minor, di_node_t node); 91 devxen(di_minor_t minor, di_node_t node) argument 96 (void) devfsadm_mklink(buf, node, minor, 0); 102 xdt(di_minor_t minor, di_node_t node) argument 108 (void) devfsadm_mklink(path, node, minor, 0);
|
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_ieee1394.c | 36 HalDevice *devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type); 37 static HalDevice *devinfo_scsa1394_add(HalDevice *d, di_node_t node, gchar *devfs_path); 49 devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument 59 if ((di_compatible_names (node, &compat) < 1) || 64 if ((driver_name = di_driver_name (node)) == NULL) { 69 d = devinfo_scsa1394_add (parent, node, devfs_path); 76 devinfo_scsa1394_add(HalDevice *parent, di_node_t node, gchar *devfs_path) argument 82 devinfo_set_default_properties (d, parent, node, devfs_path);
|
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_boot.c | 36 pnode_t node; local 43 node = prom_chosennode(); 44 if ((node == OBP_NONODE) || (node == OBP_BADNODE)) 45 node = prom_rootnode(); 46 length = prom_getproplen(node, name); 51 (void) prom_bounded_getprop(node, name, bootargs, length); 68 pnode_t node; local 74 node = prom_chosennode(); 75 if ((node [all...] |
H A D | prom_test.c | 53 prom_test_method(char *method, pnode_t node) argument 63 ci[3] = p1275_dnode2cell(node); 74 method, node, (void *)&rv);
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_ofile.c | 59 smb_node_t *node; local 64 node = of->f_node; 66 (node->flags & NODE_FLAGS_DELETE_ON_CLOSE) != 0; 67 qi->qi_isdir = smb_node_is_dir(node);
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_file.c | 65 topo_file_load(topo_mod_t *mod, tnode_t *node, const char *name, argument 100 if (topo_xml_enum(mod, tfp->tf_tmap, node) < 0) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/ |
H A D | pci_i86pc.c | 42 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument 45 return (pci_label_cmn(mod, node, in, out)); 49 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument 52 return (pci_fru_cmn(mod, node, in, out)); 56 * return true if pciexbus node whose parent is a pciexrc node 66 * Look for down-stream switch "2" on riser card. First find this node's parent. 67 * If it is a pciexfn node and it has dev=2 and node 6 levels further up 95 * Look for down-stream switch "4" on riser card. First find this node' [all...] |
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/pcibus/ |
H A D | pci_sun4u.c | 42 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument 45 return (pci_label_cmn(mod, node, in, out)); 48 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument 51 return (pci_fru_compute(mod, node, in, out));
|
/illumos-gate/usr/src/lib/libuuid/common/ |
H A D | etheraddr.c | 50 arp_get(uuid_node_t *node) argument 85 bcopy(&ar.arp_ha.sa_data, node, 6); 100 get_ethernet_address(uuid_node_t *node) argument 104 if (arp_get(node) == 0) 113 bcopy(state.wa_etheraddr, node, state.wa_etheraddrlen);
|
H A D | uuid_misc.h | 68 uuid_node_t node; /* saved node ID */ member in struct:__anon4186
|