Searched refs:detached (Results 1 - 25 of 89) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dsg.c172 volatile char detached; /* 0->attached, 1->detached pending removal */ member in struct:sg_device
288 if (sdp->detached) {
390 if (sdp->detached) {
401 (sdp->detached ||
404 if (sdp->detached) {
548 if (sdp->detached)
739 if (sdp->detached) {
793 if (sdp->detached)
807 (srp->done || sdp->detached),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c172 volatile char detached; /* 0->attached, 1->detached pending removal */ member in struct:sg_device
288 if (sdp->detached) {
390 if (sdp->detached) {
401 (sdp->detached ||
404 if (sdp->detached) {
548 if (sdp->detached)
739 if (sdp->detached) {
793 if (sdp->detached)
807 (srp->done || sdp->detached),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/fscache/
H A Dobject.c665 bool detached; local
677 detached = false;
684 detached = true;
688 if (detached)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/fscache/
H A Dobject.c665 bool detached; local
677 detached = false;
684 detached = true;
688 if (detached)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h250 cma_t_boolean detached; /* Set if already detached */ member in struct:CMA__T_INT_TCB
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h250 cma_t_boolean detached; /* Set if already detached */ member in struct:CMA__T_INT_TCB
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h250 cma_t_boolean detached; /* Set if already detached */ member in struct:CMA__T_INT_TCB
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/cms/
H A Dcms_lib.c83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
97 /* If content not detached and created return memory BIO
315 int CMS_set_detached(CMS_ContentInfo *cms, int detached) argument
321 if (detached)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/cms/
H A Dcms_lib.c83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
98 * If content not detached and created return memory BIO
310 int CMS_set_detached(CMS_ContentInfo *cms, int detached) argument
316 if (detached) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/cms/
H A Dcms_lib.c83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
97 /* If content not detached and created return memory BIO
315 int CMS_set_detached(CMS_ContentInfo *cms, int detached) argument
321 if (detached)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/cms/
H A Dcms_lib.c83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
98 * If content not detached and created return memory BIO
310 int CMS_set_detached(CMS_ContentInfo *cms, int detached) argument
316 if (detached) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/cms/
H A Dcms_lib.c83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
97 /* If content not detached and created return memory BIO
315 int CMS_set_detached(CMS_ContentInfo *cms, int detached) argument
321 if (detached)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/cms/
H A Dcms_lib.c83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
98 * If content not detached and created return memory BIO
310 int CMS_set_detached(CMS_ContentInfo *cms, int detached) argument
316 if (detached) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Drelocation.c51 /* link to pending, changed or detached list */
82 unsigned int detached:1; member in struct:backref_node
111 /* list of detached backref node. */
112 struct list_head detached; member in struct:backref_cache
212 INIT_LIST_HEAD(&cache->detached);
221 while (!list_empty(&cache->detached)) {
222 node = list_entry(cache->detached.next,
238 BUG_ON(!list_empty(&cache->detached));
345 BUG_ON(node->detached);
419 BUG_ON(!node->lowest && !node->detached);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Drelocation.c51 /* link to pending, changed or detached list */
82 unsigned int detached:1; member in struct:backref_node
111 /* list of detached backref node. */
112 struct list_head detached; member in struct:backref_cache
212 INIT_LIST_HEAD(&cache->detached);
221 while (!list_empty(&cache->detached)) {
222 node = list_entry(cache->detached.next,
238 BUG_ON(!list_empty(&cache->detached));
345 BUG_ON(node->detached);
419 BUG_ON(!node->lowest && !node->detached);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/pkcs7/
H A Dpk7_lib.c73 /* NOTE(emilia): does not support detached digested data. */
76 ret = p7->detached = (int)larg;
96 p7->detached = ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/pkcs7/
H A Dpk7_lib.c77 ret=p7->detached=(int)larg;
99 p7->detached = ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/pkcs7/
H A Dpk7_lib.c73 /* NOTE(emilia): does not support detached digested data. */
76 ret = p7->detached = (int)larg;
96 p7->detached = ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/pkcs7/
H A Dpk7_lib.c77 ret=p7->detached=(int)larg;
99 p7->detached = ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/pkcs7/
H A Dpk7_lib.c73 /* NOTE(emilia): does not support detached digested data. */
76 ret = p7->detached = (int)larg;
96 p7->detached = ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/pkcs7/
H A Dpk7_lib.c77 ret=p7->detached=(int)larg;
99 p7->detached = ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dmain.c148 int detached; /* have detached from terminal */ variable
772 if (detached)
793 detached = 1;
1470 if (!detached) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dmain.c148 int detached; /* have detached from terminal */ variable
772 if (detached)
793 detached = 1;
1470 if (!detached) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dmain.c148 int detached; /* have detached from terminal */ variable
772 if (detached)
793 detached = 1;
1470 if (!detached) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dmain.c148 int detached; /* have detached from terminal */ variable
772 if (detached)
793 detached = 1;
1470 if (!detached) {

Completed in 300 milliseconds

1234