Searched refs:NAME (Results 51 - 75 of 277) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/initscript/debian/
H A Davahi-daemon.in94 NAME="avahi-daemon"
95 DAEMON="@sbindir@/$NAME"
96 SCRIPTNAME=/etc/init.d/$NAME
106 log_warning_msg "Not starting $DESC $NAME, disabled via /etc/default/$NAME"
151 log_begin_msg "Starting $DESC: $NAME"
156 log_begin_msg "Stopping $DESC: $NAME"
161 log_begin_msg "Reloading services for $DESC: $NAME"
166 log_begin_msg "Restarting $DESC: $NAME"
H A Davahi-dnsconfd.in94 NAME="avahi-dnsconfd"
95 DAEMON="@sbindir@/$NAME"
96 SCRIPTNAME=/etc/init.d/$NAME
106 log_warning_msg "Not starting $DESC $NAME, disabled via /etc/default/$NAME"
157 log_begin_msg "Starting $DESC: $NAME"
162 log_begin_msg "Stopping $DESC: $NAME"
167 log_begin_msg "Refreshing $DESC: $NAME"
172 log_begin_msg "Restarting $DESC: $NAME"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dlibrary.mak3 LIBVERSION := $(lib$(NAME)_VERSION)
4 LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
5 LIBMINOR := $(lib$(NAME)_VERSION_MINOR)
6 INCINSTDIR := $(INCDIR)/lib$(NAME)
39 install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig
41 install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static
42 install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared
54 $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SLIBOBJS) $(SUBDIR)lib$(NAME).ver
70 install-lib$(NAME)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dtesting.sh56 NAME="$1"
57 [ -z "$1" ] && NAME=$2
61 echo "Test $NAME has the wrong number of arguments ($# $*)" >&2
69 echo "SKIPPED: $NAME"
83 echo "FAIL: $NAME"
86 echo "PASS: $NAME"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_math.l3 NAME
H A Dcsc_sys.l3 NAME
H A Dcsc_sock.l3 NAME
H A Dcsc_string.l3 NAME
H A Dcsc_timer.l3 NAME
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A DMakefile0 NAME = avresample
1 NAME = avresample macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/
H A Dparse.h6 #define NAME 262 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/
H A Dparse.h6 #define NAME 262 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffcomp.h177 #define GLOBALDATA(TYPE,NAME) extern noshare TYPE NAME
180 #define GLOBALDATA(TYPE,NAME) extern TYPE NAME \
181 asm("_$$PsectAttributes_NOSHR$$" #NAME)
184 #define GLOBALDATA(TYPE,NAME) extern TYPE NAME
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dscx200_docflash.c20 #define NAME "scx200_docflash" macro
86 printk(KERN_DEBUG NAME ": NatSemi SCx200 DOCCS Flash Driver\n");
128 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n");
136 printk(KERN_ERR NAME ": invalid size for flash mapping\n");
141 printk(KERN_ERR NAME ": invalid bus width for flash mapping\n");
149 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n");
169 printk(KERN_INFO NAME ": DOCCS mapped at 0x%llx-0x%llx, width %d\n",
184 printk(KERN_ERR NAME ": failed to ioremap the flash\n");
191 printk(KERN_ERR NAME ": unable to detect flash\n");
198 printk(KERN_WARNING NAME "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dcallback_srm.S57 #define CALLBACK(NAME, CODE, ARG_CNT) \
58 .align 4; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
59 ldgp $29,0($27); br $25,srm_dispatch; .word CODE, ARG_CNT; .end callback_##NAME
63 #define CALLBACK(NAME, CODE, ARG_CNT) \
64 .align 3; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
65 lda $0,-1($31); ret; .end callback_##NAME
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsystem.h186 #define __CALL_PAL_R0(NAME, TYPE) \
187 extern inline TYPE NAME(void) \
191 "call_pal %1 # " #NAME \
193 :"i" (PAL_ ## NAME) \
198 #define __CALL_PAL_W1(NAME, TYPE0) \
199 extern inline void NAME(TYPE0 arg0) \
203 "call_pal %1 # "#NAME \
205 : "i"(PAL_ ## NAME), "0"(__r16) \
209 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \
210 extern inline void NAME(TYPE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dscx200_32.c20 #define NAME "scx200" macro
66 printk(KERN_INFO NAME ": GPIO base 0x%x\n", base);
69 printk(KERN_ERR NAME ": can't allocate I/O for GPIOs\n");
85 printk(KERN_WARNING NAME ": Configuration Block not found\n");
89 printk(KERN_INFO NAME ": Configuration Block base 0x%x\n", scx200_cb_base);
114 printk(KERN_INFO NAME ": NatSemi SCx200 Driver\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dextract-names.pl20 if (/^=head1 *NAME *$/) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dscx200_wdt.c33 #define NAME "scx200_wdt" macro
69 printk(KERN_INFO NAME ": timer margin %d seconds\n", margin);
75 printk(KERN_DEBUG NAME ": enabling watchdog timer, wdto_restart = %d\n",
89 printk(KERN_DEBUG NAME ": disabling watchdog timer\n");
111 printk(KERN_WARNING NAME
222 printk(KERN_DEBUG NAME ": NatSemi SCx200 Watchdog Driver\n");
231 printk(KERN_WARNING NAME ": watchdog I/O region busy\n");
240 printk(KERN_ERR NAME ": unable to register reboot notifier");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dextract-names.pl20 if (/^=head1 *NAME *$/) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dextract-names.pl20 if (/^=head1 *NAME *$/) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.h47 NAME = 263, enumerator in enum:yytokentype
74 #define NAME 263 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A DMakefile3 NAME = swscale macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dvty.h159 #define VTY_GET_INTEGER(NAME,V,STR) \
165 vty_out (vty, "%% Invalid %s value%s", NAME, VTY_NEWLINE); \
170 #define VTY_GET_INTEGER_RANGE(NAME,V,STR,MIN,MAX) \
177 vty_out (vty, "%% Invalid %s value%s", NAME, VTY_NEWLINE); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dtextdomain.c38 # define __libc_rwlock_define(CLASS, NAME)
39 # define __libc_rwlock_wrlock(NAME)
40 # define __libc_rwlock_unlock(NAME)

Completed in 235 milliseconds

1234567891011>>