Lines Matching refs:compat

3603 	char		*compat[24];  in pcicfg_set_childnode_props()  local
3689 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3690 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3706 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3707 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3712 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3713 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3718 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3719 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3722 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3723 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3728 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3729 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3733 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3734 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3738 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3739 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3745 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3746 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3750 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP); in pcicfg_set_childnode_props()
3751 (void) strcpy(compat[n++], buffer); in pcicfg_set_childnode_props()
3754 "compatible", (char **)compat, n)) != DDI_SUCCESS) { in pcicfg_set_childnode_props()
3759 kmem_free(compat[i], strlen(compat[i]) + 1); in pcicfg_set_childnode_props()