Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 222) sorted by relevance

123456789

/dragonfly/share/examples/libusb20/
H A Dcontrol.c61 struct LIBUSB20_CONTROL_SETUP_DECODED setup; variable
75 setup.bmRequestType, in doit()
76 setup.bRequest, in doit()
77 setup.wValue, in doit()
78 setup.wIndex, in doit()
79 setup.wLength); in doit()
107 if ((setup.bmRequestType & 0x80) != 0) in doit()
110 data = malloc(setup.wLength); in doit()
115 setup.wLength); in doit()
279 setup.bmRequestType = rt; in parse_req()
[all …]
/dragonfly/contrib/cryptsetup/po/
H A Dcryptsetup.pot42 #: lib/setup.c:177 lib/setup.c:306 lib/setup.c:760
95 #: lib/setup.c:366 lib/setup.c:1674 lib/setup.c:1727 lib/setup.c:1784
110 #: lib/setup.c:602 lib/setup.c:1388 lib/setup.c:1735
114 #: lib/setup.c:645 lib/setup.c:1027 lib/setup.c:1826
127 #: lib/setup.c:907 lib/setup.c:1140 lib/setup.c:1194 lib/setup.c:1219
169 #: lib/setup.c:1321 lib/setup.c:1370 lib/setup.c:1429 lib/setup.c:1507
170 #: lib/setup.c:1579 lib/setup.c:1624 lib/setup.c:1718 lib/setup.c:1775
171 #: lib/setup.c:1896 lib/setup.c:1979 lib/setup.c:2079
184 #: lib/setup.c:1452 lib/setup.c:1527 lib/setup.c:1530
188 #: lib/setup.c:1471 lib/setup.c:1545 lib/setup.c:1549 lib/setup.c:1602
[all …]
/dragonfly/tools/tools/usbtest/
H A Dusb_modem_test.c225 setup.bRequest = 0x03; in usb_modem_control_ep_test()
226 setup.wValue = 0x0001; in usb_modem_control_ep_test()
227 setup.wIndex = iface_no; in usb_modem_control_ep_test()
228 setup.wLength = 0x0002; in usb_modem_control_ep_test()
236 setup.bRequest = UCDC_SET_COMM_FEATURE; in usb_modem_control_ep_test()
237 setup.wValue = feature; in usb_modem_control_ep_test()
238 setup.wIndex = iface_no; in usb_modem_control_ep_test()
253 setup.bRequest = UCDC_SET_LINE_CODING; in usb_modem_control_ep_test()
254 setup.wValue = 0; in usb_modem_control_ep_test()
255 setup.wIndex = iface_no; in usb_modem_control_ep_test()
[all …]
H A Dusb_msc_test.c127 struct LIBUSB20_CONTROL_SETUP_DECODED setup; in do_msc_reset() local
129 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup); in do_msc_reset()
131 setup.bmRequestType = LIBUSB20_REQUEST_TYPE_CLASS | in do_msc_reset()
133 setup.bRequest = 0xFF; /* BBB reset */ in do_msc_reset()
134 setup.wValue = 0; in do_msc_reset()
135 setup.wIndex = usb_iface; in do_msc_reset()
136 setup.wLength = 0; in do_msc_reset()
138 if (libusb20_dev_request_sync(usb_pdev, &setup, NULL, NULL, 5000, 0)) { in do_msc_reset()
/dragonfly/usr.sbin/usbconfig/
H A Dusbconfig.c51 struct LIBUSB20_CONTROL_SETUP_DECODED setup; member
415 if (libusb20_dev_request_sync(pdev, &opt->setup, in flush_command()
418 } else if (!(opt->setup.bmRequestType & in flush_command()
777 opt->setup.wValue = num_id(argv[n + 3], "wVal"); in main()
779 opt->setup.wLength = num_id(argv[n + 5], "wLen"); in main()
780 if (opt->setup.wLength != 0) { in main()
781 opt->buffer = malloc(opt->setup.wLength); in main()
788 if (!(opt->setup.bmRequestType & in main()
792 if (t < opt->setup.wLength) { in main()
795 t = opt->setup.wLength; in main()
[all …]
/dragonfly/usr.bin/enigma/
H A Denigma.c33 static void setup(const char *);
36 setup(const char *pw) in setup() function
107 setup(cp); in main()
109 setup(getpass("Enter key:")); in main()
112 setup(argv[1]); in main()
/dragonfly/games/phantasia/setup/
H A DMakefile3 PROG= setup
4 SRCS= phantglobs.c setup.c
12 build-tools: setup.nx
/dragonfly/games/adventure/adventure/
H A DMakefile11 data.c: glorkz setup.c
12 ${.OBJDIR}/../setup/setup.nx ${.CURDIR}/../glorkz > data.c
/dragonfly/etc/
H A Drc.firewall6138 ${fw6cmd} add pass tcp from any to ${ip} 25 setup
141 ${fw6cmd} add pass tcp from ${ip} to any setup
144 ${fw6cmd} add deny tcp from any to any setup
238 ${fw6cmd} add pass tcp from any to ${oip} 25 setup
241 ${fw6cmd} add pass tcp from any to ${oip} 53 setup
246 ${fw6cmd} add pass tcp from any to ${oip} 80 setup
249 ${fw6cmd} add deny log tcp from any to any in via ${oif} setup
252 ${fw6cmd} add pass tcp from any to any setup
/dragonfly/usr.bin/tr/
H A Dtr.c55 static struct cset *setup(char *, STR *, int, int);
119 delete = setup(argv[0], &s1, cflag, Cflag); in main()
120 squeeze = setup(argv[1], &s2, 0, 0); in main()
141 delete = setup(argv[0], &s1, cflag, Cflag); in main()
156 squeeze = setup(argv[0], &s1, cflag, Cflag); in main()
326 setup(char *arg, STR *str, int cflag, int Cflag) in setup() function
/dragonfly/contrib/cryptsetup/
H A DChangeLog175 * Fix uninitialized return value variable in setup.c.
249 * lib/setup.c: Added terminal timeout rewrite as forwarded by
301 * lib/setup.c (get_key): Applied patch from David H�rdeman
355 * lib/setup.c: Revert to 1.0.1 key reading.
380 * lib/setup.c (parse_into_name_and_mode): Revert that default
440 * lib/setup.c (get_key): Fixed another incompatiblity with
567 * ChangeLog, configure.in, setup-gettext, lib/Makefile.am,
569 lib/libcryptsetup.h, lib/libdevmapper.c, lib/setup.c,
577 lib/libdevmapper.c, lib/setup.c, lib/utils.c, po/de.po,
589 configure.in, setup-gettext, po/ChangeLog, po/LINGUAS,
[all …]
/dragonfly/games/phantasia/phantasia/
H A DMakefile23 monsters ${DATAFILES}: monsters.asc setup.c
24 ${.OBJDIR}/../setup/setup.nx -m ${.CURDIR}/../monsters.asc
/dragonfly/sys/dev/disk/ahci/
H A DTODO84 2 supports DMA setup AA opt
85 1 supports non-zero buffer offssets in DMA setup
95 1 supports nz buffer offsets in DMA setup FIS
107 01 No zero buffer offset in DMA setup fis
108 02 DMA setup fis AA opt
/dragonfly/sbin/restore/
H A Dmain.c180 setup(); in main()
189 setup(); in main()
242 setup(); in main()
257 setup(); in main()
/dragonfly/sys/bus/u4b/
H A Dusb_transfer.c388 xfer->flags = setup->flags; in usbd_transfer_setup_sub()
389 xfer->nframes = setup->frames; in usbd_transfer_setup_sub()
390 xfer->timeout = setup->timeout; in usbd_transfer_setup_sub()
399 parm->bufsize = setup->bufsize; in usbd_transfer_setup_sub()
892 const struct usb_config *setup; in usbd_transfer_setup() local
926 setup != setup_end; setup++, n++) { in usbd_transfer_setup()
931 if (setup->callback == NULL) { in usbd_transfer_setup()
1023 setup != setup_end; setup++, n++) { in usbd_transfer_setup()
1031 ifaces[setup->if_index], setup); in usbd_transfer_setup()
1044 (setup->stream_id != 0 && in usbd_transfer_setup()
[all …]
H A Dusb_device.c230 const struct usb_config *setup) in usbd_get_endpoint() argument
234 uint8_t index = setup->ep_index; in usbd_get_endpoint()
242 udev, iface_index, setup->endpoint, in usbd_get_endpoint()
243 setup->type, setup->direction, setup->ep_index); in usbd_get_endpoint()
247 if (setup->usb_mode != USB_MODE_DUAL && in usbd_get_endpoint()
255 if (setup->direction == UE_DIR_RX) { in usbd_get_endpoint()
275 if (setup->endpoint == UE_ADDR_ANY) { in usbd_get_endpoint()
280 ea_val |= (setup->endpoint & UE_ADDR); in usbd_get_endpoint()
285 if (setup->type == UE_BULK_INTR) { in usbd_get_endpoint()
289 } else if (setup->type == UE_TYPE_ANY) { in usbd_get_endpoint()
[all …]
/dragonfly/games/adventure/setup/
H A DMakefile3 PROG= setup
6 build-tools: setup.nx
/dragonfly/games/worm/
H A Dworm.c77 static void setup(void);
224 case '\f': setup(); return; in process()
291 setup(); in suspend()
295 setup(void) in setup() function
/dragonfly/test/stress/stress2/testcases/
H A DREADME5 int setup(int nb)
9 The setup() procedure is called once before test() is called multiple times
/dragonfly/contrib/cryptsetup/lib/
H A DMakefile.in81 am_libcryptsetup_la_OBJECTS = libcryptsetup_la-setup.lo \
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-setup.Plo@am__quote@
396 libcryptsetup_la-setup.lo: setup.c
397 …setup_la-setup.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-setup.Tpo -c -o libcryptsetup_la-setup.lo…
398 …__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcryptsetup_la-setup.Tpo $(DEPDIR)/libcryptsetup_la-setup.…
401 …etup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-setup.lo `test -f 'setup.c' || echo '$(srcdir)/'`
/dragonfly/usr.bin/who/
H A Dutmpentry.c53 static int setup(const char *);
75 setup(const char *fname) in setup() function
130 int what = setup(fname); in getutentries()
/dragonfly/lib/libalias/
H A Dalias_smedia.c374 const char *setup = "SETUP", *pna = "PNA", *str200 = "200"; in AliasHandleRtspOut() local
391 if (dlen >= strlen(setup)) { in AliasHandleRtspOut()
392 if (memcmp(data, setup, strlen(setup)) == 0) { in AliasHandleRtspOut()
/dragonfly/contrib/libpcap/pcap/
H A Dusb.h93 pcap_usb_setup setup; member
119 pcap_usb_setup setup; member
/dragonfly/crypto/libressl/crypto/asn1/
H A Dbio_asn1.c126 asn1_ps_func *setup, asn1_bio_state_t ex_state,
312 asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup, in asn1_bio_setup_ex() argument
315 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg)) { in asn1_bio_setup_ex()
/dragonfly/tools/regression/priv/
H A Dtest.c8 void setup();
19 setup(); in test()

123456789