Lines Matching defs:property
202 const char *property);
398 /* free "motherboard-serial-ports" property if allocated */
503 cmn_err(CE_WARN, "asy_get_io_regnum_pci: reg property"
504 " not found in devices property list");
519 case PCI_ADDR_IO: /* I/O bus reg property */
553 cmn_err(CE_WARN, "asy_get_io_regnum: reg property not found "
554 "in devices property list");
562 case 1: /* I/O bus reg property */
943 /* Parse property for tty modes */
1153 asy_getproperty(dev_info_t *devi, struct asycom *asy, const char *property)
1163 (void) sprintf(name, "tty%c-%s", letter, property);
1167 (void) sprintf(name, "com%c-%s", number, property);
1172 (void) sprintf(name, "tty0%c-%s", number, property);
1177 (void) sprintf(name, "port-%c-%s", letter, property);
1182 return (-1); /* property non-existant */
1184 return (0); /* property false/0 */
1185 return (1); /* property true/!0 */
1582 "asy: couldn't get ttymodes property!");
1941 * Clear out device state, except persistant device property flags.
4388 * The value of this property is in the form of "9600,8,n,1,-"
4410 * Parse the ttyx-mode property
4421 /* no property to parse */