Searched refs:cfd (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc.c30 int cfd = 0; local
53 else if (ENABLE_NC_EXTRA && opt=='f') USE_NC_EXTRA( cfd = xopen(optarg, O_RDWR));
74 if (do_listen && cfd) bb_show_usage();
76 if (do_listen || cfd) {
92 if (!cfd) {
113 cfd = accept(sfd, NULL, 0);
114 if (cfd < 0)
119 cfd = create_and_connect_stream_or_die(argv[0],
137 // We check for cfd == 0 above.
145 if (cfd) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/console-tools/
H A Dloadfont.c46 struct consolefontdesc cfd; local
48 cfd.charcount = fontsize;
49 cfd.charheight = unit;
50 cfd.chardata = buf;
52 if (!ioctl_or_perror(fd, PIO_FONTX, &cfd, "PIO_FONTX ioctl failed (will try PIO_FONT)"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dcdc-acm.c798 struct usb_cdc_country_functional_desc *cfd = NULL; local
863 cfd = (struct usb_cdc_country_functional_desc *)buffer;
1026 if (cfd) { /* export the country data */
1027 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL);
1030 acm->country_code_size = cfd->bLength - 4;
1031 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0, cfd->bLength - 4);
1032 acm->country_rel_date = cfd->iCountryCodeRelDate;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dsimple-protocol.c440 int cfd; local
442 if ((cfd = accept(fd, NULL, NULL)) < 0)
445 client_new(s, cfd);

Completed in 41 milliseconds