HomeSort by: relevance | last modified time | path
    Searched defs:sti (Results 1 - 3 of 3) sorted by relevancy

  /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
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:__anon1360
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...]
  /src/external/bsd/iscsi/dist/src/initiator/
iscsi-initiator.c 540 sti_t sti; local
556 (void) stat("/etc/hosts", &sti.st);
682 sti.st.st_ino = 0x15c51;
725 sti.st.st_size = (off_t)(((uint64_t)lbac + 1) * blocksize);
726 sti.target = u;
755 virtdir_add(&iscsi, name, cc, devtype, (void *)&sti,
756 sizeof(sti));

Completed in 23 milliseconds