Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 25 of 73) sorted by path

123

/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c245 char *dname, *dtype, *dclean; in dotape() local
367 dtype = DA_TAPE_TYPE; in dotape()
371 dtype = "st"; in dotape()
413 dtype, KV_TOKEN_DELIMIT); in dotape()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1087 int desc, dtype, ntype, iovcnt, tcp, tso, paylen, seg, tiovcnt, pv; in e82545_transmit() local
1110 dtype = e82545_txdesc_type(dsc->td.lower.data); in e82545_transmit()
1113 switch (dtype) { in e82545_transmit()
1128 ntype = dtype; in e82545_transmit()
1134 ntype = dtype; in e82545_transmit()
1141 assert(dtype == ntype); in e82545_transmit()
1146 len = (dtype == E1000_TXD_TYP_L) ? dsc->td.lower.flags.length : in e82545_transmit()
1173 if (dtype == E1000_TXD_TYP_L) { in e82545_transmit()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c304 duidtype_to_str(uint16_t dtype) in duidtype_to_str() argument
306 switch (dtype) { in duidtype_to_str()
/illumos-gate/usr/src/cmd/filesync/
H A Drename.c92 int stype, dtype, btype, side; in find_renames() local
102 dtype = np->f_info[OPT_DST].f_type; in find_renames()
105 if (btype == 0 && stype != dtype && (!stype || !dtype)) { in find_renames()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c54 enum datatype dtype, struct node *np);
1291 check_expr_args(struct evalue *lp, struct evalue *rp, enum datatype dtype, in check_expr_args() argument
1318 if (dtype == STRING) { in check_expr_args()
1340 if (dtype == UINT64) { in check_expr_args()
1351 if (dtype != UNDEFINED && lp->t != dtype) { in check_expr_args()
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c1869 struct disk_type *dtype; in c_backup() local
1958 for (dtype = cur_ctype->ctype_dlist; dtype != NULL; in c_backup()
1959 dtype = dtype->dtype_next) in c_backup()
1960 if (dtype_match(&label, dtype)) in c_backup()
1966 if (dtype != cur_dtype) { in c_backup()
1967 if (dtype == NULL) { in c_backup()
1984 cur_dtype = dtype; in c_backup()
1989 for (parts = dtype->dtype_plist; parts != NULL; in c_backup()
2001 plist = dtype->dtype_plist; in c_backup()
2003 dtype->dtype_plist = parts; in c_backup()
H A Dstartup.c709 dtype->dtype_ncyl = val; in sup_setdtype()
712 dtype->dtype_acyl = val; in sup_setdtype()
715 dtype->dtype_pcyl = val; in sup_setdtype()
718 dtype->dtype_nhead = val; in sup_setdtype()
724 dtype->dtype_rpm = val; in sup_setdtype()
727 dtype->dtype_bpt = val; in sup_setdtype()
730 dtype->dtype_bps = val; in sup_setdtype()
810 type->dtype_next = dtype; in sup_setdtype()
1111 for (dtype = ctype->ctype_dlist; dtype != NULL; in sup_setpart()
1112 dtype = dtype->dtype_next) { in sup_setpart()
[all …]
H A Dstartup.h102 int dtype_match(struct dk_label *label, struct disk_type *dtype);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c82 static char *devinfo_scsi_dtype2str(int dtype);
341 devinfo_scsi_dtype2str(int dtype) in devinfo_scsi_dtype2str() argument
361 if (dtype < NELEM(dtype2str)) { in devinfo_scsi_dtype2str()
362 return (dtype2str[dtype]); in devinfo_scsi_dtype2str()
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c479 dtype[0] = MSGSTR(2192, "Disk device"); in main()
480 dtype[1] = MSGSTR(2193, "Tape device"); in main()
481 dtype[2] = MSGSTR(2194, "Printer device"); in main()
482 dtype[3] = MSGSTR(2195, "Processor device"); in main()
483 dtype[4] = MSGSTR(2196, "WORM device"); in main()
484 dtype[5] = MSGSTR(2197, "CD-ROM device"); in main()
485 dtype[6] = MSGSTR(2198, "Scanner device"); in main()
489 dtype[10] = MSGSTR(107, "Graphic arts device"); in main()
492 dtype[13] = MSGSTR(2203, "SES device"); in main()
493 dtype[14] = MSGSTR(71, "Reserved"); in main()
[all …]
H A Dcommon.h405 dtype :5; member
407 uchar_t dtype :5,
H A Dfchba.c80 extern char *dtype[];
355 uchar_t dtype; member
590 if (tmpPath->dtype != 0x1f) { in fchba_non_encl_probe()
622 tmpPath->dtype = inq.inq_dtype; in fchba_non_encl_probe()
637 if ((tmp->dtype & DTYPE_MASK) < 0x10) { in fchba_non_encl_probe()
639 dtype[tmp->dtype & DTYPE_MASK]); in fchba_non_encl_probe()
640 } else if ((tmp->dtype & DTYPE_MASK) < 0x1f) { in fchba_non_encl_probe()
1975 dtype[inq.inq_dtype & DTYPE_MASK]); in fchba_display_config()
H A Dg_adm.c61 extern char *dtype[];
763 dtype[inq.inq_dtype & DTYPE_MASK]); in adm_display_config()
2397 display_sf_stats(char *path_phys, int dtype, struct sf_stats *sf_stats) in display_sf_stats() argument
2442 if (dtype == DTYPE_DIRECT) { in display_sf_stats()
2500 adm_display_err(char *path_phys, int dtype) in adm_display_err() argument
2673 if (dtype == DTYPE_DIRECT) { in adm_display_err()
2769 (void) display_sf_stats(path_phys, dtype, &sf_stats); in adm_display_err()
3538 dtype[wwn_list->device_type]); in non_encl_probe()
4516 dtype[inq.inq_dtype & DTYPE_MASK]); in display_disk_info()
6186 dtype[inq.inq_dtype & DTYPE_MASK]); in display_lun_info()
[all …]
H A Dhotplug.c85 extern char *dtype[]; /* From adm.c */
599 dtype = DTYPE_DIRECT; in hotplug()
601 dtype = DTYPE_SEQUENTIAL; in hotplug()
603 dtype = DTYPE_ESI; in hotplug()
680 (dtype == DTYPE_DIRECT || in hotplug()
681 dtype == DTYPE_SEQUENTIAL || in hotplug()
682 dtype == DTYPE_UNKNOWN)) { in hotplug()
704 (dtype == DTYPE_DIRECT || in hotplug()
705 dtype == DTYPE_SEQUENTIAL)) { in hotplug()
752 if (dtype == DTYPE_ESI) { in hotplug()
[all …]
H A Dlux_util.c64 extern char *dtype[]; /* from adm.c */
721 dtype[(dtype_prop & DTYPE_MASK)]); in print_fabric_dtype_prop()
905 (void) fprintf(stdout, "%s", dtype[inq.inq_dtype & DTYPE_MASK]); in print_inq_data()
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c830 register int dtype, stype; in best() local
834 dtype = nettype(dest); in best()
836 if (stype == 0 || dtype == 0) { in best()
840 if ((stype & dtype) == 0) in best()
843 while ((np->no_stat & stype & dtype) == 0) in best()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c716 char *dtype; in display_targets() local
758 switch (xs.dtype) { in display_targets()
760 dtype = "None"; in display_targets()
763 dtype = "SATA"; in display_targets()
767 dtype = "SAS"; in display_targets()
771 dtype = "SMP"; in display_targets()
775 dtype = "Unknown"; in display_targets()
1961 dtype = "None"; in display_phy()
1964 dtype = "SATA"; in display_phy()
1970 dtype = "SAS"; in display_phy()
[all …]
/illumos-gate/usr/src/cmd/mdb/intel/modules/i40e/
H A Di40e.c223 const char *dtype; in i40e_tx_ring_dcmd() local
233 dtype = "FREE"; in i40e_tx_ring_dcmd()
237 dtype = "CONTEXT"; in i40e_tx_ring_dcmd()
240 dtype = "DATA"; in i40e_tx_ring_dcmd()
243 dtype = "FILTER"; in i40e_tx_ring_dcmd()
246 dtype = "UNKNOWN"; in i40e_tx_ring_dcmd()
261 mdb_printf("%-10d %-10s %-16p %-16p %-10s\n", i, dtype, dptr, in i40e_tx_ring_dcmd()
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpiclevent.c149 char *dtype; in event_handler() local
162 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) { in event_handler()
167 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) == 0) in event_handler()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c2153 char *dtype; in frudr_evhandler() local
2168 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) { in frudr_evhandler()
2173 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) { in frudr_evhandler()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1475 char *dtype; in frudr_evhandler() local
1495 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) { in frudr_evhandler()
1500 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) { in frudr_evhandler()
1745 char *dtype; in frutree_evhandler() local
1758 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) { in frutree_evhandler()
1763 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) { in frutree_evhandler()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c106 char *dtype; in dr_handler() local
119 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) { in dr_handler()
124 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) { in dr_handler()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c787 const char *dtype = devinfo_is_pci(node); in dump_devs() local
789 if (dtype != NULL && in dump_devs()
794 print_pciid(dtype, (uint16_t)vid[0], (uint16_t)did[0], in dump_devs()
1186 const char *dtype = prom_pci_device_type(nvl); in dump_node() local
1191 dtype != NULL) { in dump_node()
1192 print_pciid(dtype, vid, did, opts.o_pcidb); in dump_node()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c2315 char dtype[200]; local
2349 dtype[0] = '\0';
2352 (void) sm_strlcat(dtype, "+SMTP", sizeof(dtype));
2357 (void) sm_strlcat2(dtype,
2362 sizeof(dtype));
2365 (void) sm_strlcat(dtype, "+debugging", sizeof(dtype));
2368 "starting daemon (%s): %s", Version, dtype + 1);
2375 macid("{daemon_info}"), dtype + 1);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c79 Dbg_reloc_run(Rt_map *lmp, uint_t rtype, int info, int dtype) in Dbg_reloc_run() argument
87 if (dtype == DBG_REL_FINISH) { in Dbg_reloc_run()
99 if (dtype == DBG_REL_START) { in Dbg_reloc_run()
109 if (dtype == DBG_REL_NONE) { in Dbg_reloc_run()

123