Searched refs:configured (Results 1 - 25 of 36) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/dio/
H A Ddio.c21 * void dio_config_board(int scode) mark board as configured in the list
22 * void dio_unconfig_board(int scode) mark board as no longer configured
99 int configured; /* has this board been configured? */ member in struct:dioboard
150 if (b->id == deviceid && b->configured == 0)
195 b->configured = 0;
275 else if (b->configured)
276 printk("dio_config_board: board at select code %d already configured\n", scode);
278 b->configured = 1;
290 else if (!b->configured)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_frad.h160 int configured; member in struct:dlci_local
175 int configured; /* has this device been configured */ member in struct:frad_local
H A Dwanpipe.h361 char configured; /* flag for previous configurations */ member in struct:sdla
423 u16 num_of_ch; /* Number of channels configured by the user */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_frad.h160 int configured; member in struct:dlci_local
175 int configured; /* has this device been configured */ member in struct:frad_local
H A Dwanpipe.h361 char configured; /* flag for previous configurations */ member in struct:sdla
423 u16 num_of_ch; /* Number of channels configured by the user */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfonts.c64 #error No fonts configured.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsdlamain.c404 return -EBUSY; /* already configured */
436 /* If the current card has already been configured
440 if (!card->wandev.piggyback && !card->configured){
507 wandev->name,card->configured,card->wandev.piggyback);
511 if (!card->configured){
647 if (test_bit(0,&card->configured))
664 /* Find a card that is already configured with the
741 if (test_bit(0,&card->configured))
852 if (wandev->hw_opt[0] != SDLA_S514 && !card->configured){
856 if (!card->configured){
[all...]
H A Dsdla_ft1.c160 if (!card->configured){
H A Dsdla.c1009 if (!flp->configured)
1082 if (dlp->configured)
1162 if (!flp->configured)
1165 flp->configured = 1;
1177 if (flp->configured)
1284 if (flp->configured)
H A Ddlci.c298 dlp->configured = 1;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debian/attic/libs/
H A Drules44 build: configured
52 configured:
58 touch configured
62 rm -f build configured install
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Ddnsmasq-rh.spec22 Dnsmasq is lightweight, easy to configure DNS forwarder designed to provide DNS (domain name) services to a small network where using BIND would be overkill. It can be have its DNS servers automatically configured by PPP or DHCP, and it can serve the names of local machines which are not in the global DNS. It is ideal for networks behind NAT routers and connected via modem, ISDN, ADSL, or cable-modem connections.
H A Ddnsmasq-suse.spec24 overkill. It can be have its DNS servers automatically configured by PPP
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dgoku_udc.h251 configured:1, member in struct:goku_udc
H A Dgoku_udc.c562 writel(ep->dev->configured
1598 /* hw wants to know when we're configured (or not) */
1602 dev->configured = (ctrl.wValue != 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dwavelan_cs.h618 u_char configured; /* If it is configured */ member in struct:net_local
H A Dwavelan_cs.c3065 int configured; local
3102 configured = psa.psa_conf_status & 1;
3104 configured = 0;
3107 /* Is the PSA is not configured */
3108 if(!configured)
3131 /* It is configured */
3621 * device is configured but idle...
3715 /* The device is now configured */
3716 lp->configured = 1;
3748 lp->configured
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/examples/
H A Ddhcp-client-script351 LOG The interface $interface already configured.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp.h238 u8 configured; member in struct:pci_func
261 u8 configured; member in struct:slot
H A Dcpqphp_ctrl.c845 new_slot->configured = 1;
1472 func->configured = 0;
1531 func->configured = 0;
1863 func->configured = 0;
1895 func->configured = 0;
2888 func->configured = 1;
H A Dcpqphp_core.c654 slot_func->configured = 0;
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/djgpp/
H A Dconfig.bat55 Rem All fixes needed to get the package configured, compiled and tested.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dwavelan.c2878 int configured;
2888 configured = psa.psa_conf_status & 1;
2890 configured = 0;
2893 /* Is the PSA is not configured */
2894 if (!configured) {
2916 /* It is configured */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex382 Do not wonder, if your manually configured tunnel is
H A Dip-cref.tex201 \item Netlink is not configured in the kernel. The message is:
206 \item RTNETLINK is not configured in the kernel. In this case
271 already configured.
409 without additionally configured information.
2721 is configured on loopback, it is always preferred.
2824 however other routers may also be configured to translate them.
2865 router (or 0.0.0.0) and masquerading is configured in the linux-2.2
2995 echo "No address for $dev is configured, trying DHCP..." 1>&2

Completed in 294 milliseconds

12