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

12

/netgear-R7800-V1.0.2.28/target/linux/ps3/petitboot/base-files/bin/
H A Dlogin7 [ ! `$bl_option --get-telnet-enabled` ] ||
8 [ `$bl_option --get-telnet-enabled` = "0" ]; then
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_data_plane.h36 int enabled; /* This gmac is enabled or not */ member in struct:nss_data_plane_param
42 * Mark this data plane enabled, so when nss_init complete, we can call register_to_nss_gmac
H A Dnss_data_plane.c132 nss_data_plane_params[if_num].enabled = 1;
145 if (!ndpp->enabled) {
151 nss_info("Platform don't have gmac%d enabled, don't bring up nss_phys_if and don't register to nss-gmac", if_num);
198 nss_data_plane_params[if_num].enabled = 0;
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/oprofile/
H A DipProf.h26 volatile unsigned char enabled; /* Is the tio enabled to member in struct:profilenode
H A Dprofile.c114 if (!(profile_node->enabled) || profile_node->count < 0) {
116 "Unexpected interrupt, no samples or not enabled!\n");
157 profile_node->enabled = 1;
170 profile_node->enabled = 0;
220 BUG_ON(profile_node->enabled);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dthread.c85 unsigned int enabled, mask, csr; local
88 : "=m" (enabled)
92 if (enabled & mask) {
93 printk(KERN_WARNING "request to enable a previously enabled thread\n");
/netgear-R7800-V1.0.2.28/package/transmission/files/
H A Dtransmission.init41 local enabled=0
48 config_get_bool enabled "$s" enabled 0
49 [ "$enabled" == 0 -a "$enable" == 0 ] && return 0
/netgear-R7800-V1.0.2.28/target/linux/ps3/petitboot/base-files/sbin/
H A Dps3-bl-option39 -t, --get-telnet-enabled
40 Get the telnet enabled flag.
41 -T, --set-telnet-enabled value
42 Set the telnet enabled flag.
106 -t | --get-telnet-enabled)
109 -T | --set-telnet-enabled)
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dprofile.h54 volatile u32_t enabled; /* Is the profiler enabled to take samples? */ member in struct:profilenode
57 volatile u32_t enabled_threads; /* which threads were enabled at the last sample time */
H A Dprofile.c54 if (!node->enabled) {
55 node->enabled = 1;
91 ph.enabled = node->enabled_threads;
240 if (!node->enabled) {
270 if (node->enabled) {
271 node->enabled = 0;
H A Dprofpkt.h75 u16_t enabled; /* which threads are enabled */ member in struct:profile_header
/netgear-R7800-V1.0.2.28/package/hd-idle/files/
H A Dhd-idle.init68 config_get_bool "enabled" "$section" "enabled" '1'
69 [ "$enabled" -gt 0 ] || return 1
/netgear-R7800-V1.0.2.28/package/base-files/files/etc/
H A Drc.common59 enabled() { function
87 ALL_COMMANDS="start stop reload restart boot shutdown enable disable enabled depends ${EXTRA_COMMANDS}"
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofilenode.h116 int16_t enabled; // Is the profiler enabled to take samples? member in struct:profile_common
H A Dprofile.c343 if (!pn->pnc.enabled && nss_get_state(pn->ctx) == NSS_STATE_INITIALIZED) {
345 pn->pnc.enabled = 1;
354 profileWarn("profile ena %d nss stat %x\n", pn->pnc.enabled, nss_get_state(pn->ctx));
371 if (!pn->pnc.enabled) {
404 profileInfo("%d: read\n", pn->pnc.enabled);
405 if (pn->pnc.enabled < 0) {
407 pn->pnc.enabled = 1;
426 if (pn->pnc.enabled) {
428 pn->pnc.enabled = 0;
530 if (!pio->pnc.enabled) {
[all...]
/netgear-R7800-V1.0.2.28/package/redis/files/
H A Dredis.conf71 # To enable logging to the system logger, just set 'syslog-enabled' to yes,
73 syslog-enabled yes
112 # By default Redis will stop accepting writes if RDB snapshots are enabled
362 # AOF and RDB persistence can be enabled at the same time without problems.
363 # If the AOF is enabled on startup Redis will load the AOF, that is the file
/netgear-R7800-V1.0.2.28/package/zz-dni-streamboost/files/
H A Dredis.conf71 # To enable logging to the system logger, just set 'syslog-enabled' to yes,
73 syslog-enabled yes
112 # By default Redis will stop accepting writes if RDB snapshots are enabled
362 # AOF and RDB persistence can be enabled at the same time without problems.
363 # If the AOF is enabled on startup Redis will load the AOF, that is the file
H A Dstreamboost72 ECM_NL_ENABLED=/sys/kernel/debug/ecm/ecm_classifier_nl/enabled
378 enabled || {
658 enabled || {
659 $LOGGER "Streamboost is not enabled, auto update will not run."
748 enabled() { function
799 enable|disable|ifup|ifdn|fwup|fwdn|measure|applybw|enabled|update|auto_update|upload|auto_upload|setbw|print_versions|status_monit|update_fmn)
829 echo " $0 [--verbose] measure|applybw|enabled|ifup|ifdn|fwup|fwdn"
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/watchdog/
H A Dubi32_wdt.c153 int enabled; local
157 enabled = ubicom32_read_reg(&UBICOM32_IO_TIMER->wdcfg) == ~TIMER_WATCHDOG_DISABLE;
159 return enabled;
/netgear-R7800-V1.0.2.28/scripts/flashing/
H A Dflash.sh41 boot_wait is enabled by default on these units.
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/hif/
H A Dhif.c438 BOOL enabled; local
574 enabled = FALSE;
577 while ((count++ < SDWLAN_ENABLE_DISABLE_TIMEOUT) && !enabled)
588 /* Mark the status as enabled */
589 enabled = TRUE;
593 if (!enabled) {
/netgear-R7800-V1.0.2.28/package/alsa-lib/
H A DMakefile37 You must have enabled the ALSA support in the kernel.
/netgear-R7800-V1.0.2.28/package/app-flow-scripts/files/
H A Dstreamboost71 ECM_NL_ENABLED=/sys/kernel/debug/ecm/ecm_classifier_nl/enabled
377 enabled || {
723 enabled() { function
761 enable|disable|ifup|ifdn|fwup|fwdn|measure|applybw|enabled|update|auto_update|upload|auto_upload|setbw|print_versions|status_monit)
791 echo " $0 [--verbose] measure|applybw|enabled|ifup|ifdn|fwup|fwdn"
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/char/
H A Difx_ssc.c484 bool enabled; local
502 enabled = (READ_PERIPHERAL_REGISTER(info->mapbase + IFX_SSC_STATE)
538 if (enabled)
1059 REMARKS : Returns a register value independent of framing is enabled or
1305 bool enabled; local
1313 enabled = (READ_PERIPHERAL_REGISTER(info->mapbase + IFX_SSC_STATE)
1330 if (enabled)
1342 bool enabled; local
1345 enabled = (READ_PERIPHERAL_REGISTER(info->mapbase + IFX_SSC_STATE)
1373 if (enabled)
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/
H A Dmach-gta02.c581 .enabled = 1,
608 .enabled = 1,
673 .enabled = 1,
696 .enabled = 1,
719 .constraints.state_mem.enabled = 1;
1209 * When we talk to the "enabled" device, the "disabled" device sees

Completed in 246 milliseconds

12