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

  /src/sys/dev/
midictl.h 148 typedef struct midictl_store midictl_store; typedef in typeref:struct:midictl_store
159 midictl_store *store;
midictl.c 88 static _Bool store_locate(midictl_store *s, class c,
97 static uint16_t store_extract(midictl_store *s, class c,
99 static void store_update(midictl_store *s, class c,
134 struct midictl_store { struct
166 static void store_rehash(midictl_store *s);
172 midictl_store *s;
200 midictl_store *s;
538 midictl_store *s;
559 store_locate(midictl_store *s, class c, uint_fast8_t chan, uint_fast16_t key)
587 store_extract(midictl_store *s, class c, uint_fast8_t chan
    [all...]

Completed in 16 milliseconds