Searched refs:enable (Results 176 - 200 of 281) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DResourceBundle.properties177 enable_relay_confirm=OK to enable the BOOTP relay service on server {0}?
178 enable_service_confirm=OK to enable the DHCP service on server {0}?
385 cfg_wiz_negotiable_explain=Check the box below to enable clients to renew their leases prior to expiration. If you uncheck it, clients will be forced to reboot to obtain a new address when the lease expires.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsigtrap.pm5 sigtrap - Perl pragma to enable simple signal handling
H A DDumpvalue.pm538 can enable either double-quotish dump, or single-quotish by setting it
H A Dutf8.pm27 utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code
/opensolaris-onvv-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c489 * - vscand_kernel_enable - enable scan requests from kernel
882 vscand_dtrace_eng(char *id, boolean_t enable, char *host, int port, int conn) argument
/opensolaris-onvv-gate/usr/src/lib/libsecdb/
H A Dauth_attr.txt79 solaris.login.enable:::Enable Logins::help=LoginEnable.html
91 solaris.network.ilb.enable:::Network ILB Enable Configuration::help=NetworkILBenable.html
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Dixf1010.c369 else /* Don't enable unicast address filtering due to IXF1010 bug */
480 .enable = mac_enable,
H A Dvsc7321.c457 .enable = mac_enable,
/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h484 hxge_status_t hxge_rxdma_hw_mode(p_hxge_t hxgep, boolean_t enable);
/opensolaris-onvv-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h185 /* Legacy enable operations. */
331 uint8_t enable; member in struct:xen_domctl_setdebugging
340 uint8_t allow_access; /* flag to specify enable/disable of IRQ access */
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s324 * hardware was the IE (interrupt enable) bit, which for an interrupt gate is
480 * the IF (interrupt enable) flag turned on. (The int instruction into the
617 / doesn't enable interrupts too soon.
/opensolaris-onvv-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.s129 wr %g0, FPRS_FEF, %fprs ! enable fpu in fprs
H A Dsyscall_trap.s128 wrpr %g0, %l3, %pstate ! enable interrupt
213 wrpr %g0, %g5, %pstate ! enable interrupt
373 wrpr %g0, %l3, %pstate ! enable interrupt
471 wrpr %g0, %g5, %pstate ! enable interrupt
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h370 extern uint64_t hv_tm_enable(uint64_t enable);
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dcharset.c65 ldap_enable_translation( LDAP *ld, LDAPMessage *entry, int enable )
75 if ( enable ) {
H A Dllib-lldap301 int enable );
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c60 ldap_enable_translation( LDAP *ld, LDAPMessage *entry, int enable )
74 if ( enable ) {
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c848 * Note: if not enable, ignore require
851 smb_ctx_setsigning(struct smb_ctx *ctx, int enable, int require) argument
854 if (enable) {
1448 * setsigning flags are: enable, require
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME92 The time provided by the Host Controller for hubs to enable Low Speed
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dhcall.s189 hv_ttrace_enable(uint64_t enable, uint64_t *prev_enable)
323 hv_tm_enable(uint64_t enable)
751 * uint64_t hv_tm_enable(uint64_t enable)
793 * arg0 enable/ disable (%o0)
795 * ret1 previous enable state (%o1)
807 * arg0 enable/ freeze (%o0)
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dcache.c531 yes_no(cfgp->enable));
1010 if (cfg.enable == nscd_false)
1028 if (cfg.enable == nscd_false)
1069 enabled = ctx->cfg.enable;
1264 if (cfgp->enable == nscd_false) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c2326 * not called with enable=_B_FALSE, no autoconfiguration will be done until
2330 ndpd_set_autoconf(const char *ifname, boolean_t enable) argument
2347 pi->pi_autoconf = enable;
2351 "interface %s\n", (enable ? "enabled" : "disabled"),
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1447 printf "$(gettext "Please enable arcfour or 1DES, then re-join; see cryptoadm(1M)").\n" >&2
1891 # We also want to enable gss as we now live in a SBD world
1893 svcadm enable svc:/network/rpc/gss:default
1894 [[ $? -ne 0 ]] && printf "$(gettext "Warning: could not enable gss service").\n"
/opensolaris-onvv-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c66 "usage:\t%s -s setname -a [-A enable | disable] -h hostname ...\n"
73 " %s -s setname -A enable | disable\n"
438 if (strcmp(optarg, "enable") == 0)
486 /* Can only use -A enable when creating the single-node set */
594 * can't add hosts to an existing set & enable
923 int enable = 0; local
936 if (strcmp(optarg, "enable") == 0)
937 enable = 1;
963 if (meta_set_auto_take(sp, enable, ep) != 0) {
2309 if (optarg == NULL || !(strcmp(optarg, "enable")
[all...]
/opensolaris-onvv-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh355 /usr/sbin/svcadm enable $NETPHYSDEF || \

Completed in 389 milliseconds

1234567891011>>