/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_stats.c | 296 ilbst_arg_t *sta = (ilbst_arg_t *)of_arg->ofmt_cbarg; in of_server_stats() local 309 for (i = 0; i < sta->ilbst_rcount; i++) { in of_server_stats() 310 valid = sumfunc(&sta->ilbst_rlist[i], &val, sta->ilbst_flags); in of_server_stats() 316 if ((sta->ilbst_flags & ILBST_ABS_NUMBERS) != 0) in of_server_stats() 319 for (i = 0; i < sta->ilbst_rcount; i++) { in of_server_stats() 320 (void) sumfunc(&sta->ilbst_rlist[i], &val, in of_server_stats() 321 sta->ilbst_flags | ILBST_OLD_VALUES); in of_server_stats() 330 if ((sta->ilbst_flags & (ILBST_DELTA_INTERVAL|ILBST_ABS_NUMBERS)) == 0) in of_server_stats() 331 count /= sta->ilbst_interval; in of_server_stats() 346 ilbst_arg_t *sta = (ilbst_arg_t *)of_arg->ofmt_cbarg; in of_itemize_stats() local [all …]
|
/titanic_44/usr/src/uts/sparc/v9/sys/ |
H A D | privregs.h | 147 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 …]
|
/titanic_44/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 869 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) 897 (long) stb->st_nlink, (long) sta.st_nlink); 899 (long) stb->st_dev, (long) sta.st_dev); [all …]
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 338 1: sta %l0, [%sp + %g0]asi_num ;\ 340 sta %l1, [%sp + %g1]asi_num ;\ 342 sta %l2, [%sp + %g2]asi_num ;\ 344 sta %l3, [%sp + %g3]asi_num ;\ 346 sta %l4, [%g4 + %g0]asi_num ;\ 347 sta %l5, [%g4 + %g1]asi_num ;\ 348 sta %l6, [%g4 + %g2]asi_num ;\ 349 sta %l7, [%g4 + %g3]asi_num ;\ 351 sta %i0, [%g4 + %g0]asi_num ;\ 352 sta %i1, [%g4 + %g1]asi_num ;\ [all …]
|
H A D | mach_copy.s | 390 sta %g0, [%o0]%asi ! clr to double boundry
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 331 1: sta %l0, [%sp + %g0]asi_num ;\ 333 sta %l1, [%sp + %g1]asi_num ;\ 335 sta %l2, [%sp + %g2]asi_num ;\ 337 sta %l3, [%sp + %g3]asi_num ;\ 339 sta %l4, [%g4 + %g0]asi_num ;\ 340 sta %l5, [%g4 + %g1]asi_num ;\ 341 sta %l6, [%g4 + %g2]asi_num ;\ 342 sta %l7, [%g4 + %g3]asi_num ;\ 344 sta %i0, [%g4 + %g0]asi_num ;\ 345 sta %i1, [%g4 + %g1]asi_num ;\ [all …]
|
H A D | wbuf.s | 169 sta %g7, [%g6 + MPCB_WBCNT]%asi 362 sta %g7, [%g6 + MPCB_WBCNT]%asi
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | setup.ksh | 38 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then
|
/titanic_44/usr/src/uts/common/io/ural/ |
H A D | ural.c | 1709 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 D | ural_var.h | 95 uint16_t sta[11]; member
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | setup.ksh | 35 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | setup.ksh | 35 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
H A D | setup.ksh | 35 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then
|
/titanic_44/usr/src/uts/common/io/rum/ |
H A D | rum.c | 1713 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 D | rum_var.h | 98 uint32_t sta[6]; member
|
/titanic_44/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 164 event ereport.io.pci.sta@PCIFN{within(5s)}; 202 ereport.io.pci.sta@pcibus/pcidev<todev>/pcifn { 230 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; 581 event ereport.io.pci.sec-sta@PCIFN{within(5s)}; 657 ereport.io.pci.sta@PCIFN; 660 ereport.io.pci.sta@PCIFN; 693 ereport.io.pci.sta@PCIFN; [all …]
|
H A D | pciex.esc | 692 event ereport.io.pci.sec-sta@PCIEXFN{within(5s)}; 721 ereport.io.pci.sec-sta@PCIEXFN; 724 ereport.io.pci.sec-sta@PCIEXFN; 858 event ereport.io.pci.sta@PCIEXFN{within(5s)}; 886 event ereport.io.pci.sec-sta@pciexrc{within(5s)}; 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; 1550 ereport.io.pci.sec-sta@PCIEXFN, [all …]
|
/titanic_44/usr/src/uts/i86pc/io/psm/ |
H A D | psm_common.c | 372 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()
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1270 int sta, hid, bbn; in acpica_find_pcibus_walker() local 1275 if (ACPI_SUCCESS(acpica_eval_int(hdl, "_STA", &sta)) && in acpica_find_pcibus_walker() 1276 !(sta & (ACPI_STA_DEVICE_PRESENT | ACPI_STA_DEVICE_FUNCTIONING))) { in acpica_find_pcibus_walker() 1349 int sta, hid, bbn; in acpica_query_bbn_walker() local 1353 if (ACPI_SUCCESS(acpica_eval_int(hdl, "_STA", &sta)) && in acpica_query_bbn_walker() 1354 !(sta & (ACPI_STA_DEVICE_PRESENT | ACPI_STA_DEVICE_FUNCTIONING))) { in acpica_query_bbn_walker()
|
/titanic_44/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 1905 (void) memset(&node.sta.addr, 0xff, IEEE80211_ADDR_LEN); in iwh_newstate() 1906 node.sta.sta_id = IWH_BROADCAST_ID; in iwh_newstate() 4444 (void) memset(node.sta.addr, 0xff, 6); in iwh_config() 4446 node.sta.sta_id = IWH_BROADCAST_ID; in iwh_config() 6253 IEEE80211_ADDR_COPY(node.sta.addr, in->in_bssid); in iwh_add_ap_sta() 6255 node.sta.sta_id = IWH_AP_ID; in iwh_add_ap_sta() 6409 IEEE80211_ADDR_COPY(node.sta.addr, in->in_bssid); in iwh_recv_action() 6411 node.sta.sta_id = IWH_AP_ID; in iwh_recv_action() 6414 node.sta.modify_mask = STA_MODIFY_ADDBA_TID_MSK; in iwh_recv_action() 6444 IEEE80211_ADDR_COPY(node.sta.addr, in->in_bssid); in iwh_recv_action() [all …]
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | subr_asm.s | 199 sta %o1, [%o0]ASI_MEM
|
/titanic_44/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 255 sta tmp2, [tmp1]ASI_MEM /* unlock */ ;\ 273 sta tmp2, [tsbep + TSBE_TAG]%asi /* unlock */ ;\ 309 sta tmp2, [tsbep + TSBE_TAG]%asi /* unlock */ ;\ 377 sta tmp2, [tmp1]ASI_MEM /* unlock */ ;\ 389 sta tmp2, [tsbep + TSBE_TAG]%asi /* unlock */ ;\ 1917 sta %g0, [%g1]ASI_MEM 4134 sta %g0, [kpmlckp]asi
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 2006 if [[ "ON" != $($SVCS -H -o sta $ISCSII_FMRI) ]]; then 2010 while [[ "ON" != $($SVCS -H -o sta $ISCSII_FMRI) && \ 2017 if [[ "ON" != $($SVCS -H -o sta $ISCSII_FMRI) ]]; then 2091 if [[ "ON" == $($SVCS -H -o sta $ISCSITGT_FMRI) ]]; then 2099 while [[ "ON" != $($SVCS -H -o sta $ISCSITGT_FMRI) && \ 2106 if [[ "ON" != $($SVCS -H -o sta $ISCSITGT_FMRI) ]]; then
|
/titanic_44/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 1418 char sta[5]; in sprint_sta() local 1428 (void) strcpy(sta, state_abbrev(state_name)); in sprint_sta() 1431 (void) strcat(sta, "*"); in sprint_sta() 1433 (void) snprintf(newbuf, newsize, "%s%-4s ", *buf ? *buf : "", sta); in sprint_sta()
|
/titanic_44/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 1839 (void) memset(&node.sta.addr, 0xff, IEEE80211_ADDR_LEN); in iwp_newstate() 1840 node.sta.sta_id = IWP_BROADCAST_ID; in iwp_newstate() 4203 (void) memset(node.sta.addr, 0xff, 6); in iwp_config() 4205 node.sta.sta_id = IWP_BROADCAST_ID; in iwp_config() 5355 IEEE80211_ADDR_COPY(node.sta.addr, in->in_bssid); in iwp_add_ap_sta() 5357 node.sta.sta_id = IWP_AP_ID; in iwp_add_ap_sta()
|