HomeSort by: relevance | last modified time | path
    Searched defs:specs (Results 1 - 5 of 5) sorted by relevancy

  /src/games/sail/
globals.c 45 static struct shipspecs specs[]; variable in typeref:struct:shipspecs[]
58 { "Ranger", specs+0, N_A, 7, 20, 4, 0 },
59 { "Drake", specs+1, N_B, 7, 31, 5, 0 }
64 { "Bonhomme Rich", specs+2, N_A, 13, 40, 2, 0 },
65 { "Serapis", specs+3, N_B, 2, 42, 2, 0 }
70 { "America", specs+4, N_B, 7, 37, 4, 0 },
71 { "Befford", specs+5, N_B, 5, 35, 4, 0 },
72 { "Adamant", specs+6, N_B, 3, 33, 4, 0 },
73 { "London", specs+7, N_B, 1, 31, 4, 0 },
74 { "Royal Oak", specs+8, N_B, -1, 29, 4, 0 }
318 static struct shipspecs specs[] = { variable in typeref:struct:shipspecs[]
    [all...]
extern.h 174 struct shipspecs *specs; /* 2 */ member in struct:ship
  /src/sys/arch/ia64/include/
dig64.h 165 } specs; member in struct:dig64_pcdp_entry
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 340 const char *specs[] = { "B", "L", "W", "XY", NULL }; variable in typeref:typename:const char * []
360 for( sl = specs; *sl != NULL; ++sl )
  /src/sys/dev/pci/
if_vioif.c 2319 struct vioif_ctrl_cmdspec *specs, int nspecs)
2327 specs[i].dmamap, specs[i].buf, specs[i].bufsize,
2341 bus_dmamap_unload(virtio_dmat(vsc), specs[i].dmamap);
2349 struct vioif_ctrl_cmdspec *specs, int nspecs)
2355 bus_dmamap_unload(virtio_dmat(vsc), specs[i].dmamap);
2361 struct vioif_ctrl_cmdspec *specs, int nspecs)
2374 bus_dmamap_sync(virtio_dmat(vsc), specs[i].dmamap,
2375 0, specs[i].bufsize, BUS_DMASYNC_PREWRITE)
2453 struct vioif_ctrl_cmdspec specs[1]; local in function:vioif_ctrl_rx
2489 struct vioif_ctrl_cmdspec specs[1]; local in function:vioif_ctrl_mq_vq_pairs_set
2519 struct vioif_ctrl_cmdspec specs[1]; local in function:vioif_set_mac_addr
2567 struct vioif_ctrl_cmdspec specs[2]; local in function:vioif_set_rx_filter
    [all...]

Completed in 13 milliseconds