Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_modification_hooks.c43 static modification_hook **hooks; variable
74 if (hooks[owner]) in add_modification_hook()
76 hooks[owner] = call_back; in add_modification_hook()
130 if (hooks[sm->owner]) in call_modification_hooks_name_sym()
131 (hooks[sm->owner])(sm, mod_expr); in call_modification_hooks_name_sym()
271 hooks = malloc((num_checks + 1) * sizeof(*hooks)); in register_modification_hooks()
272 memset(hooks, 0, (num_checks + 1) * sizeof(*hooks)); in register_modification_hooks()
273 hooks_late = malloc((num_checks + 1) * sizeof(*hooks)); in register_modification_hooks()
274 memset(hooks_late, 0, (num_checks + 1) * sizeof(*hooks)); in register_modification_hooks()
H A Dsmatch_states.c133 struct check_tracker_list *hooks; in call_tracker_hooks() local
139 hooks = tracker_hooks[owner]; in call_tracker_hooks()
140 FOR_EACH_PTR(hooks, fn) { in call_tracker_hooks()
H A Dsmatch_extra.c82 void call_extra_hooks(struct void_fn_list *hooks, const char *name, struct symbol *sym, struct expr… in call_extra_hooks() argument
86 FOR_EACH_PTR(hooks, fn) { in call_extra_hooks()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dvmalloc155 tst malloc_hook note{ gnu malloc hooks work }end execute{
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME37 hooks provided by libsm now.
/illumos-gate/usr/src/lib/libgss/
H A DREADME.spi35 This structure does not include any hooks for versioning, which
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess1449 # eval: (add-hook 'write-file-hooks 'time-stamp)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE636 04-08-11 vmalloc: sync _UWIN libposix hooks
1200 01-02-27 *locale*: a batch of fixes for native LC_MESSAGE&LC_TIME hooks
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE603 package.sh: add execrate(1) hooks for challenged systems
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex424 …ack during the initialization from the ecore, instead of adding many such hooks there’s the concep…
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex7075 @c eval: (add-hook 'write-file-hooks 'time-stamp)
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt8639 the hooks for per-table 32/64 switching have been removed from the code.