Home | History | Annotate | Download | only in rmidevice

Lines Matching defs:f01

81 	RMIFunction f01;
85 if (GetFunction(f01, 1)) {
86 queryAddr = f01.GetQueryBase();
155 fprintf(stderr, "Failed to read F01 Query43.%02d: %s\n", i, strerror(errno));
215 RMIFunction f01;
218 if (!GetFunction(f01, 1))
222 rc = Write(f01.GetCommandBase(), &deviceReset, 1);
311 RMIFunction f01;
312 if (GetFunction(f01, 0x01)) {
316 rc = Read(f01.GetDataBase(), &status, 1);