Searched refs:func (Results 26 - 50 of 999) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/tcpdump/
H A Dsetsignal.c74 (*setsignal (int sig, RETSIGTYPE (*func)(int)))(int) argument
80 new.sa_handler = func;
87 return (sigset(sig, func));
89 return (signal(sig, func));
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d53 @func[i%5] = sum(i * 100);
61 printa(@func);
66 printa(@func);
74 printa(@func);
H A Derr.D_CLEAR_PROTO.bad.d53 @func[i%5] = sum(i * 100);
61 printa(@func);
66 printa(@func);
74 printa(@func);
H A Derr.D_NORMALIZE_PROTO.bad.d54 @func[i % 5] = sum(i * 100);
62 normalize(@func);
H A Derr.D_NORMALIZE_SCALAR.bad.d54 @func[i % 5] = sum(i * 100);
62 normalize(@func, "hello");
H A Dtst.normalize.d50 @func[i % 5] = sum(i * 100);
58 normalize(@func, 5);
/freebsd-9.3-release/crypto/openssl/bugs/
H A Dalpha.c66 * func(*(a++),*(a++))
74 void func(a, b) function
90 func(p, *(p++));
/freebsd-9.3-release/sys/amd64/pci/
H A Dpci_cfgreg.c51 static uint32_t pci_docfgregread(int bus, int slot, int func, int reg,
53 static int pciereg_cfgread(int bus, unsigned slot, unsigned func,
55 static void pciereg_cfgwrite(int bus, unsigned slot, unsigned func,
57 static int pcireg_cfgread(int bus, int slot, int func, int reg, int bytes);
58 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes);
123 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) argument
129 return (pciereg_cfgread(bus, slot, func, reg, bytes));
131 return (pcireg_cfgread(bus, slot, func, reg, bytes));
138 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) argument
151 line = pci_docfgregread(bus, slot, func, PCIR_INTLIN
163 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) argument
180 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) argument
206 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) argument
232 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) argument
313 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, unsigned bytes) argument
344 pciereg_cfgwrite(int bus, unsigned slot, unsigned func, unsigned reg, int data, unsigned bytes) argument
[all...]
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dkvatoname.c16 char *kvatoname(func, iocfunc)
17 ipfunc_t func;
24 res.ipfu_addr = func;
/freebsd-9.3-release/contrib/libbegemot/
H A Drpoll.h42 int poll_register(int fd, poll_f func, void *arg, int mask);
45 int poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg);
46 int poll_start_utimer(unsigned long long usecs, int repeat, timer_f func,
/freebsd-9.3-release/sbin/ifconfig/
H A Difconfig.h71 #define DEF_CMD(name, param, func) { name, param, { .c_func = func }, 0, NULL }
72 #define DEF_CMD_ARG(name, func) { name, NEXTARG, { .c_func = func }, 0, NULL }
73 #define DEF_CMD_OPTARG(name, func) { name, OPTARG, { .c_func = func }, 0, NULL }
74 #define DEF_CMD_ARG2(name, func) { name, NEXTARG2, { .c_func2 = func }, 0, NULL }
75 #define DEF_CLONE_CMD(name, param, func) { name, param, { .c_func = func },
[all...]
/freebsd-9.3-release/contrib/libc++/src/
H A Dstring.cpp50 void throw_from_string_out_of_range( const string& func )
52 throw_helper<out_of_range>(func + ": out of range");
56 void throw_from_string_invalid_arg( const string& func )
58 throw_helper<invalid_argument>(func + ": no conversion");
66 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) argument
75 throw_from_string_out_of_range(func);
77 throw_from_string_invalid_arg(func);
86 as_integer(const string& func, const S& s, size_t* idx, int base);
92 as_integer(const string& func, const string& s, size_t* idx, int base ) argument
95 long r = as_integer_helper<long>( func,
104 as_integer(const string& func, const string& s, size_t* idx, int base ) argument
112 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
120 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
128 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
137 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
149 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
157 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
165 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
173 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
183 as_float_helper(const string& func, const S& str, size_t* idx, F f ) argument
207 as_float( const string& func, const string& s, size_t* idx ) argument
215 as_float(const string& func, const string& s, size_t* idx ) argument
223 as_float( const string& func, const string& s, size_t* idx ) argument
231 as_float( const string& func, const wstring& s, size_t* idx ) argument
239 as_float( const string& func, const wstring& s, size_t* idx ) argument
247 as_float( const string& func, const wstring& s, size_t* idx ) argument
[all...]
/freebsd-9.3-release/contrib/openpam/misc/
H A Dgendoc.pl103 my $func;
150 $func = $fn;
151 $func =~ s,^(?:.*/)?([^/]+)\.c$,$1,;
152 if ($source !~ m,\n \* ([\S ]+)\n \*/\n\n([\S ]+)\n$func\((.*?)\)\n\{,s) {
153 warn("$fn: can't find $func\n");
293 s/\s*=($func)\b\s*/\n.Fn $1\n/gs;
329 $FUNCTIONS{$func} = {
332 'name' => $func,
345 $FUNCTIONS{$func}->{nodoc} = 1;
348 $FUNCTIONS{$func}
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.ProbeData.c57 fN(f func, char *a, int i) argument
59 func(a);
63 fN2(f func, char *a, int i) argument
65 func(a);
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64-c.c33 static void ia64_hpux_add_pragma_builtin (tree func);
175 ia64_hpux_add_pragma_builtin (tree func) argument
184 IDENTIFIER_POINTER (func)))
186 add_to_renaming_pragma_list(func,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.c57 fN(f func, int i) argument
59 func(i);
/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_error.c44 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...) argument
57 asprintf(&ypclnt->error, "%s(): %s", func, errmsg);
/freebsd-9.3-release/sys/ia64/pci/
H A Dpci_cfgreg.c36 pci_sal_address(int dom, int bus, int slot, int func, int reg) argument
42 slot >= 0 && slot <= 31 && func >= 0 && func <= 7 &&
45 ((u_long)slot << 11) | ((u_long)func << 8) | (u_long)reg;
67 pci_cfgregread(int bus, int slot, int func, int reg, int len) argument
73 addr = pci_sal_address(0, bus, slot, func, reg);
88 pci_cfgregwrite(int bus, int slot, int func, int reg, uint32_t data, int len) argument
94 addr = pci_sal_address(0, bus, slot, func, reg);
/freebsd-9.3-release/sys/mips/include/
H A Dintr_machdep.h55 void cpu_set_hardintr_mask_func(cpu_intr_mask_t func);
56 void cpu_set_hardintr_unmask_func(cpu_intr_unmask_t func);
H A Dpci_cfgreg.h46 u_int32_t pci_cfgregread(int bus, int slot, int func, int reg, int bytes);
47 void pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes);
/freebsd-9.3-release/contrib/tcsh/
H A Ded.defns.c1140 f->func = F_CHARBACK;
1145 f->func = F_DELPREV;
1150 f->func = F_DELWORDPREV;
1156 f->func = F_KILLBEG;
1162 f->func = F_WORDBACK;
1167 f->func = F_TOBEG;
1172 f->func = F_CASECAPITAL;
1178 f->func = V_CHGCASE;
1184 f->func = V_CHGTOEND; /* backward compat. */
1189 f->func
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c38 static CK_FUNCTION_LIST_PTR func; variable
57 ret = (*func->C_FindObjectsInit)(session, search_data, num_search_data);
61 ret = (*func->C_FindObjects)(session, object, 1, &object_count);
69 ret = (*func->C_FindObjectsFinal)(session);
92 ret = C_GetFunctionList(&func);
96 (*func->C_Initialize)(NULL_PTR);
98 ret = (*func->C_GetSlotList)(FALSE, NULL, &num_slots);
108 ret = (*func->C_GetSlotList)(FALSE, slot_ids, &num_slots);
115 ret = (*func->C_GetSlotInfo)(slot, &slot_info);
122 ret = (*func
[all...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_hook.c39 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\
41 T((T_CALLED("set_" #typ"_"#name"(%p,%p)"), form, func));\
42 (Normalize_Form( form ) -> typ ## name) = func ;\
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_hook.c44 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\
46 T((T_CALLED("set_" #typ "_" #name "(%p,%p)"), menu, func));\
47 (Normalize_Menu(menu) -> typ ## name = func );\
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_traverse.h56 uint64_t txg_start, int flags, blkptr_cb_t func, void *arg);
59 blkptr_cb_t func, void *arg);
61 uint64_t txg_start, int flags, blkptr_cb_t func, void *arg);

Completed in 267 milliseconds

1234567891011>>