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

/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dmapmgr.c69 static bool mapmgr_get_map(map_set_t *pset, int n, mapping_t *m) argument
75 if (FD_ISSET(i, &pset->map)) {
89 static bool mapmgr_add_map(map_set_t *pset, mapping_t *m) argument
99 FD_SET(i, &pset->map);
100 pset->count++;
110 static bool mapmgr_delete_map(map_set_t *pset, int n) argument
116 if (FD_ISSET(i, &pset->map)) {
118 FD_CLR(i, &pset->map);
119 pset->count--;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dirixsig.c905 asmlinkage int irix_sigsendset(struct irix_procset *pset, int sig) argument
909 error = verify_area(VERIFY_READ, pset, sizeof(*pset));
915 pset->cmd, pset->ltype, pset->lid, pset->rtype, pset->rid,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_packets.c1616 fd_set *pset = (fd_set *)malloc(sizeof(fd_set)); local
1618 if(pset == NULL) {
1638 FD_ZERO(pset);
1641 FD_SET(ClientNMB,pset);
1646 FD_SET(subrec->nmb_sock,pset);
1651 FD_SET(ClientDGRAM,pset);
1656 FD_SET(subrec->dgram_sock,pset);
1665 *ppset = pset;

Completed in 107 milliseconds