/titanic_50/usr/src/uts/common/io/ |
H A D | cmlb.c | 83 {"a,raw", 0, S_IFCHR}, 84 {"b,raw", 1, S_IFCHR}, 85 {"c,raw", 2, S_IFCHR}, 86 {"d,raw", 3, S_IFCHR}, 87 {"e,raw", 4, S_IFCHR}, 88 {"f,raw", 5, S_IFCHR}, 89 {"g,raw", 6, S_IFCHR}, 90 {"h,raw", 7, S_IFCHR}, 92 {"i,raw", 8, S_IFCHR}, 93 {"j,raw", 9, S_IFCHR}, [all …]
|
H A D | gen_drv.c | 283 if (ddi_create_minor_node(devi, "gen", S_IFCHR, in gen_attach() 1354 {"a,raw", 0, S_IFCHR}, 1355 {"b,raw", 1, S_IFCHR}, 1356 {"c,raw", 2, S_IFCHR}, 1357 {"d,raw", 3, S_IFCHR}, 1358 {"e,raw", 4, S_IFCHR}, 1359 {"f,raw", 5, S_IFCHR}, 1360 {"g,raw", 6, S_IFCHR}, 1361 {"h,raw", 7, S_IFCHR}, 1372 {"0", 0, S_IFCHR, "ddi_serial"}, [all …]
|
H A D | cons.c | 209 if (ddi_create_minor_node(devi, "syscon", S_IFCHR, in cn_attach() 213 if (ddi_create_minor_node(devi, "systty", S_IFCHR, in cn_attach() 218 if (ddi_create_minor_node(devi, "console", S_IFCHR, in cn_attach()
|
H A D | random.c | 147 if (ddi_create_minor_node(dip, "random", S_IFCHR, DEVRANDOM, in rnd_attach() 152 if (ddi_create_minor_node(dip, "urandom", S_IFCHR, DEVURANDOM, in rnd_attach()
|
H A D | log.c | 75 if (ddi_create_minor_node(devi, "conslog", S_IFCHR, in log_attach() 77 ddi_create_minor_node(devi, "log", S_IFCHR, in log_attach()
|
H A D | conskbd.c | 457 if ((ddi_create_minor_node(devi, "kbd", S_IFCHR, in conskbd_attach() 459 (ddi_create_internal_pathname(devi, "conskbd", S_IFCHR, in conskbd_attach() 1365 if (ddi_dev_pathname(devt, S_IFCHR, in conskbd_handle_downstream_msg() 1374 if (ddi_dev_pathname(devt, S_IFCHR, in conskbd_handle_downstream_msg() 1918 if (ddi_dev_pathname(devt, S_IFCHR, in conskbd_mux_upstream_msg() 1928 if (ddi_dev_pathname(devt, S_IFCHR, path) == in conskbd_mux_upstream_msg() 1959 if (ddi_dev_pathname(devt, S_IFCHR, path) == in conskbd_mux_upstream_msg()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | stat.c | 81 case S_IFCHR: in show_stat32() 126 case S_IFCHR: in show_stat64_32() 170 case S_IFCHR: in show_stat64()
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | zs_common.c | 596 if (ddi_create_minor_node(dev, name, S_IFCHR, in zsattach() 603 if (ddi_create_minor_node(dev, name, S_IFCHR, in zsattach() 615 if (ddi_create_minor_node(dev, name, S_IFCHR, in zsattach() 622 if (ddi_create_minor_node(dev, name, S_IFCHR, in zsattach() 629 if (ddi_create_minor_node(dev, name, S_IFCHR, in zsattach() 636 if (ddi_create_minor_node(dev, name, S_IFCHR, in zsattach() 652 if (ddi_create_internal_pathname(dev, "keyboard", S_IFCHR, in zsattach() 658 if (ddi_create_internal_pathname(dev, "mouse", S_IFCHR, in zsattach() 669 if (ddi_create_internal_pathname(dev, name, S_IFCHR, in zsattach() 676 if (ddi_create_internal_pathname(dev, name, S_IFCHR, in zsattach()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 79 bmode == S_IFCHR)) { in getvfsspec() 140 bmode == S_IFCHR)) { in getvfsany() 148 cmode == S_IFCHR)) { in getvfsany()
|
/titanic_50/usr/src/cmd/acct/lib/ |
H A D | lintodev.c | 45 if (stat(devtty, &sb) != -1 && (sb.st_mode&S_IFMT) == S_IFCHR)
|
/titanic_50/usr/src/cmd/lastcomm/ |
H A D | lc_utils.c | 170 if ((st.st_mode & S_IFMT) == S_IFCHR) { in srch_dir() 247 if ((statb.st_mode & S_IFMT) != S_IFCHR) in getdev()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | strmode.c | 53 case S_IFCHR: /* character special */ in strmode()
|
/titanic_50/usr/src/uts/common/contract/ |
H A D | device.c | 564 if (spec_type != S_IFCHR && spec_type != S_IFBLK) { in ctmpl_device_set() 675 (spec_type != S_IFCHR && spec_type != S_IFBLK)) { in ctmpl_device_create() 690 spec_type == S_IFCHR ? "S_IFCHR" : "S_IFBLK")); in ctmpl_device_create() 760 ASSERT(ctd->cond_spec == S_IFBLK || ctd->cond_spec == S_IFCHR); in contract_device_free() 1209 ASSERT(spec_type == S_IFCHR || spec_type == S_IFBLK); in contract_device_create() 1431 (spec_type == S_IFBLK || spec_type == S_IFCHR)); in wait_for_acks() 1602 (spec_type == S_IFBLK || spec_type == S_IFCHR)); in contract_device_publish() 2047 ASSERT(spec_type == S_IFBLK || spec_type == S_IFCHR); in contract_device_negotiate() 2078 ASSERT(spec_type == S_IFBLK || spec_type == S_IFCHR); in contract_device_finalize()
|
/titanic_50/usr/src/cmd/mknod/ |
H A D | mknod.c | 95 mode = S_IFCHR; in main()
|
/titanic_50/usr/src/uts/common/inet/dlpistub/ |
H A D | dlpistub.c | 81 if (ddi_create_minor_node(dip, "vni", S_IFCHR, DS_MINOR_VNI, in ds_attach() 83 ddi_create_minor_node(dip, "ipmpstub", S_IFCHR, DS_MINOR_IPMP, in ds_attach()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 83 #define S_IFCHR _IFCHR macro
|
/titanic_50/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun_mod.c | 167 if (ddi_create_minor_node(dip, PPP_TUN_NAME, S_IFCHR, 0, DDI_PSEUDO, in tun_attach()
|
/titanic_50/usr/src/uts/i86xpv/io/ |
H A D | balloon_drv.c | 76 if (ddi_create_minor_node(devi, ddi_get_name(devi), S_IFCHR, in balloon_attach()
|
H A D | domcaps.c | 76 if (ddi_create_minor_node(devi, ddi_get_name(devi), S_IFCHR, in domcaps_attach()
|
/titanic_50/usr/src/tools/protolist/ |
H A D | protolist.c | 105 case S_IFCHR: in visit_dir()
|
/titanic_50/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp_mod.c | 213 if (ddi_create_minor_node(dip, PPP_DRV_NAME, S_IFCHR, in _mi_driver_attach()
|
/titanic_50/usr/src/lib/libgen/common/ |
H A D | pathfind.c | 59 #define CFLAG S_IFCHR /* character special */
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | pic16f747.c | 222 if (ddi_create_minor_node(dip, name, S_IFCHR, minor, in pic_attach() 263 if (ddi_create_minor_node(dip, minor_name, S_IFCHR, in pic_attach()
|
/titanic_50/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 272 ((sb.st_mode & S_IFMT) != S_IFCHR)) in getmntpt() 312 ((sb.st_mode & S_IFMT) != S_IFCHR)) in getmntpt() 386 if ((sb.st_mode & S_IFMT) != S_IFCHR) in prtvtoc()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | mode.c | 63 #ifdef S_IFCHR in main()
|