/illumos-gate/usr/src/uts/i86pc/i86hvm/io/ |
H A D | pv_sd.c | 172 int dtype = DTYPE_DIRECT; local 175 dtype = DTYPE_RODIRECT; 186 INQUIRY_DEVICE_TYPE, dtype);
|
/illumos-gate/usr/src/cmd/format/ |
H A D | startup.c | 538 struct disk_type *dtype, *type; local 565 dtype = (struct disk_type *)zalloc(sizeof (struct disk_type)); 566 dtype->dtype_asciilabel = dtype_name; 570 dtype->dtype_filename = file_name; 571 dtype->dtype_lineno = data_lineno; 611 if (sup_change_spec(dtype, ident)) { 689 dtype->dtype_ncyl = val; 692 dtype->dtype_acyl = val; 695 dtype->dtype_pcyl = val; 698 dtype 938 struct disk_type *dtype = NULL; local [all...] |
H A D | startup.h | 104 int dtype_match(struct dk_label *label, struct disk_type *dtype);
|
H A D | menu_command.c | 1861 struct disk_type *dtype; local 1950 for (dtype = cur_ctype->ctype_dlist; dtype != NULL; 1951 dtype = dtype->dtype_next) 1952 if (dtype_match(&label, dtype)) 1958 if (dtype != cur_dtype) { 1959 if (dtype == NULL) { 1976 cur_dtype = dtype; 1981 for (parts = dtype [all...] |
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | adm.c | 81 char *dtype[16]; /* setting a global for later use. */ variable 485 dtype[0] = MSGSTR(2192, "Disk device"); 486 dtype[1] = MSGSTR(2193, "Tape device"); 487 dtype[2] = MSGSTR(2194, "Printer device"); 488 dtype[3] = MSGSTR(2195, "Processor device"); 489 dtype[4] = MSGSTR(2196, "WORM device"); 490 dtype[5] = MSGSTR(2197, "CD-ROM device"); 491 dtype[6] = MSGSTR(2198, "Scanner device"); 492 dtype[7] = MSGSTR(2199, "Optical memory device"); 493 dtype[ [all...] |
H A D | hotplug.c | 85 extern char *dtype[]; /* From adm.c */ 491 int tid, slot, path_index, dtype, f_r, err = 0; local 599 dtype = DTYPE_DIRECT; 601 dtype = DTYPE_SEQUENTIAL; 603 dtype = DTYPE_ESI; 680 (dtype == DTYPE_DIRECT || 681 dtype == DTYPE_SEQUENTIAL || 682 dtype == DTYPE_UNKNOWN)) { 704 (dtype == DTYPE_DIRECT || 705 dtype [all...] |
/illumos-gate/usr/src/cmd/filesync/ |
H A D | rename.c | 92 int stype, dtype, btype, side; local 102 dtype = np->f_info[OPT_DST].f_type; 105 if (btype == 0 && stype != dtype && (!stype || !dtype)) {
|
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | piclevent.c | 151 char *dtype; local 164 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) { 169 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) == 0)
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | mdescplugin.c | 104 char *dtype; local 117 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) { 122 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_deleg.c | 1110 open_delegation_type4 dtype = sp->rs_finfo->rf_dinfo.rd_dtype; local 1112 switch (dtype) { 1144 open_delegation_type4 dtype = fp->rf_dinfo.rd_dtype; local 1150 switch (dtype) { 1209 rfs4_delegation_policy(open_delegation_type4 dtype, argument 1236 if (dtype == OPEN_DELEGATE_READ && 1245 return (dtype); 1258 open_delegation_type4 dtype; local 1309 dtype = (open_delegation_type4)dreq; 1343 dtype 1552 rfs4_deleg_state(rfs4_state_t *sp, open_delegation_type4 dtype, int *recall) argument [all...] |
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_def.h | 89 pmcs_dtype_t dtype; /* current dtype of the phy */ member in struct:pmcs_phy 90 pmcs_dtype_t pend_dtype; /* new dtype (pending change) */ 243 pmcs_dtype_t dtype; /* stash, incase phy gets cleared */ member in struct:pmcwork 392 ((pp)->level == 0 && (pp)->dtype == SATA && \ 420 (((pptr)->dtype == NOTHING)? "NOTHING" : \ 421 (((pptr)->dtype == SATA)? "SATA" : \ 422 (((pptr)->dtype == SAS)? "SAS" : "EXPANDER")))
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 182 events_new_event(char *name, int dtype, char *etype) argument 201 if (dtype != -1 && 202 nvlist_add_uint32(event, DM_EV_DTYPE, dtype) != 0) {
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Qfunpack.c | 194 _fp_unpack(pu, n, dtype) 197 enum fp_op_type dtype; /* type of datum */ 200 switch ((int) dtype) {
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_subr.c | 756 } else if ((level == 0) && (pptr->dtype == EXPANDER)) { 1183 ASSERT(pptr->dtype == SATA); 1271 pwrk->dtype = pptr->dtype; 1283 if (pptr->dtype == SATA) { 1367 pwrk->dtype = pptr->dtype; 1909 if (pptr->dtype == SAS) { 1926 } else if (pptr->dtype == SATA) { 2251 pptr->dtype 3353 char *dtype; local [all...] |
H A D | pmcs_smhba.c | 144 if ((pptr->dtype == SATA) || pptr->virtual) { 149 if (pphy->dtype == EXPANDER) { 158 if (pptr->dtype != EXPANDER) {
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_scsi.h | 208 dtype :5; member in struct:l_inquiry00_struct
|
/illumos-gate/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 1055 foreach my $dtype (@type) { 1059 $arraySize = $1 if ($dtype =~ s/\[(\d+)\]/[]/); 1061 my $entryType = ${$entryDef{$dtype}}[0]; 1063 my $type = $dtype; 1088 print STDERR "$dtype is not an implemented data type\n"; 1090 if (${$entryDef{$dtype}}[1]) { 1091 push (@default, $id, ${$entryDef{$dtype}}[1]);
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | auditxml | 887 foreach my $dtype (@type) { 891 $arraySize = $1 if ($dtype =~ s/\[(\d+)\]/[]/); 893 my $entryType = ${$entryDef{$dtype}}[0]; 895 my $type = $dtype; 920 print STDERR "$dtype is not an implemented data type\n"; 922 if (uc $omitEntry ne 'ALWAYS' && ${$entryDef{$dtype}}[1]) { 923 push (@default, $id, ${$entryDef{$dtype}}[1]);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | optim.c | 833 register int dtype, stype; local 837 dtype = nettype(dest); 839 if (stype == 0 || dtype == 0) { 843 if ((stype & dtype) == 0) 846 while ((np->no_stat & stype & dtype) == 0)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 489 switch (phy.dtype) { 715 char *dtype; local 757 switch (xs.dtype) { 759 dtype = "None"; 762 dtype = "SATA"; 766 dtype = "SAS"; 770 dtype = "SMP"; 790 mdb_printf(" %5s", dtype); 1945 char *dtype, *speed; local 1955 switch (phy.dtype) { [all...] |
/illumos-gate/usr/src/lib/print/libpapi-common/common/ |
H A D | attribute.c | 687 papi_attribute_value_type_t dtype, char **parts) 708 if (dtype == PAPI_INTEGER) { 721 } else if (dtype == PAPI_RANGE) { 781 papi_attribute_value_type_t dtype; local 784 dtype = _process_value(values[i], &parts); 786 attr->type = dtype; 787 _add_attribute_value(&vals, attr->type, dtype, parts); 685 _add_attribute_value(papi_attribute_value_t ***list, papi_attribute_value_type_t type, papi_attribute_value_type_t dtype, char **parts) argument
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | relocate.c | 79 Dbg_reloc_run(Rt_map *lmp, uint_t rtype, int info, int dtype) argument 87 if (dtype == DBG_REL_FINISH) { 99 if (dtype == DBG_REL_START) { 109 if (dtype == DBG_REL_NONE) {
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_watch.c | 233 uchar_t dtype; local 294 * For inq_dtype of SBC (DIRECT, dtype == 0) 295 * OR for RBC devices (dtype is 0xE) AND for 299 dtype = devp->sd_inq->inq_dtype & DTYPE_MASK; 312 } else if (((dtype == 0) || (dtype == 0xE)) &&
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | dman_domain.c | 720 char dtype[MAN_DDI_BUFLEN]; local 741 (caddr_t)dtype, &length) == DDI_PROP_SUCCESS) { 743 MAN_DBG(MAN_PATH, ("dtype: %s\n", dtype)); 744 if (strncmp(dtype, MAN_DEVTYPE_PCI, 3) != 0)
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_lan_hmc.h | 59 u8 dtype; member in struct:i40e_hmc_obj_rxq
|