gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:name from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/sysctl.h (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/sysctl.h - 56.4KB - 1,335 lines
1074: #define SYSCTL_SETUP_PROTO(name)                                \
1075:         void name(struct sysctllog **)
1076: #ifdef SYSCTL_DEBUG_SETUP
1079: static void __CONCAT(___,name)(struct sysctllog **); \ 1080: void name(struct sysctllog **clog) { \ 1081: printf("%s\n", desc); \
1088: __link_set_add_text(sysctl_funcs, name); \ 1089: void name(struct sysctllog **clog) 1090: #endif /* !SYSCTL_DEBUG_SETUP */
1097: static void __CONCAT(___,name)(struct sysctllog **); \ 1098: static void name(struct sysctllog **clog) { \ 1099: printf("%s\n", desc); \
1105: #define SYSCTL_SETUP(name, desc) \ 1106: static void name(struct sysctllog **); \ 1107: __link_set_add_text(sysctl_funcs, name); \ 1108: static void name(struct sysctllog **clog) 1109: #else /*T2EX*/ 1110: #define SYSCTL_SETUP(name, desc) \ 1111: static void name(struct sysctllog **); \ 1112: static void name(struct sysctllog **clog) 1113: #endif /*T2EX*/