Searched refs:lcd (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/arch/emips/ebus/
H A Dlcd_ebus.c36 #define STUBNAME lcd
37 #define STUBSTRING "lcd"
42 #define stub_ebus_match __CONCAT(lcd,_ebus_match)
43 #define stub_ebus_attach __CONCAT(lcd,_ebus_attach)
44 #define stub_ebus __CONCAT(lcd,_ebus)
45 #define stub_softc __CONCAT(lcd,_softc)
46 #define stubopen __CONCAT(lcd,open)
47 #define stubclose __CONCAT(lcd,close)
48 #define stub_cdevsw __CONCAT(lcd,_cdevsw)
/netbsd-current/share/man/man4/man4.luna68k/
H A DMakefile3 MAN= autoconf.4 intro.4 lcd.4 mem.4 xp.4
/netbsd-current/etc/etc.luna68k/
H A DMAKEDEV.conf7 makedev xp lcd
30 lcd)
32 mkdev lcd c $major $minor $mode
/netbsd-current/share/man/man4/man4.hppa/
H A DMakefile5 io.4 lasi.4 lcd.4 mem.4 mongoose.4 pdc.4 phantomas.4 ssio.4 uturn.4 wax.4
/netbsd-current/sys/arch/luna68k/include/
H A DMakefile15 lcd.h limits.h lock.h \
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dldapauth.c497 FILE * lcd; /* ldap.conf descriptor */ local
502 lcd = fopen (l->l_conf, "r");
503 if (lcd == NULL) {
509 while (fgets (buf, sizeof (buf), lcd) != NULL) {
568 fclose (lcd);
/netbsd-current/usr.bin/ftp/
H A Dextern.h148 void lcd(int, char **);
H A Dcmdtab.c224 { "lcd", H(lcdhelp), 0, 0, 0, CMPL(l) lcd },
H A Dcmds.c1170 lcd(int argc, char *argv[]) function
/netbsd-current/sys/arch/luna68k/dev/
H A Dlcd.c1 /* $NetBSD: lcd.c,v 1.13 2023/01/15 05:08:33 tsutsui Exp $ */
2 /* $OpenBSD: lcd.c,v 1.7 2015/02/10 22:42:35 miod Exp $ */
35 __KERNEL_RCSID(0, "$NetBSD: lcd.c,v 1.13 2023/01/15 05:08:33 tsutsui Exp $");
48 #include <machine/lcd.h>
111 CFATTACH_DECL_NEW(lcd, sizeof(struct lcd_softc),
/netbsd-current/sys/arch/cobalt/stand/boot/
H A DMakefile80 SRCS+= lcd.c
/netbsd-current/sys/arch/hppa/dev/
H A Dlcd.c1 /* $NetBSD: lcd.c,v 1.2 2018/09/03 16:29:24 riastradh Exp $ */
2 /* OpenBSD: lcd.c,v 1.2 2007/07/20 22:13:45 kettenis Exp */
52 CFATTACH_DECL_NEW(lcd, sizeof(struct lcd_softc), lcd_match,
64 if (strcmp(ca->ca_name, "lcd") == 0)
/netbsd-current/sys/arch/acorn32/stand/lib/
H A Driscoscalls.h220 #define os_readsysinfo_chip_presence(ioeb, superio, lcd) \
221 os_readsysinfo(OSReadSysInfo_ReadChipPresenceAndId, (ioeb), (superio), (lcd), 0, 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c55 gdb::unique_xmalloc_ptr<char> lcd)
57 m_lcd (std::move (lcd))
474 const char *lcd = m_lowest_common_denominator;
476 if (strncmp_iw (word, lcd, strlen (lcd)) == 0)
1664 gdb::unique_xmalloc_ptr<char> lcd
1667 size_t lcd_len = strlen (lcd.get ());
1668 *slot = new completion_hash_entry (std::move (name), std::move (lcd));
2189 const char *lcd)
2193 const char *p_lcd = lcd;
54 completion_hash_entry(gdb::unique_xmalloc_ptr<char> name, gdb::unique_xmalloc_ptr<char> lcd) argument
473 const char *lcd = m_lowest_common_denominator; local
1663 gdb::unique_xmalloc_ptr<char> lcd member in class:gdb
2187 expand_preserving_ws(const char *orig, size_t orig_len, const char *lcd) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c55 gdb::unique_xmalloc_ptr<char> lcd)
57 m_lcd (std::move (lcd))
448 const char *lcd = m_lowest_common_denominator;
450 if (strncmp_iw (word, lcd, strlen (lcd)) == 0)
1563 gdb::unique_xmalloc_ptr<char> lcd
1566 size_t lcd_len = strlen (lcd.get ());
1567 *slot = new completion_hash_entry (std::move (name), std::move (lcd));
2084 const char *lcd)
2088 const char *p_lcd = lcd;
54 completion_hash_entry(gdb::unique_xmalloc_ptr<char> name, gdb::unique_xmalloc_ptr<char> lcd) argument
447 const char *lcd = m_lowest_common_denominator; local
1562 gdb::unique_xmalloc_ptr<char> lcd member in class:gdb
2082 expand_preserving_ws(const char *orig, size_t orig_len, const char *lcd) argument
[all...]
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Deval.c2155 struct element *lcd; local
2158 lcd = mapGet(left, "const-data");
2160 if ((lcd == NULL) || (lcd->type != ELEMENT_STRING) ||
2165 val = cmp_hexa(lcd, ISC_TRUE, rcd, ISC_TRUE);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c1644 struct lcd { struct
1645 SLIST_ENTRY(lcd) next;
1649 static SLIST_HEAD(, lcd) lhead = { NULL, &lhead.q_forw};
1657 struct lcd *lc, *lcp;
1667 lc = permalloc(sizeof(struct lcd));
1668 lcommsz += sizeof(struct lcd);
1681 struct lcd *lc;
1697 struct lcd *lc;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c1661 struct lcd { struct
1662 SLIST_ENTRY(lcd) next;
1666 static SLIST_HEAD(, lcd) lhead = { NULL, &lhead.q_forw};
1674 struct lcd *lc, *lcp;
1684 lc = permalloc(sizeof(struct lcd));
1697 struct lcd *lc;
1713 struct lcd *lc;
/netbsd-current/sys/kern/
H A Dsubr_autoconf.c625 struct cfdriver *lcd; local
628 LIST_FOREACH(lcd, &allcfdrivers, cd_list) {
629 if (STREQ(lcd->cd_name, cd->cd_name))
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c308 un.lcd = DATE;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c308 un.lcd = DATE;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsrconv.c308 un.lcd = DATE;
/netbsd-current/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A DMakefile798 omap3-ha-lcd.dtb \

Completed in 259 milliseconds