Searched refs:new (Results 151 - 175 of 2011) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Derr_common.c281 cdl_register_subpacket_annotation(struct el_subpacket_annotation *new)
285 if (a == NULL) subpacket_annotation_list = new;
288 if ((a->class == new->class && a->type == new->type) ||
289 a == new) {
295 a->next = new;
297 new->next = NULL;
303 cdl_register_subpacket_handler(struct el_subpacket_handler *new)
307 if (h == NULL) subpacket_handler_list = new;
310 if (h->class == new
279 cdl_register_subpacket_annotation(struct el_subpacket_annotation *new) argument
301 cdl_register_subpacket_handler(struct el_subpacket_handler *new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsys.c80 /* Foxconn added start, John Ou, 12/10/2014, for new debug page */
84 /* Foxconn added end, John Ou, 12/10/2014, for new debug page */
316 /* Foxconn modified start, John Ou, 12/10/2014, for new debug page */
324 /* Foxconn modifid end, John Ou, 12/10/2014, for new debug page */
483 * equal to the real gid, then the saved gid is set to the new effective gid.
499 struct cred *new; local
502 new = prepare_creds();
503 if (!new)
512 new->gid = rgid;
521 new
546 struct cred *new; local
572 set_user(struct cred *new) argument
609 struct cred *new; local
670 struct cred *new; local
711 struct cred *new; local
776 struct cred *new; local
834 struct cred *new; local
867 struct cred *new; local
1411 struct rlimit old, new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/tests/
H A Dprint-flags.sh23 if (../tcpdump -$i -s0 -nr print-flags.pcap | tee NEW/print-$printname.new | diff - print-$printname.out >DIFF/print-$printname.out.diff )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dinternal.h23 void (*new)(struct nf_conntrack *ct, int origin_type);
40 void (*new)(struct nf_expect *exp, int origin_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dsanity80 @results = Array.new
113 @results << Result.new( self, file, line )
274 results = Array.new
573 @declarations = Array.new
574 @definitions = Array.new
586 Result.new( self, pair.last.first, pair.last.last )
593 tree = Array.new
648 filterList = Array.new
649 filterList.push CompareAgainstEmptyString.new
650 filterList.push AssignmentToEmptyString.new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase32.h14 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
H A Dhex.h13 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmutex.h7 static inline int __mutex_cmpxchg_lock(atomic_t *v, int old, int new) argument
22 : "r" (&v->counter), "r" (old), "r" (new)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_fsnotify.c40 static bool event_compare(struct fsnotify_event *old, struct fsnotify_event *new) argument
42 if ((old->mask == new->mask) &&
43 (old->to_tell == new->to_tell) &&
44 (old->data_type == new->data_type) &&
45 (old->name_len == new->name_len)) {
52 !strcmp(old->file_name, new->file_name))
56 if ((old->path.mnt == new->path.mnt) &&
57 (old->path.dentry == new->path.dentry))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddestroy.t19 my $lex = new LexFile $Dfile ;
23 ok 1, my $lexD = new LexDir($home) ;
24 ok 2, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
83 my $lex = new LexFile $Dfile ;
H A Dexamples3.t47 my $redirectObj = new Redirect $redirect ;
54 my $db = new BerkeleyDB::Hash
95 my $redirectObj = new Redirect $redirect ;
102 my $db = new BerkeleyDB::Hash
H A Dexamples3.t.T47 my $redirectObj = new Redirect $redirect ;
55 my $db = new BerkeleyDB::Hash
97 my $redirectObj = new Redirect $redirect ;
105 my $db = new BerkeleyDB::Hash
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-N--no-content-disposition-trivial.px41 my $the_test = HTTPTest->new (name => "Test-N--no-content-disposition-trivial",
H A DTest-N--no-content-disposition.px42 my $the_test = HTTPTest->new (name => "Test-N--no-content-disposition",
H A DTest-N.px41 my $the_test = HTTPTest->new (name => "Test-N",
H A DTest-auth-basic.px41 my $the_test = HTTPTest->new (name => "Test-auth-basic",
H A DTest-auth-no-challenge-url.px42 my $the_test = HTTPTest->new (name => "Test-auth-no-challenge-url",
H A DTest-auth-no-challenge.px43 my $the_test = HTTPTest->new (name => "Test-auth-no-challenge",
H A DTest-auth-with-content-disposition.px42 my $the_test = HTTPTest->new (name => "Test-auth-with-content-disposition",
H A DTest-c-full.px49 my $the_test = HTTPTest->new (name => "Test-c-full",
H A DTest-c.px46 my $the_test = HTTPTest->new (name => "Test-c",
H A DTest-cookies-401.px45 my $the_test = HTTPTest->new (name => "Test-cookies-401",
H A DTest-ftp.px37 my $the_test = FTPTest->new (name => "Test-ftp",
H A DTest-proxy-auth-basic.px41 my $the_test = HTTPTest->new (name => "Test-auth-basic",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/
H A Dupdate-version-h.sh32 cat > libtransmission/version.h.new << EOF
49 esac >> "libtransmission/version.h.new"
51 replace_if_differs libtransmission/version.h.new libtransmission/version.h

Completed in 274 milliseconds

1234567891011>>