HomeSort by: relevance | last modified time | path
    Searched refs:lh (Results 1 - 9 of 9) sorted by relevancy

  /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/lib/librpcsvc/
bootparam_prot.x 67 char lh;
  /src/usr.sbin/rpc.bootparamd/
test.c 90 bp.client_address.bp_address_u.ip_addr.lh = (addr >> 8) & 0xff;
98 out->router_address.bp_address_u.ip_addr.lh & 0xff,
bootparamd.c 165 255 & whoami->client_address.bp_address_u.ip_addr.lh,
171 255 & whoami->client_address.bp_address_u.ip_addr.lh,
204 255 & res.router_address.bp_address_u.ip_addr.lh,
211 255 & res.router_address.bp_address_u.ip_addr.lh,
294 255 & res.server_address.bp_address_u.ip_addr.lh,
302 255 & res.server_address.bp_address_u.ip_addr.lh,
  /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/tests/net/ipsec/
t_ipsec_misc.sh 61 $saadd $ip_local $ip_peer $proto 10000 -lh $lifetime -ls $lifetime $saadd_algo_args;
62 $saadd $ip_peer $ip_local $proto 10001 -lh $lifetime -ls $lifetime $saadd_algo_args;
77 $saadd $ip_local $ip_peer $proto 10000 -lh $lifetime -ls $lifetime $saadd_algo_args;
78 $saadd $ip_peer $ip_local $proto 10001 -lh $lifetime -ls $lifetime $saadd_algo_args;
458 add $ip_local $ip_peer $proto $((spi)) -lh $lifetime -ls $lifetime $algo_args;
459 add $ip_peer $ip_local $proto $((spi + 1)) -lh $lifetime -ls $lifetime $algo_args;
470 add $ip_local $ip_peer $proto $((spi)) -lh $lifetime -ls $lifetime $algo_args;
471 add $ip_peer $ip_local $proto $((spi + 1)) -lh $lifetime -ls $lifetime $algo_args;
  /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...]
  /src/share/terminfo/
terminfo 7046 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0,
7090 colors#8, cols#80, it#8, lh#2, lines#24, lm#0, lw#8, nlab#8,
10077 lh#1, lm#48,
10136 lh#2, lw#8, nlab#8,
10151 lh#1, lm#48, lw#8, nlab#8,
10287 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, xmc#0,
10371 colors#8, cols#128, it#8, lh#2, lines#49, lm#0, lw#8, nlab#8,
10421 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8,
12040 cols#80, it#8, lh#1, lines#25, lm#0, lw#9, ma#4, nlab#8, vt#0,
12269 cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8
    [all...]

Completed in 30 milliseconds