Home
last modified time | relevance | path

Searched refs:tmpstr2 (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/sys/cam/ata/
Data_pmp.c342 char tmpstr[80], tmpstr2[80]; in pmpsysctlinit() local
350 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number); in pmpsysctlinit()
355 SYSCTL_STATIC_CHILDREN(_kern_cam_pmp), OID_AUTO, tmpstr2, in pmpsysctlinit()
Data_da.c1067 char tmpstr[80], tmpstr2[80]; in adasysctlinit() local
1079 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number); in adasysctlinit()
1084 SYSCTL_STATIC_CHILDREN(_kern_cam_ada), OID_AUTO, tmpstr2, in adasysctlinit()
/freebsd-9-stable/lib/libcam/
Dcamlib.c117 char *tmpstr, *tmpstr2; in cam_get_device() local
140 tmpstr2 = tmpstr; in cam_get_device()
141 tmpstr = (char *)rindex(tmpstr2, '/'); in cam_get_device()
/freebsd-9-stable/usr.sbin/ctladm/
Dctladm.c1095 char *tmpstr, *tmpstr2; in cctl_error_inject() local
1105 tmpstr2 = strsep(&tmpstr, ","); in cctl_error_inject()
1106 if (tmpstr2 == NULL) { in cctl_error_inject()
1113 lba = strtoull(tmpstr2, NULL, 0); in cctl_error_inject()
1114 tmpstr2 = strsep(&tmpstr, ","); in cctl_error_inject()
1115 if (tmpstr2 == NULL) { in cctl_error_inject()
1122 len = strtoul(tmpstr2, NULL, 0); in cctl_error_inject()
/freebsd-9-stable/sys/dev/mps/
Dmps.c1381 char tmpstr[80], tmpstr2[80]; in mps_setup_sysctl() local
1389 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mps_dev)); in mps_setup_sysctl()
1398 SYSCTL_STATIC_CHILDREN(_hw_mps), OID_AUTO, tmpstr2, in mps_setup_sysctl()
/freebsd-9-stable/sys/dev/mpr/
Dmpr.c1412 char tmpstr[80], tmpstr2[80]; in mpr_setup_sysctl() local
1420 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mpr_dev)); in mpr_setup_sysctl()
1429 SYSCTL_STATIC_CHILDREN(_hw_mpr), OID_AUTO, tmpstr2, in mpr_setup_sysctl()
/freebsd-9-stable/sys/cam/scsi/
Dscsi_da.c1756 char tmpstr[80], tmpstr2[80]; in dasysctlinit() local
1770 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number); in dasysctlinit()
1775 SYSCTL_STATIC_CHILDREN(_kern_cam_da), OID_AUTO, tmpstr2, in dasysctlinit()
Dscsi_cd.c628 char tmpstr[80], tmpstr2[80]; in cdsysctlinit() local
636 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number); in cdsysctlinit()
642 tmpstr2, CTLFLAG_RD, 0, tmpstr); in cdsysctlinit()
/freebsd-9-stable/sys/dev/mrsas/
Dmrsas.c358 char tmpstr[80], tmpstr2[80]; in mrsas_setup_sysctl() local
366 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mrsas_dev)); in mrsas_setup_sysctl()
375 SYSCTL_STATIC_CHILDREN(_hw_mrsas), OID_AUTO, tmpstr2, in mrsas_setup_sysctl()