Searched defs:func (Results 351 - 375 of 447) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c3242 u8_t func = 0; local
3251 LM_FOREACH_FUNC_MAILBOX_IN_PORT(pdev,func)
3253 lm_setup_read_mgmt_stats_ptr(pdev, func, NULL, &fw_func_stats_ptr );
3590 * write values from mgmt structures into func and port base structure
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2377 t4_iterate(void (*func)(int, void *), void *arg) argument
2384 * func should not make any assumptions about what state sc is
2387 func(ddi_get_instance(sc->dip), arg);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c1195 lm_generic_workitem_function * func,
1204 BnxeWorkQueueAddGeneric(pUM, (void (*)(um_device_t *))func);
1194 mm_register_lpme(lm_device_t * pDev, lm_generic_workitem_function * func, u8_t b_fw_access, u8_t b_queue_for_fw) argument
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1306 int bus, device, func; local
1344 func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi);
1347 if (func != 0)
1348 (void) snprintf(name, namelen, "%x,%x", device, func);
1355 bus, device, func,
H A Dcardbus_cfg.c333 int cardbus_dev, func; local
365 split_addr(ddi_get_name_addr(cbp->cb_dip), &cardbus_dev, &func);
368 "Configuring [0x%x][0x%x][0x%x]\n", bus, cardbus_dev, func);
371 bus, cardbus_dev, func)) {
374 "configure failed: bus [0x%x] slot [0x%x] func [0x%x]\n",
375 bus, cardbus_dev, func);
379 "no device: bus [0x%x] slot [0x%x] func [0x%x]\n",
380 bus, cardbus_dev, func);
384 "configure: bus => [%d] slot => [%d] func => [%d]\n",
385 bus, cardbus_dev, func);
2353 cardbus_probe_bridge(cbus_t *cbp, dev_info_t *attpt, uint_t bus, uint_t device, uint_t func) argument
2489 cardbus_probe_children(cbus_t *cbp, dev_info_t *parent, uint_t bus, uint_t device, uint_t func, uint8_t *header_type) argument
3066 cardbus_add_config_reg(dev_info_t *dip, uint_t bus, uint_t device, uint_t func) argument
4296 split_addr(char *naddr, int *dev, int *func) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c77 int dev, int func, immu_flags_t immu_flags);
273 int bus, dev, func; local
282 bus = dev = func = -1;
287 if (!DEVI_IS_PCI(dip) || acpica_get_bdf(dip, &bus, &dev, &func) != 0) {
295 func = 0;
298 new_imd = create_immu_devi(dip, bus, dev, func, immu_flags);
557 uchar_t bus, uchar_t dev, uchar_t func, boolean_t *is_pcib)
567 status = pci_getw_func(bus, dev, func, PCI_CONF_STAT);
571 capsp = pci_getb_func(bus, dev, func, PCI_CONF_CAP_PTR);
574 cap = pci_getb_func(bus, dev, func, caps
556 device_is_pciex( uchar_t bus, uchar_t dev, uchar_t func, boolean_t *is_pcib) argument
692 create_immu_devi(dev_info_t *rdip, int bus, int dev, int func, immu_flags_t immu_flags) argument
[all...]
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c240 static dev_info_t *pcihp_devi_find(dev_info_t *dip, uint_t dev, uint_t func);
3603 uint_t bus, uint_t device, uint_t func)
3609 dummy_reg.pci_phys_hi = PCIHP_MAKE_REG_HIGH(bus, device, func, 0);
3602 pcihp_add_dummy_reg_property(dev_info_t *dip, uint_t bus, uint_t device, uint_t func) argument
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c57 ibt_path_handler_t func; member in struct:ibcm_path_tqargs_s
87 uint8_t *num_path_p, ibt_path_handler_t func, void *arg);
107 * func A pointer to an ibt_path_handler_t function to call
109 * arg The argument to 'func'.
120 ibt_path_attr_t *attrp, uint8_t max_paths, ibt_path_handler_t func,
125 func);
127 if (func == NULL) {
135 func, arg));
428 ibt_path_handler_t func, void *arg)
431 int sleep_flag = ((func
119 ibt_aget_paths(ibt_clnt_hdl_t ibt_hdl, ibt_path_flags_t flags, ibt_path_attr_t *attrp, uint8_t max_paths, ibt_path_handler_t func, void *arg) argument
426 ibcm_handle_get_path(ibt_path_attr_t *attrp, ibt_path_flags_t flags, uint8_t max_paths, ibt_path_info_t *paths, uint8_t *num_path_p, ibt_path_handler_t func, void *arg) argument
3013 ibt_ip_path_handler_t func; member in struct:ibcm_ip_path_tqargs_s
4114 ibcm_get_ip_path(ibt_clnt_hdl_t ibt_hdl, ibt_path_flags_t flags, ibt_ip_path_attr_t *attrp, ibt_path_info_t *paths, uint8_t *num_path_p, ibt_path_ip_src_t *src_ip_p, ibt_ip_path_handler_t func, void *arg) argument
4202 ibt_aget_ip_paths(ibt_clnt_hdl_t ibt_hdl, ibt_path_flags_t flags, ibt_ip_path_attr_t *attrp, ibt_ip_path_handler_t func, void *arg) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1898 uint8_t func; local
1911 func = nxgep->function_num;
1912 p_cfgp->function_number = func;
1926 p_cfgp->tdc.start = (func * NXGE_TDMA_PER_NIU_PORT);
1968 p_cfgp->start_rdc = (func * NXGE_RDMA_PER_NIU_PORT);
2027 switch (func) {
3003 uint8_t func; local
3042 func = nxgep->function_num;
3043 if (func == 0) {
3047 "nxge_ldgv_init_n2: func
3275 uint8_t func; local
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2273 pcie_ari_get_next_function(dev_info_t *dip, int *func) argument
2302 *func = next_function;
H A Dpcieb.c734 uint_t device, func; local
772 func = PCI_REG_FUNC_G(pci_rp[0].pci_phys_hi);
776 func = (device << 3) | func;
780 if (func != 0)
781 (void) snprintf(name, namelen, "%x,%x", device, func);
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c331 int datalen, int readflag, int (*func)())
349 ((func == SLEEP_FUNC) ? 1 : 0), 0, NULL, &local.b_un.b_addr, &rlen,
358 (func == SLEEP_FUNC) ? SLEEP_FUNC : NULL_FUNC, NULL);
361 if (func != NULL_FUNC) {
362 ddi_set_callback(func, NULL, &scsi_callback_id);
330 get_pktiopb(struct scsi_address *ap, caddr_t *datap, int cdblen, int statuslen, int datalen, int readflag, int (*func)()) argument
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c1111 int (*func) (krb5_pointer, krb5_db_entry *),
1135 func, func_arg,
1895 osa_adb_iter_policy_func func, void *data)
1915 func, data);
1894 krb5_db_iter_policy(krb5_context kcontext, char *match_entry, osa_adb_iter_policy_func func, void *data) argument
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c3077 mxfe_dprintf(mxfe_t *mxfep, const char *func, int level, char *fmt, ...) argument
3095 func, fmt);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c100 extern void init_mondo_nocheck(xcfunc_t *func, uint64_t arg1, uint64_t arg2);
1087 kdi_xc_one(int cpuid, void (*func)(uintptr_t, uintptr_t), uintptr_t arg1, argument
1101 init_mondo_nocheck((xcfunc_t *)func, arg1, arg2);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c2205 uint_t n, slot, func; local
2238 func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi);
2240 if (func != 0)
2241 (void) snprintf(name, namelen, "%x,%x", slot, func);
H A Dpci_pci.c735 uint_t slot, func; local
774 func = PCI_REG_FUNC_G(pci_rp[0].pci_phys_hi);
776 if (func != 0)
777 (void) snprintf(name, namelen, "%x,%x", slot, func);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c471 i_cpr_xcall(xcfunc_t func) argument
482 xc_some(cpu_ready_set, func, 0, 0);
596 m_info.func = (cpr_ptr)tinfo;
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1538 enum mc_funcnum func; local
1560 func = bm->bm_func;
1622 ASSERT(mc->mc_funcs[func].mcf_devi == NULL);
1623 mc->mc_funcs[func].mcf_devi = dip;
1624 mc->mc_funcs[func].mcf_instance = ddi_get_instance(dip);
1649 if (func == MC_FUNC_DEVIMAP) {
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dlibmlrpc.h187 int (*func)(void *, struct ndr_xa *); member in struct:ndr_stub_table
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1186 smb_panic(char *file, const char *func, int line) argument
1188 cmn_err(CE_PANIC, "%s:%s:%d\n", file, func, line);
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbadm.c85 int (*func)(int, char **); member in struct:smbadm_cmdinfo
1556 ret = curcmd->func(argc - 1, &argv[1]);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c677 mdb_ctf_type_visit(mdb_ctf_id_t id, mdb_ctf_visit_f *func, void *arg) argument
683 tv.tv_cb = func;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c559 _thrp_create(void *stk, size_t stksize, void *(*func)(void *), void *arg,
648 ulwp->ul_startpc = func;
722 thr_create(void *stk, size_t stksize, void *(*func)(void *), void *arg,
725 return (_thrp_create(stk, stksize, func, arg, flags, new_thread, 0));
740 _pthread_setcleanupinit(void (*func)(void)) argument
742 cleanuphndlr = func;
2566 thr_sighndlrinfo(void (**func)(), int *funcsize) argument
2568 *func = &__sighndlr;
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c985 * @func: iterator function to walk the multicast address list
992 u32 addr_count, ixgbe_mc_addr_itr func)
995 addr_list, addr_count, func),
1004 * @func: iterator function to walk the multicast address list
1012 u32 mc_addr_count, ixgbe_mc_addr_itr func,
1016 mc_addr_list, mc_addr_count, func, clear),
991 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list, u32 addr_count, ixgbe_mc_addr_itr func) argument
1011 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list, u32 mc_addr_count, ixgbe_mc_addr_itr func, bool clear) argument

Completed in 196 milliseconds

<<1112131415161718