Searched refs:clone (Results 101 - 125 of 284) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/amiga/
H A DMakefile.sas29 copy clone zlib.h zconf.h INCLUDE:
30 copy clone z.lib LIB:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/amiga/
H A DMakefile.sas29 copy clone zlib.h zconf.h INCLUDE:
30 copy clone z.lib LIB:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/cris/c/
H A Dpipe2.c93 pid = clone (process, (char *) stack + sizeof (stack) - 64,
98 fprintf (stderr, "Bad clone %d\n", pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dpipe2.c93 pid = clone (process, (char *) stack + sizeof (stack) - 64,
98 fprintf (stderr, "Bad clone %d\n", pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/solaris/
H A DMakefile.sol2-6470 if grep clone:ppp /etc/minor_perm; then :; else \
71 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2-64x71 if grep clone:ppp /etc/minor_perm; then :; else \
72 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2gcc-6470 if grep clone:ppp /etc/minor_perm; then :; else \
71 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2gcc-64x76 if grep clone:ppp /etc/minor_perm; then :; else \
77 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/amiga/
H A DMakefile.sas29 copy clone zlib.h zconf.h INCLUDE:
30 copy clone z.lib LIB:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/amiga/
H A DMakefile.sas29 copy clone zlib.h zconf.h INCLUDE:
30 copy clone z.lib LIB:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/bits/
H A Dsched.h56 # define CLONE_DETACHED 0x00400000 /* Create clone detached. */
58 force CLONE_PTRACE on this clone. */
80 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/bits/
H A Dsched.h56 # define CLONE_DETACHED 0x00400000 /* Create clone detached. */
58 force CLONE_PTRACE on this clone. */
80 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/bits/
H A Dsched.h56 # define CLONE_DETACHED 0x00400000 /* Create clone detached. */
58 force CLONE_PTRACE on this clone. */
80 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dpipe2.c93 pid = clone (process, (char *) stack + sizeof (stack) - 64,
98 fprintf (stderr, "Bad clone %d\n", pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dip_fragment.c526 struct sk_buff *clone; local
529 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL)
531 clone->next = head->next;
532 head->next = clone;
533 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list;
537 clone->len = clone->data_len = head->data_len - plen;
538 head->data_len -= clone->len;
539 head->len -= clone->len;
540 clone
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dreassembly.c462 struct sk_buff *clone; local
465 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL)
467 clone->next = head->next;
468 head->next = clone;
469 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list;
473 clone->len = clone->data_len = head->data_len - plen;
474 head->data_len -= clone->len;
475 head->len -= clone->len;
476 clone
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dip_fragment.c526 struct sk_buff *clone; local
529 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL)
531 clone->next = head->next;
532 head->next = clone;
533 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list;
537 clone->len = clone->data_len = head->data_len - plen;
538 head->data_len -= clone->len;
539 head->len -= clone->len;
540 clone
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dreassembly.c462 struct sk_buff *clone; local
465 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL)
467 clone->next = head->next;
468 head->next = clone;
469 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list;
473 clone->len = clone->data_len = head->data_len - plen;
474 head->data_len -= clone->len;
475 head->len -= clone->len;
476 clone
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/csharp/
H A DBaseDatabase.cs45 /// <paramref name="clone"/>. Used during Database.Open to get an
48 /// <param name="clone">Database to clone</param>
49 protected BaseDatabase(BaseDatabase clone) { argument
50 db = clone.db;
51 clone.db = null;
53 env = clone.env;
54 clone.env = null;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/csharp/
H A DBaseDatabase.cs45 /// <paramref name="clone"/>. Used during Database.Open to get an
48 /// <param name="clone">Database to clone</param>
49 protected BaseDatabase(BaseDatabase clone) { argument
50 db = clone.db;
51 clone.db = null;
53 env = clone.env;
54 clone.env = null;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/csharp/
H A DBaseDatabase.cs45 /// <paramref name="clone"/>. Used during Database.Open to get an
48 /// <param name="clone">Database to clone</param>
49 protected BaseDatabase(BaseDatabase clone) { argument
50 db = clone.db;
51 clone.db = null;
53 env = clone.env;
54 clone.env = null;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/solaris/
H A DMakefile.sol2gcc-64x76 if grep clone:ppp /etc/minor_perm; then :; else \
77 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ieee802154/
H A Ddgram.c362 struct sk_buff *clone; local
363 clone = skb_clone(skb, GFP_ATOMIC);
364 if (clone)
365 dgram_rcv_skb(prev, clone);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ieee802154/
H A Ddgram.c362 struct sk_buff *clone; local
363 clone = skb_clone(skb, GFP_ATOMIC);
364 if (clone)
365 dgram_rcv_skb(prev, clone);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/solaris/
H A DMakefile.sol2gcc-64x76 if grep clone:ppp /etc/minor_perm; then :; else \
77 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi

Completed in 280 milliseconds

1234567891011>>