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

  /src/sys/sys/
device.h 484 struct cfargs { struct
497 #define CFARGS_VERSION 1 /* current cfargs version */
499 #define CFARGS_NONE NULL /* no cfargs to pass */
502 * Construct a cfargs with this macro, like so:
504 * CFARGS(.submatch = config_stdsubmatch,
510 #define CFARGS(...) \
511 &((const struct cfargs){ \
561 cfdata_t config_search(device_t, void *, const struct cfargs *);
563 device_t config_found(device_t, void *, cfprint_t, const struct cfargs *);
566 const struct cfargs *);
    [all...]
device.h 484 struct cfargs { struct
497 #define CFARGS_VERSION 1 /* current cfargs version */
499 #define CFARGS_NONE NULL /* no cfargs to pass */
502 * Construct a cfargs with this macro, like so:
504 * CFARGS(.submatch = config_stdsubmatch,
510 #define CFARGS(...) \
511 &((const struct cfargs){ \
561 cfdata_t config_search(device_t, void *, const struct cfargs *);
563 device_t config_found(device_t, void *, cfprint_t, const struct cfargs *);
566 const struct cfargs *);
    [all...]

Completed in 65 milliseconds