Searched refs:module_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dsyslogd.c125 module_t *m_klog_in, *m_bsd_out, *m_udp_in, *m_remote;
127 module_t *m_asl, *m_bsd_in;
131 m_asl = (module_t *)calloc(1, sizeof(module_t));
148 m_bsd_out = (module_t *)calloc(1, sizeof(module_t));
168 m_klog_in = (module_t *)calloc(1, sizeof(module_t));
185 m_bsd_in = (module_t *)calloc(1, sizeof(module_t));
[all...]
H A Ddaemon.h104 } module_t; typedef in typeref:struct:__anon12690
135 module_t **module;
/macosx-10.10/smb-759.0/kernel/mysys/sys/
H A Dsmb_apple.h79 typedef struct kmod_info *module_t; typedef in typeref:struct:kmod_info
81 typedef int (*modeventhand_t)(module_t mod, int what, void *arg);
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_dev.c960 static int nsmb_dev_load(module_t mod, int cmd, void *arg)

Completed in 248 milliseconds