Lines Matching defs:info

80  * Loadable module info.
1749 sdinfo, /* info */
2565 * dev - pointer to driver info structure
2614 * dev - pointer to driver info structure
2615 * fmt - info string and format to be logged
2664 * dev - pointer to driver info structure
2712 * Arguments: devi - opaque device info handle
2821 * Arguments: dip - pointer to device info structure
2869 * dip - pointer to device info structure
3622 * Initialize the writable media to false, if configuration info.
7099 * Arguments: devi - opaque device info handle
7128 * Arguments: devi - opaque device info handle
7594 /* Control & status info for command throttling */
7693 * Set up the per-instance info needed to determine the correct
7694 * CDBs and other info for issuing commands to the target.
7945 * At this point in the attach, we have enough info in the
11862 * If we want to print necessary info of uscsi command, we need to
12075 * Allocate an sd_uscsi_info struct and fill it with the info
12202 * driver-assessment of value "info". This assessment value is
12560 * some of the partition info in the unit struct without holding
12561 * the mutext. This is a general issue, if the partition info
12839 * is at the top of the layering chains, so the info will be
13667 * based upon the info specified in the given buf struct.
14077 * based upon the info specified in the given uscsi_cmd struct.
14264 * IOs.. Also saves relevant info into the associated uscsi_cmd
16923 * Save the relevant sense info into the xp for the
17418 * Save the relevant sense info into the xp for the original cmd.
17420 * Note: if the request sense failed the state info will be zero
17528 /* Save the relevant sense info into the xp for the original cmd. */
21251 * Allocate an sd_uscsi_info struct and fill it with the info
23335 struct dk_cinfo *info;
23343 info = (struct dk_cinfo *)
23348 info->dki_ctype = DKC_CDROM;
23351 info->dki_ctype = DKC_SCSI_CCS;
23355 info->dki_cnum = ddi_get_instance(pdip);
23357 (void) strcpy(info->dki_cname, ddi_get_name(pdip));
23359 (void) strncpy(info->dki_cname, ddi_node_name(pdip),
23369 info->dki_unit = ddi_get_instance(SD_DEVINFO(un));
23370 info->dki_slave = ((tgt << 3) | lun);
23371 (void) strncpy(info->dki_dname, ddi_driver_name(SD_DEVINFO(un)),
23373 info->dki_flags = DKI_FMTVOL;
23374 info->dki_partition = SDPART(dev);
23377 info->dki_maxtransfer = un->un_max_xfer_size / un->un_sys_blocksize;
23378 info->dki_addr = 0;
23379 info->dki_space = 0;
23380 info->dki_prio = 0;
23381 info->dki_vec = 0;
23383 if (ddi_copyout(info, arg, sizeof (struct dk_cinfo), flag) != 0) {
23384 kmem_free(info, sizeof (struct dk_cinfo));
23387 kmem_free(info, sizeof (struct dk_cinfo));
25552 * *p - struct containing timing info.
31298 (void) sprintf(assessment, "%s", "info");
31354 "un-decode-info", DATA_TYPE_STRING,
31364 * level payload or inside un-decode-info.
31384 "un-decode-info", DATA_TYPE_STRING,