taglinefilesource code
d1630drivers/cdrom/optcd.cint status, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10;
d1641drivers/cdrom/optcd.cd1 = get_data(0);
d1642drivers/cdrom/optcd.cif (d1 < 0)
d1643drivers/cdrom/optcd.creturn d1;
d1644drivers/cdrom/optcd.cqp->cdsc_adr = d1;
d1645drivers/cdrom/optcd.cqp->cdsc_ctrl = d1 >> 4;
d1693drivers/cdrom/optcd.cd1, d2, d3, d4, d5, d6, d7, d8, d9, d10));
d1291fs/fat/dir.cstruct dirent *d1 = (struct dirent *)buf;
d1292fs/fat/dir.cstruct dirent *d2 = d1 + 1;
d1296fs/fat/dir.cif (get_user(&d1->d_reclen) != 0) {
d1315fs/fat/dir.cmemcpy_tofs(d1->d_name, name+len+1, slen);
d1316fs/fat/dir.cput_user(0, d1->d_name+slen);
d1317fs/fat/dir.cput_user(slen, &d1->d_reclen);
d1321fs/fat/dir.cmemcpy_tofs(d1->d_name, name, len);
d1322fs/fat/dir.cput_user(0, d1->d_name+len);
d1323fs/fat/dir.cput_user(len, &d1->d_reclen);
d1326fs/fat/dir.cd1, d2, len, name_len));
d1342fs/fat/dir.cstruct dirent *d1 = (struct dirent *)arg;
d1343fs/fat/dir.cput_user(0, &d1->d_reclen);