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

/freebsd-11-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-11-stable/lib/libc/gen/
H A Dposix_spawn.c225 struct posix_spawn_args *psa; local
228 psa = data;
229 if (psa->sa != NULL) {
230 psa->error = process_spawnattr(*psa->sa);
231 if (psa->error)
234 if (psa->fa != NULL) {
235 psa->error = process_file_actions(*psa->fa);
236 if (psa
256 struct posix_spawn_args psa; local
[all...]
/freebsd-11-stable/lib/libc/compat-43/
H A Dsigcompat.c155 struct sigaction sa, psa; local
168 if (__libc_sigaction(sig, NULL, &psa) == -1)
170 return (psa.sa_handler);
179 if (__libc_sigaction(sig, &sa, &psa) == -1)
184 return (psa.sa_handler);
/freebsd-11-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-11-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-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c470 struct receive_sa *psa; local
475 psa = os_zalloc(sizeof(*psa));
476 if (!psa) {
482 psa->pkey = key;
483 psa->lowest_pn = lowest_pn;
484 psa->next_pn = lowest_pn;
485 psa->an = an;
486 psa->sc = psc;
488 os_get_time(&psa
505 ieee802_1x_kay_deinit_receive_sa(struct receive_sa *psa) argument
563 struct receive_sa *psa, *pre_sa; local
2636 struct transmit_sa *psa; local
2674 ieee802_1x_kay_deinit_transmit_sa(struct transmit_sa *psa) argument
2721 struct transmit_sa *psa, *tmp; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c169 void *psa; local
179 psa = (args.flags & IPFW_ARGS_NH4) ?
181 if (in_localip(satosin(psa)->sin_addr))
194 psa = args.next_hop6;
216 bcopy(psa, tag + 1, len);
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.c238 u_char psa[0x40]; member in struct:wl_softc
513 wlgetpsa(sc, sc->psa);
516 sc->nwid[0] = sc->psa[WLPSA_NWID];
517 sc->nwid[1] = sc->psa[WLPSA_NWID+1];
520 if (sc->psa[WLPSA_MACSEL] & 1)
525 eaddr[i] = sc->psa[j + i];
684 configured = sc->psa[WLPSA_CONFIGURED] & 1;
699 if (sc->psa[WLPSA_COMPATNO] & 1) {
707 if (sc->psa[WLPSA_NWIDENABLE] & 1) {
716 MMC_WRITE(MMC_THR_PRE_SET, sc->psa[WLPSA_THRES
[all...]
/freebsd-11-stable/usr.sbin/ifmcstat/
H A Difmcstat.c990 sockunion_t *psa, *pgsa, *pllsa, *pifasa; local
1019 psa = (sockunion_t *)ifma->ifma_name;
1020 if (psa->sa.sa_family != AF_LINK) {
1028 thisifindex = psa->sdl.sdl_index;
1037 strlcpy(thisifname, link_ntoa(&psa->sdl), IFNAMSIZ);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.h147 uint32_t psa; member in struct:sdma_context_data
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c1496 soreceive_generic(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
1508 if (psa != NULL)
1509 *psa = NULL;
1620 if (psa != NULL)
1621 *psa = sodupsockaddr(mtod(m, struct sockaddr *),
1945 soreceive_stream(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
1955 if (psa != NULL)
1956 *psa = NULL;
2148 soreceive_dgram(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
2157 if (psa !
2330 soreceive(struct socket *so, struct sockaddr **psa, struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctputil.h329 sctp_soreceive(struct socket *so, struct sockaddr **psa,
H A Din_mcast.c373 const sockunion_t *psa; local
385 psa = (const sockunion_t *)src;
386 find.ims_haddr = ntohl(psa->sin.sin_addr.s_addr);
H A Dsctputil.c6296 struct sockaddr **psa,
6323 if (psa) {
6354 if (psa) {
6357 *psa = sodupsockaddr(from, M_NOWAIT);
6359 *psa = NULL;
6295 sctp_soreceive(struct socket *so, struct sockaddr **psa, struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1227 sdp_sorecv(struct socket *so, struct sockaddr **psa, struct uio *uio, argument
1238 if (psa != NULL)
1239 *psa = NULL;
/freebsd-11-stable/sys/netinet6/
H A Din6_mcast.c323 const sockunion_t *psa; local
334 psa = (const sockunion_t *)src;
335 find.im6s_addr = psa->sin6.sin6_addr;
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c2228 static size_t psa[MAXPAGESIZES]; local
2239 size = sizeof(psa);
2242 size = sizeof(psa[0]);
2244 psa[0] = aux_info[AT_PAGESZ]->a_un.a_val;
2252 if (sysctl(mib, len, psa, &size, NULL, 0) == -1) {
2257 pagesizes = psa;

Completed in 301 milliseconds