Searched defs:settable (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libima/common/ |
| H A D | ima.h | 727 * Boolean indicating if both the name and alias are settable using 783 * 'settable' must also be set to IMA_FALSE. 791 * obtained where 'currentValueValid' is IMA_TRUE, 'settable' is 808 * Indicates if the corresponding property is settable. If this field 814 IMA_BOOL settable; member in struct:_IMA_MIN_MAX_VALUE 824 * If 'settable' has the value IMA_TRUE then this field contains the 825 * implementation's default value of the associated property. If 'settable' 831 * If 'settable' has the value IMA_TRUE then this field contains the 832 * implementation's minimum value of the associated property. If 'settable' 838 * If 'settable' ha 857 IMA_BOOL settable; member in struct:_IMA_BOOL_VALUE [all...] |
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | kbd.c | 247 static struct keymap *settable(struct kbddata *, uint_t); 1153 (km = settable(kbdd, (uint_t)tablemask)) == NULL) 1216 if ((km = settable(kbdd, (uint_t)key->kio_tablemask)) == NULL) 1263 if ((km = settable(kbdd, (uint_t)key->kio_tablemask)) == NULL) 1297 if ((km = settable(kbdd, (uint_t)key->kio_tablemask)) == NULL) 1673 settable(register struct kbddata *kbdd, register uint_t mask) function 1773 km = settable(kbdd, shiftmask); 1790 km = settable(kbdd, shiftmask & ~NUMLOCKMASK); 2227 km = settable(kbdd,
|
Completed in 74 milliseconds