| /onnv/onnv-gate/usr/src/cmd/tnf/prex/ |
| spec.h | 49 typedef enum spec_type { enum
|
| /onnv/onnv-gate/usr/src/uts/common/contract/ |
| device.c | 191 * dev_t and spec_type of the minor node. There are also a few fields that 362 int spec_type, proc_t *owner, int *errorp); 506 int spec_type; local 558 spec_type = 0; 560 if (resolve_pathname(str_value, &dip, NULL, &spec_type) != 0) { 565 if (spec_type != S_IFCHR && spec_type != S_IFBLK) { 649 int spec_type; local 672 spec_type = 0; 674 if (resolve_pathname(buf, NULL, &dev, &spec_type) != 0 | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/specfs/ |
| specvnops.c | 697 int spec_type; local 698 spec_type = (STOV(csp)->v_type == VCHR) ? S_IFCHR : S_IFBLK; 699 if (contract_device_open(newdev, spec_type, NULL) != 0) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| driver_lyr.c | 579 int spec_type; local 599 ret = resolve_pathname(path, &dip, &dev, &spec_type); 603 ASSERT(STYP_VALID(spec_type)); 604 vp = makespecvp(dev, STYP_TO_VTYP(spec_type)); [all...] |
| /onnv/onnv-gate/usr/src/cmd/prtconf/ |
| pdevinfo.c | 1088 int spec_type; local 1101 spec_type = di_minor_spectype(minor); 1123 (spec_type == S_IFBLK) ? "blk" : "chr", type); 1221 int displayed_path, spec_type; local 1229 spec_type = di_link_spectype(link); 1239 (spec_type == S_IFBLK) ? "blk" : "chr"); 1260 (spec_type != di_minor_spectype(minor))) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| devinfo_impl.h | 177 int spec_type; /* block or char access type */ member in struct:di_link 298 int spec_type; /* block or char */ member in struct:di_minor
|
| sservice.h | 473 int spec_type; /* dev special type (block/char) */ member in struct:ss_make_device_node
|
| ddi_impldefs.h | 679 int spec_type; /* block or char */ member in struct:ddi_minor 730 #define ddm_spec_type d_minor.spec_type 981 * ddi_create_minor_node(9F) nodes of the specified spec_type. For a driver [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| devinfo.c | 199 int spec_type; /* block or char access type */ member in struct:i_link [all...] |
| /onnv/onnv-gate/usr/src/uts/common/pcmcia/sys/ |
| cs.h | 976 int32_t spec_type; \/* dev special type (block or char) *\/ member in struct:devnode_desc_t 1219 int32_t spec_type; \/* dev special type (block or char) *\/ member in struct:devnode_desc [all...] |