Searched refs:fn (Results 126 - 150 of 582) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/include/internal/
H A Dnamemap.h35 void (*fn)(const char *name, void *data),
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_debug.h96 #define _BHND_PRINT(fn, level, fmt, ...) \
99 fn "[BHND " level##MSG "] %s:%d => " fmt "\n", \
103 #define _BHND_PRINT(fn, level, fmt, ...) \
106 fn "bhnd: " fmt "\n", ## __VA_ARGS__); \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp129 static fntype fn = 0; local
131 if (fn) return 0;
136 fn = (fntype) dllThunkGetRealAddrOrDie("__asan_init");
137 fn();
/freebsd-current/stand/kboot/kboot/
H A Dhostfs.c50 hostfs_open(const char *fn, struct open_file *f) argument
70 if (strncmp("/sys/", fn, 5) == 0 || strncmp("/proc/", fn, 6) == 0)
71 strlcpy(path, fn, sizeof(path));
72 else if (fn[0] == '/' && fn[1] == '/' && fn[2] != '/')
73 strlcpy(path, fn + 1, sizeof(path));
75 snprintf(path, sizeof(path), "%s/%s", hostfs_root, fn);
/freebsd-current/usr.sbin/ppp/
H A Dfsm.c145 struct fsm_callbacks *fn, const char * const timer_names[3])
162 fp->fn = fn;
203 (*fp->fn->DecodeConfig)(fp, ptr, ptr + count, MODE_NOP, NULL);
245 (*fp->fn->LayerStart)(fp);
260 (*fp->fn->LayerStart)(fp);
322 (*fp->fn->LayerFinish)(fp);
328 (*fp->fn->LayerStart)(fp);
338 (*fp->fn->LayerDown)(fp);
350 (*fp->fn
142 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode, int maxcode, int LogLevel, struct bundle *bundle, struct link *l, const struct fsm_parent *parent, struct fsm_callbacks *fn, const char * const timer_names[3]) argument
[all...]
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_dmc620.c50 #define CLASSDEP_FN2(fn, t1, a1, t2, a2) \
51 static int fn(int class, t1 a1, t2 a2); \
52 static int fn ## _cd2(t1 a1, t2 a2) \
54 return (fn(PMC_CLASS_DMC620_PMU_CD2, a1, a2)); \
56 static int fn ## _c(t1 a1, t2 a2) \
58 return (fn(PMC_CLASS_DMC620_PMU_C, a1, a2)); \
60 static int fn(int class, t1 a1, t2 a2)
62 #define CLASSDEP_FN3(fn, t1, a1, t2, a2, t3, a3) \
63 static int fn(int class, t1 a1, t2 a2, t3 a3); \
64 static int fn ## _cd
[all...]
/freebsd-current/contrib/tcsh/
H A Dtc.sig.c36 sigset_interrupting(int sig, void (*fn) (int))
40 act.sa_handler = fn;
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dkeygen.c6 void (*fn)(unsigned char *k); member in struct:KeygenTV_
48 tv->fn(key);
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dnotif-wait.h24 * @fn: Function called with the notification. If the function
48 bool (*fn)(struct iwl_notif_wait_data *notif_data, member in struct:iwl_notification_wait
83 bool (*fn)(struct iwl_notif_wait_data *notif_data,
/freebsd-current/sys/dev/firewire/
H A Diec68113.h57 uint8_t fn:2, member in struct:ciphdr
65 fn:2; member in struct:ciphdr
/freebsd-current/lib/libc/gen/
H A Dftw.c30 ftw(const char *path, int (*fn)(const char *, const struct stat *, int),
77 error = fn(cur->fts_path, cur->fts_statp, fnflag);
H A Dnftw.c30 nftw(const char *path, int (*fn)(const char *, const struct stat *, int,
95 error = fn(cur->fts_path, cur->fts_statp, fnflag, &ftw);
/freebsd-current/sys/xen/
H A Dgnttab.h52 void (*fn)(void *); member in struct:gnttab_free_callback
110 void (*fn)(void *), void *arg, uint16_t count);
/freebsd-current/contrib/libarchive/tar/test/
H A Dtest_option_T_upper.c28 tryMakeFile(const char *fn) argument
30 FILE *f = fopen(fn, "w");
/freebsd-current/sbin/nvmecontrol/
H A Ddisconnect.c70 .fn = disconnect,
77 .fn = disconnect_all,
/freebsd-current/crypto/openssl/crypto/
H A Dcore_algorithm.c22 void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int no_store, member in struct:algorithm_data_st
77 data->fn(provider, thismap, no_store, data->data);
142 void (*fn)(OSSL_PROVIDER *provider,
156 cbdata.fn = fn;
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_notif_wait.c151 if (!wait_entry->fn ||
152 wait_entry->fn(notif_data->sc, pkt, wait_entry->fn_data)) {
176 int (*fn)(struct iwm_softc *sc, struct iwm_rx_packet *pkt, void *data),
181 wait_entry->fn = fn;
/freebsd-current/usr.sbin/fwcontrol/
H A Dfwmpegts.c77 |0|0| sid | dbs |fn | qpc |S|RSV| dbc |
106 fn = 3
213 if (ciph->fn != 3) {
215 "unsupported MPEG TS stream, fn=%d (only fn=3 is supported)",
216 ciph->fn);
234 ciph->fn, (1<<ciph->fn) );
244 if (ciph->dbc % (1<<ciph->fn) == 0)
/freebsd-current/sbin/devmatch/
H A Ddevmatch.c71 read_hints(const char *fn, size_t *len) argument
77 fd = open(fn, O_RDONLY);
81 err(1, "Can't open %s for reading", fn);
84 err(1, "Can't fstat %s\n", fn);
89 err(1, "Can't read in %ju bytes from %s", (uintmax_t)sb.st_size, fn);
98 char fn[MAXPATHLEN]; local
112 snprintf(fn, sizeof(fn), "%s/linker.hints", q);
113 hints = read_hints(fn, &len);
127 err(1, "Can't open %s for reading", fn);
[all...]
/freebsd-current/crypto/heimdal/include/
H A Dbits.c121 const char *fn, *hb; local
129 fn = "bits.h";
134 fn = argv[1];
135 p = malloc(strlen(fn) + 5);
136 sprintf(p, "__%s__", fn);
144 fprintf(f, "/* %s -- this file was generated for %s by\n", fn, HOST);
145 fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "",
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c95 fn_ptr fn; member in struct:fn_node
113 static void fn_list_insert(struct fn_list* list, fn_ptr fn) { argument
115 new_node->fn = fn;
537 void llvm_register_writeout_function(fn_ptr fn) { argument
538 fn_list_insert(&writeout_fn_list, fn);
547 curr->fn();
568 void llvm_register_reset_function(fn_ptr fn) { argument
569 fn_list_insert(&reset_fn_list, fn);
581 curr->fn();
[all...]
/freebsd-current/usr.sbin/fifolog/lib/
H A Dfifolog_create.c44 fifolog_create(const char *fn, off_t size, ssize_t recsize) argument
54 fd = open(fn, O_WRONLY | O_TRUNC | O_EXCL | O_CREAT, 0644);
57 fd = open(fn, O_WRONLY);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp55 uptr internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg,
57 if (!fn || !child_stack) {
71 ((unsigned long *)child_stack)[1] = (uptr)fn;
94 /* Call "fn(arg)". */
/freebsd-current/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c400 int fn, err = 0; local
424 for (fn = 0; fn < RAIDZ_GEN_NUM; fn++) {
431 rm_test = init_raidz_map(opts, &zio_test, fn+1);
435 raidz_gen_name[fn]);
440 if (cmp_code(opts, rm_test, fn+1) != 0) {
456 run_rec_check_impl(raidz_test_opts_t *opts, raidz_map_t *rm, const int fn) argument
471 memcpy(tgtidx, rec_tgts[fn], sizeof (tgtidx));
473 if (fn < RAIDZ_REC_P
576 unsigned fn, err = 0; local
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c1520 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in) { argument
1523 switch (fn->type) {
1572 switch (fn->type) {
1616 declined |= (lib_no_arith && (fn->func == (funcptr)mpc_add ||
1617 fn->func == (funcptr)mpc_sub ||
1618 fn->func == (funcptr)mpc_mul ||
1619 fn->func == (funcptr)mpc_div));
1629 void docase(Testable *fn, uint32 *args) { argument
1644 printf("func=%s", fn->name);
1648 switch (fn
2139 gencases(Testable *fn, int number) argument
[all...]

Completed in 489 milliseconds

1234567891011>>