Lines Matching defs:compat
3609 char *compat[24];
3695 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3696 (void) strcpy(compat[n++], buffer);
3712 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3713 (void) strcpy(compat[n++], buffer);
3718 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3719 (void) strcpy(compat[n++], buffer);
3724 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3725 (void) strcpy(compat[n++], buffer);
3730 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3731 (void) strcpy(compat[n++], buffer);
3735 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3736 (void) strcpy(compat[n++], buffer);
3741 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3742 (void) strcpy(compat[n++], buffer);
3746 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3747 (void) strcpy(compat[n++], buffer);
3750 "compatible", (char **)compat, n)) != DDI_SUCCESS) {
3755 kmem_free(compat[i], strlen(compat[i]) + 1);