Home
last modified time | relevance | path

Searched refs:getprop (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DMALFORMED.dict40 #TEST:getprop:0:name:MALFORMED
41 #TEST:getprop:0:version:1
42 #TEST:getprop:0:maxkey:2
H A DSAMPLE0.dict65 #TEST:getprop:0:name:SAMPLE0
66 #TEST:getprop:0:version:1
67 #TEST:getprop:0:maxkey:5
68 #TEST:getprop:0:idname:Hello
H A DREADME44 key2code, code2key, or getprop. The second argument is the errno expected
H A DSAMPLE1.dict49 #TEST:getprop:0:foo:bar
/illumos-gate/usr/src/lib/pyzfs/common/
H A Ddataset.py131 if "volume" not in types and self.getprop("type") == 3:
133 if "filesystem" not in types and self.getprop("type") == 2:
136 def getprop(self, propname): member in Dataset
H A Duserspace.py207 if ds.getprop("zoned") and solaris.misc.isglobalzone():
210 if not ds.getprop("useraccounting"):
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_emul.c41 static void *getprop(prom_node_t *pnp, char *name);
230 getprop(prom_node_t *pnp, char *name) in getprop() function
254 v = getprop(pnp, name); in promif_getprop()
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_stree.c61 static void *getprop(prom_node_t *pnp, char *name);
167 prop = getprop(pnp, name); in promif_stree_getprop()
241 getprop(prom_node_t *np, char *name) in getprop() function
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl119 sub getprop { subroutine
197 return $self->getprop($propid);
/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c93 #define getprop(dip, name, addr, intp) \ macro
499 if (getprop(rdip, "reg", &ebus_regs, &i) != DDI_SUCCESS) { in ebus_map()
709 if (getprop(rdip, "reg", &ebus_rp, &i) != DDI_SUCCESS) { in ebus_ctlops()
727 if (getprop(rdip, "reg", &ebus_rp, &i) != DDI_SUCCESS) { in ebus_ctlops()
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h104 int (*getprop)(struct drmach_node *node, char *name, member
H A Ddrmach_acpi.c343 np->getprop = drmach_node_acpi_get_prop; in drmach_node_new()
359 dup->getprop = np->getprop; in drmach_node_dup()
492 rv = node->getprop(node, ACPIDEV_DR_PROP_DEVNAME, name, OBP_MAXDRVNAME); in drmach_device_new()
1808 if (np->getprop(np, ACPIDEV_DR_PROP_PORTID, in drmach_get_portid()
1874 rv = node->getprop(node, ACPIDEV_DR_PROP_DEVNAME, in drmach_board_find_devices_cb()
1879 rv = node->getprop(node, ACPIDEV_DR_PROP_BOARDNUM, in drmach_board_find_devices_cb()
/illumos-gate/usr/src/uts/sun4/sys/
H A Debus.h166 #define getprop(dip, name, addr, intp) \ macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbbc.c87 #define getprop(dip, name, addr, intp) \ macro
851 if (getprop(rdip, "reg", &child_rp, &i) != DDI_SUCCESS) { in sbbc_ctlops()
865 if (getprop(rdip, "reg", &child_rp, &i) != DDI_SUCCESS) { in sbbc_ctlops()
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h130 int (*getprop)(sasl_conn_t *conn, int propnum, const void **pvalue); member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c57 static int getprop(struct port_info *pi, const char *name, uint_t size,
1563 return (getprop(pi, name, size, val)); in t4_mc_getprop()
1853 getprop(struct port_info *pi, const char *name, uint_t size, void *val) in getprop() function
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c2017 utils->getprop=&sasl_getprop; in _sasl_alloc_utils()