Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Datarihw.h725 #define DMASNDSetBase(bufstart) \ argument
727 tt_dmasnd.bas_hi = (unsigned char)(((bufstart) & 0xff0000) >> 16); \
728 tt_dmasnd.bas_mid = (unsigned char)(((bufstart) & 0x00ff00) >> 8); \
729 tt_dmasnd.bas_low = (unsigned char) ((bufstart) & 0x0000ff); \
/linux/fs/smb/client/
H A Dsmb2pdu.c5192 num_entries(int infotype, char *bufstart, char *end_of_buf, char **lastentry, in num_entries() argument
5201 if (bufstart == NULL) in num_entries()
5204 entryptr = bufstart; in num_entries()