Home
last modified time | relevance | path

Searched refs:dword2byte (Results 1 – 4 of 4) sorted by relevance

/external/mtools/
Dfloppyd_io.c96 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 …]
Dfloppyd_installtest.c59 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()
Dbyte_dword.h43 static void dword2byte(Dword parm, Byte* rval) in dword2byte() function
Dfloppyd.c262 dword2byte(parm, val); in write_dword()
380 dword2byte(val, packet->data+my_index); in put_dword()