Home
last modified time | relevance | path

Searched refs:BVAL (Results 1 – 2 of 2) sorted by relevance

/fs/ncpfs/
Dncpsign_kernel.c23 #define BVAL(buf,pos) (((const __u8 *)(buf))[pos]) macro
24 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos))
Dncplib_kernel.c110 static inline u8 BVAL(const void *data) in BVAL() function
897 *more = BVAL(buffer + 9); in ncp_search_for_fileset()