Lines Matching refs:periph_name

602 		name = ccb->cgdl.periph_name;  in xptdoioctl()
613 if (*ccb->cgdl.periph_name == '\0') { in xptdoioctl()
630 *ccb->cgdl.periph_name = '\0'; in xptdoioctl()
666 if (strcmp(periph->periph_name, "pass") == 0) { in xptdoioctl()
670 strlcpy(ccb->cgdl.periph_name, in xptdoioctl()
671 periph->periph_name, in xptdoioctl()
672 sizeof(ccb->cgdl.periph_name)); in xptdoioctl()
715 *ccb->cgdl.periph_name = '\0'; in xptdoioctl()
1062 periph->periph_name, periph->unit_number, in xpt_announce_periph_sbuf()
1069 sbuf_printf(sb, "%s%d: ", periph->periph_name, periph->unit_number); in xpt_announce_periph_sbuf()
1079 periph->periph_name, periph->unit_number, in xpt_announce_periph_sbuf()
1088 periph->periph_name, periph->unit_number); in xpt_announce_periph_sbuf()
1092 sbuf_printf(sb, "%s%d: %s\n", periph->periph_name, in xpt_announce_periph_sbuf()
1100 printf("%s%d: quirks=0x%b\n", periph->periph_name, in xpt_announce_quirks()
1110 sbuf_printf(sb, "%s%d: quirks=0x%b\n", periph->periph_name, in xpt_announce_quirks_sbuf()
1136 periph->periph_name, periph->unit_number, in xpt_denounce_periph_sbuf()
1143 sbuf_printf(sb, "%s%d: ", periph->periph_name, periph->unit_number); in xpt_denounce_periph_sbuf()
1558 && (strncmp(cur_pattern->periph_name, periph->periph_name, in xptperiphmatch()
1906 l = sizeof(cdm->matches[j].result.periph_result.periph_name); in xptedtperiphfunc()
1907 strlcpy(cdm->matches[j].result.periph_result.periph_name, in xptedtperiphfunc()
1908 periph->periph_name, l); in xptedtperiphfunc()
2032 periph->periph_name) == 0) in xptplistperiphfunc()
2080 l = sizeof(cdm->matches[j].result.periph_result.periph_name); in xptplistperiphfunc()
2081 strlcpy(cdm->matches[j].result.periph_result.periph_name, in xptplistperiphfunc()
2082 periph->periph_name, l); in xptplistperiphfunc()
2786 strlcpy(cgdl->periph_name, in xpt_action_default()
2787 nperiph->periph_name, in xpt_action_default()
2788 sizeof(cgdl->periph_name)); in xpt_action_default()
3770 sbuf_printf(sb, "(%s%d:", path->periph->periph_name, in xpt_path_sbuf()
5112 && (strncmp(periph->periph_name, "pass", 4) == 0)) in xptpassannouncefunc()