Searched defs:enabled (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.pm24 if (warnings::enabled()) {
28 if (warnings::enabled("void")) {
32 if (warnings::enabled($object)) {
46 If no import list is supplied, all possible warnings are either enabled
58 =item warnings::enabled()
62 Return TRUE if that warnings category is enabled in the calling module.
65 =item warnings::enabled($category)
67 Return TRUE if the warnings category, C<$category>, is enabled in the
71 =item warnings::enabled($object)
76 Return TRUE if that warnings category is enabled i
447 sub enabled subroutine
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dlog.c307 static int enabled = 0; variable
322 if (! enabled && logging) {
323 enabled = 1;
336 enabled = 0;
346 if (! enabled) stloginit();
348 if (enabled && type) {
365 if (! enabled) stloginit();
367 if (enabled && debugfile) {
H A Dapiutil.c303 static int enabled = 0; variable
307 if (!enabled) {
308 enabled = 1;
309 logit(LOG_DEBUG, "Logging enabled %d enabled", enabled);
316 enabled = 0;
327 if (enabled) {
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dterminal.c40 handle_command (int argc, char **args, struct abstract_terminal **enabled, argument
53 for (term = *enabled; term; term = term->next)
70 for (term = *enabled; term; term = term->next)
100 for (term = *enabled; term; term = term->next)
141 grub_list_push (GRUB_AS_LIST_P (enabled), GRUB_AS_LIST (term));
151 for (term = *enabled; term; term = term->next)
156 if (!term->next && term == *enabled)
159 grub_list_remove (GRUB_AS_LIST_P (enabled), GRUB_AS_LIST (term));
178 grub_list_push (GRUB_AS_LIST_P (enabled), GRUB_AS_LIST (term));
184 for (term = *enabled; ter
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_map.c42 dtrace_eprobedesc_t *enabled, *nenabled; local
78 if ((enabled = malloc(sizeof (dtrace_eprobedesc_t))) == NULL)
81 bzero(enabled, sizeof (dtrace_eprobedesc_t));
82 enabled->dtepd_epid = id;
83 enabled->dtepd_nrecs = 1;
85 if (dt_ioctl(dtp, DTRACEIOC_EPROBE, enabled) == -1) {
87 free(enabled);
91 if (DTRACE_SIZEOF_EPROBEDESC(enabled) != sizeof (*enabled)) {
97 malloc(DTRACE_SIZEOF_EPROBEDESC(enabled))) !
[all...]
H A Ddt_options.c108 static int enabled = 0; local
113 if (enabled++ || atexit(dt_coredump) == 0)
526 { "enabled", "disabled" },
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c194 uint8_t enabled; local
199 enabled = ( action == ENABLE ? 1 : 0 );
201 &enabled, sizeof(enabled), NULL, 0, NULL );
/osnet-11/usr/src/lib/libsrpt/common/
H A Dlibsrpt.c147 * enabled If B_TRUE, indicates that targets will be created for all
150 * been specifically enabled. See also srpt_SetDefaultState().
158 srpt_GetDefaultState(boolean_t *enabled) argument
165 if (enabled == NULL) {
183 *enabled = val;
191 * enabled If B_TRUE, indicates that targets will be created for all
194 * been specifically enabled. See also srpt_SetDefaultState().
202 srpt_SetDefaultState(boolean_t enabled) argument
221 enabled);
237 * enabled I
247 srpt_SetTargetState(char *hca_guid, boolean_t enabled) argument
320 srpt_GetTargetState(char *hca_guid, boolean_t *enabled) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_smf.c35 static int enabled(char *svc_name);
224 if (!enabled(svc_names[i]))
240 if (enabled(svc_names[i]))
251 enabled(char *svc_name) function
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c37 gboolean enabled; member in struct:__anon21
81 if (args->enabled == FALSE) {
103 snmp_cb_data->enabled = FALSE; /* cancel it */
109 snmp_cb_data->enabled = TRUE;
130 snmp_cb_data->enabled = FALSE;
/osnet-11/usr/src/lib/libuvfs/common/
H A Dsvc.c390 uint8_t *enabled; local
412 "general", "enabled");
417 enabled = scf_simple_prop_next_boolean(prop);
418 if (enabled == NULL)
420 if (*enabled)
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_suspend.c84 boolean_t enabled = B_FALSE; local
89 * Retrieve all of the SMF properties to see if suspend-enabled is
107 * Since this implies that suspend is not enabled,
117 errno = nvpair_value_boolean_value(nvp, &enabled);
124 /* Things to run if suspend is enabled */
125 if (enabled && (pm_get_suspendenable() == B_TRUE)) {
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c43 efiemu_get_wakeup_time (grub_efi_boolean_t *enabled,
47 efiemu_set_wakeup_time (grub_efi_boolean_t enabled,
272 EFI_FUNC (efiemu_get_wakeup_time) (grub_efi_boolean_t *enabled, argument
281 EFI_FUNC (efiemu_set_wakeup_time) (grub_efi_boolean_t enabled, argument
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c44 * objects. ENMs represent services or scripts that can be enabled
71 "specifies if manual ENM is to be enabled",
75 "specifies SMF FMRI of service to be enabled on ENM activation",
287 * If the activation-mode is not manual, allow the enabled
573 /* Determine if ENM is enabled or not */
594 boolean_t manual, enabled; local
598 /* Only enms with manual activation-mode can be enabled */
604 /* Make sure ENM is not enabled */
605 if ((err = nwam_enm_is_enabled(enmh, &enabled)) != NWAM_SUCCESS)
607 if (enabled)
617 boolean_t manual, enabled; local
[all...]
H A Dlibnwam_loc.c47 * has been established - name services, IPsec config, etc, and can be enabled
80 "specifies if location is to be enabled",
1231 /* Determine if location is enabled or not */
1252 boolean_t enabled, fixed; local
1256 /* Fixed locations cannot be enabled */
1262 /* Get the enabled property */
1263 if ((err = nwam_loc_is_enabled(loch, &enabled)) != NWAM_SUCCESS)
1268 * the enabled property.
1272 else if (enabled)
1281 boolean_t enabled, fixe local
[all...]
H A Dlibnwam_ncp.c58 * over wireless, a set of manually enabled/diasbled NCUs, or a combination
124 "specifies if manual NCU is to be enabled",
1047 * The properties type, class, parent, enabled, ip{v4,v6}-default-route
1105 /* If the "enabled" property does not exist, add it as B_TRUE */
2195 /* enabled */
2535 /* Determine if NCU is enabled or not */
2561 boolean_t read_only, advanced, enabled, manual; local
2566 * Don't allow NCUs of Automatic NCP or advanced NCUs to be enabled.
2576 /* Link NCUs with manual activation-mode or IP NCUs can be enabled */
2587 /* Make sure NCU is not enabled */
2612 boolean_t read_only, advanced, enabled, manual; local
2658 boolean_t enabled; local
2681 boolean_t enabled; local
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_cong.c305 /* get service enabled property */
346 * the list of enabled algorithms is complete. Which presents us with
446 * If 'enabled' is true, only enabled algorithms are included.
450 uint_t proto, boolean_t enabled)
486 if (enabled) {
508 * If 'enabled' is true, only enabled algorithms are included.
511 ipadm_cong_get_algs(char *buf, uint_t *bufsize, uint_t proto, boolean_t enabled) argument
520 status = i_ipadm_cong_get_algs_common(&pool, &alg_list, proto, enabled);
449 i_ipadm_cong_get_algs_common(uu_list_pool_t **pool, uu_list_t **alg_list, uint_t proto, boolean_t enabled) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_smbios.c377 uint8_t enabled = 0x01; local
382 if (cpusmb[i].status == (enabled | populated))
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h136 if (sip_counters.enabled) { \
167 boolean_t enabled; member in struct:sip_traffic_counters_s
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssscf.c709 int enabled = 0; local
716 enabled++;
718 if (enabled) {
1345 "Check if service is enabled" },
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c482 uint8_t enabled; local
496 scf_value_get_boolean(v, &enabled))
498 ret = enabled;
509 * instance and the desired state for the enabled bit in the instance's
1011 * Sets an instance to be enabled or disabled after reboot, using the
1018 int enabled; local
1027 if ((enabled = get_inst_enabled(inst, SCF_PG_GENERAL_OVR)) < 0) {
1028 enabled = persistent;
1031 * Temporarily store the present enabled state.
1042 if (enabled
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c1794 * Get a list of protocols enabled for this mntpnt
1804 "sa_fs_publish: %s: protocols not enabled for sharing",
2861 * Here "enabled" means it is possible to share a directory (not necessarily the
2885 * to see whether sharing is enabled at the appropriate mountpoint.
2886 * Note that any prop value other than "off" counts as enabled.
2892 boolean_t enabled = B_FALSE; local
2899 enabled = (strcmp(strval, "off") != 0);
2903 return (enabled);
3205 * properties if the protocol is not enabled; at create or set
3208 * enabled
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c177 /* Define flags for checking if services were enabled */
2453 int **enabled = NULL; local
2462 /* If shadow update not enabled, then no need to check */
2464 (void ***)&enabled, &errorp);
2472 if (enabled == NULL ||
2473 *enabled[0] != NS_LDAP_ENABLE_SHADOW_UPDATE_TRUE) {
2476 gettext("Shadow Update is not enabled, "
2578 gettext("Shadow Update is enabled, but "
2610 if (enabled != NULL)
2611 (void) __ns_ldap_freeParam((void ***)&enabled);
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c915 * cleanup hook if it is enabled. Do nothing else before calling
2595 thr_setmutator(thread_t tid, int enabled) argument
2603 enabled = enabled? 1 : 0;
2617 if (ulwp != self && !ulwp->ul_stop && enabled)
2619 else if (ulwp->ul_mutator != enabled) {
2631 ulwp->ul_mutator = enabled;
2645 thr_mutators_barrier(int enabled) argument
2656 while (mutatorsbarrier && enabled)
2661 mutatorsbarrier = enabled;
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h200 FREE_ENABLED = 3 /* FreeObject/Token enabled */
517 /* should meta slot be enabled or not */
519 boolean_t enabled; member in struct:_metaslot_config
521 /* should auto migration of sensitive token objects be enabled or not */

Completed in 145 milliseconds

12