Searched defs:req (Results 276 - 300 of 426) sorted by relevance

<<1112131415161718

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h430 inline int nanosleep(const struct timespec *req, struct timespec *rem) { argument
431 Sleep(req->tv_sec * 1000 + req->tv_nsec / 1000000);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h427 inline int nanosleep(const struct timespec *req, struct timespec *rem) { argument
428 Sleep(req->tv_sec * 1000 + req->tv_nsec / 1000000);
/external/compiler-rt/test/dfsan/
H A Dcustom.c723 struct timespec req, rem; local
724 req.tv_sec = 1;
725 req.tv_nsec = 0;
729 int rv = nanosleep(&req, &rem);
736 req.tv_sec = 3;
738 rv = nanosleep(&req, &rem);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java467 String req = EMPTY;
478 req += urlEncode(elem) + EQ + urlEncode(args.get(elem).toString()) + AMP;
481 req = req.substring(0, req.length() - 1);
505 System.err.println(req);
507 sendStream(bugconn, req);
631 private void sendStream(HttpsURLConnection conn, String req) argument
636 out.print(req);
/external/iproute2/ip/
H A Dipaddress.c1055 } req; local
1072 memset(&req, 0, sizeof(req));
1074 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifaddrmsg));
1075 req.n.nlmsg_flags = NLM_F_REQUEST | flags;
1076 req.n.nlmsg_type = cmd;
1077 req.ifa.ifa_family = preferred_family;
1086 get_prefix(&peer, *argv, req.ifa.ifa_family);
1088 if (req.ifa.ifa_family == AF_UNSPEC)
1089 req
[all...]
H A Diproute.c708 } req; local
720 memset(&req, 0, sizeof(req));
722 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg));
723 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
724 req.n.nlmsg_type = cmd;
725 req.r.rtm_family = preferred_family;
726 req.r.rtm_table = RT_TABLE_MAIN;
727 req.r.rtm_scope = RT_SCOPE_NOWHERE;
730 req
1028 } req; local
1353 } req; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dif_packet.h274 struct tpacket_req req; member in union:tpacket_req_u
/external/libmtp/src/
H A Dlibusb-glue.c1121 ptp_usb_sendreq (PTPParams* params, PTPContainer* req) argument
1131 (void) ptp_render_opcode (params, req->Code, sizeof(txt), txt);
1132 printf("REQUEST: 0x%04x, %s\n", req->Code, txt);
1136 (sizeof(uint32_t)*(5-req->Nparam)));
1138 usbreq.code=htod16(req->Code);
1139 usbreq.trans_id=htod32(req->Transaction_ID);
1140 usbreq.payload.params.param1=htod32(req->Param1);
1141 usbreq.payload.params.param2=htod32(req->Param2);
1142 usbreq.payload.params.param3=htod32(req->Param3);
1143 usbreq.payload.params.param4=htod32(req
[all...]
/external/libpcap/
H A Dpcap-bpf.c1280 struct ifmediareq req; local
1306 memset(&req, 0, sizeof(req));
1307 strncpy(req.ifm_name, pb->device,
1308 sizeof(req.ifm_name));
1309 if (ioctl(sock, SIOCGIFMEDIA, &req) < 0) {
1315 if (req.ifm_current & IFM_IEEE80211_MONITOR) {
1325 req.ifm_current & ~IFM_IEEE80211_MONITOR;
2296 struct ifmediareq req; local
2309 memset(&req,
[all...]
/external/libusb/libusb/os/
H A Ddarwin_usb.c444 IOUSBDevRequest req; local
464 req.bmRequestType = USBmakebmRequestType(kUSBIn, kUSBStandard, kUSBDevice);
465 req.bRequest = kUSBRqGetDescriptor;
466 req.wValue = kUSBDeviceDesc << 8;
467 req.wIndex = 0;
468 req.wLength = sizeof(IOUSBDeviceDescriptor);
469 req.pData = &(priv->dev_descriptor);
481 ret = (*(device))->DeviceRequest (device, &req);
498 ret = (*(device))->DeviceRequest (device, &req);
1202 bzero(&tpriv->req, sizeo
[all...]
/external/libvorbis/lib/
H A Dvorbisenc.c634 double req,int q_or_bitrate,
637 if(q_or_bitrate)req/=ch;
651 if(req<map[0]){++i;continue;}
652 if(req>map[setup_list[i]->mappings]){++i;continue;}
654 if(req>=map[j] && req<map[j+1])break;
661 float del=(req-low)/(high-low);
912 hi->req=quality;
970 hi->req=nominal_bitrate;
1202 hi->req,
633 get_setup_template(long ch,long srate, double req,int q_or_bitrate, double *base_setting) argument
[all...]
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp65 PtraceWrapper(int req, lldb::pid_t pid, void *addr, int data, argument
75 if (req == PT_IO) {
83 //PtraceDisplayBytes(req, data);
86 result = ptrace(req, pid, (caddr_t) addr, data);
88 //PtraceDisplayBytes(req, data);
106 if (req == PT_GETREGS) {
123 PtraceWrapper(int req, lldb::pid_t pid, void *addr, int data) argument
127 result = ptrace(req, pid, (caddr_t)addr, data);
131 #define PTRACE(req, pid, addr, data) \
132 PtraceWrapper((req), (pi
[all...]
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h200 * @req: Input data as described above.
207 struct drm_vmw_surface_create_req req; member in union:drm_vmw_surface_create_arg
228 * @req: Input data as described above.
235 struct drm_vmw_surface_arg req; member in union:drm_vmw_surface_reference_arg
376 * @req: Input data as described above.
383 struct drm_vmw_alloc_dmabuf_req req; member in union:drm_vmw_alloc_dmabuf_arg
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.c695 unsigned req; local
698 for (req = 2; req <= total_requests; req++) {
711 __glXSendLargeChunk(gc, req, total_requests, gc->pc, pc - gc->pc);
799 unsigned req; local
810 req = 2;
847 __glXSendLargeChunk(gc, req, total_requests, gc->pc, pc - gc->pc);
849 req++;
857 assert((total_requests == 0) || ((req
[all...]
/external/openssl/apps/
H A Docsp.c98 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer,
100 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD * cert_id_md, X509 *issuer,
102 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
107 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
118 OCSP_REQUEST *req, int req_timeout);
138 OCSP_REQUEST *req = NULL; local
456 if(!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
469 if(!add_ocsp_serial(&req, *args, cert_id_md, issuer, ids))
579 if (!req && !reqin && !respin && !(port && ridx_filename)) badarg = 1;
643 if (!req
943 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md,X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
964 add_ocsp_serial(OCSP_REQUEST **req, char *serial,const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
997 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) argument
1063 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, X509 *ca, X509 *rcert, EVP_PKEY *rkey, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays) argument
1223 OCSP_REQUEST *req = NULL; local
1286 query_responder(BIO *err, BIO *cbio, char *path, STACK_OF(CONF_VALUE) *headers, OCSP_REQUEST *req, int req_timeout) argument
1383 process_responder(BIO *err, OCSP_REQUEST *req, char *host, char *path, char *port, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
[all...]
H A Dreq.c1 /* apps/req.c */
90 #define SECTION "req"
128 static int make_REQ(X509_REQ *req,EVP_PKEY *pkey,char *dn,int mutlirdn,
130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype,
132 static int prompt_info(X509_REQ *req,
136 static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *sk,
139 static int add_attribute_object(X509_REQ *req, char *text, const char *def,
164 X509_REQ *req=NULL; local
439 BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
784 req
1115 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1183 build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn) argument
1200 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1379 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
1506 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
[all...]
H A Dx509.c135 " -req - input is a certificate request, sign and output.\n",
173 X509_REQ *req=NULL; local
261 else if (strcmp(*argv,"-req") == 0)
595 req=PEM_read_bio_X509_REQ(in,NULL,NULL,NULL);
598 if (req == NULL)
604 if ( (req->req_info == NULL) ||
605 (req->req_info->pubkey == NULL) ||
606 (req->req_info->pubkey->public_key == NULL) ||
607 (req->req_info->pubkey->public_key->data == NULL))
613 if ((pkey=X509_REQ_get_pubkey(req))
[all...]
/external/qemu/audio/
H A Dalsaaudio.c485 static void alsa_dump_info (struct alsa_params_req *req, argument
490 dolog ("format | %10d | %10d\n", req->fmt, obtfmt);
492 req->nchannels, obt->nchannels);
493 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
496 req->buffer_size, req->period_size);
530 static int alsa_open (int in, struct alsa_params_req *req, argument
543 freq = req->freq;
544 nchannels = req->nchannels;
545 size_in_usec = req
880 struct alsa_params_req req; local
985 struct alsa_params_req req; local
[all...]
/external/qemu/block/
H A Dqcow2.c537 QCowAIOCB *req; local
546 QLIST_FOREACH_SAFE(req, &m->dependent_requests, next_depend, next) {
547 qcow_aio_write_cb(req, 0);
/external/strace/
H A Dutil.c1215 int req = PTRACE_POKEDATA; local
1220 req = PTRACE_POKEUSER;
1224 ptrace(req, tcp->pid, ap, val);
1231 int req = PTRACE_POKEDATA; local
1236 req = PTRACE_POKEUSER;
1240 ptrace(req, tcp->pid, ap, val);
/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c668 Frame* req = NULL; /* the request frame that we receive */ local
689 assert(req == NULL);
690 req = calloc(sizeof(Frame), 1);
691 req->n_data = rd_len;
692 req->data = calloc(rd_len, 1);
694 Int r = my_read(sd, req->data, req->n_data);
697 //printf("SERVER: recv %c%c%c%c\n", req->data[0], req->data[1], req
961 struct timespec req; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c215 static Frame* do_transaction ( Int sd, Frame* req )
218 req->data[0], req->data[1], req->data[2], req->data[3]);
229 write_UInt_le(&wr_first8[4], req->n_data);
232 adler = VG_(adler32)(adler, req->data, req->n_data);
237 vg_assert(req->n_data >= 4); // else ill formed -- no KIND field
238 r = my_write(sd, req
469 Frame* req local
667 Frame* req = mk_Frame_noargs("VERS"); local
1003 Frame* req = mk_Frame_noargs("CRC3"); local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c404 struct wpabuf *req, *sel; local
430 req = wpabuf_alloc(len);
431 if (req == NULL)
433 if (hexstr2bin(pos, wpabuf_put(req, len), len) < 0) {
434 wpabuf_free(req);
440 wpabuf_free(req);
447 wpabuf_free(req);
451 wpabuf_free(req);
457 ret = hostapd_wps_nfc_report_handover(hapd, req, sel);
463 wpabuf_free(req);
653 struct wpabuf *req; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c1188 struct radius_msg *req,
1197 keys = radius_msg_get_ms_keys(msg, req, shared_secret,
1517 * @req: RADIUS request message
1524 ieee802_1x_receive_auth(struct radius_msg *msg, struct radius_msg *req, argument
1554 req, 1)) {
1637 ieee802_1x_get_keys(hapd, sta, msg, req, shared_secret,
1186 ieee802_1x_get_keys(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len) argument
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.h86 int eap_sim_verify_mac(const u8 *k_aut, const struct wpabuf *req,
98 int eap_sim_verify_mac_sha256(const u8 *k_aut, const struct wpabuf *req,
126 const struct wpabuf *req,
125 eap_sim_verify_mac_sha256(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument

Completed in 407 milliseconds

<<1112131415161718