Searched refs:device_str (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c2808 char *device_str; local
2829 if ((device_str = strrchr(ctd_str, '/')) != NULL) {
2830 ++device_str;
2832 device_str = ctd_str;
2836 t_ptr = strrchr(device_str, 't');
2837 d_ptr = strrchr(device_str, 'd');
2838 s_ptr = strrchr(device_str, 's');
2842 * so as to leave the device_str in the correct state
2920 if ((error == 0) && (device_str != NULL)) {
2923 nchars = strlen(device_str);
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c553 static char device_str[] = {"/devices"}; local
558 strlen(root_complex) + sizeof (device_str) + sizeof (devctl_str));
561 (void) strcpy(path, device_str);

Completed in 105 milliseconds