Searched defs:actual (Results 26 - 50 of 58) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c428 int actual; local
436 0, 1, &actual, DDI_INTR_ALLOC_STRICT);
437 if ((rv != DDI_SUCCESS) || (actual != 1)) {
439 rv, actual);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c138 int32_t actual; local
254 actual = 0;
287 &actual, DDI_INTR_ALLOC_NORMAL);
290 "MSI: %s: count=%d actual=%d ret=%d", s_type, count, actual, ret);
292 if ((ret != DDI_SUCCESS) || (actual == 0)) {
296 actual = 0;
300 if (actual != count) {
301 /* Validate actual count */
302 if (actual >
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c74 * allocation logic, as well as, the actual interfaces to
1597 int request, count, actual, rc, min; local
1637 actual = 0;
1647 min(request, count), &actual, DDI_INTR_ALLOC_NORMAL);
1653 i40e->i40e_intr_count = actual;
1657 if (actual < min) {
1658 i40e_log(i40e, "actual (%d) is less than minimum (%d).",
1659 actual, min);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c259 * If it's a parameter then link to the actual value node and
1669 * have the actual parameter assigned to it (call by value),
1697 register NODE *actual; local
1707 * If the actual list runs out before the formal
1716 actual = getlist(&actlist);
1717 if (actual == NNULL) {
1718 actual = constundef;
1722 array = actual;
1723 switch (actual->n_type) {
1730 array = actual
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c1135 int actual; local
1139 0, 1, &actual, DDI_INTR_ALLOC_NORMAL) != DDI_SUCCESS) ||
1140 (actual != 1)) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c1129 * The actual hardware probing itself was done either from within
1241 * The actual work of building the FIS & transporting it to the hardware
4917 int actual, count = 0; local
4937 inum, count, &actual, DDI_INTR_ALLOC_STRICT);
4939 if ((rc != DDI_SUCCESS) || (actual == 0)) {
4946 if (actual < count) {
4948 "Requested: %d, Received: %d", count, actual);
4950 for (x = 0; x < actual; x++) {
4958 si_ctlp->sictl_intr_cnt = actual;
4966 for (x = 0; x < actual;
5020 int count, avail, actual; 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/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c840 int actual, avail, intr_size, count = 0; local
881 intr_type, 0, count, &actual, flag);
883 if ((ret != DDI_SUCCESS) || (actual == 0)) {
892 if (actual < count) {
895 count, actual);
897 for (i = 0; i < actual; i++)
905 ehcip->ehci_intr_cnt = actual;
912 for (i = 0; i < actual; i++)
929 for (i = 0; i < actual; i++)
942 for (i = 0; i < actual;
[all...]
/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/common/io/nge/
H A Dnge_main.c2922 int avail, actual, intr_size, count = 0; local
2957 count, &actual, flag);
2959 if ((ret != DDI_SUCCESS) || (actual == 0)) {
2966 if (actual < count) {
2968 count, actual));
2971 ngep->intr_actual_cnt = actual;
2982 for (i = 0; i < actual; i++) {
2995 for (i = 0; i < actual; i++)
3005 for (i = 0; i < actual; i++) {
3012 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/bge/
H A Dbge_main2.c4364 int avail, actual, intr_size, count = 0; local
4409 count, &actual, flag);
4411 if ((ret != DDI_SUCCESS) || (actual == 0)) {
4418 if (actual < count) {
4420 bgep->ifname, count, actual));
4423 bgep->intr_cnt = actual;
4433 for (i = 0; i < actual; i++) {
4442 for (i = 0; i < actual; i++) {
4449 for (i = 0; i < actual; i++) {
4462 for (i = 0; i < actual;
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4321 * actual value="err->te_actual"
4962 const char *ev1, const char *ev2, const char *actual,
4980 err->te_actual = actual;
5088 char *actual = NULL; local
5097 if ((actual = _scf_get_pg_type(pg)) == NULL)
5111 ev1, NULL, actual, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5115 free(actual);
5213 char *actual = NULL; local
5226 if ((actual = _scf_get_prop_type(prop)) == NULL)
5255 prop_name, ev1, NULL, actual, t_fmr
4960 _scf_tmpl_add_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, const char *pg_name, const char *prop_name, const char *ev1, const char *ev2, const char *actual, const char *tmpl_fmri, const char *tmpl_pg_name, const char *tmpl_pg_type, const char *tmpl_prop_name, const char *tmpl_prop_type) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c2074 { "<actual>", NULL },
2127 size_t hsize, i, actual, prime, evenpow; local
2149 hsize = (actual = agb.dtagb_hashsize) * sizeof (size_t);
2181 hdata->dthsd_hashsize = actual;
2194 * If we were just printing the actual value, we won't try
2294 size_t hsize, i, actual, prime; local
2308 hsize = (actual = dstate.dtds_hashsize) * sizeof (size_t);
2331 hdata->dthsd_hashsize = actual;
2344 * If we were just printing the actual value, we won't try
/illumos-gate/usr/src/uts/common/fs/
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/
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/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/sata/adapters/nv_sata/
H A Dnv_sata.c2877 * nvp_queue_depth represents the actual drive queue depth, not the
3783 int actual, count = 0; local
3810 inum, count, &actual, DDI_INTR_ALLOC_STRICT);
3812 if ((rc != DDI_SUCCESS) || (actual == 0)) {
3820 if (actual < count) {
3823 count, actual);
3828 nvc->nvc_intr_cnt = actual;
3850 for (x = 0; x < actual; x++) {
3873 for (y = 0; y < actual; y++) {
3890 int count, avail, actual; local
[all...]
/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/igb/
H A Digb_main.c514 * The actual numbers of rx/tx rings are decided by the number of
4419 int orig, request, count, avail, actual; local
4491 actual = 0;
4501 request, &actual, DDI_INTR_ALLOC_NORMAL);
4504 "return: %d, request: %d, actual: %d",
4505 rc, request, actual);
4508 igb_log(igb, IGB_LOG_INFO, "interrupts actually allocated: %d", actual);
4510 igb->intr_cnt = actual;
4512 if (actual < minimum) {
4515 actual);
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c514 * The actual numbers of rx/tx rings are decided by the number of
1992 int i, rc, actual; local
2043 DDI_INTR_TYPE_MSIX, ixgbe->intr_cnt, count, &actual,
2045 if (rc != DDI_SUCCESS || actual != count) {
2047 "return: %d, irm cb size: %d, actual: %d",
2048 rc, count, actual);
2061 "return: %d, irm cb size: %d, actual: %d",
2062 rc, count, actual);
5010 int request, count, actual; local
5064 actual
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c974 size_t actual; local
1032 actual = strlcat(fmri, separator, bufsize);
1034 if (actual < bufsize) {
1035 actual = strlcat(fmri, name, bufsize);
1037 actual += strlen(name);
1040 if (actual < bufsize) {
1045 *sz_out = actual;
1111 size_t actual; local
1121 rc = rc_node_get_fmri_or_fragment(np->rn_parent, fmri, sz, &actual);
1125 rc = rc_concat_fmri_element(fmri, sz, &actual, n
2979 size_t actual; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c405 /* References to the actual property group definitions. */
1677 const char *actual = NULL; local
1726 /* actual, ev1 and ev2 are error code specific. */
1733 actual = uint64_to_str(einfo->ei_u.ei_cardinality.ei_count);
1745 actual = pg->sc_pgroup_type;
1746 if (actual != NULL) {
1747 actual = safe_strdup(actual);
1756 actual = safe_strdup(scf_type_to_string(prop_type));
1759 actual
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c720 int count, avail, actual; local
745 DDI_INTR_ALLOC_NORMAL, count, &actual, 0);
747 if (ret != DDI_SUCCESS || actual < 2) {
748 EL(qlt, "ddi_intr_alloc status=%xh, actual=%d\n", ret,
749 actual);
753 if (actual < count) {
754 EL(qlt, "requested: %d, received: %d\n", count, actual);
757 qlt->intr_cnt = actual;
765 for (i = 0; i < actual; i++) {
781 for (i = 0; i < actual;
796 int count, avail, actual; local
877 int actual; local
[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...]

Completed in 215 milliseconds

123