Searched refs:pset (Results 1 - 10 of 10) sorted by last modified time

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4469 mach_port_name_t pset; member in struct:__anon32593
4477 req->name, req->pset);
4990 mach_port_name_t pset; member in struct:__anon32614
4997 name_for_port(MACH_REMOTE), req->name, req->pset);
/external/openssl/crypto/rand/
H A Drand_unix.c305 struct pollfd pset; local
307 pset.fd = fd;
308 pset.events = POLLIN;
309 pset.revents = 0;
311 if (poll(&pset, 1, usec / 1000) < 0)
314 try_read = (pset.revents & POLLIN) != 0;
/external/openssl/crypto/x509v3/
H A Dpcy_tree.c82 STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
85 for (i = 0; i < sk_ASN1_OBJECT_num(pset); i++)
87 oid = sk_ASN1_OBJECT_value(pset, i);
/external/oprofile/libpp/
H A Darrange_profiles.cpp719 ostream & operator<<(ostream & out, profile_set const & pset) argument
721 out << "image: " << pset.image << endl;
725 pset.files.end();
727 for (it = pset.files.begin(); it != end; ++it)
731 list<profile_dep_set>::const_iterator const cend = pset.deps.end();
733 for (cit = pset.deps.begin(); cit != cend; ++cit)
/external/iputils/
H A Dping_common.c791 struct pollfd pset; local
792 pset.fd = icmp_sock;
793 pset.events = POLLIN|POLLERR;
794 pset.revents = 0;
795 if (poll(&pset, 1, next) < 1 ||
796 !(pset.revents&(POLLIN|POLLERR)))
H A Drarpd.c565 struct pollfd pset[2]; local
612 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
618 if (ioctl(pset[0].fd, SIOCGIFINDEX, &ifr)) {
625 pset[1].fd = -1;
627 pset[1].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
628 if (pset[1].fd >= 0) {
629 load_arp_bpflet(pset[1].fd);
634 if (pset[1].fd >= 0) {
640 if (bind(pset[1].fd, (struct sockaddr*)&sll, sizeof(sll)) < 0) {
641 close(pset[
[all...]
/external/iproute2/misc/
H A Darpd.c63 struct pollfd pset[2]; variable in typeref:struct:pollfd
233 if (sendto(pset[0].fd, buf, p-buf, 0, (struct sockaddr*)&sll, sizeof(sll)) < 0)
490 n = recvfrom(pset[0].fd, buf, sizeof(buf), MSG_DONTWAIT,
760 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
761 if (pset[0].fd < 0) {
772 if (bind(pset[0].fd, (struct sockaddr*)&sll, sizeof(sll)) < 0) {
782 pset[1].fd = rth.fd;
798 pset[0].events = EVENTS;
799 pset[0].revents = 0;
800 pset[
[all...]
/external/fio/os/
H A Dos-solaris.h11 #include <sys/pset.h>
98 * pset binding hooks for fio
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js2215 function _strcspn(pstr, pset) {
2220 set = pset;
2918 function _strspn(pstr, pset) {
2923 set = pset;
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dpcy_tree.c85 STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
88 for (i = 0; i < sk_ASN1_OBJECT_num(pset); i++)
90 oid = sk_ASN1_OBJECT_value(pset, i);

Completed in 413 milliseconds