Home | History | Annotate | Download | only in minadbd

Lines Matching defs:ad

32     struct adb_data* ad = (struct adb_data*)cookie;
36 if (writex(ad->sfd, buf, 8) < 0) {
41 if (readx(ad->sfd, buffer, fetch_size) < 0) {
50 struct adb_data* ad = (struct adb_data*)cookie;
52 writex(ad->sfd, "DONEDONE", 8);
56 struct adb_data ad;
59 ad.sfd = sfd;
60 ad.file_size = file_size;
61 ad.block_size = block_size;
66 return run_fuse_sideload(&vtab, &ad, file_size, block_size);