HomeSort by: relevance | last modified time | path
    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 in function:amdgpu_dm_irq_init
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 in function:amdgpu_dm_irq_fini
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 in function:bebox_write_header
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 in function:enterlabel
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 in function:findlabel
1078 struct labhash *lh, *next; local in function:uselabel
    [all...]
  /src/sys/net/
if_spppsubr.c 1385 struct lcp_header *lh; local in function:sppp_cp_send
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))
5267 struct lcp_header *lh; local in function:sppp_auth_send
    [all...]

Completed in 17 milliseconds