Home
last modified time | relevance | path

Searched refs:phead (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/fs/cd9660/
H A Dcd9660_rrip.c489 ISO_SUSP_HEADER *phead; in cd9660_rrip_loop() local
511 phead = (ISO_SUSP_HEADER *)pwhead; in cd9660_rrip_loop()
520 while (pend >= phead + 1) { in cd9660_rrip_loop()
521 if (isonum_711(phead->version) == 1) { in cd9660_rrip_loop()
523 if (*phead->type == *ptable->type in cd9660_rrip_loop()
524 && phead->type[1] == ptable->type[1]) { in cd9660_rrip_loop()
525 result |= ptable->func(phead, ana); in cd9660_rrip_loop()
537 if (isonum_711(phead->length) < sizeof(*phead)) in cd9660_rrip_loop()
543 phead = (ISO_SUSP_HEADER *)((char *)phead + isonum_711(phead->length)); in cd9660_rrip_loop()
555 phead = (ISO_SUSP_HEADER *)((char *)bp->b_data + ana->iso_ce_off); in cd9660_rrip_loop()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_head.c86 nvkm_head_del(struct nvkm_head **phead) in nvkm_head_del() argument
88 struct nvkm_head *head = *phead; in nvkm_head_del()
92 kfree(*phead); in nvkm_head_del()
93 *phead = NULL; in nvkm_head_del()
/netbsd-src/external/bsd/pkg_install/dist/admin/
H A Dmain.c319 struct pkg_reqd_by_head *phead; in add_required_by() local
336 phead = &hash[PKG_HASH_ENTRY(best_installed)]; in add_required_by()
341 SLIST_FOREACH(pkg, phead, entries) { in add_required_by()
379 SLIST_INSERT_HEAD(phead, pkg, entries); in add_required_by()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs.h675 #define LIST_PREPEND(head, phead, lelm, field) do { \ argument
681 (head)->lh_first = (phead)->lh_first; \
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.cc2388 match_forall_header (gfc_forall_iterator **phead, gfc_expr **mask) in match_forall_header() argument
2440 *phead = head; in match_forall_header()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.c2413 match_forall_header (gfc_forall_iterator **phead, gfc_expr **mask) in match_forall_header() argument
2465 *phead = head; in match_forall_header()