Home
last modified time | relevance | path

Searched refs:per (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/titanic_44/usr/src/uts/common/io/skd/
H A Dskd.conf42 max-scsi-reqs-per-msg=1;
46 max-sgs-per-req=256;
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c546 int i, nreq, per, len; in req_width() local
564 per = (int)(knp[i].value.ui64 * 100 / tot); in req_width()
566 per = 0; in req_width()
568 knp[i].value.ui64, per); in req_width()
771 int i, j, nreq, per, ncolumns; in req_print() local
816 per = (int)((knp[j].value.ui64 - in req_print()
819 per = (int)(knp[j].value.ui64 * 100 / tot); in req_print()
821 per = 0; in req_print()
825 : knp[j].value.ui64), per); in req_print()
852 int i, j, nreq, per, ncolumns; in req_print_v4() local
[all …]
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_rc.c742 per_thres = ath_rc_priv->state[rate].per; in arn_rc_ratefind_ht()
968 last_per = ath_rc_priv->state[tx_rate].per; in arn_rc_update_per()
972 ath_rc_priv->state[tx_rate].per += 30; in arn_rc_update_per()
973 if (ath_rc_priv->state[tx_rate].per > 100) in arn_rc_update_per()
974 ath_rc_priv->state[tx_rate].per = 100; in arn_rc_update_per()
982 ath_rc_priv->state[tx_rate].per = in arn_rc_update_per()
1023 ath_rc_priv->state[tx_rate].per = new_per; in arn_rc_update_per()
1026 ath_rc_priv->state[tx_rate].per = in arn_rc_update_per()
1059 if (ath_rc_priv->state[probe_rate].per > 30) in arn_rc_update_per()
1060 ath_rc_priv->state[probe_rate].per = 20; in arn_rc_update_per()
[all …]
/titanic_44/usr/src/cmd/bnu/
H A DPermissions27 # per-machine and per-login permissions, e.g.,
/titanic_44/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h108 per : 1, /* post error */ member
120 per : 1, /* post error */ member
/titanic_44/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h78 per : 1, /* post error */ member
90 per : 1, /* post error */ member
/titanic_44/usr/src/lib/libc/i386/gen/
H A Dstrchr.s58 push %ebx / save regs per calling convention
88 pop %esi / restore esi ebx as per calling cvntn
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dgprof.flat.blurb17 ms/call function per call, if this function is profiled,
21 ms/call function and its descendents per call, if this
/titanic_44/usr/src/uts/common/sys/scsi/generic/
H A Ddad_mode.h109 per : 1, /* post error */ member
121 per : 1, /* post error */ member
/titanic_44/usr/src/lib/libm/amd64/src/
H A Drintl.s36 frndint / [x], per rounding mode
H A Dilogbl.s68 fdivp %st,%st(0) / raise invalid as per SUSv3
/titanic_44/usr/src/lib/libm/i386/src/
H A Drintl.s36 frndint / [x], per rounding mode
H A Drintf.s40 frndint / [x], per rounding mode
H A Drint.s40 frndint / [x], per rounding mode
H A Dilogbf.s68 fdivp %st,%st(0) / raise invalid as per SUSv3
H A Dilogb.s67 fdivp %st,%st(0) / raise invalid as per SUSv3
H A Dilogbl.s68 fdivp %st,%st(0) / raise invalid as per SUSv3
/titanic_44/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu_amd.esc45 * register provides counts of ECC errors seen per channel and chip-select
105 * | For a mem_ce ereport detected by a given chip/cpu (as per |
109 * | associated with a per-CSPATH SERD engine as long as we are |
116 * | When the per-CSPATH SERD engine fires we fault the page |
118 * | the trip, and increment a per-CSPATH counter to count page |
/titanic_44/usr/src/lib/print/libprint/common/
H A DsunPrinter.oc.conf.txt67 printer-pages-per-minute,
68 printer-pages-per-minute-color,
H A DsunPrinter.at.conf.txt45 attribute printer-pages-per-minute 1.3.18.0.2.4.1127 bin single
46 attribute printer-pages-per-minute-color 1.3.18.0.2.4.1126 bin single
/titanic_44/usr/src/
H A DREADME.license-files41 you'll put one in each source directory (i.e. one per library,
42 or one per command, or one per kernel module.)
/titanic_44/usr/src/cmd/cmd-inet/etc/ppp/
H A Doptions.tmpl35 # Device-specific options, such as asyncmap, should go in the per-device
38 # will be read (if it exists). When IP addresses are allocated per-port
/titanic_44/usr/src/lib/librstp/common/
H A DREADME.news1 - All per Port variables have been moved from the State
/titanic_44/usr/src/cmd/ssh/etc/
H A Dssh_config7 # The values can be changed in per-user configuration files $HOME/.ssh/config
/titanic_44/usr/src/uts/common/io/usb/hcd/
H A DREADME56 1 ms 1500 bytes or 12000 bits (per frame)
139 transaction per frame. According to the USB Bandwidth Analysis white
140 paper and also as per OHCI Specification 1.0a, section 7.3.5, page 123,
201 so that it will be polled as per the required polling interval. This value
232 125 us 7500 bytes (per uframe)
266 2.As per USB 2.0 specification section 5.5.4, 20% of bus time is reserved
283 Host_Delay) x Number of transactions per micro-frame
477 so that it will be polled as per the required polling interval. This

12345678910>>...13