Searched refs:new_device (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddevice.c239 device *new_device = ZALLOC(device);
242 new_device->parent = parent;
243 new_device->children = NULL;
248 *sibling = new_device;
252 new_device->name = (char *) strdup(name);
253 new_device->unit_address = *unit_address;
254 new_device->path = device_full_name(new_device, NULL, 0);
257 new_device->data = data;
258 new_device
238 device *new_device = ZALLOC(device); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c228 device *new_device = ZALLOC(device);
231 new_device->parent = parent;
232 new_device->children = NULL;
237 *sibling = new_device;
241 new_device->name = (char *) strdup(name);
242 new_device->unit_address = *unit_address;
243 new_device->path = device_full_name(new_device, NULL, 0);
246 new_device->data = data;
247 new_device
227 device *new_device = ZALLOC(device); local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Ddevice.c61 static Device *new_device(const char *);
71 Device *new_device(const char *name) function
114 dev = new_device(name);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dnotify.h97 const u8 *dev_addr, int new_device);
H A Dnotify.c600 const u8 *dev_addr, int new_device)
602 if (new_device) {
599 wpas_notify_p2p_device_found(struct wpa_supplicant *wpa_s, const u8 *dev_addr, int new_device) argument
H A Dp2p_supplicant.c2356 int new_device)
2426 new_device);
2432 wpas_notify_p2p_device_found(ctx, info->p2p_device_addr, new_device);
2354 wpas_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) argument
/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p.h746 * @new_device: Inform if the peer is newly found
755 int new_device);

Completed in 170 milliseconds