/titanic_50/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 …]
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/rpcsvc/ |
H A D | rpc.rusersd.c | 80 static void usys5to_ru(struct utmpx *s5, struct ru_utmp *bss); 419 usys5to_ru(struct utmpx *s5, struct ru_utmp *bss) in usys5to_ru() argument 424 printf("sizeof (bss->ut_host) == %d\n", sizeof (bss->ut_host)); in usys5to_ru() 426 strncpy(bss->ut_name, s5->ut_name, sizeof (bss->ut_name)); in usys5to_ru() 427 strncpy(bss->ut_line, s5->ut_line, sizeof (bss->ut_line)); in usys5to_ru() 428 strncpy(bss->ut_host, s5->ut_host, sizeof (bss->ut_host)); in usys5to_ru() 429 bss->ut_time = s5->ut_xtime; in usys5to_ru()
|
/titanic_50/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.
|
H A D | map.noexdata | 38 # Executables can also create a separate non-executable bss segment.
|
/titanic_50/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_isa.c | 63 if (mp->bss && adr >= (caddr_t)mp->bss && in kobj_addrcheck() 64 adr < (caddr_t)mp->bss + mp->bss_size) in kobj_addrcheck()
|
/titanic_50/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_isa.c | 63 if (mp->bss && adr >= (caddr_t)mp->bss && in kobj_addrcheck() 64 adr < (caddr_t)mp->bss + mp->bss_size) in kobj_addrcheck()
|
/titanic_50/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()
|
/titanic_50/usr/src/psm/stand/bootlst/sparc/ |
H A D | srt0.s | 73 ! clear the bss 78 sub %g2, %o0, %o1 ! bss size = (_end - _edata)
|
/titanic_50/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)
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.c | 186 mp1->text != mp2->text || mp1->bss != mp2->bss || in kobj_kdi_mod_haschanged()
|
H A D | kobj.c | 948 mp->bss = bootaux[BA_BSS].ba_val; in load_linker() 950 mp->bss_size = (uintptr_t)_edata - mp->bss; in load_linker() 2239 if (mp->bss) in free_module_data() 2240 vmem_free(data_arena, (void *)mp->bss, mp->bss_size); in free_module_data() 2952 mp->bss = (uintptr_t)kobj_segbrk(&_edata, mp->bss_size, in do_common() 2955 mp->bss = (uintptr_t)vmem_alloc(data_arena, in do_common() 2957 bzero((void *)mp->bss, mp->bss_size); in do_common() 2959 if ((err = do_symbols(mp, ALIGN(mp->bss, mp->bss_align))) < 0) in do_common() 3083 if (assign == 0 && mp->bss == NULL) { in do_symbols()
|
/titanic_50/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 97 int bss; /* if read from file, don't read bss symbols */ variable 325 bss = ndx; in main() 388 (incore || nlptr->n_scnum != bss)) { in main() 789 if (p->n_scnum == bss) { in getnlist()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 229 SHF_ALLOC + SHF_WRITE, bss, 0), 232 SHF_ALLOC + SHF_WRITE, bss, 0),
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | kobj.h | 86 uintptr_t bss; member
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_module.c | 186 addr - mp->bss < mp->bss_size) { in kmdb_module_addr_to_ctf()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bridge.c | 3149 bridge_setstate_t *bss; in bridge_ioctl() local 3152 (rc = miocpullup(mp, sizeof (*bss))) != 0) in bridge_ioctl() 3155 bss = (bridge_setstate_t *)mp->b_cont->b_rptr; in bridge_ioctl() 3156 if ((blp = enter_link(bip, bss->bss_linkid)) == NULL) { in bridge_ioctl() 3160 blp->bl_state = bss->bss_state; in bridge_ioctl()
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 153 SECT_DATA(".bss", bss, bss_size,
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 276 leaky_grep((uintptr_t)mod.bss, mod.bss_size); in leaky_modctl()
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 292 4334617 COPY relocations should be produces for references to .bss symbols 501 4523798 linker option to align bss to large pagesize alignments. 557 4668517 compile with map.bssalign doesn't copy _iob to bss 1341 6488141 ld(1) should detect attempt to reference 0-length .bss section
|