/titanic_44/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | MALFORMED.dict | 43 #TEST:getprop:0:name:MALFORMED 44 #TEST:getprop:0:version:1 45 #TEST:getprop:0:maxkey:2
|
H A D | SAMPLE0.dict | 68 #TEST:getprop:0:name:SAMPLE0 69 #TEST:getprop:0:version:1 70 #TEST:getprop:0:maxkey:5 71 #TEST:getprop:0:idname:Hello
|
H A D | SAMPLE1.dict | 52 #TEST:getprop:0:foo:bar
|
H A D | README | 47 key2code, code2key, or getprop. The second argument is the errno expected
|
/titanic_44/usr/src/lib/pyzfs/common/ |
H A D | dataset.py | 130 if "volume" not in types and self.getprop("type") == 3: 132 if "filesystem" not in types and self.getprop("type") == 2: 135 def getprop(self, propname): member in Dataset
|
H A D | userspace.py | 206 if ds.getprop("zoned") and solaris.misc.isglobalzone(): 209 if not ds.getprop("useraccounting"):
|
/titanic_44/usr/src/uts/intel/promif/ |
H A D | prom_emul.c | 39 static void *getprop(prom_node_t *pnp, char *name); 228 getprop(prom_node_t *pnp, char *name) in getprop() function 252 v = getprop(pnp, name); in promif_getprop()
|
/titanic_44/usr/src/lib/efcode/fcdriver/ |
H A D | property.c | 60 getprop(common_data_t *cdp, fc_phandle_t node, char *propname, char *buf, in getprop() function 97 j = getprop(cdp, node, name, bp, inherit); in os_get_prop_common()
|
/titanic_44/usr/src/uts/sun4v/promif/ |
H A D | promif_stree.c | 61 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
|
/titanic_44/usr/src/cmd/device_remap/ |
H A D | device_remap.pl | 119 sub getprop { subroutine 197 return $self->getprop($propid);
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | ebus.c | 93 #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()
|
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ |
H A D | acebus.c | 91 #define getprop(dip, name, addr, intp) \ macro 414 if (getprop(rdip, "reg", &ebus_regs, &i) != DDI_SUCCESS) { in acebus_map() 625 if (getprop(rdip, "reg", &ebus_rp, &i) != DDI_SUCCESS) { in acebus_ctlops() 643 if (getprop(rdip, "reg", &ebus_rp, &i) != DDI_SUCCESS) { in acebus_ctlops()
|
/titanic_44/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.h | 104 int (*getprop)(struct drmach_node *node, char *name, member
|
H A D | drmach_acpi.c | 339 np->getprop = drmach_node_acpi_get_prop; in drmach_node_new() 355 dup->getprop = np->getprop; in drmach_node_dup() 488 rv = node->getprop(node, ACPIDEV_DR_PROP_DEVNAME, name, OBP_MAXDRVNAME); in drmach_device_new() 1806 if (np->getprop(np, ACPIDEV_DR_PROP_PORTID, in drmach_get_portid() 1872 rv = node->getprop(node, ACPIDEV_DR_PROP_DEVNAME, in drmach_board_find_devices_cb() 1877 rv = node->getprop(node, ACPIDEV_DR_PROP_BOARDNUM, in drmach_board_find_devices_cb()
|
/titanic_44/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | acebus.h | 134 #define getprop(dip, name, addr, intp) \ macro
|
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | ebus.h | 166 #define getprop(dip, name, addr, intp) \ macro
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 55 static int getprop(struct port_info *pi, const char *name, uint_t size, 716 return (getprop(pi, name, size, val)); in t4_mc_getprop() 968 getprop(struct port_info *pi, const char *name, uint_t size, void *val) in getprop() function
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbbc.c | 87 #define getprop(dip, name, addr, intp) \ macro 850 if (getprop(rdip, "reg", &child_rp, &i) != DDI_SUCCESS) { in sbbc_ctlops() 864 if (getprop(rdip, "reg", &child_rp, &i) != DDI_SUCCESS) { in sbbc_ctlops()
|
/titanic_44/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 132 int (*getprop)(sasl_conn_t *conn, int propnum, const void **pvalue); member
|
/titanic_44/usr/src/lib/libsasl/lib/ |
H A D | common.c | 2017 utils->getprop=&sasl_getprop; in _sasl_alloc_utils()
|