Searched refs:mcache (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-msec_cache.c | 167 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 D | Makefile.am | 178 mcache.c \
|
H A D | Makefile.in | 180 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 D | Makefile | 558 mcache.c \
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2000 | 203 * lib/krb5/mcache.c (mcc_close): free data 342 * lib/krb5/mcache.c: implement resolve
|
H A D | ChangeLog.2002 | 573 * lib/krb5/mcache.c (mcc_get_name): constify return type
|
H A D | ChangeLog.1998 | 940 * 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 D | ChangeLog.2004 | 1308 * lib/krb5/mcache.c (mcc_get_principal): also check for 1311 * lib/krb5/mcache.c: don't overload the primary_principal == NULL
|
H A D | ChangeLog.1999 | 1147 * lib/krb5/mcache.c: fix paste-o 1257 * lib/krb5/mcache.c (mcc_get_next): get the current cursor
|
H A D | ChangeLog.2001 | 544 * lib/krb5/mcache.c (mcc_remove_cred): use
|
H A D | ChangeLog.2003 | 1093 * lib/krb5/mcache.c: protect the mcc_head with a mutex
|
H A D | ChangeLog.2005 | 364 * lib/krb5/mcache.c Implement the cache iteration functions.
|