Home
last modified time | relevance | path

Searched refs:rtrim_copy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c200 rtrim_copy(char *src, int len) in rtrim_copy() function
243 if ((s = rtrim_copy(inq.inq_vid, sizeof (inq.inq_vid))) != NULL) { in get_disk_properties()
247 if ((s = rtrim_copy(inq.inq_pid, sizeof (inq.inq_pid))) != NULL) { in get_disk_properties()
251 if ((s = rtrim_copy(inq.inq_revision, sizeof (inq.inq_revision))) != NULL) { in get_disk_properties()
255 if ((s = rtrim_copy(inq.inq_serial, sizeof (inq.inq_serial))) != NULL) { in get_disk_properties()
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c57 rtrim_copy(char *src, int len) in rtrim_copy() function
97 label = rtrim_copy(label_orig, 0); in set_fstyp_properties()