Searched refs:ifaces (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | media-tomb.patch | 43 + my @ifaces = grep { &net::iface_type($_->{'fullname'}) =~ /ether/i } 45 + @ifaces = ( $act[0] ) if (!@ifaces && @act); 46 + if (@ifaces) { 47 + return wantarray ? ( map { $_->{'address'} } @ifaces ) 48 + : $ifaces[0]->{'address'};
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0011-elf-Ignore-LD_AUDIT-interfaces-if-la_version-returns.patch | 130 + struct audit_ifaces ifaces; 180 + newp->ifaces.next = NULL; 182 + *last_audit = GLRO(dl_audit) = &newp->ifaces; 184 + *last_audit = (*last_audit)->next = &newp->ifaces; 305 - struct audit_ifaces ifaces; 356 - newp->ifaces.next = NULL; 358 - last_audit = GLRO(dl_audit) = &newp->ifaces; 360 - last_audit = last_audit->next = &newp->ifaces;
|
| H A D | 0012-Properly-initialize-audit-cookie-for-the-dynamic-loa.patch | 58 *last_audit = GLRO(dl_audit) = &newp->ifaces; 60 *last_audit = (*last_audit)->next = &newp->ifaces;
|
| H A D | 0013-Introduce-link_map_audit_state-accessor-function.patch | 291 *last_audit = (*last_audit)->next = &newp->ifaces;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_bandsteer.h | 74 s32 dhd_bandsteer_get_ifaces(void *pub, void *ifaces);
|
| H A D | dhd_linux.c | 20764 dhd_bandsteer_get_ifaces(void *pub, void *ifaces) 20770 dhd_bandsteer_iface_info_t *bsd_ifp = (dhd_bandsteer_iface_info_t *)ifaces;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_bandsteer.h | 74 s32 dhd_bandsteer_get_ifaces(void *pub, void *ifaces);
|
| H A D | dhd_linux.c | 20829 dhd_bandsteer_get_ifaces(void *pub, void *ifaces) 20835 dhd_bandsteer_iface_info_t *bsd_ifp = (dhd_bandsteer_iface_info_t *)ifaces;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_bandsteer.h | 74 s32 dhd_bandsteer_get_ifaces(void *pub, void *ifaces);
|
| H A D | dhd_linux.c | 20916 dhd_bandsteer_get_ifaces(void *pub, void *ifaces) 20922 dhd_bandsteer_iface_info_t *bsd_ifp = (dhd_bandsteer_iface_info_t *)ifaces;
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | sess.c | 80 struct cifs_server_iface *ifaces = NULL; in cifs_try_adding_channels() local 113 ifaces = kmemdup(ses->iface_list, iface_count*sizeof(*ifaces), in cifs_try_adding_channels() 115 if (!ifaces) { in cifs_try_adding_channels() 136 iface = &ifaces[i]; in cifs_try_adding_channels() 155 kfree(ifaces); in cifs_try_adding_channels()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0005-calloc-Use-calloc-at-most-places.patch | 1110 - ifaces = grub_zalloc (ncards * sizeof (ifaces[0])); 1111 + ifaces = grub_calloc (ncards, sizeof (ifaces[0])); 1112 if (!ifaces) 1158 - ifaces = grub_zalloc (ncards * sizeof (ifaces[0])); 1160 + ifaces = grub_calloc (ncards, sizeof (ifaces[0])); 1162 if (!ifaces || !slaacs) 1164 grub_free (ifaces);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/ |
| H A D | iscsi-initiator-utils_2.1.6.bb | 69 ${D}${localstatedir}/lib/iscsi/ifaces \
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | cxgb3i.rst | 63 2. Create an interface file located under /etc/iscsi/ifaces/ for the new
|