Searched refs:hotplug2_event_t (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/hotplug2/
H A Dhotplug2.h74 struct hotplug2_event_t { struct
88 char *get_hotplug2_value_by_key(struct hotplug2_event_t *, char *);
H A Dhotplug2.c48 inline void free_hotplug2_event(struct hotplug2_event_t *event) {
70 char *get_hotplug2_value_by_key(struct hotplug2_event_t *event, char *key) {
81 inline int add_hotplug2_event_env(struct hotplug2_event_t *event, char *item) {
112 inline struct hotplug2_event_t *dup_hotplug2_event(struct hotplug2_event_t *src) {
113 struct hotplug2_event_t *dest;
116 dest = xmalloc(sizeof(struct hotplug2_event_t));
132 inline struct hotplug2_event_t *get_hotplug2_event(char *event_str, int size) {
134 struct hotplug2_event_t *event;
143 event = xmalloc(sizeof(struct hotplug2_event_t));
[all...]
H A Drules.h75 int rule_execute(struct hotplug2_event_t *, struct rule_t *);
H A Drules.c141 static char *replace_key_by_value(char *hay, struct hotplug2_event_t *event) {
174 static int make_dev_from_event(struct hotplug2_event_t *event, char *path, mode_t devmode) {
205 static int exec_noshell(struct hotplug2_event_t *event, char *application, char **argv) {
229 static int exec_shell(struct hotplug2_event_t *event, char *application) {
238 static int make_symlink(struct hotplug2_event_t *event, char *target, char *linkname) {
272 static int rule_condition_eval(struct hotplug2_event_t *event, struct condition_t *condition) {
317 int rule_execute(struct hotplug2_event_t *event, struct rule_t *rule) {

Completed in 46 milliseconds