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

12

/freebsd-9.3-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-9.3-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-9.3-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)) {
157 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
158 strchr(buf, esc) !
[all...]
/freebsd-9.3-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-9.3-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-9.3-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)
H A Dcmdbuf.c967 char *esc = get_meta_escape(); local
968 int esclen = strlen(esc);
1021 strncmp(p, esc, esclen) == 0)
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscterm-sck.c59 int esc; member in struct:__anon10263
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-9.3-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-9.3-release/bin/ls/
H A Dutil.c171 static const char esc[] = "\\\\\"\"\aa\bb\ff\nn\rr\tt\vv"; local
189 (p = strchr(esc, (char)wc)) != NULL) {
/freebsd-9.3-release/share/examples/ppi/
H A Dppilcd.c200 static int esc = 0; local
202 if (esc) {
229 esc = 0;
232 esc = 1;
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c75 int esc = 0; local
140 esc = 0;
145 if (esc)
156 esc = (*f == '\\');
/freebsd-9.3-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-9.3-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-9.3-release/bin/sh/
H A Dexpand.c1192 int esc; local
1196 for (p = name; esc = 0, *p; p += esc + 1) {
1221 esc++;
1222 if (p[esc] == '/') {
1225 start = p + esc + 1;
1277 endname += esc + 1;
1307 endname[-esc - 1] = esc ? CTLESC : '/';
/freebsd-9.3-release/contrib/ipfilter/l4check/
H A Dl4check.c74 register int esc = 0; local
77 if (esc) {
78 esc = 0;
94 esc = 1;
/freebsd-9.3-release/usr.sbin/kbdcontrol/
H A Dlex.l105 ESC|esc { number = 27; return TNUM; }
/freebsd-9.3-release/sys/dev/en/
H A Dif_en_pci.c83 struct en_softc esc; /* includes "device" structure */ member in struct:en_pci_softc
339 en_reset(&psc->esc);
/freebsd-9.3-release/usr.sbin/makefs/
H A Dmtree.c332 int c, done, error, esc, qlvl; local
338 esc = 0;
352 esc++;
353 if (esc == 1)
359 if (esc)
382 if (!esc && qlvl == 0) {
400 if (esc)
404 if (esc)
408 if (esc)
412 if (esc)
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddw2gencfi.c80 } *esc; member in union:cfi_insn_data::__anon483
622 insn->u.esc = head;
1012 for (e = insn->u.esc; e ; e = e->next)
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dconfig.c488 static const char esc[] = "abfnrtv"; local
581 if ((end = strchr(esc, c)) != NULL) {
582 strval[strvallen++] = chr[end - esc];
/freebsd-9.3-release/contrib/nvi/vi/
H A Dvi.c420 goto esc; \
489 goto esc;
700 esc: switch (cpart) {
/freebsd-9.3-release/contrib/gdb/include/
H A Dhp-symtab.h1515 esc; member in union:__anon1497

Completed in 182 milliseconds

12