/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Objective.java | 755 ResultTuple rst = (ResultTuple) results.get(lgroup); in calcqA() local 758 (AsIsTotal + rst.getToResult())/(numlg + 1); in calcqA() 759 rst.setToResult(toresult); in calcqA() 763 (AsIsTotal + rst.getFromResult()) in calcqA() 765 rst.setFromResult(fromresult); in calcqA() 769 - rst.getAsIsResult() in calcqA() 770 + rst.getToResult())/(numlg); in calcqA() 771 rst.setToResult(toresult); in calcqA() 773 - rst.getAsIsResult() in calcqA() 774 + rst.getFromResult())/(numlg); in calcqA() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | doc-guide.rst | 9 either `reStructuredText`_ (.rst) or `MarkDown`_ (.md) markup. These 20 The root of the documentation is the file ``index.rst`` which mainly 24 .. _reStructuredText: http://docutils.sourceforge.net/rst.html
|
H A D | Makefile | 23 %.1: %.rst man
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | example.8 | 6 block return-rst in quick proto tcp from any to any port = 113 flags S/SA
|
H A D | BASIC_2.FW | 70 block return-rst in log proto tcp from any to any flags S/SA group 100
|
H A D | BASIC_1.FW | 97 block return-rst in log proto tcp from any to any flags S/SA group 100
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/ |
H A D | ir.py | 24 class IROpDirective(docutils.parsers.rst.Directive):
|
H A D | cdoc.py | 275 class CDocDirective(docutils.parsers.rst.Directive):
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_vir.c | 1554 rst_ctl_t rst; in npi_fzc_rst_ctl_reset_mac() local 1556 rst.value = 0; in npi_fzc_rst_ctl_reset_mac() 1557 NXGE_REG_RD64(handle, RST_CTL_REG, &rst.value); in npi_fzc_rst_ctl_reset_mac() 1558 rst.value |= (1 << (RST_CTL_MAC_RST0_SHIFT + port)); in npi_fzc_rst_ctl_reset_mac() 1559 NXGE_REG_WR64(handle, RST_CTL_REG, rst.value); in npi_fzc_rst_ctl_reset_mac()
|
H A D | npi_txdma.c | 932 cs.bits.ldw.rst = 1; in npi_txdma_channel_control() 947 cs.bits.ldw.rst = 1; in npi_txdma_channel_control() 2005 if (!txcs.bits.ldw.rst) { in npi_txdma_control_reset_wait()
|
H A D | npi_rxdma.c | 431 cfg.bits.ldw.rst = 1; in npi_rxdma_cfg_rdc_ctl() 438 while ((count--) && (cfg.bits.ldw.rst)) { in npi_rxdma_cfg_rdc_ctl()
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/ |
H A D | fksmbcl_main.c | 635 struct stat64 rst; in do_put() local 701 error = fake_stat(vp, &rst, 0); in do_put() 706 if (rst.st_size != st.st_size) { in do_put()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi_pfc.c | 736 hpi_pfc_set_tcp_control_rst(hpi_handle_t handle, boolean_t rst) in hpi_pfc_set_tcp_control_rst() argument 746 if (rst) in hpi_pfc_set_tcp_control_rst() 747 tcp.bits.rst = 1; in hpi_pfc_set_tcp_control_rst() 749 tcp.bits.rst = 0; in hpi_pfc_set_tcp_control_rst()
|
H A D | hxge_pfc_hw.h | 484 uint32_t rst:1; member 492 uint32_t rst:1;
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_txdma_hw.h | 421 uint32_t rst:1; member 455 uint32_t rst:1;
|
H A D | nxge_rxdma_hw.h | 377 uint32_t rst:1; member 385 uint32_t rst:1;
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_nx.c | 1684 uint32_t rst; in ql_8021_reset_hw() local 1735 ql_8021_rd_32(ha, UNM_ROMUSB_GLB_SW_RESET, &rst); in ql_8021_reset_hw() 1736 rst &= ~((1 << 28) | (1 << 24)); in ql_8021_reset_hw() 1737 ql_8021_wr_32(ha, UNM_ROMUSB_GLB_SW_RESET, rst); in ql_8021_reset_hw()
|
H A D | ql_xioctl.c | 8454 EXT_MENLO_RESET rst; in ql_menlo_reset() local 8484 (void *)&rst, sizeof (EXT_MENLO_RESET), mode) != 0) { in ql_menlo_reset() 8500 rval = ql_reset_menlo(ha, &mr, rst.Flags); in ql_menlo_reset()
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac.c | 1019 ac_kstat_stat(sysc_cfga_rstate_t rst, sysc_cfga_ostate_t ost) in ac_kstat_stat() argument 1021 switch (rst) { in ac_kstat_stat()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uustat.c | 1308 static float rst, ust, kst, xferrate, utt, ktt; local 1356 jobid, &queuetime, &tat, &size, options, &rst,
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | subshell.sh | 82 bar=( zzz=no rst=fed)
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tulip.c | 1773 unsigned char *rst = rleaf->leafdata; in select_media() local 1779 for (i = 0; i < rst[0]; i++) in select_media() 1780 outl(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15); in select_media()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 2127 printf("\n\tControl status RST state %d", cs.bits.ldw.rst); in nxge_txdma_regs_dump() 2441 tx_cs_p->bits.ldw.rst = 1; in nxge_map_txdma_channel_cfg_ring() 2857 tx_ring_p->tx_cs.bits.ldw.rst = 1; in nxge_txdma_start_channel() 2965 tx_ring_p->tx_cs.bits.ldw.rst = 1; in nxge_txdma_stop_channel()
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 4476 struct stat64 rst, zst; in duplicate_reachable_path() local 4479 if (stat64(rootpath, &rst) == -1) { in duplicate_reachable_path() 4492 rst.st_dev == zst.st_dev && rst.st_ino == zst.st_ino) { in duplicate_reachable_path()
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | bnx_lm_main.c | 4736 u32_t rst in rss_hash_byte() argument 4751 rst ^= k; in rss_hash_byte() 4756 return rst; in rss_hash_byte()
|