OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phead
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_lists.h
234
entrytype *
phead
; /* NULL if list empty */ \
238
#define HEAD_FIFO(anchor) ((anchor).
phead
)
278
(anchor).
phead
= (pentry); \
279
(anchor).pptail = &(anchor).
phead
; \
289
(punlinked) = (anchor).
phead
; \
291
(anchor).
phead
= (punlinked)->nextlink; \
292
if (NULL == (anchor).
phead
) \
296
(anchor).pptail = &(anchor).
phead
; \
309
ppentry = &(anchor).
phead
; \
326
(anchor).pptail = &(anchor).
phead
; \
[
all
...]
/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
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/external/bsd/ntp/dist/libntp/
recvbuff.c
388
REQUIRE((NULL == pf->
phead
&& NULL == pf->pptail) ||
389
(NULL != pf->
phead
&& NULL != pf->pptail));
391
pptail = &pf->
phead
;
392
for (pthis = pf->
phead
;
/src/external/bsd/pkg_install/dist/admin/
main.c
319
struct pkg_reqd_by_head *
phead
;
local
336
phead
= &hash[PKG_HASH_ENTRY(best_installed)];
341
SLIST_FOREACH(pkg,
phead
, entries) {
379
SLIST_INSERT_HEAD(
phead
, pkg, entries);
/src/sys/fs/nfs/common/
nfs.h
675
#define LIST_PREPEND(head,
phead
, lelm, field) do { \
681
(head)->lh_first = (
phead
)->lh_first; \
/src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc
2388
match_forall_header (gfc_forall_iterator **
phead
, gfc_expr **mask)
2440
*
phead
= head;
/src/external/gpl3/gcc/dist/gcc/fortran/
match.cc
2396
match_forall_header (gfc_forall_iterator **
phead
, gfc_expr **mask)
2448
*
phead
= head;
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026