Searched defs:formatted (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dmain.c106 print_bytes(BYTE *bytes, size_t len, int formatted) argument
111 if (formatted && i % 16 == 7)
113 if (formatted && i % 16 == 15)
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java36 * aggregations passed to {@code printa()} and records the formatted
67 * no aggregation data. However, the formatted output generated by the
122 private transient boolean formatted; field in class:PrintaRecord
134 formatted = isFormatString;
140 * formatted output.
146 * @param formattedOutput the formatted output, if any, associated
148 * to this record, one formatted string per {@code Tuple}, or an
155 * @param formattedOutputString {@code printa()} formatted string
161 * tuples or formatted strings are {@code null}
209 throw new NullPointerException("formatted outpu
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c741 * Cpu cap is 100 times the number of cpus allocated. It is formatted as a
2155 zonestat_parse_time(char *string, boolean_t *formatted) argument
2162 *formatted = B_FALSE;
2178 *formatted = B_TRUE;
2189 *formatted = B_TRUE;
2200 *formatted = B_TRUE;
2206 if (*formatted == B_FALSE) {
2291 boolean_t formatted; local
2381 &formatted)) < 0 || arg_interval == 0) {
2419 &formatted)) <
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3315 } formatted; member in union:ixgbe_atr_input
3325 } formatted; member in union:ixgbe_atr_hash_dword

Completed in 874 milliseconds