| /src/external/bsd/nvi/dist/perl_scripts/ |
| tk.pl | 3 sub fun { subroutine
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-array-bounds.h | 41 struct function *fun; member in class:array_bounds_checker
|
| ipa-comdats.cc | 342 struct cgraph_node *fun; local 346 && (!(fun = dyn_cast <cgraph_node *> (symbol)) 347 || !fun->thunk)
|
| value-prof.h | 56 struct function *fun; 55 struct function *fun; member in struct:histogram_value_t
|
| function-tests.cc | 280 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 281 ASSERT_TRUE (fun != NULL); 282 ASSERT_EQ (fndecl, fun->decl); 295 push_cfun (fun); 296 lower_cf_pass->execute (fun); 310 push_cfun (fun); 311 build_cfg_pass->execute (fun); 321 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 322 ASSERT_TRUE (fun != NULL); 323 ASSERT_EQ (fndecl, fun->decl) 464 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 498 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 545 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 581 function *fun = DECL_STRUCT_FUNCTION (fndecl); local 601 function *fun = DECL_STRUCT_FUNCTION (fndecl); local [all...] |
| /src/tests/kernel/ |
| t_timeleft.c | 56 void (*fun)(struct timespec *); member in struct:info 79 (*i->fun)(&i->ts); 84 tester(void (*fun)(struct timespec *)) 88 struct info i = { fun, ts };
|
| /src/external/bsd/nvi/dist/ipc/ |
| ip_trans.c | 134 IPFunc fun; local 205 fun = *(IPFunc *) 207 if (fun != NULL && 208 ipfuns[ipb.code - 1].unmarshall(ipviwin, &ipb, fun))
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| analysis-plan.cc | 128 const function *fun local 132 if ((int)m_sg.get_num_snodes (fun)
|
| state-purge.cc | 99 function *fun) 103 m_fun (fun) 223 function *fun = node->get_fun (); local 225 log ("function: %s", function_name (fun)); 228 FOR_EACH_SSA_NAME (i, name, fun) 235 m_ssa_map.put (name, new state_purge_per_ssa_name (*this, name, fun)); 278 /* Get the state_purge_per_decl for local DECL within FUN, creating it 282 state_purge_map::get_or_create_data_for_decl (function *fun, tree decl) 287 state_purge_per_decl *result = new state_purge_per_decl (*this, decl, fun); 296 Locate all uses of VAR within FUN [all...] |
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcc1.cc | 148 cc1_plugin::callback_ftype *fun 152 connection->add_callback ("binding_oracle", fun); 154 fun = cc1_plugin::invoker<gcc_address, 156 connection->add_callback ("address_oracle", fun); 145 cc1_plugin::callback_ftype *fun local
|
| libcp1.cc | 171 cc1_plugin::callback_ftype *fun 174 connection->add_callback ("binding_oracle", fun); 176 fun = cc1_plugin::invoker<gcc_address, 178 connection->add_callback ("address_oracle", fun); 180 fun = cc1_plugin::invoker<int>::invoke<cp_call_enter_scope>; 181 connection->add_callback ("enter_scope", fun); 183 fun = cc1_plugin::invoker<int>::invoke<cp_call_leave_scope>; 184 connection->add_callback ("leave_scope", fun); 168 cc1_plugin::callback_ftype *fun local
|
| /src/lib/libedit/ |
| hist.h | 51 hist_fun_t fun; /* Event access */ member in struct:el_history_t 56 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
|
| eln.c | 235 hist_fun_t fun = va_arg(ap, hist_fun_t); local 237 ret = hist_set(el, fun, ptr);
|
| terminal.h | 46 keymacro_value_t fun; /* Function bound to it */ member in struct:__anon476
|
| /src/sys/rump/dev/lib/libpci/ |
| rumpdev_pci.c | 85 int bus, device, fun; local 87 pci_decompose_tag(pc, tag, &bus, &device, &fun); 88 rumpcomp_pci_confread(bus, device, fun, reg, &rv); 95 int bus, device, fun; local 97 pci_decompose_tag(pc, tag, &bus, &device, &fun); 98 rumpcomp_pci_confwrite(bus, device, fun, reg, data);
|
| /src/sys/arch/sparc/sparc/ |
| pci_fixup.c | 73 int i, j, node, bus, dev, fun, maxbus, len, class; local 120 fun = OFW_PCI_PHYS_HI_FUNCTION(reg.phys_hi); 121 tag = PCITAG_CREATE(node, bus, dev, fun); 123 printf("> bus %2d, dev %2d, fun %2d\n", 266 fun = OFW_PCI_PHYS_HI_FUNCTION(reg.phys_hi); 267 tag = PCITAG_CREATE(node, bus, dev, fun);
|
| /src/lib/libc/resolv/ |
| res_send.c | 1020 static const char *fun = "poll"; local 1022 static const char *fun = "select"; 1024 static const char *fun = "kevent"; 1028 Perror(statp, stderr, fun, errno);
|
| /src/usr.sbin/npf/npfctl/ |
| npfctl.c | 452 const char *fun = ""; local 468 fun = "ioctl(IOC_NPF_SWITCH)"; 473 fun = "ioctl(IOC_NPF_SWITCH)"; 480 fun = "npfctl_config_send"; 484 fun = "npfctl_config_show"; 488 fun = "npf_config_flush"; 511 fun = "npfctl_config_load"; 522 fun = "npfctl_config_save"; 526 fun = "npfctl_print_stats"; 530 fun = "npfctl_conn_list" [all...] |
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-hash.c | 331 ctf_hash_iter_f fun; member in struct:ctf_traverse_cb_arg 341 arg->fun (helem->key, helem->value, arg->arg); 346 ctf_dynhash_iter (ctf_dynhash_t *hp, ctf_hash_iter_f fun, void *arg_) 348 ctf_traverse_cb_arg_t arg = { fun, arg_ }; 354 ctf_hash_iter_find_f fun; member in struct:ctf_traverse_find_cb_arg 365 if (arg->fun (helem->key, helem->value, arg->arg)) 374 ctf_dynhash_iter_find (ctf_dynhash_t *hp, ctf_hash_iter_find_f fun, void *arg_) 376 ctf_traverse_find_cb_arg_t arg = { fun, arg_, NULL }; 384 ctf_hash_iter_remove_f fun; member in struct:ctf_traverse_remove_cb_arg 394 if (arg->fun (helem->key, helem->value, arg->arg) [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-hash.c | 331 ctf_hash_iter_f fun; member in struct:ctf_traverse_cb_arg 341 arg->fun (helem->key, helem->value, arg->arg); 346 ctf_dynhash_iter (ctf_dynhash_t *hp, ctf_hash_iter_f fun, void *arg_) 348 ctf_traverse_cb_arg_t arg = { fun, arg_ }; 354 ctf_hash_iter_find_f fun; member in struct:ctf_traverse_find_cb_arg 365 if (arg->fun (helem->key, helem->value, arg->arg)) 374 ctf_dynhash_iter_find (ctf_dynhash_t *hp, ctf_hash_iter_find_f fun, void *arg_) 376 ctf_traverse_find_cb_arg_t arg = { fun, arg_, NULL }; 384 ctf_hash_iter_remove_f fun; member in struct:ctf_traverse_remove_cb_arg 394 if (arg->fun (helem->key, helem->value, arg->arg) [all...] |
| /src/sys/arch/x86/pci/ |
| msipic.c | 139 int bus, dev, fun, i; local 145 pci_decompose_tag(pc, tag, &bus, &dev, &fun); 157 && dev_seqs[i].ds_fun == fun) { 168 dev_seqs[i].ds_fun = fun;
|
| pci_ranges.c | 134 io_range_extend_by_bar(struct range_infer_ctx *ric, int bus, int dev, int fun, 149 pal.pal_tag = pci_make_tag(ric->ric_pc, bus, dev, fun); 157 __func__, bus, dev, fun, pal.pal_addr, pal.pal_size); 164 int bus, int dev, int fun, pcireg_t csr, pcireg_t bcr) 180 aprint_debug("%s: %d.%d.%d enter\n", __func__, bus, dev, fun); 185 __func__, bus, dev, fun); 190 tpal.pal_tag = pci_make_tag(ric->ric_pc, bus, dev, fun); 209 int bus, int dev, int fun, int ofs, int ofshigh, 226 pal.pal_tag = pci_make_tag(ric->ric_pc, bus, dev, fun); 255 __func__, bus, dev, fun, pal.pal_addr, pal.pal_size) 305 int bar, bus, dev, fun, hdrtype, nbar; local 612 int bar, bus, dev, fun, hdrtype, nbar; local 712 int bus, dev, fun; local 734 int bus, dev, fun, i; local [all...] |
| /src/sys/dev/pci/bktr/ |
| bktr_os.c | 334 u_int fun; local 412 fun = pci_read_config(dev, 0x40, 2); 413 fun = fun | 1; /* Enable writes to the sub-system vendor ID */ 417 fun = fun | 2; /* Enable Intel 430 FX compatibility mode */ 422 fun = fun | 4; /* Enable SiS/VIA compatibility mode (useful for 425 pci_write_config(dev, 0x40, fun, 2); 460 fun = pci_get_devid(dev) 941 u_int fun; local 1398 u_int fun; local [all...] |
| /src/sys/dev/usb/ |
| usbdi.h | 212 void (*fun)(void *); member in struct:usb_task 228 #define usb_init_task(t, f, a, fl) ((t)->fun = (f), (t)->arg = (a), (t)->queue = USB_NUM_TASKQS, (t)->flags = (fl))
|
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| token.c | 1328 void (*fun)(void); member in struct:__anon5612 1421 (*ppd[i].fun)(); 1426 (*ppd[i].fun)();
|