Searched refs:psa (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/usr.sbin/wlconfig/
H A Dwlconfig.c124 print_psa(u_char *psa, int currnwid) argument
131 if (psa[0] == 0x14) {
134 if (psa[1] == 0) {
138 if ((psa[4] == 0) &&
139 (psa[5] == 0) &&
140 (psa[6] == 0))
144 (int)psa[1], (int)psa[2], (int)psa[3]);
145 printf("Waitstates : %d\n",psa[
[all...]
/freebsd-10-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c164 sockunion_t *psa = (sockunion_t *)ifma->ifma_addr; local
165 if (ifma->ifma_name == NULL || psa == NULL)
168 if (psa->sa.sa_family != AF_LINK ||
169 psa->sdl.sdl_alen != ETHER_ADDR_LEN)
172 if (bcmp(LLADDR(&psa->sdl), LLADDR(dlp),
/freebsd-10-stable/lib/libc/compat-43/
H A Dsigcompat.c159 struct sigaction sa, psa; local
172 if (__libc_sigaction(sig, NULL, &psa) == -1)
174 return (psa.sa_handler);
183 if (__libc_sigaction(sig, &sa, &psa) == -1)
188 return (psa.sa_handler);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dsocktoa.c151 const sockaddr_u * psa
161 memcpy(&isc_sa.type, psa,
162 min(sizeof(isc_sa.type), sizeof(*psa)));
/freebsd-10-stable/sys/dev/wl/
H A Dif_wl.c236 u_char psa[0x40]; member in struct:wl_softc
524 wlgetpsa(base, sc->psa);
527 sc->nwid[0] = sc->psa[WLPSA_NWID];
528 sc->nwid[1] = sc->psa[WLPSA_NWID+1];
531 if (sc->psa[WLPSA_MACSEL] & 1)
536 eaddr[i] = sc->psa[j + i];
697 configured = sc->psa[WLPSA_CONFIGURED] & 1;
712 if (sc->psa[WLPSA_COMPATNO] & 1) {
720 if (sc->psa[WLPSA_NWIDENABLE] & 1) {
729 MMC_WRITE(MMC_THR_PRE_SET, sc->psa[WLPSA_THRES
[all...]
/freebsd-10-stable/usr.sbin/ifmcstat/
H A Difmcstat.c993 sockunion_t *psa, *pgsa, *pllsa, *pifasa; local
1022 psa = (sockunion_t *)ifma->ifma_name;
1023 if (psa->sa.sa_family != AF_LINK) {
1031 thisifindex = psa->sdl.sdl_index;
1040 strlcpy(thisifname, link_ntoa(&psa->sdl), IFNAMSIZ);
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.h147 uint32_t psa; member in struct:sdma_context_data
/freebsd-10-stable/sys/kern/
H A Duipc_socket.c1422 soreceive_generic(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
1434 if (psa != NULL)
1435 *psa = NULL;
1545 if (psa != NULL)
1546 *psa = sodupsockaddr(mtod(m, struct sockaddr *),
1872 soreceive_stream(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
1882 if (psa != NULL)
1883 *psa = NULL;
2073 soreceive_dgram(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
2082 if (psa !
2255 soreceive(struct socket *so, struct sockaddr **psa, struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
[all...]
/freebsd-10-stable/sys/netinet/
H A Dsctputil.h337 sctp_soreceive(struct socket *so, struct sockaddr **psa,
H A Din_mcast.c329 const sockunion_t *psa; local
341 psa = (const sockunion_t *)src;
342 find.ims_haddr = ntohl(psa->sin.sin_addr.s_addr);
H A Dsctputil.c6310 struct sockaddr **psa,
6336 if (psa) {
6358 if (psa) {
6361 *psa = sodupsockaddr(from, M_NOWAIT);
6363 *psa = NULL;
6309 sctp_soreceive(struct socket *so, struct sockaddr **psa, struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1218 sdp_sorecv(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
1229 if (psa != NULL)
1230 *psa = NULL;
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1274 t4_soreceive_ddp(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
1284 if (psa != NULL)
1285 *psa = NULL;
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c1963 static size_t psa[MAXPAGESIZES]; local
1974 size = sizeof(psa);
1977 size = sizeof(psa[0]);
1979 psa[0] = aux_info[AT_PAGESZ]->a_un.a_val;
1987 if (sysctl(mib, len, psa, &size, NULL, 0) == -1) {
1992 pagesizes = psa;
/freebsd-10-stable/sys/netinet6/
H A Din6_mcast.c324 const sockunion_t *psa; local
335 psa = (const sockunion_t *)src;
336 find.im6s_addr = psa->sin6.sin6_addr;

Completed in 201 milliseconds