kern_fileassoc.c | 50 static specificdata_domain_t fileassoc_domain = NULL; variable in typeref:typename:specificdata_domain_t 143 return specificdata_getspecific(fileassoc_domain, &faf->faf_data, 152 specificdata_setspecific(fileassoc_domain, &faf->faf_data, 182 specificdata_fini(fileassoc_domain, &faf->faf_data); 203 specificdata_fini(fileassoc_domain, &tbl->tbl_data); 220 fileassoc_domain = specificdata_domain_create(); 242 error = specificdata_key_create(fileassoc_domain, &key, NULL); 266 specificdata_key_delete(fileassoc_domain, assoc->assoc_key); 368 specificdata_init(fileassoc_domain, &newtbl->tbl_data); 396 specificdata_fini(fileassoc_domain, &tbl->tbl_data) [all...] |