Searched refs:tmpstr2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/lib/libcam/
H A Dcamlib.c118 char *tmpstr, *tmpstr2; local
141 tmpstr2 = tmpstr;
142 tmpstr = strrchr(tmpstr2, '/');
/freebsd-10.1-release/sys/cam/ata/
H A Data_pmp.c346 char tmpstr[80], tmpstr2[80]; local
354 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
359 SYSCTL_STATIC_CHILDREN(_kern_cam_pmp), OID_AUTO, tmpstr2,
H A Data_da.c1061 char tmpstr[80], tmpstr2[80]; local
1073 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
1078 SYSCTL_STATIC_CHILDREN(_kern_cam_ada), OID_AUTO, tmpstr2,
/freebsd-10.1-release/usr.sbin/ctladm/
H A Dctladm.c1111 char *tmpstr, *tmpstr2; local
1121 tmpstr2 = strsep(&tmpstr, ",");
1122 if (tmpstr2 == NULL) {
1129 lba = strtoull(tmpstr2, NULL, 0);
1130 tmpstr2 = strsep(&tmpstr, ",");
1131 if (tmpstr2 == NULL) {
1138 len = strtoul(tmpstr2, NULL, 0);
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_da.c1726 char tmpstr[80], tmpstr2[80]; local
1740 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
1745 SYSCTL_STATIC_CHILDREN(_kern_cam_da), OID_AUTO, tmpstr2,
H A Dscsi_cd.c464 char tmpstr[80], tmpstr2[80]; local
472 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
478 tmpstr2, CTLFLAG_RD, 0, tmpstr);
H A Dscsi_sa.c1467 char tmpstr[80], tmpstr2[80]; local
1479 snprintf(tmpstr2, sizeof(tmpstr2), "%u", periph->unit_number);
1483 SYSCTL_STATIC_CHILDREN(_kern_cam_sa), OID_AUTO, tmpstr2,
/freebsd-10.1-release/sys/dev/mpr/
H A Dmpr.c1412 char tmpstr[80], tmpstr2[80]; local
1420 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mpr_dev));
1429 SYSCTL_STATIC_CHILDREN(_hw_mpr), OID_AUTO, tmpstr2,
/freebsd-10.1-release/sys/dev/mps/
H A Dmps.c1389 char tmpstr[80], tmpstr2[80]; local
1397 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mps_dev));
1406 SYSCTL_STATIC_CHILDREN(_hw_mps), OID_AUTO, tmpstr2,
/freebsd-10.1-release/sys/dev/mrsas/
H A Dmrsas.c358 char tmpstr[80], tmpstr2[80]; local
366 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mrsas_dev));
375 SYSCTL_STATIC_CHILDREN(_hw_mrsas), OID_AUTO, tmpstr2,

Completed in 331 milliseconds