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

  /src/sys/sys/
device.h 467 struct cfargs { struct
480 #define CFARGS_VERSION 1 /* current cfargs version */
482 #define CFARGS_NONE NULL /* no cfargs to pass */
485 * Construct a cfargs with this macro, like so:
487 * CFARGS(.submatch = config_stdsubmatch,
493 #define CFARGS(...) \
494 &((const struct cfargs){ \
543 cfdata_t config_search(device_t, void *, const struct cfargs *);
545 device_t config_found(device_t, void *, cfprint_t, const struct cfargs *);
548 const struct cfargs *);
    [all...]

Completed in 11 milliseconds