HomeSort by: relevance | last modified time | path
    Searched defs:hl (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/mail/
head.c 234 parse(const char line[], struct headline *hl, char pbuf[])
240 hl->l_from = NULL;
241 hl->l_tty = NULL;
242 hl->l_date = NULL;
251 hl->l_from = copyin(word, &sp);
254 hl->l_tty = copyin(word, &sp);
257 hl->l_date = copyin(cp, &sp);
269 struct headline hl; local in function:ishead
276 parse(linebuf, &hl, parbuf);
277 if (hl.l_from == NULL || hl.l_date == NULL)
    [all...]
format.c 779 struct headline hl; local in function:dateof
793 parse(headline, &hl, pbuf);
794 if (hl.l_date == NULL)
797 else if (hl_date_to_tm(hl.l_date, tm) == NULL ||
799 warnx("invalid headline date: `%s'", hl.l_date);
  /src/sys/dev/hid/
hidms.c 82 int i, hl; local in function:hidms_setup
127 hl = hid_locate(desc,
136 if (hl) {
151 hl = hid_locate(desc,
164 if (!hl) {
165 hl = hid_locate(desc,
174 if (hl) {
  /src/sys/dev/pci/ixgbe/
ixgbe_netmap.c 120 uint32_t hl, rxc; local in function:set_crcstrip
122 hl = IXGBE_READ_REG(hw, IXGBE_HLREG0);
127 onoff ? "enter" : "exit", hl, rxc);
134 hl &= ~IXGBE_HLREG0_RXCRCSTRP;
138 hl |= IXGBE_HLREG0_RXCRCSTRP;
144 onoff ? "enter" : "exit", hl, rxc);
146 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hl);
  /src/sys/dev/bluetooth/
btms.c 206 int i, hl; local in function:btms_attach
213 hl = hid_locate(ba->ba_desc,
221 if (hl == 0 || NOTMOUSE(flags)) {
227 hl = hid_locate(ba->ba_desc,
235 if (hl == 0 || NOTMOUSE(flags)) {
241 hl = hid_locate(ba->ba_desc,
250 if (hl) {
265 hl = hid_locate(ba->ba_desc,
278 if (!hl) {
279 hl = hid_locate(ba->ba_desc
    [all...]
  /src/sys/netipsec/
xform_ah.c 530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS; local in function:ah_input
563 hl = sizeof(struct ah) + (ah->ah_len * sizeof(uint32_t));
567 if (hl != ahsize) {
571 hl, (u_long)ahsize,
590 AH_STATADD(AH_STAT_IBYTES, m->m_pkthdr.len - skip - hl);
  /src/lib/libp2k/
p2k.c 200 struct p2k_vp_hash *hl; local in function:getp2n
206 hl = gethash(p2m, vp);
208 LIST_FOREACH(p2n, hl, p2n_entries)
212 hl = gethash(p2m, vp);
225 LIST_INSERT_HEAD(hl, p2n, p2n_entries);
  /src/sys/crypto/adiantum/
adiantum.c 1845 uint8_t hl[16];
1859 nhpoly1305(hl, l, llen, kl, kn);
1862 add128(h, ht, hl);
1837 uint8_t hl[16]; local in function:adiantum_hash

Completed in 19 milliseconds