Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ | |
firmload.c | 85 char expected_char; local in function:sysctl_hw_firmware_path 101 expected_char = '/'; 103 if (expected_char != 0 && newpath[i] != expected_char) 108 expected_char = '/'; 110 expected_char = 0; |