OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifaces
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/usb/
auvitek_audio.c
62
struct usbd_interface **
ifaces
;
local in function:auvitek_audio_attach
66
ifaces
= kmem_zalloc(nifaces * sizeof(*
ifaces
), KM_SLEEP);
68
ifaces
[i] = &udev->ud_ifaces[i];
77
uiaa.uiaa_ifaces =
ifaces
;
86
if (!
ifaces
[i])
88
uiaa.uiaa_class =
ifaces
[i]->ui_idesc->bInterfaceClass;
89
uiaa.uiaa_subclass =
ifaces
[i]->ui_idesc->bInterfaceSubClass;
94
uiaa.uiaa_iface =
ifaces
[i];
95
uiaa.uiaa_proto =
ifaces
[i]->ui_idesc->bInterfaceProtocol
[
all
...]
usb_subr.c
1186
struct usbd_interface **
ifaces
;
local in function:usbd_attachinterfaces
1193
ifaces
= kmem_zalloc(nifaces * sizeof(*
ifaces
), KM_SLEEP);
1196
ifaces
[i] = &dev->ud_ifaces[i];
1198
DPRINTF("interface %jd %#jx", i, (uintptr_t)
ifaces
[i], 0, 0);
1207
uiaa.uiaa_ifaces =
ifaces
;
1216
if (!
ifaces
[i]) {
1220
uiaa.uiaa_iface =
ifaces
[i];
1221
uiaa.uiaa_class =
ifaces
[i]->ui_idesc->bInterfaceClass;
1222
uiaa.uiaa_subclass =
ifaces
[i]->ui_idesc->bInterfaceSubClass
[
all
...]
/src/usr.bin/rump_dhcpclient/
dhcpcd.h
120
extern struct interface *
ifaces
;
main.c
49
struct interface *
ifaces
;
variable in typeref:struct:interface *
247
ifaces
= ifp;
configure.c
343
for (ifp =
ifaces
; ifp; ifp = ifp->next) {
/src/etc/rc.d/
network
239
ifaces
="$(/sbin/ifconfig -l)"
241
tmp="$
ifaces
"
276
if intmissing $int $
ifaces
; then
Completed in 14 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025