Searched refs:check_device (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Ddevice-common.c22 check_device(int sock, struct Interface *iface) function
H A Dradvd.h204 int check_device(int, struct Interface *);
H A Dsend.c96 if(check_device(sock, iface) < 0) {
104 /* check_device was successful, act if it has failed previously */
H A Dgram.y146 if (check_device(sock, iface) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Ddevice-common.c22 check_device(int sock, struct Interface *iface) function
H A Dradvd.h205 int check_device(int, struct Interface *);
H A Dsend.c97 if(check_device(sock, iface) < 0) {
105 /* check_device was successful, act if it has failed previously */
H A Dgram.y146 if (check_device(sock, iface) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu.c113 static bool check_device(struct device *dev) function
176 if (!check_device(&pdev->dev))
190 if (!check_device(&pdev->dev))
1650 if (!check_device(dev))
1730 if (!check_device(dev))
2249 return check_device(dev);
2268 if (!check_device(&dev->dev))
2467 if (!check_device(dev))
2492 if (!check_device(dev))
2620 if (!check_device(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-xc2028.c791 goto check_device;
795 goto check_device;
803 check_device:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c515.c446 static int check_device(unsigned ioaddr) function
528 if (!check_device(ioaddr)) {
551 if (!check_device(ioaddr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_int.h271 * Device recognition functions. check_device is used to verify
277 int (*check_device) (struct dasd_device *); member in struct:dasd_discipline
H A Ddasd_diag.c622 .check_device = dasd_diag_check_device,
H A Ddasd_fba.c597 .check_device = dasd_fba_check_characteristics,
H A Ddasd.c2502 /* check_device will allocate block device if necessary */
2503 rc = discipline->check_device(device);
H A Ddasd_eckd.c3514 .check_device = dasd_eckd_check_characteristics,

Completed in 91 milliseconds