Searched refs:enable (Results 126 - 150 of 281) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/uts/intel/io/agpgart/
H A Damd64_gart.c100 amd64_enable_gart(amd64_gart_softstate_t *sc, int enable) argument
120 if (enable) {
/opensolaris-onvv-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c126 if (sad[i].enable && addr >= base && addr < sad[i].limit) {
197 if (tad[node][i].enable && addr >= base &&
346 if (sad[i].enable && addr >= base && addr < sad[i].limit) {
475 if (tad[node][i].enable &&
921 sad[i].enable = SAD_DRAM_RULE_ENABLE(sad_dram_rule);
949 tad[i][j].enable = TAD_DRAM_RULE_ENABLE(tad_dram_rule);
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.s507 wrpr %g0, %o5, %pstate /* enable interrupts */
830 stxa %g5, [%g0]ASI_UPA_CONFIG ! enable direct map for data access
953 stxa %g1, [%g0]ASI_ESTATE_ERR ! restore error enable
1370 stxa %g0, [%g0]ASI_ESTATE_ERR ! Turn off Error enable
1399 stxa %g1, [%g0]ASI_ESTATE_ERR ! Turn error enable back on
1422 stxa %g0, [%g0]ASI_ESTATE_ERR ! Turn off Error enable
1456 stxa %g1, [%g0]ASI_ESTATE_ERR ! Turn error enable back on
1574 stxa %g5, [%g0]ASI_UPA_CONFIG ! enable direct map for data access
1621 * This routine clears and restores the error enable flag.
1665 stxa %g1, [%g0]ASI_ESTATE_ERR ! restore error enable
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt429 6211:AUE_enable_user:enable user:no
478 6260:AUE_smf_enable:persistently enable service instance:ss
479 6261:AUE_smf_tmp_enable:temporarily enable service instance:ss
515 6300:AUE_nwam_enable:enable nwam profile object:ss
525 6315:AUE_ilb_enable_rule:enable ILB rule:as
528 6318:AUE_ilb_enable_server:enable ILB server:as
553 6413:AUE_tpm_physicalenable:enable TPM physical presence:as
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c669 * notice this and enable this server again later.
936 /* Helper routine to enable/disable a server's hc probe. */
939 boolean_t enable)
953 if (enable) {
994 * Helper routine to enable/disable a rule's hc probe (including all its
998 ilbd_hc_toggle_rule(const ilbd_rule_t *rule, boolean_t enable) argument
1010 if (enable) {
1043 enable = !enable;
1047 if (enable) {
938 ilbd_hc_toggle_server(const ilbd_rule_t *rule, const ilb_sg_srv_t *srv, boolean_t enable) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbadm.c121 { "enable-user", smbadm_user_enable, HELP_USER_ENABLE,
1585 boolean_t enable; local
1591 enable = B_TRUE;
1594 enable = B_FALSE;
1597 status = smb_lgrp_setpriv(gname, priv_id, enable);
1613 boolean_t enable; local
1616 status = smb_lgrp_getpriv(gname, priv_id, &enable);
1624 (enable) ? "On" : "Off");
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c983 uint8_t enable; local
1051 enable = 0;
1053 &enable, &exit_status, uu_warn);
1055 enable = 1;
1057 &enable, &exit_status, uu_warn);
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h780 rsci8 enable; /* enable = 1 */ member in struct:dp_set_user_watchdog
788 rsci8 enable; member in struct:dp_get_user_watchdog_r
850 rsci8 enable; /* 0=enable watchdog, 1=disable watchdog */ member in struct:dp_set_host_watchdog
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1210 * service that we're looking at from the inetd.conf file, and enable it if
1308 * necessary, then enable it.
1367 (void) printf("Would enable %s\n", svc_name);
1371 gettext("Error: Failed to enable %s\n"),
1410 boolean_t enable = B_FALSE; local
1428 /* enable services based on existing file config */
1429 enable = B_TRUE;
1437 /* don't import manifests, or dry-run enable */
1468 * Display usage if extraneous args supplied or enable specified in
1471 if ((optind != argc) || (enable
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/
H A Dpe.c234 mac->ops->enable(mac, MAC_DIRECTION_RX | MAC_DIRECTION_TX);
982 * Clear all interrupts now. Don't enable
1516 u32 enable; local
1522 enable = t1_read_reg_4(adapter, A_PL_ENABLE);
1523 t1_write_reg_4(adapter, A_PL_ENABLE, enable | F_PL_INTR_EXT);
1533 u32 enable = t1_read_reg_4(adapter, A_PL_ENABLE); local
1536 t1_write_reg_4(adapter, A_PL_ENABLE, enable & ~F_PL_INTR_EXT);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c476 * en_flags - enable capability flags
671 * enable_promisc - flag to enable/disable mcast-promiscuous mode
960 * function to enable/disable device promiscuous mode
963 * enable - enable/disable flag
968 oce_set_promiscuous(struct oce_dev *dev, boolean_t enable) argument
979 fwcmd->params.req.port0_promisc = (uint8_t)enable;
982 fwcmd->params.req.port1_promisc = (uint8_t)enable;
1092 * enable_promisc - flag to enable/disable VLAN promiscuous mode
1139 * function to enable o
1149 oce_config_link(struct oce_dev *dev, boolean_t enable) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dschedule.c176 * a fault. The EV_ENABLE event calls "enable()" which eventually
182 * manually issue the enable command!
184 * Note: "enable()" will destroy the current record of the fault,
194 enable (pps);
197 enable (PStatus[i]);
H A Dlpsched.h260 int enable ( PSTATUS * );
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterAdd.java134 boolean enable = p.getEnable();
275 // Check to see if we should enable it.
277 if (enable) {
278 cmd = "/usr/bin/enable " + printername;
/opensolaris-onvv-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh180 # during the next reboot. If the cmd is "enable" or "disable", copy
205 if [ "$cmd" = "enable" -o "$cmd" = "disable" ]; then
242 if [ "$cmd" = "enable" ]; then
306 # Args: $cmd = {enable | disable}
320 if [ "$cmd" = "enable" ]; then
347 # enable/disable mpxio, notify the user
393 if [ "$cmd" = "enable" ]; then
478 e) setcmd enable;;
551 if [ "$cmd" = "enable" -o "$cmd" = "disable" -o "$cmd" = "update" ]; then
604 if [ "$cmd" = "enable"
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DResourceBundle.properties144 dhcpcfg_usage=dhcpconfig (options)\n\nWhere (options) is one of:\n\n -D -r (resource) -p (path) Configure the DHCP service. Sub-options:\n [-u (uninterpreted data)]\n [-h (host resource)]\n [-y (host domain)]\n [-l (lease length)]\n [-n] Leases are not negotiable\n [-d (DNS domain)]\n [-a (DNS servers)]\n\n -R (server addresses) Configure BOOTP relay service.\n\n -U Unconfigure DHCP or BOOTP relay service. Sub-options:\n [-f] No confirmation prompt\n [-x] Delete dhcptab and network tables\n [-h] Delete host entries\n\n -N (network address) Configure network. Sub-options:\n [-m (subnet mask)]\n [-t (router addresses)]\n [-y (NIS domain)]\n [-a (NIS addreses)]\n [-b] Network is point-to-point\n [-g] Signal daemon\n\n -C -r (resource) -p (path) Convert to new data store. Sub-options:\n [-u (uninterpreted data)]\n [-f] No confirmation prompt\n [-k] Do not delete original files\n\n -X (export filename) Export data. Sub-options:\n [-m (macro list)]\n [-o (option list)]\n [-a (network addresses)]\n [-f] Overwrite an existing export file\n [-x] Delete exported data\n [-g] Signal daemon\n\n -I (import filename) Import data. Sub-options:\n [-f] Overwrite existing data\n [-g] Signal daemon\n\n -P [parameter[=value]] Configure or print DHCP server parameters.\n\n -S Control the DHCP server. Sub-options:\n [-e] Enable and start the DHCP server\n [-d] Disable and stop the DHCP server\n [-r] Re-enable the DHCP server\n [-q] Query the DHCP server status\n
167 config_service_failed_enabled_error=Error - failed to enable DHCP server.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm91 'verbose'. You would typically enable it by saying
136 @EXPORT_FAIL = qw(verbose); # hook to enable verbose mode
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A Dnet-loc148 $SVCADM enable -t $1
414 # to enable the service if it's currently disabled.
624 # are not willing to make NIS part of the Automatic location (i.e. enable it
701 $NWAMADM enable -p loc User
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dypinit.sh61 [ $? = 0 ] || echo "ypinit: unable to enable $1 for next boot"
65 /usr/sbin/svcadm enable $1
66 [ $? = 0 ] || echo "ypinit: unable to enable $1"
461 # enable slave services
532 # enable master services
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dcoprocess.sh36 then err_exit cygwin detected - coprocess tests disabled - enable at the risk of wedging your system
/opensolaris-onvv-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1027 int32_t enable; local
1030 * System wide enable SDP
1033 if (so_copyin((void *)arg, &enable, sizeof (int32_t),
1039 &enable, cr);
1040 if (so_copyout(&enable, (void *)arg,
/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c538 boolean_t enable = B_TRUE; local
548 hpi_status = hpi_pfc_set_tcam_enable(handle, enable);
551 " hpi_pfc_set_tcam_enable: enable tcam failed"));
562 boolean_t enable = B_FALSE; local
572 hpi_status = hpi_pfc_set_tcam_enable(handle, enable);
H A Dhxge_txdma.h223 hxge_status_t hxge_txdma_hw_mode(p_hxge_t hxgep, boolean_t enable);
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c65 * where each byte is the id of an enable privilege
519 smb_lgrp_setpriv(char *gname, uint8_t priv_lid, boolean_t enable) argument
534 rc = smb_lgrp_gtbl_update_plist(db, gname, priv_lid, enable);
538 if (enable) {
555 smb_lgrp_getpriv(char *gname, uint8_t priv_lid, boolean_t *enable) argument
577 *enable = (smb_privset_query(grp.sg_privs, priv_lid) == 1);
1694 boolean_t enable)
1737 if (enable)
2160 * of an enable privilege. The returned buffer is null-terminated.
1693 smb_lgrp_gtbl_update_plist(sqlite *db, char *gname, uint8_t priv_id, boolean_t enable) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/rtw/
H A Drtw.c377 rtw_config0123_enable(struct rtw_regs *regs, int enable) argument
382 if (enable)
396 rtw_anaparm_enable(struct rtw_regs *regs, int enable) argument
402 if (enable)
414 rtw_txdac_enable(rtw_softc_t *rsc, int enable) argument
420 if (enable)
491 rtw_continuous_tx_enable(rtw_softc_t *rsc, int enable) argument
498 if (enable)
505 rtw_txdac_enable(rsc, !enable);
651 rtw_io_enable(rtw_softc_t *rsc, uint8_t flags, int enable);
1067 rtw_io_enable(rtw_softc_t *rsc, uint8_t flags, int enable) argument
[all...]

Completed in 303 milliseconds

1234567891011>>