Searched refs:actual (Results 51 - 75 of 75) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2359 * e1000g_intr_work - actual processing of ISR
5973 int count, avail, actual; local
6014 count, &actual, flag);
6016 if ((rc != DDI_SUCCESS) || (actual == 0)) {
6024 if (actual < count) {
6028 count, actual);
6031 Adapter->intr_cnt = actual;
6041 for (y = 0; y < actual; y++)
6060 for (x = 0; x < actual; x++) {
6074 for (y = 0; y < actual;
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1580 int avail, actual, count; local
1621 count, &actual, flag);
1623 if ((ret != DDI_SUCCESS) || (actual == 0)) {
1626 actual = 0;
1630 if (actual < count) {
1632 "Requested: %d, Received: %d", count, actual);
1636 softs->intr_cnt = actual;
1657 for (i = 0; i < actual; i++)
1672 int actual; local
1675 actual
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2183 " expected %x, actual %lx",
4194 int count, avail, actual; local
4265 actual = 0;
4275 (int)request, &actual, DDI_INTR_ALLOC_NORMAL);
4278 " %d, request: %d, actual: %d",
4279 __func__, qlge->instance, rc, request, actual);
4282 qlge->intr_cnt = actual;
4287 * If the actual number of vectors is less than the minumum
4290 if (actual < minimum) {
4292 "Insufficient interrupt handles available: %d", actual);
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4465 int count, avail, actual, intr_types; local
4526 count, &actual, DDI_INTR_ALLOC_NORMAL);
4528 if ((rc != DDI_SUCCESS) || (actual == 0)) {
4537 if ((actual < count) && myri10ge_verbose) {
4539 mgp->name, actual, count);
4542 mgp->intr_cnt = actual;
4552 for (y = 0; y < actual; y++) {
4567 for (x = 0; x < actual; x++) {
4574 for (y = 0; y < actual; y++) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c1325 * actual hardware probing itself was done either from within
8132 int count, avail, actual; local
8186 intr_type, 0, count, &actual, DDI_INTR_ALLOC_NORMAL);
8188 if ((rc != DDI_SUCCESS) || (actual == 0)) {
8190 "ddi_intr_alloc() failed, rc %d count %d actual %d "
8191 "avail %d\n", rc, count, actual, avail);
8199 if (actual < count) {
8201 "Requested: %d, Received: %d", count, actual);
8205 ahci_ctlp->ahcictl_intr_cnt = actual;
8216 for (i = 0; i < actual;
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1355 int actual, avail, intr_size, count = 0; local
1396 intr_type, 0, count, &actual, flag);
1398 if ((ret != DDI_SUCCESS) || (actual == 0)) {
1407 if (actual < count) {
1410 count, actual);
1412 for (i = 0; i < actual; i++)
1420 ohcip->ohci_intr_cnt = actual;
1427 for (i = 0; i < actual; i++)
1444 for (i = 0; i < actual; i++)
1457 for (i = 0; i < actual;
[all...]
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c4127 int32_t actual = 0; local
4165 0, count, &actual, 0)) != DDI_SUCCESS) {
4167 "count = %xh, " "actual=%xh", ret, count, actual);
4174 skdev->intr_cnt = actual;
4189 for (i = 0; i < actual; i++) {
4194 "act=%xh, ret=%xh", i, actual, ret);
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c1392 * This is a wrapper routine to serialize access to the actual ioctl routine.
7301 int avail, actual, count; local
7348 count, &actual, flag);
7350 if ((ret != DDI_SUCCESS) || (actual == 0)) {
7356 if (actual < count) {
7358 "Requested = %d Received = %d", count, actual));
7360 instance->intr_cnt = actual;
7385 for (i = 0; i < actual; i++) {
7425 for (i = 0; i < actual; i++)
7429 for (i = 0; i < actual;
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c2246 vnodeops_t **actual) /* Return the vnodeops */
2251 *actual = (vnodeops_t *)kmem_alloc(sizeof (vnodeops_t), KM_SLEEP);
2253 (*actual)->vnop_name = name;
2255 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ);
2257 kmem_free(*actual, sizeof (vnodeops_t));
2243 vn_make_ops( const char *name, const fs_operation_def_t *templ, vnodeops_t **actual) argument
H A Dfem.c3269 fem_t **actual)
3286 *actual = newf;
3396 fsem_t **actual)
3413 *actual = newv;
3268 fem_create(char *name, const struct fs_operation_def *templ, fem_t **actual) argument
3395 fsem_create(char *name, const struct fs_operation_def *templ, fsem_t **actual) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16363 int32_t actual = 0; local
16407 &actual, 0)) != DDI_SUCCESS || actual < count) {
16409 "actual=%xh\n", ret, count, actual);
16414 ha->intr_cnt = actual;
16484 int32_t actual = 0; local
16564 DDI_INTR_ALLOC_NORMAL, count, &actual, 0)) != DDI_SUCCESS) ||
16565 actual < QL_MSIX_MAXAIF) {
16567 "actual
16662 int32_t actual = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2303 int rval, avail, count, actual, max; local
2346 rval = ddi_intr_alloc(pwp->dip, pwp->ih_table, type, 0, max, &actual,
2360 pwp->intr_cnt = actual;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex490 % actual body; @end closes the group after calling \Efoo. \envdef also
1030 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
1080 % font as three actual period characters.
1132 \comment % Ignore the actual filename.
3106 % \doindex just uses \parsearg; it calls \doind for the actual work.
3899 % construct for the sake of pdftex, which needs the actual
4056 % Write the actual heading.
4300 % We don't substitute the actual chapter name into \thischapter
4319 % the pdfdest) after any page break, but before the actual text has
4325 % Typeset the actual headin
[all...]
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c426 int actual; local
429 &actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c994 int actual; local
1024 &actual, DDI_INTR_ALLOC_STRICT);
1025 if ((rv != DDI_SUCCESS) || (actual == 0)) {
1028 rv, actual);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s258 ! the actual implemented nwin - 1 value
H A Dtrap_table.s1580 rdpr %tt, %g3 ! delay - get actual hw trap type
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c661 int i, j, smi, actual; local
744 int actual; local
750 0, 1, &actual, DDI_INTR_ALLOC_NORMAL) == DDI_SUCCESS) {
1431 DDI_INTR_TYPE_FIXED, 0, 1, &actual,
1502 DDI_INTR_TYPE_FIXED, 0, 1, &actual,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3458 * Since SMID 0 is reserved and the TM slot is reserved, the actual max
8243 * Since SMID 0 is reserved and the TM slot is reserved, the actual max
13238 int avail, actual, count = 0; local
13279 count, &actual, flag);
13281 if ((ret != DDI_SUCCESS) || (actual == 0)) {
13289 if (actual < count) {
13291 count, actual);
13294 mpt->m_intr_cnt = actual;
13304 for (i = 0; i < actual; i++) {
13318 for (i = 0; i < actual;
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s620 ! Currently, o2 is the actual count remaining
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s637 ! Currently, o2 is the actual count remaining
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh61 directoryserver examples below to create the actual VLV indexes.
65 dsadm examples below to create the actual VLV indexes.
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh573 is specified, the actual initialTTL will be randomly selected
2278 # to actual location.
2285 echo "Moving output from temporary file ($CONFIG_FILE) to actual file ($_CONFIG_FILE)"
5711 # to actual location.
5718 echo "Moving output from temporary file ($MAP_FILE) to actual file ($_MAP_FILE)"
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s1807 rdpr %tt, %g3 ! delay - get actual hw trap type
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2706 ! raise inexact if the actual argument vector is all ones.)

Completed in 271 milliseconds

123