Home
last modified time | relevance | path

Searched refs:h_base (Results 1 – 3 of 3) sorted by relevance

/NextBSD/crypto/heimdal/lib/hdb/
HDhdb-ldap.c58 char *h_base; member
67 #define HDB2BASE(dn) (((struct hdbldapdb *)(db)->hdb_db)->h_base)
1855 h->h_base = strdup(search_base); in hdb_ldap_common()
1856 if (h->h_url == NULL || h->h_base == NULL) { in hdb_ldap_common()
1866 create_base = h->h_base; in hdb_ldap_common()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_support_format_xar.c306 uint64_t h_base; member
592 xar->h_base = xar->offset; in read_toc()
959 if (xar->offset - xar->h_base != offset) { in move_reading_point()
963 step = offset - (xar->offset - xar->h_base); in move_reading_point()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c2189 HAL_NFCAL_BASE *h_base; in ar9300_get_nf_hist_base() local
2192 h_base = &chan->nf_cal_hist.base; in ar9300_get_nf_hist_base()
2203 h_base = &chan->nf_cal_hist.base; in ar9300_get_nf_hist_base()
2206 h_base = &AH_PRIVATE(ah)->nf_cal_hist.base; in ar9300_get_nf_hist_base()
2209 OS_MEMCPY(nf, h_base->priv_nf, sizeof(h_base->priv_nf)); in ar9300_get_nf_hist_base()