Searched refs:nbss (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_compat_13.c67 sigset_t nbss, obss; local
72 native_sigset13_to_sigset(&ness, &nbss);
74 error = sigprocmask1(l, SCARG(uap, how), &nbss, &obss);
/netbsd-current/sys/compat/linux/common/
H A Dlinux_sig_notalpha.c126 sigset_t nbss, obss; local
132 linux_old_to_native_sigset(&nbss, &nlss);
134 error = sigprocmask1(l, SIG_SETMASK, &nbss, &obss);
H A Dlinux_signal.c413 sigset_t nbss, obss; local
434 linux_old_to_native_sigset(&nbss, &nlss);
438 set ? &nbss : NULL, oset ? &obss : NULL);
464 sigset_t nbss, obss; local
491 linux_to_native_sigset(&nbss, &nlss);
495 set ? &nbss : NULL, oset ? &obss : NULL);
/netbsd-current/sys/compat/common/
H A Dkern_sig_13.c161 sigset_t nbss, obss; local
165 native_sigset13_to_sigset(&ness, &nbss);
167 error = sigprocmask1(l, SCARG(uap, how), &nbss, &obss);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dbss.c677 struct wpa_bss *nbss; local
680 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len +
682 if (nbss) {
686 wpa_s->last_scan_res[i] = nbss;
691 wpa_s->current_bss = nbss;
692 wpa_bss_update_pending_connect(wpa_s, bss, nbss);
693 bss = nbss;
/netbsd-current/usr.bin/elf2aout/
H A Delf2aout.c328 struct sect ndata, nbss; local
332 nbss.vaddr = ph[i].p_vaddr + ph[i].p_filesz;
333 nbss.len = ph[i].p_memsz - ph[i].p_filesz;
336 combine(&bss, &nbss, 1);
/netbsd-current/usr.bin/elf2ecoff/
H A Delf2ecoff.c241 struct sect ndata, nbss; local
245 nbss.vaddr = ph[i].p_vaddr + ph[i].p_filesz;
246 nbss.len = ph[i].p_memsz - ph[i].p_filesz;
251 "nbss =%d\n", i, ph[i].p_type,
252 ph[i].p_flags, ndata.len, nbss.len);
255 combine(&bss, &nbss, 1);
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_signal.c584 sigset_t nbss, obss; local
590 linux32_old_to_native_sigset(&nbss, &nlss);
592 error = sigprocmask1(l, SIG_SETMASK, &nbss, &obss);
/netbsd-current/sys/net80211/
H A Dieee80211_node.c392 copy_bss(struct ieee80211_node *nbss, const struct ieee80211_node *obss) argument
395 nbss->ni_authmode = obss->ni_authmode;
396 nbss->ni_txpower = obss->ni_txpower;
397 nbss->ni_vlan = obss->ni_vlan;
398 nbss->ni_rsn = obss->ni_rsn;

Completed in 210 milliseconds