Home
last modified time | relevance | path

Searched refs:sta (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_stats.c778 ofmt_print(sta->ilbst_oh, sta); in i_do_print()
792 ofmt_print(sta->ilbst_oh, sta); in i_do_print()
811 ofmt_print(sta->ilbst_oh, sta); in i_do_print()
843 sta->ilbst_rcount = sta->ilbst_rcount_prev = rcount; in i_do_show_stats()
868 if (sta->ilbst_count == -1 || --(sta->ilbst_count) > 0) in i_do_show_stats()
899 sta->ilbst_rcount_prev = sta->ilbst_rcount; in i_do_show_stats()
922 sta->ilbst_rlist_sz = sta->ilbst_rcount; in i_do_show_stats()
931 if (sta->ilbst_rlist_sz > MAX(sta->ilbst_rcount, in i_do_show_stats()
934 MAX(sta->ilbst_rcount, sta->ilbst_rcount_prev); in i_do_show_stats()
955 sta->ilbst_old_is_old = !sta->ilbst_old_is_old; in i_do_show_stats()
[all …]
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dprivregs.h147 sta %l0, [SBP + (0*4)]%asi; \
148 sta %l1, [SBP + (1*4)]%asi; \
149 sta %l2, [SBP + (2*4)]%asi; \
150 sta %l3, [SBP + (3*4)]%asi; \
151 sta %l4, [SBP + (4*4)]%asi; \
152 sta %l5, [SBP + (5*4)]%asi; \
153 sta %l6, [SBP + (6*4)]%asi; \
154 sta %l7, [SBP + (7*4)]%asi; \
155 sta %i0, [SBP + (8*4)]%asi; \
156 sta %i1, [SBP + (9*4)]%asi; \
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c869 struct stat sta; local
881 if (fstat(fd, &sta) < 0)
884 if (sta.st_nlink != stb->st_nlink ||
885 sta.st_dev != stb->st_dev ||
886 sta.st_ino != stb->st_ino ||
888 sta.st_gen != stb->st_gen ||
890 sta.st_uid != stb->st_uid ||
891 sta.st_gid != stb->st_gid)
899 (long) stb->st_dev, (long) sta.st_dev);
902 (ULONGLONG_T) sta.st_ino);
[all …]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.S370 sta %l0, [%sp + 0]%asi ;\
371 sta %l1, [%sp + 4]%asi ;\
372 sta %l2, [%sp + 8]%asi ;\
373 sta %l3, [%sp + 12]%asi ;\
374 sta %l4, [%sp + 16]%asi ;\
375 sta %l5, [%sp + 20]%asi ;\
376 sta %l6, [%sp + 24]%asi ;\
377 sta %l7, [%sp + 28]%asi ;\
378 sta %i0, [%sp + 32]%asi ;\
379 sta %i1, [%sp + 36]%asi ;\
[all …]
H A Dmach_copy.S361 sta %g0, [%o0]%asi ! clr to double boundry
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.S325 sta %l1, [%sp + %g1]asi_num ;\
327 sta %l2, [%sp + %g2]asi_num ;\
329 sta %l3, [%sp + %g3]asi_num ;\
331 sta %l4, [%g4 + %g0]asi_num ;\
332 sta %l5, [%g4 + %g1]asi_num ;\
333 sta %l6, [%g4 + %g2]asi_num ;\
334 sta %l7, [%g4 + %g3]asi_num ;\
336 sta %i0, [%g4 + %g0]asi_num ;\
337 sta %i1, [%g4 + %g1]asi_num ;\
338 sta %i2, [%g4 + %g2]asi_num ;\
[all …]
H A Dwbuf.S166 sta %g7, [%g6 + MPCB_WBCNT]%asi
359 sta %g7, [%g6 + MPCB_WBCNT]%asi
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1709 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof (sc->sta)); in ural_init()
1890 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof (sc->sta)); in ural_amrr_timeout()
1893 sc->sc_tx_err += sc->sta[9]; in ural_amrr_timeout()
1894 sc->sc_tx_retries += (sc->sta[7] + sc->sta[8]); in ural_amrr_timeout()
1897 sc->sta[7] + /* TX one-retry ok count */ in ural_amrr_timeout()
1898 sc->sta[8] + /* TX more-retry ok count */ in ural_amrr_timeout()
1899 sc->sta[9]; /* TX retry-fail count */ in ural_amrr_timeout()
1903 sc->sta[6]; /* TX no-retry ok count */ in ural_amrr_timeout()
1919 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof (sc->sta)); in ural_amrr_start()
H A Dural_var.h95 uint16_t sta[11]; member
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c1713 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof (sc->sta)); in rum_init()
1911 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof (sc->sta)); in rum_amrr_timeout()
1914 sc->sc_tx_err += LE_32(sc->sta[5]) >> 16; in rum_amrr_timeout()
1915 sc->sc_tx_retries += ((LE_32(sc->sta[4]) >> 16) + in rum_amrr_timeout()
1916 (LE_32(sc->sta[5]) & 0xffff)); in rum_amrr_timeout()
1919 (LE_32(sc->sta[4]) >> 16) + /* TX one-retry ok count */ in rum_amrr_timeout()
1920 (LE_32(sc->sta[5]) & 0xffff) + /* TX more-retry ok count */ in rum_amrr_timeout()
1921 (LE_32(sc->sta[5]) >> 16); /* TX retry-fail count */ in rum_amrr_timeout()
1925 (LE_32(sc->sta[4]) & 0xffff); /* TX no-retry ok count */ in rum_amrr_timeout()
1940 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof (sc->sta)); in rum_amrr_start()
H A Drum_var.h98 uint32_t sta[6]; member
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dsetup.ksh38 if [[ "ON" == $(svcs -H -o sta svc:/network/nis/client:default) ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dsetup.ksh39 if [[ "ON" == $(svcs -H -o sta svc:/network/nis/client:default) ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dsetup.ksh39 if [[ "ON" == $(svcs -H -o sta svc:/network/nis/client:default) ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dsetup.ksh39 if [[ "ON" == $(svcs -H -o sta svc:/network/nis/client:default) ]]; then
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpci.esc230 ereport.io.pci.sta@PCI_TO_HB;
245 ereport.io.pci.sta@PCI_TO_HB;
248 ereport.io.pci.sta@PCI_TO_HB;
258 ereport.io.pci.sta@PCI_TO_HB;
657 ereport.io.pci.sta@PCIFN;
660 ereport.io.pci.sta@PCIFN;
693 ereport.io.pci.sta@PCIFN;
696 ereport.io.pci.sta@PCIFN;
743 ereport.io.pci.sec-sta@PCIFN;
765 ereport.io.pci.sec-sta@PCIFN;
[all …]
H A Dpciex.esc721 ereport.io.pci.sec-sta@PCIEXFN;
724 ereport.io.pci.sec-sta@PCIEXFN;
1214 ereport.io.pci.sec-sta@PCIEXFN,
1435 ereport.io.pci.sec-sta@PCIEXFN,
1532 ereport.io.pci.sec-sta@pciexrc;
1535 ereport.io.pci.sec-sta@PCIEXFN;
1584 ereport.io.pci.sta@PCIEXFN;
1749 ereport.io.pci.sta@pciexrc,
1822 ereport.io.pci.sta@PCIEXFN,
1946 ereport.io.pci.sta@PCIEXFN,
[all …]
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c372 int sta; in psm_node_has_prt() local
380 if (ACPI_SUCCESS(acpica_eval_int(ah, "_STA", &sta)) && in psm_node_has_prt()
381 !(sta & (ACPI_STA_DEVICE_PRESENT | ACPI_STA_DEVICE_FUNCTIONING))) in psm_node_has_prt()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1338 int sta, hid, bbn; in acpica_find_pcibus_walker() local
1343 if (ACPI_SUCCESS(acpica_eval_int(hdl, "_STA", &sta)) && in acpica_find_pcibus_walker()
1344 !(sta & (ACPI_STA_DEVICE_PRESENT | ACPI_STA_DEVICE_FUNCTIONING))) { in acpica_find_pcibus_walker()
1417 int sta, hid, bbn; in acpica_query_bbn_walker() local
1421 if (ACPI_SUCCESS(acpica_eval_int(hdl, "_STA", &sta)) && in acpica_query_bbn_walker()
1422 !(sta & (ACPI_STA_DEVICE_PRESENT | ACPI_STA_DEVICE_FUNCTIONING))) { in acpica_query_bbn_walker()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c1906 node.sta.sta_id = IWH_BROADCAST_ID; in iwh_newstate()
4445 (void) memset(node.sta.addr, 0xff, 6); in iwh_config()
4447 node.sta.sta_id = IWH_BROADCAST_ID; in iwh_config()
6254 IEEE80211_ADDR_COPY(node.sta.addr, in->in_bssid); in iwh_add_ap_sta()
6256 node.sta.sta_id = IWH_AP_ID; in iwh_add_ap_sta()
6412 node.sta.sta_id = IWH_AP_ID; in iwh_recv_action()
6415 node.sta.modify_mask = STA_MODIFY_ADDBA_TID_MSK; in iwh_recv_action()
6447 node.sta.sta_id = IWH_AP_ID; in iwh_recv_action()
6450 node.sta.modify_mask = STA_MODIFY_DELBA_TID_MSK; in iwh_recv_action()
6516 node.sta.sta_id = IWH_AP_ID; in iwh_send_action()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c666 struct send_thread_arg *sta = arg; in send_cb() local
672 zb->zb_object >= sta->resume.zb_object); in send_cb()
673 ASSERT3P(sta->ds, !=, NULL); in send_cb()
675 if (sta->cancel) in send_cb()
692 bqueue_enqueue(&sta->q, record, record_size); in send_cb()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dsubr_asm.S117 sta %o1, [%o0]ASI_MEM
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S246 sta tmp2, [tmp1]ASI_MEM /* unlock */ ;\
264 sta tmp2, [tsbep + TSBE_TAG]%asi /* unlock */ ;\
300 sta tmp2, [tsbep + TSBE_TAG]%asi /* unlock */ ;\
368 sta tmp2, [tmp1]ASI_MEM /* unlock */ ;\
380 sta tmp2, [tsbep + TSBE_TAG]%asi /* unlock */ ;\
1768 sta %g0, [%g1]ASI_MEM
3942 sta %g0, [kpmlckp]asi
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1407 char sta[5]; in sprint_sta() local
1417 (void) strcpy(sta, state_abbrev(state_name)); in sprint_sta()
1420 (void) strcat(sta, "*"); in sprint_sta()
1422 (void) snprintf(newbuf, newsize, "%s%-4s ", *buf ? *buf : "", sta); in sprint_sta()
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c1843 (void) memset(&node.sta.addr, 0xff, IEEE80211_ADDR_LEN); in iwp_newstate()
1844 node.sta.sta_id = IWP_BROADCAST_ID; in iwp_newstate()
4207 (void) memset(node.sta.addr, 0xff, 6); in iwp_config()
4209 node.sta.sta_id = IWP_BROADCAST_ID; in iwp_config()
5359 IEEE80211_ADDR_COPY(node.sta.addr, in->in_bssid); in iwp_add_ap_sta()
5361 node.sta.sta_id = IWP_AP_ID; in iwp_add_ap_sta()

12