| /illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
| H A D | pcibus_hba.c | 39 pci_di_prop_set(tnode_t *tn, di_node_t din, char *dpnm, char *tpnm) argument 44 if (di_prop_lookup_strings(DDI_DEV_T_ANY, din, dpnm, &tmpbuf) == 1) 50 pci_pi_prop_set(tnode_t *tn, di_path_t din, char *dpnm, char *tpnm) argument 55 if (di_path_prop_lookup_strings(din, dpnm, &tmpbuf) == 1)
|
| H A D | pcibus.c | 410 pci_bridge_declare(topo_mod_t *mod, tnode_t *fn, di_node_t din, int board, argument 416 devtyp = pci_devtype_get(mod, din); 419 err = pci_children_instantiate(mod, fn, din, board, bridge, 422 err = pci_children_instantiate(mod, fn, din, board, bridge, 428 declare_dev_and_fn(topo_mod_t *mod, tnode_t *bus, tnode_t **dev, di_node_t din, argument 440 *dev = pciexdev_declare(mod, bus, din, devno); 442 *dev = pcidev_declare(mod, bus, din, devno); 448 fn = pciexfn_declare(mod, *dev, din, fnno); 450 fn = pcifn_declare(mod, *dev, din, fnno); 460 if (pci_classcode_get(mod, din, 559 di_node_t din; local [all...] |
| /illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
| H A D | hostbridge.c | 240 pcihostbridge_declare(topo_mod_t *mod, tnode_t *parent, di_node_t din, argument 246 if ((pd = did_find(mod, din)) == NULL) 248 if ((ntn = hb_tnode_create(mod, parent, HOSTBRIDGE, i, din)) == NULL) 265 pciexhostbridge_declare(topo_mod_t *mod, tnode_t *parent, di_node_t din, argument 271 if ((pd = did_find(mod, din)) == NULL) 273 if ((ntn = hb_tnode_create(mod, parent, HOSTBRIDGE, hi, din)) == NULL) 290 pciexrc_declare(topo_mod_t *mod, tnode_t *parent, di_node_t din, argument 296 if ((pd = did_find(mod, din)) == NULL) 299 if ((ntn = hb_tnode_create(mod, parent, PCIEX_ROOT, ri, din)) == NULL)
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | enc_des.c | 115 krb5_data din; local 118 din.length = DES_BLOCKSIZE; 119 din.data = (char *)in; 127 &din, &dout);
|
| /illumos-gate/usr/src/cmd/devctl/ |
| H A D | devctl.c | 114 static int nexif(di_node_t din, di_minor_t dim, void *arg); 558 nexif(di_node_t din, di_minor_t dim, void *arg) argument 562 if ((devname = di_devfs_path(din)) != NULL) { 563 (void) printf("%s%d: /devices%s\n", di_driver_name(din), 564 di_instance(din), devname);
|
| /illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
| H A D | shp.c | 1076 find_slotname(di_node_t din, di_minor_t dim, void *arg) argument 1091 if ((devname = di_devfs_path(din)) != NULL) { 1103 solaris_prop = di_prop_hw_next(din, DI_PROP_NIL); 1108 din, di_prop_name(solaris_prop), &intp); 1113 solaris_prop = di_prop_hw_next(din, solaris_prop); 1120 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL); 1125 din, di_prom_prop_name(prom_prop), &intp); 1130 prom_prop = di_prom_prop_next(ph, din, prom_prop);
|
| /illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/ |
| H A D | cfga.c | 1212 find_slotname(di_node_t din, di_minor_t dim, void *arg) argument 1227 if ((devname = di_devfs_path(din)) != NULL) { 1239 solaris_prop = di_prop_hw_next(din, DI_PROP_NIL); 1244 din, di_prop_name(solaris_prop), &intp); 1249 solaris_prop = di_prop_hw_next(din, solaris_prop); 1256 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL); 1261 din, di_prom_prop_name(prom_prop), &intp); 1266 prom_prop = di_prom_prop_next(ph, din, prom_prop);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| H A D | ftp.c | 1051 FILE *fout, *din = 0; local 1196 din = dataconn("r"); 1197 if (din == NULL) 1232 infd = fileno(din); 1293 infd = fileno(din); 1347 (void) fclose(din); data = -1; 1400 if (din) { 1401 FD_SET(fileno(din), &mask); 1402 nfds = MAX(fileno(din) + 1, nfds); 1411 if (din [all...] |
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | devinfo.c | 960 devinfo_node_t *din = (devinfo_node_t *)dev; local 1007 mdb_inc_indent(din->din_depth * DEVINFO_TREE_INDENT); 1037 mdb_dec_indent(din->din_depth * DEVINFO_TREE_INDENT); 1088 devinfo_node_t din; local 1089 if (mdb_vread(&din.din_dev, sizeof (din.din_dev), addr) == -1) { 1093 din.din_depth = 0; 1094 return (devinfo_print(addr, (struct dev_info *)&din, &data)); 1114 devinfo_node_t din; local 1217 din [all...] |