Searched refs:func (Results 326 - 350 of 1388) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/x86/include/
H A Dlegacyvar.h51 u_int func, u_int reg, int bytes);
55 u_int func, u_int reg, uint32_t data, int bytes);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c91 HPT_U8 pcicfg_read_byte (HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg) argument
93 return (HPT_U8)pci_cfgregread(bus, dev, func, reg, 1);
95 HPT_U32 pcicfg_read_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg) argument
97 return (HPT_U32)pci_cfgregread(bus, dev, func, reg, 4);
99 void pcicfg_write_byte (HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg, HPT_U8 v) argument
101 pci_cfgregwrite(bus, dev, func, reg, v, 1);
103 void pcicfg_write_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg, HPT_U32 v) argument
105 pci_cfgregwrite(bus, dev, func, reg, v, 4);
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0)
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dpk12err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbpobj.h79 int bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx);
80 int bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *, dmu_tx_t *);
/freebsd-11-stable/sys/cddl/dev/sdt/
H A Dsdt.c140 char func[DTRACE_FUNCNAMELEN]; local
172 strlcpy(func, probe->func, sizeof(func));
173 if (func[0] == '\0')
174 strcpy(func, "none");
188 if (dtrace_probe_lookup(prov->id, mod, func, name) != DTRACE_IDNONE)
191 (void)dtrace_probe_create(prov->id, mod, func, name, 1, probe);
/freebsd-11-stable/usr.bin/passwd/
H A Dpasswd.c130 #define pam_check(func) do { \
136 warnx("%s(): %s", func, pam_strerror(pamh, pam_err)); \
/freebsd-11-stable/lib/libc/mips/gen/
H A Dmakecontext.c54 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) argument
87 mc->mc_regs[T9] = (intptr_t)func;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp166 const Function *func = arg->getParent(); local
168 if (findAllNVVMAnnotation(func, AnnotationName, annot)) {
178 const Function *func = arg->getParent(); local
180 if (findAllNVVMAnnotation(func, "rdoimage", annot)) {
190 const Function *func = arg->getParent(); local
192 if (findAllNVVMAnnotation(func, "wroimage", annot)) {
202 const Function *func = arg->getParent(); local
204 if (findAllNVVMAnnotation(func, "rdwrimage", annot)) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-null.c85 svn_cache__partial_getter_func_t func,
97 svn_cache__partial_setter_func_t func,
81 null_cache_get_partial(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, svn_cache__partial_getter_func_t func, void *baton, apr_pool_t *result_pool) argument
95 null_cache_set_partial(void *cache_void, const void *key, svn_cache__partial_setter_func_t func, void *baton, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dthread.c142 return thread->func(thread, thread->data);
147 apr_thread_start_t func,
167 (*new)->func = func;
314 void (*func)(void))
316 return pthread_once(&control->once, func);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dscm-lang.c160 struct value *func; local
177 func = find_function_in_inferior ("scm_lookup_cstr");
178 val = call_function_by_hand (func, 3, args);
194 struct value *func; local
200 func = find_function_in_inferior ("scm_evstr");
201 return call_function_by_hand (func, 1, &addr);
H A Df-valprint.c620 struct symbol *func;
635 func = find_pc_function (get_frame_pc (fi));
636 if (func)
656 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
659 funname = DEPRECATED_SYMBOL_NAME (func);
714 struct symbol *func;
727 func = find_pc_function (fi->pc);
728 if (func)
748 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
751 funname = DEPRECATED_SYMBOL_NAME (func);
619 struct symbol *func; local
[all...]
/freebsd-11-stable/sys/powerpc/powermac/
H A Dgrackle.c142 grackle_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
152 if (grackle_enable_config(sc, bus, slot, func, reg) != 0) {
183 grackle_write_config(device_t dev, u_int bus, u_int slot, u_int func, argument
192 if (grackle_enable_config(sc, bus, slot, func, reg)) {
213 u_int func, u_int reg)
221 cfgval = (bus << 16) | (slot << 11) | (func << 8) | (reg & 0xFC)
212 grackle_enable_config(struct grackle_softc *sc, u_int bus, u_int slot, u_int func, u_int reg) argument
/freebsd-11-stable/sys/riscv/htif/
H A Dhtif.c70 void (*func) (void *, uint64_t); member in struct:intr_entry
84 htif_setup_intr(int id, void *func, void *arg) argument
90 intrs[id].func = func;
114 if (intrs[devid].func != NULL)
115 intrs[devid].func(intrs[devid].arg, entry);
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx-midi.c143 uintptr_t func, r, is_emu10k1; local
145 r = BUS_READ_IVAR(device_get_parent(dev), dev, 0, &func);
146 if (func != SCF_MIDI)
162 struct sndcard_func *func; local
167 func = device_get_ivars(dev);
170 midiinfo = (struct emu_midiinfo *)func->varinfo;
H A Demu10kx.c919 emu_intr_register(struct emu_sc_info *sc, uint32_t inte_mask, uint32_t intr_mask, uint32_t(*func) (void *softc, uint32_t irq), void *isc)
930 sc->ihandler[i].irq_func = func;
2960 struct sndcard_func *func = device_get_ivars(dev); local
2963 if (func==NULL)
2970 *result = func->func;
2973 if (func->varinfo == NULL)
2975 *result = ((struct emu_pcminfo *)func->varinfo)->route;
3039 struct sndcard_func *func; local
3246 func
3440 struct sndcard_func *func; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl87 $func="bn_mul_mont_padlock";
110 &function_begin($func);
235 &function_end($func);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_synctask.c41 zcp_synctask_func_t *func; member in struct:zcp_synctask_info
104 .func = zcp_synctask_destroy,
157 .func = zcp_synctask_promote,
194 .func = zcp_synctask_rollback,
225 .func = zcp_synctask_snapshot,
317 err = info->func(state, sync, err_details);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl72 $func="aesni_cbc_sha256_enc";
111 .globl $func
112 .type $func,\@abi-omnipotent
114 $func:
127 jc ${func}_shaext
134 jnz ${func}_xop
139 je ${func}_avx2
143 jnz ${func}_avx
154 .size $func,.-$func
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c368 const char *func, *acl1_text, *acl2_text, *acl3_text;
429 func = "facl()";
432 func = "acl_set_fd()";
451 failure("%s: errno = %d (%s)", func, errno, strerror(errno));
504 func = "facl()";
507 func = "acl_set_fd()";
513 failure("%s: errno = %d (%s)", func, errno, strerror(errno));
560 func = "acl()";
563 func = "acl_set_file()";
567 failure("%s: errno = %d (%s)", func, errn
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dldebug.c38 #define ci_func(ci) (clLvalue((ci)->func))
57 ** If function yielded, its 'func' can be in the 'extra' field. The
58 ** next function restores 'func' to its correct value for debugging
59 ** purposes. (It exchanges 'func' and 'extra'; so, when called again,
60 ** after debugging, it also "re-restores" ** 'func' to its altered value.
65 StkId temp = ci->func; /* exchange its 'func' and 'extra' values */
66 ci->func = restorestack(L, ci->extra);
81 LUA_API void lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { argument
82 if (func
313 StkId func; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgthr-win32.h113 __gthread_objc_thread_detach (void (*func)(void *arg), void *arg)
118 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func,
428 __gthread_once (__gthread_once_t *once, void (*func) (void))
431 return __gthr_win32_once (once, func);
532 __gthread_once (__gthread_once_t *once, void (*func) (void))
536 else if (once == NULL || func == NULL)
543 (*func) ();
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c343 const char *func = wpa_trace_bfd_addr2func(btrace[i]); local
344 if (state == TRACE_HEAD && func &&
345 (os_strcmp(func, "wpa_trace_add_ref_func") == 0 ||
346 os_strcmp(func, "wpa_trace_check_ref") == 0 ||
347 os_strcmp(func, "wpa_trace_show") == 0))
359 if (state == TRACE_RELEVANT && func &&
360 os_strcmp(func, "main") == 0)
/freebsd-11-stable/sys/compat/ndis/
H A Dkern_windrv.c622 windrv_wrap(func, wrap, argcnt, ftype)
623 funcptr func;
649 *calladdr = (vm_offset_t)func;
936 windrv_wrap_fastcall(func, wrap, argcnt)
937 funcptr func;
964 *calladdr = (vm_offset_t)func;
984 windrv_wrap_stdcall(func, wrap, argcnt)
985 funcptr func;
1012 *calladdr = (vm_offset_t)func;
1027 windrv_wrap_regparm(func, wra
[all...]

Completed in 477 milliseconds

<<11121314151617181920>>