Searched refs:pset (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c216 struct pollfd pset; local
218 pset.fd = fd;
219 pset.events = POLLIN;
220 pset.revents = 0;
222 if (poll(&pset, 1, usec / 1000) < 0)
225 try_read = (pset.revents & POLLIN) != 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Darpd.c63 struct pollfd pset[2]; variable in typeref:struct:pollfd
231 if (sendto(pset[0].fd, buf, p-buf, 0, (struct sockaddr*)&sll, sizeof(sll)) < 0)
488 n = recvfrom(pset[0].fd, buf, sizeof(buf), MSG_DONTWAIT,
752 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
753 if (pset[0].fd < 0) {
764 if (bind(pset[0].fd, (struct sockaddr*)&sll, sizeof(sll)) < 0) {
774 pset[1].fd = rth.fd;
808 pset[0].events = EVENTS;
809 pset[0].revents = 0;
810 pset[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixsig.c860 asmlinkage int irix_sigsendset(struct irix_procset __user *pset, int sig) argument
862 if (!access_ok(VERIFY_READ, pset, sizeof(*pset)))
867 pset->cmd, pset->ltype, pset->lid, pset->rtype, pset->rid,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_packets.c1657 fd_set *pset = SMB_MALLOC_P(fd_set); local
1659 if(pset == NULL) {
1679 FD_ZERO(pset);
1682 FD_SET(ClientNMB,pset);
1688 FD_SET(subrec->nmb_sock,pset);
1694 FD_SET(ClientDGRAM,pset);
1700 FD_SET(subrec->dgram_sock,pset);
1710 *ppset = pset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_alloc.c717 struct per_cpu_pageset *pset; local
722 pset = zone_pcp(zone, cpu);
723 for (i = 0; i < ARRAY_SIZE(pset->pcp); i++) {
726 pcp = &pset->pcp[i];
2133 struct per_cpu_pageset *pset = zone_pcp(zone, cpu); local
2136 if (pset != &boot_pageset[cpu])
2137 kfree(pset);

Completed in 85 milliseconds