HomeSort by: relevance | last modified time | path
    Searched defs:expected_char (Results 1 - 1 of 1) sorted by relevancy

  /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;

Completed in 12 milliseconds