MCPcopy Create free account
hub / github.com/F-Stack/f-stack / callback

Class callback

tools/ifconfig/ifconfig.c:950–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950struct callback {
951 callback_func *cb_func;
952 void *cb_arg;
953 struct callback *cb_next;
954};
955static struct callback *callbacks = NULL;
956
957void

Callers 15

jquery.jsFile · 0.50
showMethodFunction · 0.50
hideMethodFunction · 0.50
zfs_log_writeFunction · 0.50
space_map_iterateFunction · 0.50
i_mod_hash_walk_nosyncFunction · 0.50
foreach_nfs_shareoptFunction · 0.50
zfs_for_eachFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected