OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phead
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_head.c
86
nvkm_head_del(struct nvkm_head **
phead
)
88
struct nvkm_head *head = *
phead
;
92
kfree(*
phead
);
93
*
phead
= NULL;
/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
...]
/src/sys/fs/nfs/common/
nfs.h
675
#define LIST_PREPEND(head,
phead
, lelm, field) do { \
681
(head)->lh_first = (
phead
)->lh_first; \
Completed in 13 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025