/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | allow_weak.c | 34 krb5_allow_weak_crypto(krb5_context context, krb5_boolean enable) argument 36 context->allow_weak_crypto = (enable != FALSE);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | diagnostics.pm | 14 enable diagnostics; 37 that this I<does> enable perl's B<-w> flag.) Your whole 45 disable() and enable() methods to turn them off and on respectively. 64 I<splain>, there's no sense in being able to enable() or disable() processing. 105 at the enable() or disable() methods. 117 enable diagnostics; # turns back on runtime warnings 460 sub enable { &import } subroutine
|
/osnet-11/usr/src/lib/libipmi/common/ |
H A D | ipmi_misc.c | 237 ipmi_chassis_identify(ipmi_handle_t *ihp, boolean_t enable) argument 242 if (enable) {
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_smf.c | 33 static void enable(char *svc_names[], md_error_t *ep); 69 enable(svm_core_svcs, ep); 74 enable(svm_diskset_svcs, ep); 79 enable(svm_mn_diskset_svcs, ep); 219 enable(char *svc_names[], md_error_t *ep) function
|
/osnet-11/usr/src/lib/librstp/common/ |
H A D | stp_in.c | 198 _stp_in_enable_port_on_stpm (STPM_T* stpm, int port_index, Bool enable) argument 204 if (port->portEnabled == enable) {/* nothing to do :) */ 209 if (enable) { /* clear port statistics */ 218 port->port_name, enable ? "enable" : "disable", 223 port->adminEnable = enable; 481 STP_IN_enable_port (int port_index, Bool enable) argument 486 if (! enable) { 497 _stp_in_enable_port_on_stpm (stpm, port_index, enable); 789 stp_trace ("%s", "cannot enable"); [all...] |
/osnet-11/usr/src/lib/libshadowtest/common/ |
H A D | libshadowtest.c | 398 st_spin(const char *path, boolean_t enable) argument 407 cmd.stc_op = enable;
|
/osnet-11/usr/src/lib/libcpc/common/ |
H A D | obsoleted.c | 146 cpc_count_usr_events(int enable) argument 148 return (syscall(SYS_cpc, CPC_USR_EVENTS, -1, enable, 0)); 152 cpc_count_sys_events(int enable) argument 154 return (syscall(SYS_cpc, CPC_SYS_EVENTS, -1, enable, 0));
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Consumer.java | 70 * Subsequent calls to set options, compile DTrace programs, enable 83 * @see #enable() 104 * to {@link #enable(Program program) enable()} 133 * to {@link #enable(Program program) enable()} 154 * enable()} with no argument to enable everything this consumer has 164 * @see #enable(Program program) 166 public void enable() throw method in interface:Consumer 198 public void enable(Program program) throws DTraceException; method in interface:Consumer [all...] |
H A D | LocalConsumer.java | 434 enable() throws DTraceException method in class:LocalConsumer 436 enable(null); 440 enable(Program program) throws DTraceException method in class:LocalConsumer
|
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_vols.c | 502 /* enable sv! */ 980 sv_action(char *path, CFGFILE *caller_cfg, char *ctag, int enable) argument 1008 sv_ioctl = (enable? SVIOC_ENABLE : SVIOC_DISABLE); 1009 log_str1 = (enable? gettext("enabled %s") : gettext("disabled %s")); 1010 log_str2 = (enable? gettext("unable to enable %s") : 1012 spcs_err = (enable? SV_EENABLED : SV_EDISABLED); 1049 if (enable) 1059 /* SV enable succeeded */ 1065 if (enable) { [all...] |
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_cong.c | 853 boolean_t enable; local 860 enable = (flags & IPADM_OPT_APPEND) != 0; 873 if (enable == (status == IPADM_SUCCESS)) { 878 err = enable ? smf_enable_instance(fmri, smf_flags) : 894 if (enable == (ret == IPADM_SUCCESS)) {
|
H A D | ipadm_if.c | 1154 * to enable autoconfiguration. 1675 * be used to enable the interface). 2748 * Re-enable the interface `ifname' based on the saved configuration 2771 /* Cannot enable interfaces from a profile other than the active one */ 2797 * available in persistent db and we are here to re-enable the 3018 i_ipadm_configure_loopback(ipadm_handle_t iph, boolean_t enable) argument 3030 if (enable) { 3046 boolean_t enable) 3058 if (enable) { 3112 /* Only enable no 3045 i_ipadm_enable_disable_underifs(ipadm_handle_t iph, const char *ipmpif, boolean_t enable) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/ |
H A D | uhci.c | 176 unsigned int port, unsigned int enable); 703 unsigned int port, unsigned int enable) 712 grub_dprintf ("uhci", "enable=%d port=%d\n", enable, port); 725 if (!enable) /* We don't need reset port */ 751 /* Note: some debug prints were removed because they affected reset/enable timing. */ 768 return grub_error (GRUB_ERR_IO, "UHCI Timed out - enable"); 702 grub_uhci_portstatus(grub_usb_controller_t dev, unsigned int port, unsigned int enable) argument
|
H A D | ohci.c | 432 /* Enable the OHCI + enable CONTROL and BULK LIST. */ 437 grub_dprintf ("ohci", "OHCI enable: 0x%02x\n", 1214 unsigned int port, unsigned int enable) 1223 if (!enable) /* We don't need reset port */ 1271 return grub_error (GRUB_ERR_IO, "OHCI Timed out - enable"); 1211 grub_ohci_portstatus(grub_usb_controller_t dev, unsigned int port, unsigned int enable) argument
|
/osnet-11/usr/src/cmd/hal/addons/cpufreq/ |
H A D | addon-cpufreq.c | 747 * cpupm_enable(boolean_t enable) - 773 static int cpupm_enable(boolean_t enable) argument 781 HAL_DEBUG((" cpupm_enable: enable=%d", enable)); 791 if (enable)
|
/osnet-11/usr/src/lib/nsswitch/pynss/common/ |
H A D | nssbase.py | 763 def enable(self): function 764 """Execute svcadm enable on this service.""" 770 ret = self.svc.enable()
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_lgrp.c | 60 * where each byte is the id of an enable privilege 548 smb_lgrp_setpriv(char *name, uint8_t priv_lid, boolean_t enable) argument 568 rc = smb_lgrp_gtbl_update_plist(db, gname, priv_lid, enable); 572 if (enable) { 589 smb_lgrp_getpriv(char *name, uint8_t priv_lid, boolean_t *enable) argument 616 *enable = (smb_privset_query(grp.sg_privs, priv_lid) == 1); 1788 boolean_t enable) 1831 if (enable) 2256 * of an enable privilege. The returned buffer is null-terminated. 1787 smb_lgrp_gtbl_update_plist(sqlite3 *db, char *gname, uint8_t priv_id, boolean_t enable) argument
|
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 418 enable : 1; member in struct:page4_name
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | ns83820.c | 548 // No reason to enable interupts... 619 u32 enable, u32 done, u32 fail) 630 writel(enable, ns->base + PTSCR); 634 if (!(status & enable)) 869 ("%s: EEPROM did not enable 64 bit bus. Disabled.\n", 884 /* When compiled with 64 bit addressing, we must always enable 618 ns83820_run_bist(struct nic *nic __unused, const char *name, u32 enable, u32 done, u32 fail) argument
|
/osnet-11/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 390 register_sync_t enable = REGISTER_SYNC_ENABLE; local 398 &enable, sizeof (enable)) != PS_OK) { 401 * failed to enable it, probably because we 527 register_sync_t enable = REGISTER_SYNC_DISABLE; local 530 &enable, sizeof (enable)); 1093 register_sync_t enable; local 1105 enable = onoff? REGISTER_SYNC_ENABLE : REGISTER_SYNC_DISABLE; 1107 &enable, sizeo 1135 register_sync_t enable; local 1473 char enable; local 2839 register_sync_t enable; local [all...] |
/osnet-11/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 132 static IMA_STATUS configure_discovery_method(IMA_BOOL enable, 2427 IMA_BOOL enable, 2439 if (enable == IMA_FALSE) { 2426 configure_discovery_method( IMA_BOOL enable, iSCSIDiscoveryMethod_t method ) argument
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 686 libzfs_mnttab_cache(libzfs_handle_t *hdl, boolean_t enable) argument 688 hdl->libzfs_mnttab_enable = enable;
|