/src/usr.sbin/sti/ |
sti.c | 1 /* $NetBSD: sti.c,v 1.8 2009/08/27 19:40:06 christos Exp $ */ 33 __RCSID("$NetBSD: sti.c,v 1.8 2009/08/27 19:40:06 christos Exp $"); 124 sti(int fd, int c) function in typeref:typename:void 139 sti(fd, c); 200 sti(fd, ' ');
|
sti.c | 1 /* $NetBSD: sti.c,v 1.8 2009/08/27 19:40:06 christos Exp $ */ 33 __RCSID("$NetBSD: sti.c,v 1.8 2009/08/27 19:40:06 christos Exp $"); 124 sti(int fd, int c) function in typeref:typename:void 139 sti(fd, c); 200 sti(fd, ' ');
|
/src/sys/arch/hp300/stand/common/ |
ite_sti.c | 44 * sti-specific data not available in the ite_data structure. 45 * Since we will only configure one sti display, it is ok to use a global. 54 } sti; variable in typeref:struct:__anon6b387c450108 103 * Initialize the sti device for ite's needs. 106 * - since romputchar() does not work with sti devices, there is no way we 119 memset(&sti, 0, sizeof sti); 127 sti.codeptr[i] = 130 for (i = STI_END; sti.codeptr[i] == 0; i--) 132 codesize = sti.codeptr[i] - sti.codeptr[STI_BEGIN] [all...] |
ite_sti.c | 44 * sti-specific data not available in the ite_data structure. 45 * Since we will only configure one sti display, it is ok to use a global. 54 } sti; variable in typeref:struct:__anon6b387c450108 103 * Initialize the sti device for ite's needs. 106 * - since romputchar() does not work with sti devices, there is no way we 119 memset(&sti, 0, sizeof sti); 127 sti.codeptr[i] = 130 for (i = STI_END; sti.codeptr[i] == 0; i--) 132 codesize = sti.codeptr[i] - sti.codeptr[STI_BEGIN] [all...] |