/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_drv.c | 156 static struct virtio_device_id id_table[] = { variable in typeref:struct:virtio_device_id[] 177 .id_table = id_table, 185 MODULE_DEVICE_TABLE(virtio, id_table);
|
/src/games/rogue/ |
pack.c | 443 struct id *id_table; local in function:call_it 459 id_table = get_id_table(obj); 462 id_table[obj->which_kind].title, 1, 1)) { 463 id_table[obj->which_kind].id_status = CALLED; 464 (void)strlcpy(id_table[obj->which_kind].title, buf, 465 sizeof(id_table[obj->which_kind].title));
|
inventory.c | 522 struct id *id_table; local in function:desc_called 524 id_table = get_id_table(obj); 527 sbuf_addstr(s, id_table[obj->which_kind].title); 534 struct id *id_table; local in function:get_desc 549 id_table = get_id_table(obj); 550 if (wizard || id_table == NULL) { 554 objtype_id_status = id_table[obj->which_kind].id_status; 583 sbuf_addstr(&db, id_table[obj->which_kind].title); 588 sbuf_addstr(&db, id_table[obj->which_kind].real); 594 sbuf_addstr(&db, id_table[obj->which_kind].title) [all...] |
use.c | 371 struct id *id_table; local in function:idntfy 387 id_table = get_id_table(obj); 388 id_table[obj->which_kind].id_status = IDENTIFIED;
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
preference.c | 69 TCHAR *id_table[] = { variable in typeref:typename:TCHAR * [] 275 if(wcscmp(identif,id_table[i])==0){
|
/src/sys/dev/pci/cxgb/ |
cxgb_toedev.h | 120 const struct offload_id *id_table; member in struct:tom_info
|