Lines Matching refs:raw_root_len
658 uint_t raw_root_len;
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) >= sizeof (res_buf)) {