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

  /src/external/bsd/pdisk/dist/
media.h 2 * media.h -
33 * Media is an abstraction of a disk device.
35 * A media object has the following visible attributes:
47 * XXX Should really split public media interface from "protected" interface.
59 /* those whose use media objects need just the pointer type */
60 typedef struct media *MEDIA;
62 /* those who define media objects need the struct and internal routine types */
63 typedef long (*media_read)(MEDIA m, long long offset, uint32_t count, void *address);
64 typedef long (*media_write)(MEDIA m, long long offset, uint32_t count, void *address)
68 struct media { struct
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 120 MEDIA = 315,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 124 MEDIA = 315,

Completed in 57 milliseconds