Searched defs:dtype (Results 26 - 50 of 56) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c593 int dtype; local
599 rv = eib_vnic_lookup_dest(vnic, dmac, vlan, &ucast, &mcast, &dtype);
615 if (dtype == EIB_TX_UNICAST) {
641 if (dtype == EIB_TX_BROADCAST)
1766 eib_vhub_map_t *ucast, ibt_mcg_info_t *mcast, int *dtype)
1805 *dtype = EIB_TX_UNICAST;
1819 *dtype = (bcmp(dmac, eib_broadcast_mac, ETHERADDRL) == 0) ?
1765 eib_vnic_lookup_dest(eib_vnic_t *vnic, uint8_t *dmac, uint16_t vlan, eib_vhub_map_t *ucast, ibt_mcg_info_t *mcast, int *dtype) argument
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c80 extern char *dtype[];
355 uchar_t dtype; member in struct:path_entry
590 if (tmpPath->dtype != 0x1f) {
622 tmpPath->dtype = inq.inq_dtype;
637 if ((tmp->dtype & DTYPE_MASK) < 0x10) {
639 dtype[tmp->dtype & DTYPE_MASK]);
640 } else if ((tmp->dtype & DTYPE_MASK) < 0x1f) {
1975 dtype[inq.inq_dtype & DTYPE_MASK]);
1979 /* dtype o
[all...]
H A Dhotplug.c85 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...]
H A Dcommon.h405 dtype :5; member in struct:l_inquiry00_struct
407 uchar_t dtype :5,
H A Dg_adm.c61 extern char *dtype[];
763 dtype[inq.inq_dtype & DTYPE_MASK]);
2397 display_sf_stats(char *path_phys, int dtype, struct sf_stats *sf_stats) argument
2442 if (dtype == DTYPE_DIRECT) {
2500 adm_display_err(char *path_phys, int dtype) argument
2673 if (dtype == DTYPE_DIRECT) {
2769 (void) display_sf_stats(path_phys, dtype, &sf_stats);
3538 dtype[wwn_list->device_type]);
4516 dtype[inq.inq_dtype & DTYPE_MASK]);
6186 dtype[in
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_discovery.c507 uint32_t dtype = DM_DT_UNKNOWN; local
525 ((error = disk_get_drive_type(disk, &dtype)) != 0)) &&
540 int isfixed = (dtype == DM_DT_FIXED ||
541 (dtype == DM_DT_UNKNOWN && mtype == DM_MT_FIXED));
H A Dlayout_device_util.c2048 uint32_t dtype = DM_DT_UNKNOWN; local
2052 if (((error = disk_get_drive_type(disk[i], &dtype)) != 0) ||
2053 (dtype != DM_DT_FIXED)) {
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c538 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...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1744 char *dtype, *dexec, *tname, *kval; local
1758 dtype = DA_AUDIO_TYPE;
1763 dtype = DA_CD_TYPE;
1768 dtype = DA_FLOPPY_TYPE;
1773 dtype = DA_TAPE_TYPE;
1778 dtype = DA_RMDISK_TYPE;
1812 nentry->devinfo.devtype = dtype;
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c3054 char dtype[CFGA_TYPE_LEN]; local
3072 (void) strlcpy(dtype,
3090 *dtype = NULL;
3094 (void) strlcpy(dtype, (char *)device_list[j].name,
3099 if (*dtype == NULL) {
3100 (void) strlcpy(dtype,
3138 (void) strncpy(clp->ap_type, dtype, strlen(dtype));
3367 * Get dtype from "inquiry-device-type" property. If not present,
3670 * This function will return the dtype fo
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c489 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/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
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c2040 int dtype, error, flags; local
2079 dtype = rp->r_deleg_type;
2096 } else if (dtype == OPEN_DELEGATE_WRITE) {
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c759 scsa1394_dtype2name(int dtype, char **node_name, char **driver_name) argument
782 if (dtype < NELEM(dtype2name)) {
783 *node_name = dtype2name[dtype].node_name;
784 *driver_name = dtype2name[dtype].driver_name;
798 int dtype; local
810 dtype = scsa1394_sbp2_get_lun_type(&sp->s_lun[i]);
811 scsa1394_dtype2name(dtype, &node_name, &driver_name);
2524 /* change dtype RBC to DIRECT, sd doesn't support RBC */
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1768 uchar_t dtype; local
1804 /* do an inquiry to get the dtype of this lun */
1807 dtype = scsa2usbp->scsa2usb_lun_inquiry[lun].
1811 "dtype[%d]=0x%x", lun, dtype);
1815 switch (dtype) {
5051 uchar_t dtype; local
5067 dtype = inq->inq_dtype & DTYPE_MASK;
5081 if (((dtype == DTYPE_DIRECT) ||
5082 (dtype
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h89 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")))
H A Dpmcs.h132 pmcs_dtype_t dtype; member in struct:pmcs_xscsi
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c3588 int rval, dtype; local
3612 dtype = pds->scsiDevType;
3615 if ((dtype == DTYPE_DIRECT)) {
3616 if ((dtype == DTYPE_DIRECT) &&
3629 "?Phys. device found: tgt %d dtype %d: %s\n",
3630 tgt, dtype, sd->sd_inq->inq_vid);
3634 "scsi_hba_probe Failed: tgt %d dtype %d: %s",
3635 tgt, dtype, sd->sd_inq->inq_vid));
3646 "?Device not supported: tgt %d lun %d dtype %d",
3647 tgt, lun, dtype));
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1196 * Subscribe to a channel. dtype is either EVCH_DELKERN for kernel callbacks
1197 * or EVCH_DELDOOR for door upcall delivery to user land. Depending on dtype
1201 evch_chsubscribe(evch_bind_t *bp, int dtype, const char *sid, const char *class, argument
1240 ASSERT(dtype == EVCH_DELDOOR);
1288 sdp->sd_type = dtype;
1291 if (dtype == EVCH_DELKERN) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c2155 char *dtype; local
2170 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) {
2175 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) {
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c2312 int dtype = sd->sd_inq->inq_dtype & DTYPE_MASK; local
2315 scsi_hba_nodename_compatible_get(sd->sd_inq, NULL, dtype,
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h150 uint32_t dtype:1; /* descriptor type */ member in struct:Vmxnet3_TxDesc
215 uint32_t dtype:1; /* Descriptor type */ member in struct:Vmxnet3_RxDesc
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1475 char *dtype; local
1495 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) {
1500 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) {
1745 char *dtype; local
1758 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) {
1763 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) {
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3201 char *dtype; local
3275 dtype = pcmcia_dev_type[info->pd_type];
3277 dtype = "unknown";
3284 PCM_DEVICETYPE, dtype);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c756 } 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...]

Completed in 265 milliseconds

123