Home
last modified time | relevance | path

Searched refs:env (Results 1 – 7 of 7) sorted by relevance

/net/atm/
Datm_sysfs.c116 static int atm_uevent(struct device *cdev, struct kobj_uevent_env *env) in atm_uevent() argument
127 if (add_uevent_var(env, "NAME=%s%d", adev->type, adev->number)) in atm_uevent()
/net/wireless/
Dreg.h27 int reg_device_uevent(struct device *dev, struct kobj_uevent_env *env);
Dreg.c1728 enum environment_cap env = ENVIRON_ANY; in regulatory_hint_11d() local
1748 env = ENVIRON_INDOOR; in regulatory_hint_11d()
1750 env = ENVIRON_OUTDOOR; in regulatory_hint_11d()
1769 request->country_ie_env = env; in regulatory_hint_11d()
2268 int reg_device_uevent(struct device *dev, struct kobj_uevent_env *env) in reg_device_uevent() argument
2283 return add_uevent_var(env, "COUNTRY=%c%c", in reg_device_uevent()
Dsysfs.c80 static int wiphy_uevent(struct device *dev, struct kobj_uevent_env *env) in wiphy_uevent() argument
Dcore.h47 enum environment_cap env; member
/net/rfkill/
Dcore.c762 static int rfkill_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in rfkill_dev_uevent() argument
769 error = add_uevent_var(env, "RFKILL_NAME=%s", rfkill->name); in rfkill_dev_uevent()
772 error = add_uevent_var(env, "RFKILL_TYPE=%s", in rfkill_dev_uevent()
779 error = add_uevent_var(env, "RFKILL_STATE=%d", in rfkill_dev_uevent()
/net/core/
Dnet-sysfs.c1189 static int netdev_uevent(struct device *d, struct kobj_uevent_env *env) in netdev_uevent() argument
1195 retval = add_uevent_var(env, "INTERFACE=%s", dev->name); in netdev_uevent()
1202 retval = add_uevent_var(env, "IFINDEX=%d", dev->ifindex); in netdev_uevent()