Searched refs:env (Results 1 – 6 of 6) sorted by relevance
/net/atm/ |
D | atm_sysfs.c | 117 static int atm_uevent(struct device *cdev, struct kobj_uevent_env *env) in atm_uevent() argument 128 if (add_uevent_var(env, "NAME=%s%d", adev->type, adev->number)) in atm_uevent()
|
/net/rfkill/ |
D | core.c | 810 static int rfkill_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in rfkill_dev_uevent() argument 817 error = add_uevent_var(env, "RFKILL_NAME=%s", rfkill->name); in rfkill_dev_uevent() 820 error = add_uevent_var(env, "RFKILL_TYPE=%s", in rfkill_dev_uevent() 827 error = add_uevent_var(env, "RFKILL_STATE=%d", in rfkill_dev_uevent()
|
/net/wireless/ |
D | sysfs.c | 84 static int wiphy_uevent(struct device *dev, struct kobj_uevent_env *env) in wiphy_uevent() argument
|
D | reg.c | 546 char *env[] = { country, NULL }; in call_crda() local 563 ret = kobject_uevent_env(®_pdev->dev.kobj, KOBJ_CHANGE, env); in call_crda() 3049 enum environment_cap env = ENVIRON_ANY; in regulatory_hint_country_ie() local 3067 env = ENVIRON_INDOOR; in regulatory_hint_country_ie() 3069 env = ENVIRON_OUTDOOR; in regulatory_hint_country_ie() 3090 request->country_ie_env = env; in regulatory_hint_country_ie()
|
D | core.h | 50 enum environment_cap env; member
|
/net/core/ |
D | net-sysfs.c | 1709 static int netdev_uevent(struct device *d, struct kobj_uevent_env *env) in netdev_uevent() argument 1715 retval = add_uevent_var(env, "INTERFACE=%s", dev->name); in netdev_uevent() 1723 retval = add_uevent_var(env, "IFINDEX=%d", dev->ifindex); in netdev_uevent()
|