Lines Matching refs:compat
209 char *name, char *compat[]);
3753 char *name, char *compat[]) argument
3778 while (compat[n] != NULL)
3783 "compatible", compat, n)) != DDI_SUCCESS)
3839 char *compat[8]; local
3912 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3913 (void) strcpy(compat[n++], buffer);
3920 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3921 (void) strcpy(compat[n++], buffer);
3929 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3930 (void) strcpy(compat[n++], buffer);
3942 compat[n] = kmem_alloc(strlen(buffer) + 1, KM_SLEEP);
3943 (void) strcpy(compat[n++], buffer);
3946 "compatible", (char **)compat, n)) != DDI_SUCCESS) {
3951 kmem_free(compat[i], strlen(compat[i]) + 1);