Searched refs:wlist (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dchecksrc.pl31 my $wlist;
65 $wlist = $1;
82 if($file ne "$wlist") {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dchecksrc.pl31 my $wlist;
65 $wlist = $1;
82 if($file ne "$wlist") {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dchecksrc.pl31 my $wlist;
65 $wlist = $1;
82 if($file ne "$wlist") {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Daudit_watch.c53 struct list_head wlist; /* entry in parent->watches list */ member in struct:audit_watch
58 struct list_head watches; /* anchor for audit_watch->wlist */
128 list_del(&watch->wlist);
213 * to an empty list and wlist is undefined. */
267 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) {
326 list_add(&nwatch->wlist, &parent->watches);
339 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) {
413 list_for_each_entry(w, &parent->watches, wlist) {
432 list_add(&watch->wlist, &parent->watches);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Daudit_watch.c53 struct list_head wlist; /* entry in parent->watches list */ member in struct:audit_watch
58 struct list_head watches; /* anchor for audit_watch->wlist */
128 list_del(&watch->wlist);
213 * to an empty list and wlist is undefined. */
267 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) {
326 list_add(&nwatch->wlist, &parent->watches);
339 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) {
413 list_for_each_entry(w, &parent->watches, wlist) {
432 list_add(&watch->wlist, &parent->watches);

Completed in 309 milliseconds