Searched refs:llarg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c383 * llarg, as appropriate). When a column width is specified for output,
388 * necessary, and caller's arg(or llarg) is adjusted to obtain the
395 long long *llarg)
460 *llarg = POP(DS);
471 if (snprintf(cbuf, cbsize, "%p", *llarg) < 0)
477 if (snprintf(cbuf, cbsize, "%lx", *llarg) < 0)
482 if (snprintf(cbuf, cbsize, "%ld", *llarg) < 0)
500 *llarg = strtoll(cbuf, (char **)NULL, cnv);
536 long long llarg; local
597 fmt_args(env, cw, fw, *fmptr, &arg, &llarg);
394 fmt_args(fcode_env_t *env, int cw, int fw, char format, long *arg, long long *llarg) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1386 dt_node_t *llarg = dnp->dn_aggfun->dn_args->dn_list; local
1417 if (llarg->dn_kind != DT_NODE_INT) {
1418 dnerror(llarg, args[i].badtype, "llquantize( ) "
1423 if ((uint64_t)llarg->dn_value > UINT16_MAX) {
1424 dnerror(llarg, args[i].badval, "llquantize( ) "
1429 args[i].value = (uint16_t)llarg->dn_value;
1433 llarg = llarg->dn_list;
1510 incr = llarg;

Completed in 65 milliseconds