| /netvirt/usr/src/uts/sun4v/promif/ |
| promif_test.c | 36 cif_func_t func; local 43 func = promif_find_cif_callback(opname); 46 rv = (func != NULL) ? 0 : 1;
|
| /netvirt/usr/src/cmd/getent/ |
| getent.c | 40 int (*func)(const char **); /* function to do the lookup */ member in struct:table 81 rc = (*p->func)(&argv[2]);
|
| /netvirt/usr/src/common/openssl/apps/ |
| progs.h | 51 int (*func)(int argc,char *argv[]); member in struct:__anon1802
|
| /netvirt/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
| cleanup.h | 8 void (*func)(void *); member in struct:cleanup 17 cleanup_data[cleanup_count].func = y; \ 21 if ((--cleanup_count) && x && (cleanup_data[cleanup_count].func)) \ 22 cleanup_data[cleanup_count].func(cleanup_data[cleanup_count].arg); 26 if (cleanup_data[cleanup_count].func) \ 27 cleanup_data[cleanup_count].func(cleanup_data[cleanup_count].arg);
|
| /netvirt/usr/src/lib/print/libpapi-dynamic/common/ |
| psm.c | 88 void *func = NULL; local 91 if ((func = dlsym(svc->so_handle, name)) == NULL) 95 if (func == NULL) 99 return (func);
|
| /netvirt/usr/src/lib/print/libprint/common/ |
| ns.c | 177 char func[32]; local 183 if (snprintf(func, sizeof (func), "%s_put_printer", 184 normalize_ns_name(printer->source)) >= sizeof (func)) { 189 if ((fpt = (int (*)())dlsym(RTLD_DEFAULT, func)) != NULL)
|
| /netvirt/usr/src/uts/i86pc/sys/ |
| x_call.h | 60 xc_func_t func; member in struct:xc_mbox
|
| /netvirt/usr/src/cmd/tip/aculib/ |
| v3451.c | 32 sig_handler_t func; local 76 func = signal(SIGINT, SIG_IGN); 94 (void) signal(SIGINT, func);
|
| /netvirt/usr/src/uts/common/sys/ |
| vfs_opreg.h | 64 fs_func_p func; /* function implementing operation */ member in struct:fs_operation_def
|
| /netvirt/usr/src/cmd/fmli/oeu/ |
| oeu.c | 65 int (*func)(); member in struct:parsetab 138 (*(Parsetab[i].func))(fp, p);
|
| /netvirt/usr/src/lib/libresolv2/include/isc/ |
| ctl.h | 64 ctl_verbfunc func; member in struct:ctl_verb
|
| /netvirt/usr/src/uts/common/io/e1000g/ |
| e1000_82542.c | 55 * e1000_init_phy_params_82542 - Init PHY func ptrs. 74 * e1000_init_nvm_params_82542 - Init NVM func ptrs. 83 struct e1000_functions *func = &hw->func; local 94 func->read_nvm = e1000_read_nvm_microwire; 95 func->release_nvm = e1000_stop_nvm; 96 func->write_nvm = e1000_write_nvm_microwire; 97 func->update_nvm = e1000_update_nvm_checksum_generic; 98 func->validate_nvm = e1000_validate_nvm_checksum_generic; 104 * e1000_init_mac_params_82542 - Init MAC func ptrs 113 struct e1000_functions *func = &hw->func; local 345 struct e1000_functions *func = &hw->func; local [all...] |
| e1000_82540.c | 56 * e1000_init_phy_params_82540 - Init PHY func ptrs. 65 struct e1000_functions *func = &hw->func; local 74 func->check_polarity = e1000_check_polarity_m88; 75 func->commit_phy = e1000_phy_sw_reset_generic; 76 func->force_speed_duplex = e1000_phy_force_speed_duplex_m88; 77 func->get_cable_length = e1000_get_cable_length_m88; 78 func->get_cfg_done = e1000_get_cfg_done_generic; 79 func->read_phy_reg = e1000_read_phy_reg_m88; 80 func->reset_phy = e1000_phy_hw_reset_generic 117 struct e1000_functions *func = &hw->func; local 162 struct e1000_functions *func = &hw->func; local [all...] |
| /netvirt/usr/src/uts/intel/io/pciex/ |
| pcie_nvidia.c | 50 uchar_t func, ushort_t *slot_number, ushort_t *is_pci_bridge) 61 status = (*pci_getw_func)(bus, dev, func, PCI_CONF_STAT); 65 capsp = (*pci_getb_func)(bus, dev, func, PCI_CONF_CAP_PTR); 68 cap = (*pci_getb_func)(bus, dev, func, capsp); 78 "capability found\n", bus, dev, func); 81 status = (*pci_getw_func)(bus, dev, func, capsp + 2); 98 slot_cap = (*pci_getl_func)(bus, dev, func, 127 (*pci_getw_func)(bus, dev, func, 141 capsp = (*pci_getb_func)(bus, dev, func, 157 uchar_t dev, func; local [all...] |
| /netvirt/usr/src/cmd/allocate/ |
| allocate.c | 63 usage(int func) 79 switch (func) { 109 switch (func) { 257 int func = -1, optflg = 0, error = 0, c; local 315 func = 0; 317 func = 1; 319 func = 2; 323 audit_allocate_argv(func, argc, argv); 345 if (func == 0) { /* allocate */ 360 usage(func); [all...] |
| /netvirt/usr/src/cmd/fm/eversholt/common/ |
| escparse.y | 92 %type <np> numexpr cexpr func pfunc parglist, parg 214 | func 333 | func 346 func : ID '(' ')' label
|
| /netvirt/usr/src/cmd/mdb/common/mdb/ |
| mdb_demangle.c | 50 void *hdl, *func; local 60 if ((func = dlsym(hdl, "cplus_demangle")) == NULL) { 70 dmp->dm_convert = (int (*)())func; 305 "static/const/volatile member func qualifiers displayed",
|
| /netvirt/usr/src/cmd/mdb/common/modules/genunix/ |
| kgrep.c | 223 kgrep_cb_func *func; local 315 func = kgrep_range_basic; 319 func = kgrep_range_fancy8; 322 func = kgrep_range_fancy16; 325 func = kgrep_range_fancy32; 328 func = kgrep_range_fancy64; 337 * Invoke the target, which should invoke func(start, end, &kg) for 341 ret = kgrep_subr(func, &kg);
|
| /netvirt/usr/src/lib/krb5/kadm5/srv/ |
| server_kdb.c | 405 void (*func)(void *, krb5_principal); member in struct:_iter_data 414 (*(id->func))(id->data, kdb->princ); 426 id.func = iter_fct;
|
| /netvirt/usr/src/lib/libast/common/vmalloc/ |
| vmtrace.c | 115 const Void_t* func = 0; local 129 VMFLF(vm,file,line,func); 175 if(func) 178 bufp = trstrcpy(bufp, "func", '='); 180 bufp = trstrcpy(bufp, (const char*)func, 0); 182 bufp = trstrcpy(bufp, tritoa((Vmulong_t)func,0), 0);
|
| /netvirt/usr/src/lib/libxcurses/src/libc/xcurses/ |
| wgetn_ws.c | 67 int (*func)(void); member in struct:t_key_entry 166 if (k->func != (int (*)(void)) 0 && !(*k->func)()) {
|
| /netvirt/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| wgetn_ws.c | 72 int (*func)(void); member in struct:t_key_entry 182 if (k->func != (int (*)(void)) NULL && !(*k->func)()) {
|
| /netvirt/usr/src/uts/i86pc/io/gfx_private/ |
| gfxp_pci.c | 86 gfxp_pci_get_bsf(dev_info_t *dip, uint8_t *bus, uint8_t *dev, uint8_t *func) 103 *func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); 117 uint8_t bus, dev, func; local 135 if (gfxp_pci_get_bsf(dip, &bus, &dev, &func) != DDI_SUCCESS) 141 (func == pci_bsf->function)) { 199 uint8_t bus, dev, func; local 204 if (gfxp_pci_get_bsf(dip, &bus, &dev, &func) != DDI_SUCCESS) 207 val = (*pci_getb_func)(bus, dev, func, offset); 216 uint8_t bus, dev, func; local 221 if (gfxp_pci_get_bsf(dip, &bus, &dev, &func) != DDI_SUCCESS 233 uint8_t bus, dev, func; local 249 uint8_t bus, dev, func; local 264 uint8_t bus, dev, func; local 279 uint8_t bus, dev, func; local [all...] |
| /netvirt/usr/src/uts/intel/io/drm/ |
| i915_drv.c | 213 drm_ioctl_t *func; local 231 if (ioctl->func == NULL && nr >= DRM_COMMAND_BASE) { 242 func = ioctl->func; 247 if (func == NULL) { 252 retcode = func(kdev, dev, intarg, flags, credp, rvalp, filp);
|
| /netvirt/usr/src/uts/sun4/io/ |
| cbe.c | 171 cyc_func_t func = (cyc_func_t)arg1; local 174 (*func)(arg); 179 cbe_xcall(cyb_arg_t arg, cpu_t *dest, cyc_func_t func, void *farg) 182 xc_one(dest->cpu_id, cbe_xcall_handler, (uint64_t)func, (uint64_t)farg);
|