OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 07:10:03 GMT 2025