Home
last modified time | relevance | path

Searched refs:PROP_INVALID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.h112 #define PROP_INVALID -1 macro
136 if (((arg_1) != PROP_INVALID) && \
137 ((arg_2) != PROP_INVALID)) \
139 else if ((arg_2) != PROP_INVALID) \
141 else if ((arg_1) != PROP_INVALID) \
H A Dopl_picl.c103 int portid = PROP_INVALID; in opl_pci_callback()
105 int board = PROP_INVALID; in opl_pci_callback()
106 static int saved_board = PROP_INVALID; in opl_pci_callback()
107 static int saved_portid = PROP_INVALID; in opl_pci_callback()
108 int actual = PROP_INVALID, maximum = PROP_INVALID; in opl_pci_callback()
110 int rev_id = PROP_INVALID, dev_id = PROP_INVALID; in opl_pci_callback()
111 int ven_id = PROP_INVALID; in opl_pci_callback()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c50 PROP_INVALID enumerator
121 int type = PROP_INVALID; in main()
221 if ((remove && type != PROP_INVALID) || ((!remove) && type == PROP_INVALID)) { in main()