Home
last modified time | relevance | path

Searched refs:new_device (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDnotify.c600 const u8 *dev_addr, int new_device) in wpas_notify_p2p_device_found() argument
602 if (new_device) { in wpas_notify_p2p_device_found()
HDnotify.h97 const u8 *dev_addr, int new_device);
HDp2p_supplicant.c2356 int new_device) in wpas_dev_found() argument
2426 new_device); in wpas_dev_found()
2432 wpas_notify_p2p_device_found(ctx, info->p2p_device_addr, new_device); in wpas_dev_found()
/dragonfly/contrib/wpa_supplicant/src/p2p/
HDp2p.h755 int new_device);
/dragonfly/sys/bus/cam/
HDcam_xpt.c4008 struct cam_ed *new_device; in xpt_compile_path() local
4010 new_device = xpt_alloc_device(bus, in xpt_compile_path()
4013 if (new_device == NULL) { in xpt_compile_path()
4016 device = new_device; in xpt_compile_path()