| /netvirt/usr/src/cmd/valtools/ |
| ckint.c | 110 long intval; local 209 n = ckint(&intval, base, deflt, error, help, prompt); 215 (void) printf("%ld", intval);
|
| ckrange.c | 118 long lvalue, uvalue, intval; local 254 n = ckrange(&intval, lvalue, uvalue, (short)base, 261 (void) printf("%ld", intval);
|
| /netvirt/usr/src/uts/common/fs/sockfs/ |
| socksdpvnops.c | 293 int error, intval; local 352 intval = 0; 353 error = sdp_ioctl(so->so_priv, cmd, &intval, cr); 354 if (so_copyout(&intval, (void *)arg, sizeof (int), 385 intval = 0; 388 intval = sdp_polldata(so->so_priv, SDP_READ); 391 if (so_copyout(&intval, (void *)arg, sizeof (intval),
|
| socksctpvnops.c | 374 int intval; local 442 intval = 0; 444 if (so_copyout(&intval, (void *)arg, sizeof (int), 457 intval = (so->so_state & SS_ACCEPTCONN) ? 0 : 459 if (so_copyout(&intval, (void *)arg, sizeof (intval), 478 intval = STRUCT_FGET(opt, sopt_aid); 480 if ((so->so_type == SOCK_SEQPACKET) && intval) { 481 if ((error = sosctp_assoc(ss, intval, &ssa)) != 0) { 546 intval = STRUCT_FGET(opt, sopt_aid) [all...] |
| /netvirt/usr/src/lib/libdhcputil/common/ |
| dhcp_symbol.c | 464 dsym_parse_intrange(const char *field, int *intval, int min, int max) 475 *intval = (int)longval; 737 int intval; local 750 ret = dsym_parse_intrange(fields[field_num], &intval, 0, 753 sym->ds_code = (ushort_t)intval; 764 ret = dsym_parse_intrange(fields[field_num], &intval, 0, 767 sym->ds_gran = (uchar_t)intval; 774 ret = dsym_parse_intrange(fields[field_num], &intval, 0, 777 sym->ds_max = (uchar_t)intval;
|
| /netvirt/usr/src/uts/common/fs/zfs/ |
| dsl_prop.c | 341 uint64_t intval; local 346 isint = (dodefault(psa->name, 8, 1, &intval) == 0); 353 psa->name, 8, 1, &intval, NULL)); 359 intval = *(uint64_t *)psa->buf; 364 dd->dd_object, psa->name, intval, TRUE); 368 "%lld", (longlong_t)intval);
|
| zap_micro.c | 791 const uint64_t *intval = val; local 818 mzap_addent(zn, *intval); 834 const uint64_t *intval = val; local 861 mze->mze_phys.mze_value = *intval; 863 [mze->mze_chunkid].mze_value = *intval; 865 mzap_addent(zn, *intval);
|
| spa.c | 81 uint64_t intval, zprop_source_t src) 97 if (err = nvlist_add_uint64(propval, ZPROP_VALUE, intval)) 224 uint64_t intval = 0; local 260 intval = za.za_first_integer; 264 intval, src); 315 uint64_t intval; local 328 error = nvpair_value_uint64(elem, &intval); 330 (intval < spa_version(spa) || intval > SPA_VERSION)) 336 error = nvpair_value_uint64(elem, &intval); 3871 uint64_t intval; local [all...] |
| zfs_ioctl.c | 1332 uint64_t intval; local 1372 nvpair_value_uint64(elem, &intval) == 0 && 1373 intval >= ZIO_COMPRESS_GZIP_1 && 1374 intval <= ZIO_COMPRESS_GZIP_9) { 1407 if ((error = nvpair_value_uint64(elem, &intval)) != 0 || 1408 (error = dsl_dir_set_quota(name, intval)) != 0) 1413 if ((error = nvpair_value_uint64(elem, &intval)) != 0 || 1414 (error = dsl_dataset_set_quota(name, intval)) != 0) 1419 if ((error = nvpair_value_uint64(elem, &intval)) != 0 || 1421 intval)) != 0 [all...] |
| /netvirt/usr/src/cmd/xntpd/xntpd/ |
| ntp_intres.c | 808 u_long intval[NUMTOK]; local 826 if (!atouint(token[i], &intval[i])) { 834 if (intval[TOK_HMODE] != MODE_ACTIVE && 835 intval[TOK_HMODE] != MODE_CLIENT && 836 intval[TOK_HMODE] != MODE_BROADCAST) { 838 intval[TOK_HMODE], name); 842 if (intval[TOK_VERSION] > NTP_VERSION || 843 intval[TOK_VERSION] < NTP_OLDVERSION) { 845 intval[TOK_VERSION], name); 848 if (intval[TOK_MINPOLL] < NTP_MINPOLL | [all...] |
| /netvirt/usr/src/grub/grub-0.95/stage2/ |
| fsys_zfs.c | 923 uint64_t *intval = val; local 965 *intval = BSWAP_64(*(uint64_t *)nvpair);
|
| /netvirt/usr/src/lib/cfgadm_plugins/ib/common/ |
| cfga_ib.c | 1835 int32_t intval = 0; local [all...] |
| /netvirt/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
| picld_pluginutil.c | 409 int32_t intval; local 432 intval = strtol(val, &endptr, 0); 435 (void) memcpy(outbuf, &intval, size); [all...] |
| /netvirt/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/ |
| piclwatchdog.c | 1457 int intval = 0; local [all...] |
| /netvirt/usr/src/lib/libzfs/common/ |
| libzfs_pool.c | 193 uint64_t intval; local 221 intval = zpool_get_prop_int(zhp, prop, &src); 227 (void) zfs_nicenum(intval, buf, len); 232 (u_longlong_t)intval); 241 (void) strlcpy(buf, zpool_state_to_name(intval, 245 (void) snprintf(buf, len, "%llu", intval); 250 intval = zpool_get_prop_int(zhp, prop, &src); 251 if (zpool_prop_index_to_string(prop, intval, &strval) 299 uint64_t intval; local 330 &strval, &intval, errbuf) != 0 [all...] |
| libzfs_dataset.c | 524 uint64_t intval; local 603 &strval, &intval, errbuf) != 0) 617 if (intval < version) { 630 if (intval < SPA_MINBLOCKSIZE || 631 intval > SPA_MAXBLOCKSIZE || !ISP2(intval)) { 796 chosen_utf = (int)intval; 799 chosen_normal = (int)intval; 817 if (intval > volsize) { 828 if (intval % blocksize != 0) [all...] |
| /netvirt/usr/src/lib/libpicltree/ |
| picltree.c | 2675 int32_t intval; local [all...] |
| /netvirt/usr/src/lib/libshare/nfs/ |
| libshare_nfs.c | 2038 uint64_t intval; local 2156 int intval; member in union:proto_option_defs::__anon3489 [all...] |
| /netvirt/usr/src/uts/common/io/ib/ibnex/ |
| ibnex.c | 3334 int intval = 0, ii; local [all...] |
| /netvirt/usr/src/uts/common/io/rtw/ |
| rtw.c | 2361 uint16_t bcnitv, intval; local [all...] |
| /netvirt/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
| piclfrutree.c | 438 int intval = 0; local 443 intval = strtol(val, (char **)NULL, 0); 445 frutree_debug = intval; 454 intval = strtol(val, (char **)NULL, 0); 456 frutree_poll_timeout = intval; 463 intval = strtol(val, (char **)NULL, 0); 465 frutree_drwait_time = intval; [all...] |
| /netvirt/usr/src/cmd/zfs/ |
| zfs_main.c | 498 uint64_t intval; local 514 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) { 523 intval) != 0) { 528 volsize = intval; 535 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) { 544 intval) != 0) { [all...] |
| /netvirt/usr/src/uts/common/io/ipw/ |
| ipw2100_impl.h | 508 uint16_t intval; member in struct:ipw2100_node
|
| /netvirt/usr/src/cmd/zonecfg/ |
| zonecfg.c | 5666 int64_t intval; local [all...] |
| /netvirt/usr/src/uts/common/io/iwi/ |
| ipw2200_impl.h | 584 uint16_t intval; member in struct:ipw2200_associate
|