Home
last modified time | relevance | path

Searched refs:mcache (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c167 struct pt_msec_cache mcache; member
207 struct pt_msec_cache mcache; in read_null() local
214 status = pt_msec_cache_read(&mcache, NULL, &image, 0ull); in read_null()
217 status = pt_msec_cache_read(&mcache, &msec, NULL, 0ull); in read_null()
226 struct pt_msec_cache mcache; in fill_null() local
231 memset(&mcache, 0, sizeof(mcache)); in fill_null()
236 status = pt_msec_cache_fill(&mcache, NULL, &image, &asid, 0ull); in fill_null()
239 status = pt_msec_cache_fill(&mcache, &msec, NULL, &asid, 0ull); in fill_null()
242 status = pt_msec_cache_fill(&mcache, &msec, &image, NULL, 0ull); in fill_null()
253 status = pt_msec_cache_invalidate(&tfix->mcache); in invalidate()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A DMakefile.am178 mcache.c \
H A DMakefile.in180 libkrb5_la-mcache.lo libkrb5_la-misc.lo libkrb5_la-mk_error.lo \
867 mcache.c \
1364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-mcache.Plo@am__quote@
1942 libkrb5_la-mcache.lo: mcache.c
1943 … libkrb5_la-mcache.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-mcache.Tpo -c -o libkrb5_la-mcache.lo `test…
1944 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libkrb5_la-mcache.Tpo $(DEPDIR)/libkrb5_la-mcache.Plo
1947 …PFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkrb5_la-mcache.lo `test -f 'mcache.c' || echo '$(srcdir)/'…
/freebsd/kerberos5/lib/libkrb5/
H A DMakefile558 mcache.c \
/freebsd/crypto/heimdal/
H A DChangeLog.2000203 * lib/krb5/mcache.c (mcc_close): free data
342 * lib/krb5/mcache.c: implement resolve
H A DChangeLog.2002573 * lib/krb5/mcache.c (mcc_get_name): constify return type
H A DChangeLog.1998940 * lib/krb5/mcache.c (mcc_store_cred): restore linked list if
1756 * lib/krb5/mcache.c: mcc_ops -> krb5_mcc_ops
2154 * lib/krb5/mcache.c: new file
2169 * lib/krb5/cache.c: cleanup added mcache
H A DChangeLog.20041308 * lib/krb5/mcache.c (mcc_get_principal): also check for
1311 * lib/krb5/mcache.c: don't overload the primary_principal == NULL
H A DChangeLog.19991147 * lib/krb5/mcache.c: fix paste-o
1257 * lib/krb5/mcache.c (mcc_get_next): get the current cursor
H A DChangeLog.2001544 * lib/krb5/mcache.c (mcc_remove_cred): use
H A DChangeLog.20031093 * lib/krb5/mcache.c: protect the mcc_head with a mutex
H A DChangeLog.2005364 * lib/krb5/mcache.c Implement the cache iteration functions.