Searched refs:retrieve (Results 1 – 25 of 345) sorted by relevance
12345678910>>...14
/external/autotest/client/site_tests/login_MultiUserPolicy/ |
D | control | 16 both can store and retrieve their respective user policies. 19 retrieve their policies.
|
/external/syslinux/gpxe/src/include/ |
D | nic.h | 54 int ( *poll ) ( struct nic *, int retrieve ); 62 static inline int eth_poll ( int retrieve ) { in eth_poll() argument 63 return nic.nic_op->poll ( &nic, retrieve ); in eth_poll()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | virtio-net.c | 98 static int virtnet_poll(struct nic *nic, int retrieve) in virtnet_poll() argument 108 if (!retrieve) in virtnet_poll()
|
D | epic100.c | 56 static int epic100_poll(struct nic *nic, int retrieve); 378 epic100_poll(struct nic *nic, int retrieve) in epic100_poll() argument 388 if ( ! retrieve ) return 1; in epic100_poll()
|
D | davicom.c | 164 static int davicom_poll(struct nic *nic, int retrieve); 584 static int davicom_poll(struct nic *nic, int retrieve) in davicom_poll() argument 591 if ( ! retrieve ) return 1; in davicom_poll()
|
D | 3c5x9.c | 199 static int t509_poll(struct nic *nic, int retrieve) in t509_poll() argument 235 if ( ! retrieve ) return 1; in t509_poll()
|
D | 3c595.c | 231 static int t595_poll(struct nic *nic, int retrieve) in t595_poll() argument 267 if ( ! retrieve ) return 1; in t595_poll()
|
D | ne2k_isa.c | 271 static int ne_poll(struct nic *nic __unused, int retrieve __unused) in ne_poll() 290 if ( ! retrieve ) return 1; in ne_poll()
|
/external/curl/tests/data/ |
D | test271 | 27 TFTP retrieve
|
D | test283 | 17 TFTP retrieve on invalid file
|
D | test1009 | 28 TFTP retrieve with --local-port
|
D | test1242 | 27 TFTP retrieve without TFTP options requests
|
D | test1049 | 28 TFTP retrieve with localhost --interface
|
D | test1093 | 28 TFTP retrieve with mode=i
|
D | test135 | 32 FTP retrieve a byte-range
|
D | test862 | 32 POP3 retrieve message header (CUSTOMREQUEST)
|
D | test1094 | 34 TFTP retrieve with mode=netascii
|
D | test1057 | 30 FTP retrieve a byte-range relative to end of file
|
D | test1238 | 28 slow TFTP retrieve cancel due to -Y and -y
|
D | test284 | 51 TFTP retrieve of boundary case 512 byte file
|
/external/autotest/client/site_tests/hardware_Smartctl/ |
D | control | 13 Run smartctl to retrieve S.M.A.R.T attribute and report in keyval format.
|
/external/libunwind/src/arm/ |
D | getcontext.S | 45 @ retrieve r14 from call site, then store
|
/external/curl/docs/ |
D | FEATURES | 63 - retrieve file modification date 95 - customizable to retrieve file modification date 156 - retrieve e-mails
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tls-03.ll | 8 ; Call __tls_get_offset to retrieve the symbol's TLS offset.
|
D | tls-04.ll | 8 ; Call __tls_get_offset to retrieve the module's TLS base offset.
|
12345678910>>...14