Home
last modified time | relevance | path

Searched defs:cmd_function (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sbin/udevd/
H A Dudevd.h87 struct cmd_function { struct
88 const char *cmd;
89 int (*fn)(struct client_info *, prop_dictionary_t);
/dflybsd-src/sys/dev/disk/dm/
H A Ddevice-mapper.c114 static struct cmd_function { struct
115 const char *cmd;
116 int (*fn)(prop_dictionary_t);
/dflybsd-src/sys/kern/
H A Dkern_udev.c84 struct cmd_function { struct
85 const char *cmd;
86 int (*fn)(struct udev_softc *, struct plistref *,