Home
last modified time | relevance | path

Searched refs:CFG (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dnet-tcpkey26 typeset -r CFG="$1"
27 if [[ -z "$CFG" ]]; then
31 if [[ ! -r "$CFG" ]]; then
32 echo "Configuration file '$CFG' cannot be read."
36 /usr/sbin/tcpkey -f "$CFG" || exit $SMF_EXIT_ERR_FATAL
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c269 #define CFG 0x04 macro
423 cfg = readl(ns->base + CFG) ^ SPDSTS_POLARITY; in phy_intr()
483 writel(new_cfg, ns->base + CFG); in phy_intr()
862 ns->CFG_cache = readl(ns->base + CFG); in ns83820_probe()
916 writel(ns->CFG_cache, ns->base + CFG); in ns83820_probe()
922 writel(ns->CFG_cache | CFG_PHY_RST, ns->base + CFG); in ns83820_probe()
923 writel(ns->CFG_cache, ns->base + CFG); in ns83820_probe()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c485 dp->name, INL(dp, CFG), CFG_BITS_SIS900)); in sfe_reset_chip_sis900()
492 OUTL(dp, CFG, val); in sfe_reset_chip_sis900()
494 INL(dp, CFG), CFG_BITS_SIS900)); in sfe_reset_chip_sis900()
536 dp->name, INL(dp, CFG), CFG_BITS_DP83815)); in sfe_reset_chip_dp83815()
537 val = INL(dp, CFG) & (CFG_ANEG_SEL | CFG_PHY_CFG); in sfe_reset_chip_dp83815()
538 OUTL(dp, CFG, val | CFG_PAUSE_ADV); in sfe_reset_chip_dp83815()
540 INL(dp, CFG), CFG_BITS_DP83815)); in sfe_reset_chip_dp83815()
974 val = INL(dp, CFG) & CFG_EDB_MASTER; in sfe_set_media()
1660 val = INL(dp, CFG) & (CFG_ANEG_SEL | CFG_PHY_CFG); in sfe_mii_probe_dp83815()
1661 OUTL(dp, CFG, val | CFG_EXT_PHY | CFG_PHY_DIS); in sfe_mii_probe_dp83815()
[all …]
H A Dsfereg.h121 #define CFG 0x04 /* Configuration register */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c64 emlxs_config_t *cfg = &CFG; in emlxs_timeout()
276 emlxs_config_t *cfg = &CFG; in emlxs_timer_check_pkts()
617 emlxs_config_t *cfg = &CFG; in emlxs_timer_check_channels()
761 emlxs_config_t *cfg = &CFG; in emlxs_timer_check_loopback()
838 emlxs_config_t *cfg = &CFG; in emlxs_timer_check_heartbeat()
934 emlxs_config_t *cfg = &CFG; in emlxs_timer_check_discovery()
1280 emlxs_config_t *cfg = &CFG; in emlxs_timer_check_pools()
H A Demlxs_els.c527 cfg = &CFG; in emlxs_els_delay_discovery()
561 emlxs_config_t *cfg = &CFG; in emlxs_handle_sol_flogi()
757 emlxs_config_t *cfg = &CFG; in emlxs_handle_sol_fdisc()
827 emlxs_config_t *cfg = &CFG; in emlxs_handle_sol_plogi()
953 emlxs_config_t *cfg = &CFG; in emlxs_handle_sol_prli()
1168 emlxs_config_t *cfg = &CFG; in emlxs_process_unsol_flogi()
1317 emlxs_config_t *cfg = &CFG; in emlxs_process_unsol_plogi()
1549 emlxs_config_t *cfg = &CFG; in emlxs_handle_unsol_prli()
1765 emlxs_config_t *cfg = &CFG; in emlxs_handle_unsol_prlo()
1903 emlxs_config_t *cfg = &CFG; in emlxs_handle_unsol_logo()
[all …]
H A Demlxs_solaris.c1471 cfg = &CFG; in emlxs_fca_bind_port()
2192 emlxs_config_t *cfg = &CFG; in emlxs_initialize_pkt()
2284 emlxs_config_t *cfg = &CFG; in emlxs_fca_get_cap()
2820 emlxs_config_t *cfg = &CFG; in emlxs_fca_ub_alloc()
3428 emlxs_config_t *cfg = &CFG; in emlxs_fca_pkt_abort()
4508 cfg = &CFG; in emlxs_fca_port_manage()
4539 cfg = &CFG; in emlxs_fca_port_manage()
4591 cfg = &CFG; in emlxs_fca_port_manage()
4653 cfg = &CFG; in emlxs_fca_port_manage()
6491 emlxs_config_t *cfg = &CFG; in emlxs_mode_init()
[all …]
H A Demlxs_dhchap.c6811 emlxs_config_t *cfg = &CFG; in emlxs_dhc_auth_start()
7324 emlxs_config_t *cfg = &CFG; in emlxs_dhc_init_sp()
7388 emlxs_config_t *cfg = &CFG; in emlxs_dhc_verify_login()
7753 emlxs_config_t *cfg = &CFG; in emlxs_auth_cfg_init()
8066 emlxs_config_t *cfg = &CFG; in emlxs_auth_cfg_parse()
9047 emlxs_config_t *cfg = &CFG; in emlxs_dhc_init_auth()
9125 emlxs_config_t *cfg = &CFG; in emlxs_dhc_get_auth_cfg()
9189 emlxs_config_t *cfg = &CFG; in emlxs_dhc_add_auth_cfg()
9310 emlxs_config_t *cfg = &CFG; in emlxs_dhc_delete_auth_cfg()
9384 emlxs_config_t *cfg = &CFG; in emlxs_dhc_get_auth_key()
[all …]
H A Demlxs_node.c43 emlxs_config_t *cfg = &CFG; in emlxs_node_close()
1033 emlxs_config_t *cfg = &CFG; in emlxs_node_throttle_set()
H A Demlxs_msg.c316 cfg = &CFG; in emlxs_msg_print_check()
H A Demlxs_mem.c54 cfg = &CFG; in emlxs_mem_alloc_buffer()
710 emlxs_config_t *cfg = &CFG; in emlxs_mem_pool_create()
H A Demlxs_hba.c149 emlxs_config_t *cfg = &CFG; in emlxs_msi_init()
782 emlxs_config_t *cfg = &CFG; in emlxs_intx_init()
2793 cfg = &CFG; in emlxs_pcix_mxr_update()
H A Demlxs_fcp.c55 emlxs_config_t *cfg = &CFG; in emlxs_handle_fcp_event()
922 cfg = &CFG; in emlxs_port_offline()
1687 emlxs_config_t *cfg = &CFG; in emlxs_linkup()
1822 cfg = &CFG; in emlxs_reset_link()
H A Demlxs_sli3.c217 cfg = &CFG; in emlxs_sli3_online()
1920 cfg = &CFG; in emlxs_sli3_hba_init()
2047 emlxs_config_t *cfg = &CFG; in emlxs_sli3_hba_reset()
3582 emlxs_config_t *cfg = &CFG; in emlxs_sli3_prep_fct_iocb()
6014 emlxs_config_t *cfg = &CFG; in emlxs_sli3_timer_check_mbox()
6171 cfg = &CFG; in emlxs_mb_config_port()
H A Demlxs_sli4.c320 cfg = &CFG; in emlxs_sli4_online()
2532 emlxs_config_t *cfg = &CFG; in emlxs_sli4_hba_init()
2600 emlxs_config_t *cfg = &CFG; in emlxs_sli4_hba_reset()
4192 emlxs_config_t *cfg = &CFG; in emlxs_sli4_prep_fct_iocb()
7518 emlxs_config_t *cfg = &CFG; in emlxs_sli4_enable_intr()
7659 emlxs_config_t *cfg = &CFG; in emlxs_sli4_resource_alloc()
8080 emlxs_config_t *cfg = &CFG; in emlxs_sli4_zero_queue_stat()
8759 emlxs_config_t *cfg = &CFG; in emlxs_sli4_create_queues()
8994 emlxs_config_t *cfg = &CFG; in emlxs_sli4_timer_check_mbox()
H A Demlxs_dfc.c914 emlxs_config_t *cfg = &CFG; in emlxs_fcio_get_host_params()
2966 emlxs_config_t *cfg = &CFG; in emlxs_dfc_create_vport()
3507 emlxs_config_t *cfg = &CFG; in emlxs_dfc_npiv_test()
3807 emlxs_config_t *cfg = &CFG; in emlxs_dfc_get_hbainfo()
5512 cfg = &CFG; in emlxs_dfc_get_cfg()
7141 emlxs_config_t *cfg = &CFG; in emlxs_dfc_get_nodeinfo()
8552 emlxs_config_t *cfg = &CFG; in emlxs_dfc_loopback_mode()
10364 emlxs_config_t *cfg = &CFG; in emlxs_dfc_get_persist_linkdown()
10395 emlxs_config_t *cfg = &CFG; in emlxs_dfc_set_persist_linkdown()
H A Demlxs_mbox.c2082 emlxs_config_t *cfg = &CFG; in emlxs_mb_config_link()
2122 emlxs_config_t *cfg = &CFG; in emlxs_init_link_mbcmpl()
2164 emlxs_config_t *cfg = &CFG; in emlxs_mb_init_link()
H A Demlxs_event.c310 emlxs_config_t *cfg = &CFG; in emlxs_timer_check_events()
H A Demlxs_fcf.c1886 emlxs_config_t *cfg = &CFG; in emlxs_fcf_linkup()
3412 emlxs_config_t *cfg = &CFG; in emlxs_fc_fcftab_cfglink_action()
5677 emlxs_config_t *cfg = &CFG; in emlxs_fcoe_fcftab_sol_cmpl_action()
6232 emlxs_config_t *cfg = &CFG; in emlxs_fcoe_fcftab_process()
7211 emlxs_config_t *cfg = &CFG; in emlxs_fcoe_fcftab_online_action()
12499 emlxs_config_t *cfg = &CFG; in emlxs_vpi_port_online_action()
14046 emlxs_config_t *cfg = &CFG; in emlxs_rpi_idle_timer()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddev-options.rst58 Dump the reverse postorder traversal of the CFG.
H A DTODO.md62 * dump the CFG
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_impl.h86 #define SKEIN_T1_BLK_TYPE_CFG SKEIN_T1_BLK_TYPE(CFG)
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2200 #define CFG hba->config[0] macro
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c1978 return_cmp(CFG); in idmap_string2stat()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dnvm_meta.txt87 array set avs_mode {0 {Close Loop} 1 {Open Loop CFG} 2 {Open Loop OTP} 3 {Disabled} }

12