Searched defs:raw_root_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/eject/
H A Deject.c658 uint_t raw_root_len; local
676 raw_root_len = strlen(raw_root);
679 if (strncmp(path, raw_root, raw_root_len) == 0) {
681 vm_root, path + raw_root_len) >= sizeof (res_buf)) {
690 raw_root_len = strlen(raw_root);
693 if (strncmp(path, raw_root, raw_root_len) == 0) {
695 vm_root, path + raw_root_len) >= sizeof (res_buf)) {
706 raw_root_len = strlen(raw_root);
707 if (strncmp(path, raw_root, raw_root_len) == 0) {
709 path + raw_root_len) >
[all...]

Completed in 58 milliseconds