Searched refs:toc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_mount.h85 int toc_length; /* Size of *toc, including the toc.length field */
86 struct CDTOC *toc; member in struct:iso_args
92 #define ISOFSMNT_TOC 0x00000010 /* iso_args.toc is valid */
103 int toc_length; /* Size of *toc, including the toc.length field */
104 user_addr_t toc __attribute((aligned(8)));
H A Dcd9660_vfsops.c171 args.toc = USER_ADDR_NULL;
202 args.toc = CAST_USER_ADDR_T(temp.toc);
653 MALLOC(isomp->toc, struct CDTOC *, argp->toc_length, M_ISOFSMNT, M_WAITOK);
654 if ((error = copyin(argp->toc, isomp->toc, argp->toc_length)))
682 if (isomp->toc)
683 FREE((caddr_t)isomp->toc, M_ISOFSMNT);
734 if (isomp->toc)
735 FREE((caddr_t)isomp->toc, M_ISOFSMN
967 cd9660_track_for_sector(struct CDTOC *toc, u_int sector) argument
[all...]
H A Diso.h283 struct CDTOC *toc; /* the TOC, or NULL for none */ member in struct:iso_mnt
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dreg_help.h55 #define toc r2 // tbl of contents, callee-saved macro

Completed in 77 milliseconds