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

12

/freebsd-10.1-release/sys/dev/esp/
H A Desp_pci.c208 struct esp_pci_softc *esc; local
212 esc = device_get_softc(dev);
213 sc = &esc->sc_ncr53c9x;
217 esc->sc_dev = dev;
222 error = bus_alloc_resources(dev, esp_pci_res_spec, esc->sc_res);
225 bus_release_resources(dev, esp_pci_res_spec, esc->sc_res);
232 BUS_SPACE_MAXSIZE_32BIT, 0, NULL, NULL, &esc->sc_pdmat);
285 error = bus_dma_tag_create(esc->sc_pdmat, PAGE_SIZE, 0,
288 busdma_lock_mutex, &sc->sc_lock, &esc->sc_xferdmat);
293 error = bus_dmamap_create(esc
337 struct esp_pci_softc *esc; local
374 struct esp_pci_softc *esc = (struct esp_pci_softc *)arg; local
396 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
404 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
412 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
420 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
430 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
571 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
605 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
633 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
647 struct esp_pci_softc *esc = (struct esp_pci_softc *)sc; local
[all...]
H A Desp_sbus.c164 static int espattach(struct esp_softc *esc,
166 static int espdetach(struct esp_softc *esc);
200 struct esp_softc *esc; local
206 esc = device_get_softc(dev);
207 sc = &esc->sc_ncr53c9x;
210 esc->sc_dev = dev;
224 esc->sc_dma = lsc;
275 if ((esc->sc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
299 esc->sc_dma = (struct lsi64854_softc *)
305 if (esc
349 struct esp_softc *esc; local
374 struct esp_softc *esc; local
420 struct esp_softc *esc; local
449 espattach(struct esp_softc *esc, const struct ncr53c9x_glue *gluep) argument
687 espdetach(struct esp_softc *esc) argument
761 struct esp_softc *esc = (struct esp_softc *)sc; local
778 struct esp_softc *esc = (struct esp_softc *)sc; local
792 struct esp_softc *esc = (struct esp_softc *)sc; local
800 struct esp_softc *esc = (struct esp_softc *)sc; local
808 struct esp_softc *esc = (struct esp_softc *)sc; local
817 struct esp_softc *esc = (struct esp_softc *)sc; local
825 struct esp_softc *esc = (struct esp_softc *)sc; local
833 struct esp_softc *esc = (struct esp_softc *)sc; local
841 struct esp_softc *esc = (struct esp_softc *)sc; local
[all...]
/freebsd-10.1-release/sys/arm/samsung/exynos/
H A Dexynos5_ehci.c158 gpio_ctrl(struct exynos_ehci_softc *esc, int dir, int power) argument
165 device_printf(esc->dev, "cant find gpio_dev\n");
183 phy_init(struct exynos_ehci_softc *esc) argument
187 gpio_ctrl(esc, GPIO_INPUT, 1);
190 bus_space_write_4(esc->sysreg_bst, esc->sysreg_bsh,
194 bus_space_write_4(esc->pwr_bst, esc->pwr_bsh,
197 reg = bus_space_read_4(esc->host_bst, esc
223 struct exynos_ehci_softc *esc; local
321 struct exynos_ehci_softc *esc; local
[all...]
/freebsd-10.1-release/sys/dev/usb/controller/
H A Dehci_imx.c178 ehci_softc_t *esc; local
182 esc = &sc->ehci_softc;
184 if (esc->sc_bus.bdev != NULL)
185 device_delete_child(dev, esc->sc_bus.bdev);
186 if (esc->sc_flags & EHCI_SCFLG_DONEINIT)
187 ehci_detach(esc);
188 if (esc->sc_intr_hdl != NULL)
189 bus_teardown_intr(dev, esc->sc_irq_res,
190 esc->sc_intr_hdl);
198 usb_bus_mem_free_all(&esc
210 ehci_softc_t *esc; local
[all...]
/freebsd-10.1-release/contrib/bmake/
H A Dstresep.c42 char * stresep(char **stringp, const char *delim, int esc);
45 * strings separated by characters from delim. If esc is not NUL, then
46 * the characters followed by esc are ignored and are not taken into account
57 stresep(char **stringp, const char *delim, int esc) argument
71 while (esc != '\0' && c == esc) {
/freebsd-10.1-release/sys/arm/freescale/vybrid/
H A Dvf_ehci.c190 phy_init(struct vybrid_ehci_softc *esc) argument
196 reg = PHY_READ4(esc, USBPHY_CTRL);
198 PHY_WRITE4(esc, USBPHY_CTRL, reg);
204 PHY_WRITE4(esc, USBPHY_CTRL, reg);
207 PHY_WRITE4(esc, USBPHY_CTRL_SET, reg);
212 device_printf(esc->dev, "Error: failed to get the GPIO dev\n");
221 PHY_WRITE4(esc, USBPHY_PWD, 0x00);
224 reg = PHY_READ4(esc, USBPHY_DEBUG);
226 PHY_WRITE4(esc, USBPHY_DEBUG, reg);
230 PHY_READ4(esc, USBPHY_CTR
249 struct vybrid_ehci_softc *esc; local
371 struct vybrid_ehci_softc *esc; local
[all...]
/freebsd-10.1-release/lib/libutil/
H A Dfparseln.c47 * that starts in *sp, is escaped by the escape character esc.
50 isescaped(const char *sp, const char *p, int esc) argument
61 if (esc == '\0')
65 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++)
87 char esc, con, nl, com; local
100 esc = str[0];
120 if (*cp == com && !isescaped(ptr, cp, esc)) {
137 if (*cp == con && !isescaped(ptr, cp, esc)) {
163 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
164 strchr(buf, esc) !
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_string.c42 int esc = 0; local
46 if (esc) {
118 esc = 0;
121 if ((esc = c == '\\') == 0)
/freebsd-10.1-release/sys/boot/i386/libi386/
H A Dvidconsole.c70 static int esc; variable
334 esc = 0;
345 if (esc) {
347 if (esc != '\033')
348 vidc_rawputchar(esc);
380 switch (esc) {
384 esc = c;
395 esc = c;
/freebsd-10.1-release/contrib/less/
H A Dfilename.c88 char *esc = get_meta_escape(); local
89 int esclen = strlen(esc);
92 if (esclen > 0 && strncmp(str, esc, esclen) == 0)
152 char *esc = get_meta_escape(); local
153 int esclen = strlen(esc);
209 strcpy(p, esc);
750 char *esc; local
753 esc = get_meta_escape();
754 if (strlen(esc) == 0)
755 esc
[all...]
H A Dedit.c66 char *esc = get_meta_escape(); local
67 int esclen = strlen(esc);
79 strncmp(s, esc, esclen) == 0)
/freebsd-10.1-release/sys/pc98/cbus/
H A Dscterm-sck.c59 int esc; member in struct:__anon11187
319 tcp->esc = 0;
340 tcp->esc = 0;
394 if (tcp->esc == 1) { /* seen ESC */
402 tcp->esc = 0;
407 tcp->esc = 0;
417 tcp->esc = 0;
422 tcp->esc = 0;
427 tcp->esc = 0;
449 tcp->esc
[all...]
/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dedit.c763 static int esc = -1; local
774 if (esc >= 0) {
776 esc = 0;
780 if (esc == 6) {
782 esc = -1;
784 esc_buf[esc++] = c;
785 esc_buf[esc] = '\0';
789 if (esc == 1) {
792 esc = -1;
798 if (esc >
[all...]
/freebsd-10.1-release/sys/boot/pc98/libpc98/
H A Dvidconsole.c70 static int esc; variable
402 esc = 0;
413 if (esc) {
415 if (esc != '\033')
416 vidc_rawputchar(esc);
448 switch (esc) {
452 esc = c;
463 esc = c;
/freebsd-10.1-release/contrib/mdocml/
H A Dterm.c398 enum mandoc_esc esc; local
427 esc = mandoc_escape(&word, &seq, &sz);
428 if (ESCAPE_ERROR == esc)
432 switch (esc) {
449 switch (esc) {
600 enum mandoc_esc esc; local
619 esc = mandoc_escape(&cp, &seq, &ssz);
620 if (ESCAPE_ERROR == esc)
624 switch (esc) {
645 switch (esc) {
[all...]
H A Dhtml.c305 enum mandoc_esc esc; local
336 esc = mandoc_escape(&p, &seq, &len);
337 if (ESCAPE_ERROR == esc)
340 switch (esc) {
370 print_metaf(h, esc);
H A Droff.c438 enum mandoc_esc esc; local
465 esc = mandoc_escape(&cp, NULL, NULL);
466 if (ESCAPE_ERROR != esc)
562 enum mandoc_esc esc; local
576 esc = mandoc_escape
578 if (ESCAPE_ERROR == esc)
1379 enum mandoc_esc esc; local
1393 esc = mandoc_escape(&p, NULL, NULL);
1394 if (ESCAPE_ERROR == esc) {
1405 esc
1690 enum mandoc_esc esc; local
[all...]
/freebsd-10.1-release/bin/ls/
H A Dutil.c171 static const char esc[] = "\\\\\"\"\aa\bb\ff\nn\rr\tt\vv"; local
192 (p = strchr(esc, (char)wc)) != NULL) {
/freebsd-10.1-release/share/examples/ppi/
H A Dppilcd.c200 static int esc = 0; local
202 if (esc) {
229 esc = 0;
232 esc = 1;
/freebsd-10.1-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c75 int esc = 0; local
138 esc = 0;
143 if (esc)
154 esc = (*f == '\\');
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dsys_bsd.c385 cc_t esc; local
626 esc = (rlogin != _POSIX_VDISABLE) ? rlogin : escape;
627 if ((tmp_tc.c_cc[VEOL] != esc)
629 && (tmp_tc.c_cc[VEOL2] != esc)
633 tmp_tc.c_cc[VEOL] = esc;
636 tmp_tc.c_cc[VEOL2] = esc;
641 tc.t_brkc = esc;
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c327 cc_t esc; local
479 esc = (rlogin != _POSIX_VDISABLE) ? rlogin : escape;
480 if ((tmp_tc.c_cc[VEOL] != esc)
482 && (tmp_tc.c_cc[VEOL2] != esc)
486 tmp_tc.c_cc[VEOL] = esc;
489 tmp_tc.c_cc[VEOL2] = esc;
/freebsd-10.1-release/bin/sh/
H A Dexpand.c1162 int esc; local
1167 for (p = name; esc = 0, *p; p += esc + 1) {
1192 esc++;
1193 if (p[esc] == '/') {
1196 start = p + esc + 1;
1248 endname += esc + 1;
1283 endname[-esc - 1] = esc ? CTLESC : '/';
/freebsd-10.1-release/contrib/ipfilter/l4check/
H A Dl4check.c73 register int esc = 0; local
76 if (esc) {
77 esc = 0;
93 esc = 1;
/freebsd-10.1-release/usr.sbin/kbdcontrol/
H A Dlex.l105 ESC|esc { number = 27; return TNUM; }

Completed in 562 milliseconds

12