OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lh
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_irq.c
377
struct irq_list_head *
lh
;
local
385
lh
= &adev->dm.irq_handler_list_low_tab[src];
386
INIT_LIST_HEAD(&
lh
->head);
387
INIT_WORK(&
lh
->work, dm_irq_work_func);
405
struct irq_list_head *
lh
;
local
413
lh
= &adev->dm.irq_handler_list_low_tab[src];
415
flush_work(&
lh
->work);
/src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c
603
struct LoaderHeader
lh
;
local
608
dataOffset = ULALIGN(ldrOffset + sizeof (
lh
));
651
ldrHdr.execSize = sa_htobe32(sizeof (
lh
));
652
ldrHdr.initSize = sa_htobe32(sizeof (
lh
));
653
ldrHdr.rawSize = sa_htobe32(sizeof (
lh
));
661
memset(&
lh
, 0, sizeof (
lh
));
662
lh
.entryPointSection = sa_htobe32(1); /* Data */
663
lh
.entryPointOffset = sa_htobe32(0);
664
lh
.initPointSection = sa_htobe32(-1)
[
all
...]
/src/usr.bin/sed/
compile.c
1031
struct labhash **lhp, *
lh
;
local
1038
for (
lh
= *lhp;
lh
!= NULL;
lh
=
lh
->lh_next)
1039
if (
lh
->lh_hash == h && strcmp(cp->t,
lh
->lh_cmd->t) == 0)
1041
lh
= xmalloc(sizeof *
lh
);
1042
lh
->lh_next = *lhp
1056
struct labhash *
lh
;
local
1078
struct labhash *
lh
, *next;
local
[
all
...]
/src/sys/net/
if_spppsubr.c
1385
struct lcp_header *
lh
;
local
1405
lh
= (struct lcp_header *)(mtod(m, uint8_t *) + 2);
1412
lh
= (struct lcp_header *)(h + 1);
1414
lh
->type = type;
1415
lh
->ident = ident;
1416
lh
->len = htons(LCP_HEADER_LEN + len);
1418
memcpy(
lh
+ 1, data, len);
1426
cpname = sppp_cp_type_name(tbuf, sizeof(tbuf),
lh
->type);
1428
pname, cpname,
lh
->ident, ntohs(
lh
->len))
5274
struct lcp_header *
lh
;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026