Searched refs:hl (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c4998 struct hardlink *hl; local
5005 hl = malloc(sizeof(*hl));
5006 if (hl == NULL) {
5011 hl->nlink = 1;
5014 hl->file_list.first = file;
5015 hl->file_list.last = &(file->hlnext);
5017 (struct archive_rb_node *)hl);
5019 hl = (struct hardlink *)__archive_rb_tree_find_node(
5021 if (hl !
5043 struct hardlink *hl; local
[all...]
/freebsd-current/sys/dev/ixgbe/
H A Dif_ix.c2995 uint32_t hl, rxc; local
2997 hl = IXGBE_READ_REG(hw, IXGBE_HLREG0);
3002 onoff ? "enter" : "exit", hl, rxc);
3009 hl &= ~IXGBE_HLREG0_RXCRCSTRP;
3013 hl |= IXGBE_HLREG0_RXCRCSTRP;
3019 onoff ? "enter" : "exit", hl, rxc);
3021 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hl);
/freebsd-current/sys/contrib/dev/rtw88/
H A Dcoex.c3277 struct rtw_coex_hid_handle_list *hl, *bhl; local
3290 hl = &coex_stat->hid_handle_list;
3292 if (!memcmp(hl, bhl, sizeof(*hl)))
3298 if (hl->handle[i] != COEX_BT_HIDINFO_NOTCON &&
3299 hl->handle[i] != 0)
3300 hidinfo->hid_handle = hl->handle[i];
/freebsd-current/contrib/sendmail/src/
H A Ddeliver.c6984 int hl; local
7164 hl = strlen(p);
7165 p += hl;
7167 len -= hl + 1;
7173 hl = strlen(mxhosts[i]);
7176 len - 1 < (hl + ((admx && DANE_SEC(Dane)) ? 1 : 0))
7178 len - 1 < hl
7202 p += hl;
7203 len -= hl;
/freebsd-current/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c72 uint64_t hl = ((uint64_t)h << 32) | l; local
73 uint32 exp = (hl >> 52) & 0x7ff;
74 int64_t mantissa = hl & (((uint64_t)1 << 52) - 1);
75 int sign = (hl >> 63) ? -1 : +1;
/freebsd-current/lib/libmd/
H A DMakefile77 CLEANFILES+= md[245]hl.c md[245].ref md[245].3 mddriver \
/freebsd-current/contrib/file/src/
H A Dfile.h200 uint8_t hl[4]; /* 4 bytes of a fixed-endian "long" */ member in union:VALUETYPE
/freebsd-current/crypto/openssh/
H A Dmisc.c1523 size_t i, hl; local
1528 hl = l * 2 + 1;
1529 r = xcalloc(1, hl);
1532 strlcat(r, b, hl);
H A Dsftp.c2214 History *hl = NULL; local
2222 if ((hl = history_init()) == NULL)
2224 history(hl, &hev, H_SETSIZE, 100);
2225 el_set(el, EL_HIST, history, hl);
2325 history(hl, &hev, H_ENTER, line);
/freebsd-current/bin/ls/tests/
H A Dls_tests.sh583 -s exit:0 ls -hl $file
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl413 elsif ($self->{value} =~ /^[a-d][hl]$/i){ $ret="b"; }
/freebsd-current/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6004 TCswS/42ud6P+8Hkn2+Vr8+rfGkpsiyZE4Ldk7Z/bVVKaOy8z+rL/2p/XfP/5hl/

Completed in 171 milliseconds

12