Searched refs:dword2byte (Results 1 – 4 of 4) sorted by relevance
/external/mtools/ |
D | floppyd_io.c | 96 dword2byte(4,buf); in authenticate_to_floppyd() 97 dword2byte(floppyd->version,buf+4); in authenticate_to_floppyd() 116 dword2byte(filelen, (Byte *)xcookie); in authenticate_to_floppyd() 136 dword2byte(1, buf); in floppyd_reader() 138 dword2byte(4, buf+5); in floppyd_reader() 139 dword2byte(len, buf+9); in floppyd_reader() 180 dword2byte(1, buf); in floppyd_writer() 182 dword2byte(len, buf+5); in floppyd_writer() 215 dword2byte(1, buf); in floppyd_lseek() 218 dword2byte(8, buf+5); in floppyd_lseek() [all …]
|
D | floppyd_installtest.c | 59 dword2byte(parm, val); in write_dword() 91 dword2byte(4,buf); in authenticate_to_floppyd() 92 dword2byte(protoversion,buf+4); in authenticate_to_floppyd() 123 dword2byte(filelen, (Byte *) xcookie); in authenticate_to_floppyd()
|
D | byte_dword.h | 43 static void dword2byte(Dword parm, Byte* rval) in dword2byte() function
|
D | floppyd.c | 262 dword2byte(parm, val); in write_dword() 380 dword2byte(val, packet->data+my_index); in put_dword()
|