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

/freebsd-10.3-release/lib/libcam/
H A Dcamlib.c118 char *tmpstr, *tmpstr2; local
141 tmpstr2 = tmpstr;
142 tmpstr = strrchr(tmpstr2, '/');
/freebsd-10.3-release/sys/cam/ata/
H A Data_pmp.c344 char tmpstr[80], tmpstr2[80]; local
352 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
357 SYSCTL_STATIC_CHILDREN(_kern_cam_pmp), OID_AUTO, tmpstr2,
H A Data_da.c1094 char tmpstr[80], tmpstr2[80]; local
1106 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
1111 SYSCTL_STATIC_CHILDREN(_kern_cam_ada), OID_AUTO, tmpstr2,
/freebsd-10.3-release/sys/cam/scsi/
H A Dscsi_sa.c1659 char *tmpstr2; local
1701 tmpstr2 = sbuf_data(sb);
1702 g->fill_len = strlen(tmpstr2) + 1;
1705 error = copyout(tmpstr2, g->status_xml, g->fill_len);
2294 char tmpstr[80], tmpstr2[80]; local
2306 snprintf(tmpstr2, sizeof(tmpstr2), "%u", periph->unit_number);
2311 SYSCTL_STATIC_CHILDREN(_kern_cam_sa), OID_AUTO, tmpstr2,
4434 char *tmpstr2; local
4443 tmpstr2
[all...]
H A Dscsi_da.c1777 char tmpstr[80], tmpstr2[80]; local
1791 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
1796 SYSCTL_STATIC_CHILDREN(_kern_cam_da), OID_AUTO, tmpstr2,
H A Dscsi_cd.c475 char tmpstr[80], tmpstr2[80]; local
483 snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
489 tmpstr2, CTLFLAG_RD, 0, tmpstr);
/freebsd-10.3-release/usr.sbin/camdd/
H A Dcamdd.c3224 char *tmpstr, *tmpstr2; local
3237 while ((tmpstr2 = strsep(&tmpstr, ",")) != NULL) {
3244 if (*tmpstr2 == '\0')
3247 name = strsep(&tmpstr2, "=");
3253 value = strsep(&tmpstr2, "=");
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c779 char *tmpstr, *tmpstr2; local
789 tmpstr2 = strsep(&tmpstr, ",");
790 if (tmpstr2 == NULL) {
797 lba = strtoull(tmpstr2, NULL, 0);
798 tmpstr2 = strsep(&tmpstr, ",");
799 if (tmpstr2 == NULL) {
806 len = strtoul(tmpstr2, NULL, 0);
/freebsd-10.3-release/sys/dev/mpr/
H A Dmpr.c1405 char tmpstr[80], tmpstr2[80]; local
1413 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mpr_dev));
1422 SYSCTL_STATIC_CHILDREN(_hw_mpr), OID_AUTO, tmpstr2,
/freebsd-10.3-release/sys/dev/mps/
H A Dmps.c1402 char tmpstr[80], tmpstr2[80]; local
1410 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mps_dev));
1419 SYSCTL_STATIC_CHILDREN(_hw_mps), OID_AUTO, tmpstr2,
/freebsd-10.3-release/sys/dev/mrsas/
H A Dmrsas.c383 char tmpstr[80], tmpstr2[80]; local
391 snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mrsas_dev));
400 SYSCTL_STATIC_CHILDREN(_hw_mrsas), OID_AUTO, tmpstr2,

Completed in 212 milliseconds