• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/

Lines Matching refs:me

13 	probe diskrep__create__macho(void *me, const char *path, const void *ctx);
14 probe diskrep__create__bundle__path(void *me, const char *path, void *ctx, void *exec);
15 probe diskrep__create__bundle__ref(void *me, void *cfbundle, void *ctx, void *exec);
16 probe diskrep__create__file(void *me, const char *path);
17 probe diskrep__create__cfm(void *me, const char *path);
18 probe diskrep__create__slc(void *me, const char *path);
19 probe diskrep__create__detached(void *me, void *orig, const char *source, void *glob);
20 probe diskrep__create__kernel(void *me);
21 probe diskrep__destroy(void *me);
23 probe static__create(void *me, void *host);
24 probe dynamic__create(void *me, void *rep);
26 probe static__cdhash(void *me, const void *cdhash, uint32_t length);
27 probe static__attach__explicit(void *me, void *rep);
28 probe static__attach__system(void *me, void *rep);
30 probe eval__dynamic__start(void *me, const char *path);
31 probe eval__dynamic__end(void *me);
32 probe eval__dynamic__root(void *me);
34 probe eval__static__start(void *me, const char *path);
35 probe eval__static__end(void *me);
36 probe eval__static__reset(void *me);
38 probe eval__static__executable__start(void *me, const char *path, uint32_t pages);
39 probe eval__static__executable__fail(void *me, uint32_t badPage);
40 probe eval__static__executable__end(void *me);
41 probe eval__static__resources__start(void *me, const char *path, int count);
42 probe eval__static__resources__end(void *me);
44 probe eval__static__directory(void *me);
45 probe eval__static__intreq__start(void *me, uint32_t reqType, void *target, int32_t nullError);
46 probe eval__static__intreq__end(void *me);
48 probe eval__static__signature__start(void *me, const char *path);
49 probe eval__static__signature__adhoc(void *me);
50 probe eval__static__signature__result(void *me, uint32_t result, uint32_t chainLength);
51 probe eval__static__signature__expired(void *me);
52 probe eval__static__signature__end(void *me);
74 probe sign__dep__macho(void *me, const char *name, const void *requirement);
75 probe sign__dep__interp(void *me, const char *name, const void *requirement);