Searched refs:enabled (Results 1 - 25 of 68) sorted by relevance

123

/osnet-11/usr/src/lib/libsrpt/common/
H A Dlibsrpt.h73 * enabled If B_TRUE, indicates that targets will be created for all
76 * been specifically enabled. See also srpt_SetDefaultState().
84 srpt_GetDefaultState(boolean_t *enabled);
90 * enabled If B_TRUE, indicates that targets will be created for all
93 * been specifically enabled. See also srpt_SetDefaultState().
101 srpt_SetDefaultState(boolean_t enabled);
108 * enabled If B_TRUE, indicates that a target will be created for
109 * this HCA when the SRPT SMF service is enabled. If B_FALSE,
118 srpt_SetTargetState(char *hca_guid, boolean_t enabled);
125 * enabled I
[all...]
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/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/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...]
/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/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...]
H A Dvars.pm21 } elsif (warnings::enabled() and length($sym) == 1 and $sym !~ tr/a-zA-Z//) {
H A Dsyslog.pl36 if ($] >= 5 && warnings::enabled()) {
/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/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/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/lib/libsip/common/
H A Dsip_miscdefs.h136 if (sip_counters.enabled) { \
167 boolean_t enabled; member in struct:sip_traffic_counters_s
H A Dsip_logging.c390 * transaction. If logging is enabled the recorded messages are then dumped
606 /* If it's not enabled, enable it and capture the start time */
607 if (!sip_counters.enabled) {
611 sip_counters.enabled = B_TRUE;
629 if (sip_counters.enabled) {
630 sip_counters.enabled = B_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/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/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/brand/solaris10/cmd/
H A Ds10_net_include.sh673 # waited for the service to come online after having enabled
776 # returns success (0) if the service is enabled (permanently or
783 # because the general/enabled property takes immediate effect.
786 # Look at the general_ovr/enabled (if it is present) first to
787 # determine the temporarily enabled state.
789 tstate=`/usr/bin/svcprop -c -p general_ovr/enabled $1 2>/dev/null`
795 state=`/usr/bin/svcprop -c -p general/enabled $1 2>/dev/null`
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1329 but not enabled by default.
1834 The first level of bundling can be enabled with:
1851 The second level of bundling lifts this restriction. It can be enabled
1858 When any level of bundling is enabled, option values may be inserted
1920 strings, each specifying a configuration option to be enabled, e.g.
1947 Default is enabled unless environment variable
1953 Default is enabled unless environment variable
1973 POSIXLY_CORRECT has been set, in which case C<require_order> is enabled.
1980 Default is enabled unless environment variable
1984 If C<permute> is enabled, thi
[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/libstmf/common/
H A Dlibstmf.h369 int stmfGetAluaState(boolean_t *enabled, uint32_t *node);
424 int stmfSetAluaState(boolean_t enabled, uint32_t node);
/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...]

Completed in 54 milliseconds

123