/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_supplicant.c | 236 dladm_wlan_ess_t *bss, struct wpa_ssid *ssid, in wpa_supplicant_set_suites() argument 245 if (bss->we_wpa_ie_len && bss->we_wpa_ie[0] == RSN_INFO_ELEM && in wpa_supplicant_set_suites() 254 ap_ie = bss->we_wpa_ie; in wpa_supplicant_set_suites() 255 ap_ie_len = bss->we_wpa_ie_len; in wpa_supplicant_set_suites() 326 dladm_wlan_ess_t *bss, struct wpa_ssid *ssid) in wpa_supplicant_associate() argument 333 " (SSID='%s' freq=%d MHz)", MAC2STR(bss->we_bssid.wb_bytes), in wpa_supplicant_associate() 334 wpa_ssid_txt((char *)ssid->ssid, ssid->ssid_len), bss->we_freq); in wpa_supplicant_associate() 337 if (bss->we_wpa_ie_len && in wpa_supplicant_associate() 340 bss->we_bssid.wb_bytes, NULL); in wpa_supplicant_associate() 345 if (wpa_supplicant_set_suites(wpa_s, bss, ssid, in wpa_supplicant_associate() [all …]
|
H A D | driver_wifi.c | 146 dladm_wlan_bssid_t bss; in wpa_driver_wifi_del_key() local 151 (void) memcpy(bss.wb_bytes, addr, DLADM_WLAN_BSSID_LEN); in wpa_driver_wifi_del_key() 152 status = dladm_wlan_wpa_del_key(handle, linkid, key_idx, &bss); in wpa_driver_wifi_del_key() 197 dladm_wlan_bssid_t bss; in wpa_driver_wifi_set_key() local 233 (void) memcpy(bss.wb_bytes, addr, DLADM_WLAN_BSSID_LEN); in wpa_driver_wifi_set_key() 235 status = dladm_wlan_wpa_set_key(handle, linkid, cipher, &bss, set_tx, in wpa_driver_wifi_set_key() 287 dladm_wlan_bssid_t bss; in wpa_driver_wifi_associate() local 300 (void) memcpy(bss.wb_bytes, bssid, DLADM_WLAN_BSSID_LEN); in wpa_driver_wifi_associate() 302 0, &bss); in wpa_driver_wifi_associate()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | rstp.c | 177 bridge_setstate_t bss; in set_port_state() local 189 bss.bss_state = BLS_LEARNING; in set_port_state() 192 bss.bss_state = BLS_FORWARDING; in set_port_state() 195 bss.bss_state = BLS_BLOCKLISTEN; in set_port_state() 198 bss.bss_linkid = pd->linkid; in set_port_state() 199 if (strioctl(control_fd, BRIOC_SETSTATE, &bss, sizeof (bss)) == -1) { in set_port_state() 201 pd->name, bls_state(pd->state), bls_state(bss.bss_state)); in set_port_state() 209 bss.bss_state != BLS_FORWARDING) { in set_port_state() 214 pd->state = bss.bss_state; in set_port_state() 484 bridge_setstate_t bss; in rstp_add_port() local [all …]
|
H A D | events.c | 466 bridge_setstate_t bss; in handle_control() local 468 bss.bss_linkid = port->linkid; in handle_control() 469 bss.bss_state = !port->sdu_failed && !port->bpdu_protect ? in handle_control() 471 if (strioctl(control_fd, BRIOC_SETSTATE, &bss, in handle_control() 472 sizeof (bss)) == -1) { in handle_control() 529 bridge_setstate_t bss; in receive_packet() local 536 bss.bss_linkid = port->linkid; in receive_packet() 537 bss.bss_state = BLS_BLOCKLISTEN; in receive_packet() 538 if (strioctl(control_fd, BRIOC_SETSTATE, &bss, in receive_packet() 539 sizeof (bss)) == -1) { in receive_packet() [all …]
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rpc.rusersd.c | 78 static void usys5to_ru(struct utmpx *s5, struct ru_utmp *bss); 417 usys5to_ru(struct utmpx *s5, struct ru_utmp *bss) in usys5to_ru() argument 422 printf("sizeof (bss->ut_host) == %d\n", sizeof (bss->ut_host)); in usys5to_ru() 424 strncpy(bss->ut_name, s5->ut_name, sizeof (bss->ut_name)); in usys5to_ru() 425 strncpy(bss->ut_line, s5->ut_line, sizeof (bss->ut_line)); in usys5to_ru() 426 strncpy(bss->ut_host, s5->ut_host, sizeof (bss->ut_host)); in usys5to_ru() 427 bss->ut_time = s5->ut_xtime; in usys5to_ru()
|
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/ |
H A D | ldscript.arm64 | 35 *(.bss *.bss.*) 71 *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*)
|
/illumos-gate/usr/src/boot/efi/loader/arch/i386/ |
H A D | ldscript.i386 | 29 *(.bss .bss.* .gnu.linkonce.b.*) 64 *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*)
|
/illumos-gate/usr/src/common/mapfiles/common/ |
H A D | map.noexbss | 23 # Link-editor mapfile to create a non-executable bss segment definition 29 # As the bss segment is extended by sbrk(2) to enlarge the heap, a 30 # non-executable bss segment also results in a non-exutable heap. 40 LOAD_SEGMENT bss {
|
H A D | map.execdata | 41 # Executables can also create a separate executable bss segment. Adding 42 # the following line creates a bss segment. 44 # LOAD_SEGMENT bss { FLAGS = READ WRITE EXECUTE };
|
H A D | map.bssalign | 23 # Link-editor mapfile that enables the creation of a bss segment, and aligns 39 LOAD_SEGMENT bss {
|
H A D | map.filter | 44 # .dynamic, and any .data or .bss sections, become part of the text. Note that 45 # the compiler has a habit of generating empty .data and .bss sections.
|
/illumos-gate/usr/src/boot/i386/ |
H A D | boot.ldscript | 34 .bss : 37 *(.bss .bss.*)
|
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | ldscript.i386 | 41 .bss : 44 *(.bss .bss.*)
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_isa.c | 61 if (mp->bss && adr >= (caddr_t)mp->bss && in kobj_addrcheck() 62 adr < (caddr_t)mp->bss + mp->bss_size) in kobj_addrcheck()
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_isa.c | 70 if (mp->bss && adr >= (caddr_t)mp->bss && in kobj_addrcheck() 71 adr < (caddr_t)mp->bss + mp->bss_size) in kobj_addrcheck()
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | bnx_hw_cpu.c | 91 u32_t *bss; member 203 if(fw->bss) in load_cpu_fw() 208 fw->bss, in load_cpu_fw() 290 fw.bss = RXP_b06FwBss; in init_5706_cpus() 338 fw.bss = TXP_b06FwBss; in init_5706_cpus() 386 fw.bss = TPAT_b06FwBss; in init_5706_cpus() 434 fw.bss = COM_b06FwBss; in init_5706_cpus() 482 fw.bss = CP_b06FwBss; in init_5706_cpus() 548 fw.bss = RXP_b09FwBss; in init_5709_cpus() 596 fw.bss = TXP_b09FwBss; in init_5709_cpus() [all …]
|
/illumos-gate/usr/src/psm/stand/bootlst/sparc/ |
H A D | srt0.S | 73 ! clear the bss 78 sub %g2, %o0, %o1 ! bss size = (_end - _edata)
|
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/ |
H A D | ldscript.amd64 | 34 *(.bss .bss.* .gnu.linkonce.b.*)
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | cb_srt0.S | 82 ! clear the bss 87 sub %g2, %o0, %o1 ! bss size = (_end - _edata)
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.c | 183 mp1->text != mp2->text || mp1->bss != mp2->bss || in kobj_kdi_mod_haschanged()
|
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 95 int bss; /* if read from file, don't read bss symbols */ variable 323 bss = ndx; in main() 386 (incore || nlptr->n_scnum != bss)) { in main() 787 if (p->n_scnum == bss) { in getnlist()
|
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/ |
H A D | visible.s | 2 .section .bss.bss_symbol,"awG",@nobits,bss_symbol,comdat
|
H A D | hidden.s | 2 .section .bss.bss_symbol,"awG",@nobits,bss_symbol,comdat
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | btxld.c | 73 uint32_t bss; /* Size of bss segment */ member 311 ihdr.data, ihdr.bss, ihdr.entry); in btxld() 372 hdr->bss = le32toh(ex->a_bss); in gethdr() 395 hdr->bss = le32toh(ep->p_memsz) - in gethdr()
|
/illumos-gate/usr/src/boot/efi/loader/arch/arm/ |
H A D | ldscript.arm | 33 *(.bss)
|