| /onnv/onnv-gate/usr/src/cmd/tnf/prex/ |
| prexlex.l | 71 add { yylval.intval = ADD; return (ADD); } 72 alloc { yylval.intval = ALLOC; return (ALLOC); } 73 buffer { yylval.intval = BUFFER; return (BUFFER); } 74 clear { yylval.intval = CLEAR; return (CLEAR); } 75 connect { yylval.intval = CONNECT; return (CONNECT); } 76 continue { yylval.intval = CONTINUE; return (CONTINUE); } 77 create { yylval.intval = CREATE; return (CREATE); } 78 dealloc { yylval.intval = DEALLOC; return (DEALLOC); } 79 delete { yylval.intval = DELETE; return (DELETE); } 80 disable { yylval.intval = DISABLE; return (DISABLE); [all...] |
| prexgram.y | 104 int intval; 108 %type <intval> CONTINUE DISABLE ENABLE HELP LIST QUIT SOURCE TRACE UNTRACE BUFFER KTRACE PFILTER CLEAR CONNECT command 112 %type <intval> SCALED_INT singlepid
|
| /onnv/onnv-gate/usr/src/uts/common/io/arn/ |
| arn_beacon.c | 261 uint32_t nexttbtt, intval; local 288 intval = conf.beacon_interval & ATH9K_BEACON_PERIOD; 289 intval /= ATH_BCBUF; /* for staggered beacons */ 291 intval = conf.beacon_interval & ATH9K_BEACON_PERIOD; 295 nexttbtt = intval; 296 else if (intval) /* NB: can be 0 for monitor mode */ 297 nexttbtt = roundup(nexttbtt, intval); 300 "nexttbtt %u intval %u (%u)\n", 301 nexttbtt, intval, conf.beacon_interval)); 324 sleepduration = conf.listen_interval * intval; [all...] |
| /onnv/onnv-gate/usr/src/lib/libadm/common/ |
| ckint.c | 89 ckint(long *intval, short base, char *defstr, char *error, char *help, 111 *intval = strtol(defstr, NULL, (int)base); 127 *intval = value;
|
| /onnv/onnv-gate/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);
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsd/ |
| esi.c | 265 uint32_t intval = 0; local 287 intval = attr->value.ui; 289 intval = DEFAULT_ESI_INTVAL; 296 return ((int)intval); 306 * intval - the ESI interval for returnning. 314 uint32_t *intval 335 *intval = lc.data[2].ui; 352 if (*intval > intv) { 353 *intval = intv; 384 uint32_t intval; local [all...] |
| isns_esi.h | 64 uint32_t intval; member in struct:ev
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| gram.y | 50 int intval; 56 %type <intval> OPTION, options 295 yylval.intval = COMPARE; 299 yylval.intval = REMOVE; 303 yylval.intval = VERIFY; 307 yylval.intval = WHOLE; 311 yylval.intval = YOUNGER; 315 yylval.intval = FOLLOW; 319 yylval.intval = IGNLNKS;
|
| /onnv/onnv-gate/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;
|
| /onnv/onnv-gate/usr/src/lib/scsi/plugins/ses/ses2/common/ |
| ses2_enclosure_ctl.c | 128 uint64_t intval; local 138 (void) nvpair_value_uint64(nvp, &intval); 147 tp->seci_power_cycle_delay = intval; 149 tp->seci_power_cycle_request = intval; 151 tp->seci_power_off_duration = intval;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| dsl_prop.c | 410 uint64_t intval; local 423 err = dsl_prop_get_dd(dd, psa->psa_name, 8, 1, &intval, 425 if (err == 0 && intval != psa->psa_effective_value) { 431 (unsigned long long)intval, setpoint); 560 uint64_t zapobj, intval, dummy; local 572 isint = (dodefault(propname, 8, 1, &intval) == 0); 674 VERIFY(0 == dsl_prop_get_ds(ds, propname, 8, 1, &intval, NULL)); 688 cbr->cbr_func(cbr->cbr_arg, intval); 693 ds->ds_dir->dd_object, propname, intval, TRUE); 697 "%lld", (longlong_t)intval); 753 uint64_t intval; local [all...] |
| spa.c | 141 uint64_t intval, zprop_source_t src) 152 VERIFY(nvlist_add_uint64(propval, ZPROP_VALUE, intval) == 0); 247 uint64_t intval = 0; local 282 intval = za.za_first_integer; 285 spa_prop_add_list(*nvp, prop, strval, intval, src); 337 uint64_t intval; local 348 error = nvpair_value_uint64(elem, &intval); 350 (intval < spa_version(spa) || intval > SPA_VERSION)) 358 error = nvpair_value_uint64(elem, &intval); 4645 uint64_t intval; local [all...] |
| zfs_ioctl.c | 1844 uint64_t intval; local 1928 uint64_t intval; local 3041 uint64_t intval; local [all...] |
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
| cfga_ib.c | 1801 int32_t intval = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/sockmods/ |
| socksctp.c | 1432 int intval; local [all...] |
| socksdp.c | 957 int error, intval; local 1013 intval = 0; 1016 &intval, cr); 1017 if (so_copyout(&intval, (void *)arg, sizeof (int), 1050 intval = 0; 1053 intval = sdp_polldata( 1058 if (so_copyout(&intval, (void *)arg, sizeof (intval),
|
| /onnv/onnv-gate/usr/src/lib/scsi/libscsi/common/ |
| scsi_engine.c | 157 int intval; local 160 (intval = atoi(strval)) > 0) { 162 *intp = intval;
|
| /onnv/onnv-gate/usr/src/uts/sun4v/io/ |
| platsvc.c | 167 * operation. The INTVAL time is the time (in seconds) to wait 462 * intval seconds between attempts to send the message. The timeout 463 * and intval arguments are in seconds. 468 int intval) 514 delay(SEC2HZ(intval)); 519 delay(SEC2HZ(intval));
|
| /onnv/onnv-gate/usr/src/lib/libzfs/common/ |
| libzfs_pool.c | 255 uint64_t intval; local 273 intval = zpool_get_prop_int(zhp, prop, &src); 274 (void) snprintf(buf, len, "%llu", intval); 310 intval = zpool_get_prop_int(zhp, prop, &src); 316 (void) zfs_nicenum(intval, buf, len); 321 (u_longlong_t)intval); 326 (u_longlong_t)(intval / 100), 327 (u_longlong_t)(intval % 100)); 336 (void) strlcpy(buf, zpool_state_to_name(intval, 340 (void) snprintf(buf, len, "%llu", intval); 426 uint64_t intval; local [all...] |
| libzfs_dataset.c | 744 uint64_t intval; local 834 intval = 0; 836 strval, &intval) != 0) { 843 (void) nvpair_value_uint64(elem, &intval); 844 if (intval == 0) { 867 valary[2] = intval; 901 &strval, &intval, errbuf) != 0) 915 if (intval < version) { 928 if (intval < SPA_MINBLOCKSIZE || 929 intval > SPA_MAXBLOCKSIZE || !ISP2(intval)) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/rpcsvc/ |
| idmap_prot.x | 249 uint64_t intval;
|
| /onnv/onnv-gate/usr/src/common/iscsit/ |
| iscsit_common.c | 271 uint32_t intval; local 299 ret = nvlist_lookup_uint32(nvl, "cfgVersion", &intval); 305 tmpcfg->config_version = intval; 556 uint32_t intval; local 591 ret = it_nv_to_tpgtlist(listval, &intval, 593 ttgt->tgt_tpgt_count = intval;
|
| /onnv/onnv-gate/usr/src/lib/libshare/nfs/ |
| libshare_nfs.c | 2169 uint64_t intval; local 2306 int intval; member in union:proto_option_defs::__anon4 [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/hdrs/ |
| libadm.h | 73 extern int ckint __P((long *intval, short base, char *defstr, char *error,
|