Searched refs:hf (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c51 uint32_t hf(uintptr_t key, int flags, void *arg) function
96 h = dn_ht_init(NULL, 10, 0, hf, matchf, newfn);
103 h = dn_ht_init(NULL, 10, 0, hf, matchf, NULL);
/freebsd-9.3-release/lib/libedit/
H A Dhistory.c1022 History hf; local
1024 hf.h_ref = va_arg(va, ptr_t);
1026 hf.h_first = va_arg(va, history_gfun_t);
1027 hf.h_next = va_arg(va, history_gfun_t);
1028 hf.h_last = va_arg(va, history_gfun_t);
1029 hf.h_prev = va_arg(va, history_gfun_t);
1030 hf.h_curr = va_arg(va, history_gfun_t);
1031 hf.h_set = va_arg(va, history_sfun_t);
1032 hf.h_clear = va_arg(va, history_vfun_t);
1033 hf
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_fp.h78 #define NTOHL_MFP(ni, nf, hi, hf) \
81 (hf) = ntohl(nf); \
84 #define HTONL_MFP(hi, hf, ni, nf) \
87 (nf) = htonl(hf); \
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dengine.c1369 char *hf, *hv; local
1377 if (dec_arg2(g->a_buf, g->a_len, &hf, &hv) == MI_SUCCESS)
1378 return (*fi_header)(g->a_ctx, hf, hv);
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c2470 uint64_t hf; local
2477 hf = bwn_hf_read(mac) & ~BWN_HF_UCODE_ANTDIV_HELPER;
2478 bwn_hf_write(mac, hf);
2515 hf |= BWN_HF_UCODE_ANTDIV_HELPER;
2516 bwn_hf_write(mac, hf);
3134 uint64_t hf; local
3179 hf = bwn_hf_read(mac);
3181 hf |= BWN_HF_GPHY_SYM_WORKAROUND;
3183 hf |= BWN_HF_PAGAINBOOST_OFDM_ON;
3185 hf |
4459 uint64_t hf; local
13127 static const uint8_t hf[] = { local
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c4898 register SM_FILE_T *hf; local
4915 (hf = safefopen(HelpFile, O_RDONLY, 0444, sff)) == NULL)
4937 while (sm_io_fgets(hf, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
5000 (void) sm_io_close(hf, SM_TIME_DEFAULT);

Completed in 124 milliseconds