Lines Matching refs:stable
86 if (n->s != stable("cpu")) in config_node_cache()
134 s = stable(path); in config_lookup()
281 ptr = stable("module"); in config_cook()
283 ptr = stable("resource"); in config_cook()
285 ptr = stable("serial"); in config_cook()
337 pn = stable(cfgstr); in config_cook()
356 if (config_lastcomp == stable(SCSI_DEVICE) || in config_cook()
357 config_lastcomp == stable(SMP_DEVICE)) { in config_cook()
364 } else if (pn == stable(TOPO_IO_DEV)) { in config_cook()
365 sv = stable(equals + 1); in config_cook()
369 } else if (pn == stable(TOPO_IO_DEVID) || in config_cook()
370 pn == stable(TOPO_PROP_SES_DEVID) || in config_cook()
371 pn == stable(TOPO_PROP_SMP_DEVID)) { in config_cook()
372 sv = stable(equals + 1); in config_cook()
376 } else if (pn == stable(TOPO_STORAGE_TARGET_PORT_L0IDS)) { in config_cook()
389 sv = stable(x); in config_cook()
513 const char *pn = stable(propname); in config_setprop()
524 return (lut_lookup(cp->props, (void *) stable(propname), NULL)); in config_getprop()
555 sname = stable(cp->s); in config_nodeize()
607 (void *) stable(path), NULL)) == NULL) in config_bydev_lookup()
633 (void *) stable(devid), NULL)) == NULL) in config_bydevid_lookup()
659 (void *) stable(tp), NULL)) == NULL) in config_bytp_lookup()