HomeSort by: relevance | last modified time | path
    Searched refs:CODA_KERNEL_VERSION (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/coda/
coda.h 356 #define CODA_KERNEL_VERSION 0 /* don't care about kernel version number */
357 #define CODA_KERNEL_VERSION 1 /* The old venus 4.6 compatible interface */
360 #define CODA_KERNEL_VERSION 2 /* venus_lookup gets an extra parameter */
362 #define CODA_KERNEL_VERSION 3 /* 128-bit fids for realms */
coda_psdev.c 92 int coda_kernel_version = CODA_KERNEL_VERSION; variable in typeref:typename:int
422 *(u_int *)addr = coda_kernel_version;
427 if (coda_kernel_version != *(u_int *)addr)

Completed in 13 milliseconds