Searched refs:modifier (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/prctl/ |
H A D | utils.c | 127 * hex letters cannot be disserned from modifier or unit letters 181 /* check possible modifier */ 208 /* if there is no modifier, value must be an integer */ 373 char *modifier = NULL; local 388 /* determine each number's width and modifier */ 400 * determine the width and modifier to use for comparison. 401 * Use widest width and smallest modifier. 402 * Rescale to new width and modifier 406 modifier = NULL; 411 modifier 460 char *modifier; local [all...] |
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 703 my $modifier; 747 ($num, $modifier, $unit) = 803 ($num, $modifier, $unit) = 1555 # returns (integer value, modifier character, unit character. 1558 # scaled value is a plain integer, modifier character and 1579 my ($num, $modifier, $unit); 1586 ($num, $modifier, $unit) = $val =~ 1594 # Decimal number with no scaling modifier. 1595 if (!defined($modifier) && $num =~ /^\d+\.\d+/) { 1615 return ($undefined, $modifier, [all...] |
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_asm.s | 74 tst %o3 ! Set up %asi with modifier for
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_asm_4u.s | 78 tst %o3 ! Set up %asi with modifier for
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 906 * type: marker modifier 931 pkt24->modifier = type; 944 pkt->modifier = type;
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_iocb.h | 447 uint8_t modifier; /* Modifier (7-0). */ member in struct:mrk_entry 474 uint8_t modifier; /* Modifier */ member in struct:marker_24xx_entry
|
Completed in 74 milliseconds