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

  /src/sys/dev/
midictl.c 91 * store_extract and store_update operate on the bucket most recently found
97 static uint16_t store_extract(midictl_store *s, class c,
312 val = store_extract(mc->store, c, chan, key);
325 val = store_extract(mc->store, c, chan, key);
356 !(C1_SET&(val = store_extract(mc->store, c, chan, key))) ) {
364 !(C7_SET&(val = store_extract(mc->store, c, chan, key))) ) {
456 stval = (present) ? store_extract(mc->store, c, chan, key) : 0;
484 val = store_extract(mc->store, c, chan, key);
587 store_extract(midictl_store *s, class c, uint_fast8_t chan, function

Completed in 27 milliseconds