Searched refs:NORMAL (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/debian/
H A Davahi-daemon.in62 NORMAL=`$TPUT op`
66 echo -e "$UP$START $RED*$NORMAL$END[${RED}fail${NORMAL}]"
81 NORMAL=`$TPUT op`
82 echo "$YELLOW*$NORMAL $@"
H A Davahi-dnsconfd.in62 NORMAL=`$TPUT op`
66 echo -e "$UP$START $RED*$NORMAL$END[${RED}fail${NORMAL}]"
81 NORMAL=`$TPUT op`
82 echo "$YELLOW*$NORMAL $@"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/initscript/debian/
H A Davahi-daemon.in62 NORMAL=`$TPUT op`
66 echo -e "$UP$START $RED*$NORMAL$END[${RED}fail${NORMAL}]"
81 NORMAL=`$TPUT op`
82 echo "$YELLOW*$NORMAL $@"
H A Davahi-dnsconfd.in62 NORMAL=`$TPUT op`
66 echo -e "$UP$START $RED*$NORMAL$END[${RED}fail${NORMAL}]"
81 NORMAL=`$TPUT op`
82 echo "$YELLOW*$NORMAL $@"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Ddigi1.h72 #define NORMAL 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_packet.c718 if (BGP_DEBUG (normal, NORMAL))
765 if (BGP_DEBUG (normal, NORMAL))
770 if (BGP_DEBUG (normal, NORMAL))
845 if (BGP_DEBUG (normal, NORMAL))
937 if (BGP_DEBUG (normal, NORMAL))
949 if (BGP_DEBUG (normal, NORMAL))
964 if (BGP_DEBUG (normal, NORMAL))
1012 if (BGP_DEBUG (normal, NORMAL))
1028 if (BGP_DEBUG (normal, NORMAL))
1044 if (BGP_DEBUG (normal, NORMAL))
[all...]
H A Dbgp_open.c188 if (BGP_DEBUG (normal, NORMAL))
215 if (BGP_DEBUG (normal, NORMAL))
255 if (BGP_DEBUG (normal, NORMAL))
275 if (BGP_DEBUG (normal, NORMAL))
331 if (BGP_DEBUG (normal, NORMAL))
354 if (BGP_DEBUG (normal, NORMAL))
385 if (BGP_DEBUG (normal, NORMAL))
410 if (BGP_DEBUG (normal, NORMAL))
478 if (BGP_DEBUG (normal, NORMAL))
504 if (BGP_DEBUG (normal, NORMAL))
[all...]
H A Dbgp_debug.c257 if (BGP_DEBUG (normal, NORMAL))
542 DEBUG_ON (normal, NORMAL);
545 TERM_DEBUG_ON (normal, NORMAL);
559 DEBUG_OFF (normal, NORMAL);
562 TERM_DEBUG_OFF (normal, NORMAL);
582 TERM_DEBUG_OFF (normal, NORMAL);
610 if (BGP_DEBUG (normal, NORMAL))
635 if (CONF_BGP_DEBUG (normal, NORMAL))
H A Dbgp_fsm.c853 if (BGP_DEBUG (normal, NORMAL)
H A Dbgp_nexthop.c625 if (BGP_DEBUG (normal, NORMAL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dbctest.com113 $ exit %X00030000 ! %DCL-W-NORMAL
124 $ exit %X00030000 ! %DCL-W-NORMAL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dbctest.com113 $ exit %X00030000 ! %DCL-W-NORMAL
124 $ exit %X00030000 ! %DCL-W-NORMAL
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dless.c36 #define NORMAL "\033[0m" macro
193 printf(HIGHLIGHT"%s"NORMAL, str);
199 printf(HIGHLIGHT"%.*s"NORMAL, width - 1, str);
395 printf("(END)"NORMAL);
397 printf(HIGHLIGHT" - next: %s"NORMAL, files[current_file]);
401 printf("%i%%"NORMAL, percentage);
428 printf(HIGHLIGHT"%s (file %i of %i)"NORMAL,
493 and NORMAL escape sequences placed around it.
502 char *new = xasprintf("%s%.*s"HIGHLIGHT"%.*s"NORMAL,
1076 printf(HIGHLIGHT"The status of the flag is: %u"NORMAL, flag_va
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.h40 NORMAL = 1, enumerator in enum:__anon18999
H A Dnconf.gui.c25 init_pair(NORMAL, -1, -1);
73 mkattr(NORMAL, NORMAL);
105 mkattrn(NORMAL, NORMAL);
H A Dnconf.c383 wattrset(main_window, attributes[NORMAL]);
1062 wattrset(main_window, attributes[NORMAL]);
1071 wattrset(main_window, attributes[NORMAL]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-nomadik/
H A Dgpio.c305 NORMAL, enumerator in enum:nmk_gpio_irq_type
360 nmk_gpio_irq_modify(irq, NORMAL, false);
365 nmk_gpio_irq_modify(irq, NORMAL, true);
397 __nmk_gpio_irq_modify(nmk_chip, gpio, NORMAL, false);
411 __nmk_gpio_irq_modify(nmk_chip, gpio, NORMAL, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfile-tree.h40 enum { LOW=(1<<0), NORMAL=(1<<1), HIGH=(1<<2) }; enumerator in enum:FileTreeItem::__anon7414
H A Dfile-tree.cc198 if( i == NORMAL ) return tr( "Normal" );
210 default: i |= NORMAL; break;
238 else if( old & NORMAL ) p = TR_PRI_HIGH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_util.c62 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
85 { "0:0:0:0:0:0:0:0", { 0, 0, 0, 0, }, NORMAL },
89 { "ffff:0000::", { 0xffff0000u, 0, 0, 0, }, NORMAL },
91 { "0102::1.2.3.4", {0x01020000u, 0, 0, 0x01020304u }, NORMAL },
94 { "FFFF::", { 0xffff0000u, 0, 0, 0 }, NORMAL },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Ddnfb.c54 #define NORMAL 0x80 /* What is happening here ?? */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i2c/
H A Dch7006_drv.c190 bitfs(CH7006_POWER_LEVEL, NORMAL));
H A Dch7006_mode.c313 *power |= bitfs(CH7006_POWER_LEVEL, NORMAL) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj.h1056 NORMAL = 0, enumerator in enum:PREVAL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsetox.S562 beqs NORMAL
565 NORMAL: label

Completed in 319 milliseconds

12