Searched refs:is_signed (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/i86pc/dboot/ |
H A D | dboot_printf.c | 96 dboot_putnum(uint64_t x, uint_t is_signed, uint8_t base) in dboot_putnum() argument 101 if (is_signed && (int64_t)x < 0) { in dboot_putnum() 126 uint_t is_signed = 1; in do_dboot_printf() local 162 dboot_putnum(x, !is_signed, 16); in do_dboot_printf() 179 dboot_putnum(x, is_signed, 10); in do_dboot_printf() 199 dboot_putnum(x, !is_signed, base); in do_dboot_printf()
|
/titanic_50/usr/src/common/net/wanboot/ |
H A D | bootconf.c | 311 valid_signature(bc_handle_t *handle, boolean_t *is_signed) in valid_signature() argument 319 *is_signed = B_FALSE; in valid_signature() 331 *is_signed = B_TRUE; in valid_signature() 498 boolean_t is_signed; in validate_bootconf() local 508 !valid_signature(handle, &is_signed) || in validate_bootconf() 518 if (is_encrypted && !is_signed) { in validate_bootconf() 523 if (!(is_encrypted && is_signed)) { in validate_bootconf() 534 if (!is_signed) { in validate_bootconf()
|
/titanic_50/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 559 boolean_t is_signed; in inittab_encode_e() local 949 is_signed = (ie->ds_type == DSYM_SNUMBER64 || in inittab_encode_e() 954 if (encode_number(n_entries, type_size, is_signed, 0, value, in inittab_encode_e() 1018 boolean_t is_signed; in inittab_decode_e() local 1299 is_signed = (ie->ds_type == DSYM_SNUMBER64 || in inittab_decode_e() 1310 if (decode_number(n_entries, type_size, is_signed, ie->ds_gran, in inittab_decode_e() 1433 decode_number(uint8_t n_entries, uint8_t size, boolean_t is_signed, in decode_number() argument 1454 to += sprintf(to, is_signed ? "%d" : "%u", *from); in decode_number() 1459 to += sprintf(to, is_signed ? "%hd" : "%hu", in decode_number() 1466 to += sprintf(to, is_signed ? "%ld" : "%lu", in decode_number() [all …]
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 2260 int is_signed = 0; in verify_range() local 2273 for (i = 0; (i < RC_COUNT) && (is_signed == 0); i++) { in verify_range() 2279 is_signed = 1; in verify_range() 2285 if (is_signed) { in verify_range() 2299 if (is_signed) { in verify_range()
|