Searched defs:result (Results 1 - 25 of 1174) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c506 * As a result, functions called from probe context may only call other DTrace
1263 uint64_t result[2]; local
1265 result[0] = addend1[0] + addend2[0];
1266 result[1] = addend1[1] + addend2[1] +
1267 (result[0] < addend1[0] || result[0] < addend2[0] ? 1 : 0);
1269 sum[0] = result[0];
1270 sum[1] = result[1];
12244 * it would be a result of corrupted DOF in the driver
12321 * (The ECBs that result fro
17138 dtrace_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3677 bool_t result; local
3683 result = TRUE;
3685 result = FALSE;
3687 return (result);
4185 * the name may become invalid as a result of fn_move().
4244 * become invalid as a result of fn_move().
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1638 int result; local
1644 result = write(arc_procfd, &ctl, sizeof (ctl));
1645 ASSERT3U(result, ==, sizeof (ctl));
1656 int result; local
1662 result = write(arc_procfd, &ctl, sizeof (ctl));
1663 ASSERT3U(result, ==, sizeof (ctl));
2207 * the reference. As a result, we use the arc
3497 * state. As a result, if concurrent insertions into the state are
6566 * call (8MB). Subsequent calls will result in different
H A Ddbuf.c2418 * asynchronously. As a result, this call never blocks waiting for a read to
2702 boolean_t result = B_FALSE; local
2712 result = B_TRUE;
2716 return (result);
3120 * operation to sneak in. As a result, we need to ensure that we
H A Ddsl_dataset.c248 * incorrect FALSE return, which would only result in an
402 boolean_t result = B_FALSE; local
408 result = B_TRUE;
413 return (result);
2329 * in the result nvlist.
2340 dsl_dataset_rollback(const char *fsname, void *owner, nvlist_t *result) argument
2346 ddra.ddra_result = result;
H A Ddsl_dir.c332 int result = 0; local
336 result = dsl_dir_namelen(dd->dd_parent) + 1;
342 result += strlen(dd->dd_myname);
345 result += strlen(dd->dd_myname);
348 return (result);
1157 * If this transaction will result in a net free of space,
H A Dlz4.c111 * decoding and return a negative result, indicating the byte
135 * negative result, indicating the byte position of the faulty
897 int result; local
907 result = LZ4_compress64kCtx(ctx, source, dest, isize, osize);
909 result = LZ4_compressCtx(ctx, source, dest, isize, osize);
912 return (result);
928 * will produce an error result, a negative int, indicating the position
H A Dzfs_ioctl.c6174 zfs_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
6178 *result = zfs_dip;
6182 *result = (void *)0;
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c487 ipnet_devinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
493 *result = (void *)0;
498 *result = ipnet_dip;
2145 ipnet_client_open(ipnetif_t *ptr, ipnetif_t **result) argument
2148 ASSERT(result != NULL);
2150 *result = ptr;
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c5052 uint_t result; local
5064 result = DDI_INTR_UNCLAIMED;
5083 return (result);
5104 result = DDI_INTR_CLAIMED;
5249 return (result);
5272 return (result);
5340 uint_t result; local
5356 result = DDI_INTR_CLAIMED;
5402 return (result);
5482 return (result);
[all...]
H A Dbge_main2.c1117 long result; local
1120 (void) ddi_strtol(pr_val, (char **)NULL, 0, &result);
1121 if (result > 1 || result < 0) {
1124 bgep->param_adv_pause = (uint32_t)result;
1131 (void) ddi_strtol(pr_val, (char **)NULL, 0, &result);
1132 if (result > 1 || result < 0) {
1135 bgep->param_adv_asym_pause = (uint32_t)result;
1156 (void) ddi_strtol(pr_val, (char **)NULL, 0, &result);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c216 dpinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
222 *result = (void *)dpdevi;
226 *result = (void *)0;
H A Deventfd.c368 eventfd_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
374 *result = (void *)eventfd_devi;
378 *result = (void *)0;
H A Dlofi.c1784 lofi_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
1796 *result = lsp->ls_dip;
1799 *result = (void *) (intptr_t)instance;
H A Dsignalfd.c41 * be taken to safely ensure the proper result. A sigfd_proc_state_t is
84 * descriptors (such as /dev/poll or event ports) will result in missed poll
787 signalfd_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
793 *result = (void *)signalfd_devi;
797 *result = (void *)0;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c461 fcsm_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg, void **result) argument
470 *result = (void *)(long)instance; /* minor number is instance */
475 *result = (void *)fcsm_dip;
3009 fcsm_login_ms_comp(opaque_t comp_arg, fcsm_job_t *login_job, int result) argument
3023 "login_ms_comp: result 0x%x", login_job->job_result));
3250 fcsm_ct_passthru_comp(opaque_t comp_arg, fcsm_job_t *job, int result) argument
3254 "ct_passthru_comp: result 0x%x port 0x%x",
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosdisk.c540 u_int x, sec, result, resid, retry, maxfer; local
612 result = bd_edd_io(dev, dblk, x, xp, dowrite);
614 result = bd_chs_io(dev, dblk, x, xp, dowrite);
615 if (result == 0)
621 p, VTOP(p), dblk, result ? "failed" : "ok");
624 dblk, p, VTOP(p), result ? "failed" : "ok");
625 if (result) {
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c80 static int zfs_rlookup(const spa_t *spa, uint64_t objnum, char *result);
1770 zfs_rlookup(const spa_t *spa, uint64_t objnum, char *result) argument
1822 strcpy(result, p);
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c583 register long result; local
617 * ahead and compute the result.
620 result = numerator / htp->hrt_res;
628 * then rounding increases the result by 1.
630 * For HRT_RNDUP, we increase the result by 1 if:
632 * result * htp->hrt_res != numerator
635 * result above.
637 * We also check for overflow when incrementing result
642 modulus = numerator - result * htp->hrt_res;
651 temp = result
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1243 * Decode FMRI into a service or instance, and put the result in *ep. If
8191 int result = 0; local
8212 result = -1;
8232 result = -1;
8280 result = 0;
8338 result = 0;
8441 result = -1;
8451 return (result);
10823 int result; local
10870 result
11032 int result; local
11090 int result; local
12011 scf_error_t result; local
13829 int ret, result = 0; local
14166 int ret, result = 0; local
14544 int ret, result = 0; local
[all...]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsbrk.c61 void *result; local
68 result = _sbrk_unlocked(addend);
71 return (result);
173 intptr_t result; local
194 if ((result = _brk_unlocked(new_brk)) == 0)
198 return (result);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1614 int result = 0; local
1621 result = 1;
1625 return (result);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1506 "Recovery is possible, but will result in some data loss.\n"));
1864 assert(!"unexpected result");
2840 boolean_t result = (strcmp(mpath, spath) == 0); local
2843 if (result) {
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c298 nvlist_t *result; local
313 err = lzc_ioctl(ZFS_IOC_SPACE_SNAPS, lastsnap, args, &result);
316 *usedp = fnvlist_lookup_uint64(result, "used");
317 fnvlist_free(result);
344 * If cleanup_fd is not -1, it must be the result of open("/dev/zfs", O_EXCL).
512 * the snapshot this bookmark was created from. This will result in
521 nvlist_t *result; local
533 err = lzc_ioctl(ZFS_IOC_SEND_SPACE, snapname, args, &result);
536 *spacep = fnvlist_lookup_uint64(result, "space");
537 nvlist_free(result);
705 nvlist_t *result; local
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1985 int result; local
2003 * result of the comparison.
2007 result = strcmp(a1, a2);
2009 return ((result == 0));
2017 struct addrinfo hints, *result; local
2035 if (getaddrinfo(address, NULL, &hints, &result) != 0)
2037 sin4->sin_family = result->ai_family;
2041 &((struct sockaddr_in *)result->ai_addr)->sin_addr,
2044 freeaddrinfo(result);
3350 long long result; local
3385 unsigned long long result; local
7636 int doorfd, result; local
[all...]

Completed in 727 milliseconds

1234567891011>>