HomeSort by: relevance | last modified time | path
    Searched defs:phead (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_rrip.c 489 ISO_SUSP_HEADER *phead; local in function:cd9660_rrip_loop
511 phead = (ISO_SUSP_HEADER *)pwhead;
520 while (pend >= phead + 1) {
521 if (isonum_711(phead->version) == 1) {
523 if (*phead->type == *ptable->type
524 && phead->type[1] == ptable->type[1]) {
525 result |= ptable->func(phead, ana);
537 if (isonum_711(phead->length) < sizeof(*phead))
543 phead = (ISO_SUSP_HEADER *)((char *)phead + isonum_711(phead->length))
    [all...]
cd9660_rrip.c 489 ISO_SUSP_HEADER *phead; local in function:cd9660_rrip_loop
511 phead = (ISO_SUSP_HEADER *)pwhead;
520 while (pend >= phead + 1) {
521 if (isonum_711(phead->version) == 1) {
523 if (*phead->type == *ptable->type
524 && phead->type[1] == ptable->type[1]) {
525 result |= ptable->func(phead, ana);
537 if (isonum_711(phead->length) < sizeof(*phead))
543 phead = (ISO_SUSP_HEADER *)((char *)phead + isonum_711(phead->length))
    [all...]

Completed in 22 milliseconds