/src/lib/libossaudio/ |
oss_ioctl.c | 7 _oss_ioctl(int fd, unsigned long com, ...) 12 va_start(ap, com); 16 if (IOCGROUP(com) == 'P') 17 return _oss_dsp_ioctl(fd, com, argp); 18 else if (IOCGROUP(com) == 'M') 19 return _oss3_mixer_ioctl(fd, com, argp); 20 else if (IOCGROUP(com) == 'X') 21 return _oss4_mixer_ioctl(fd, com, argp); 22 else if (IOCGROUP(com) == 'Y') 23 return _oss4_global_ioctl(fd, com, argp) [all...] |
oss4_global.c | 35 _oss4_global_ioctl(int fd, unsigned long com, void *argp) 39 switch (com) {
|
internal.h | 41 #define GET_DEV(com) ((com) & 0xff)
|
/src/sys/coda/ |
coda_pioctl.h | 70 #define _VALIDVICEIOCTL(com) (com >= _VICEIOCTL(0) && com <= _VICEIOCTL(255))
|
/src/sys/arch/vax/consolerl/ |
Makefile | 5 STDBOOS= defboo.com anyboo.com 7 DEVBOOS= hkmboo.com hksboo.com hpmboo.com hpsboo.com \ 8 ramboo.com rasboo.com upmboo.com upsboo.com [all...] |
/src/lib/libc/termios/ |
tcflush.c | 56 int com; local in function:__weak_alias 62 com = FREAD; 65 com = FWRITE; 68 com = FREAD | FWRITE; 74 return (ioctl(fd, TIOCFLUSH, &com));
|
/src/usr.bin/indent/ |
pr_comment.c | 50 buf_add_char(&com, ch); 57 buf_add_str(&com, " * "); 104 if (com.len > 0) 155 buf_add_chars(&com, token.s, token.len); // "/*" or "//" 173 int ind = ind_add(ps.comment_ind, com.s, com.len); 177 *last_blank = (ssize_t)com.len; 188 if (ch_isspace(com.s[com.len - 1])) 198 const char *last_word = com.s + *last_blank + 1 [all...] |
/src/distrib/i386/floppies/ |
Makefile | 5 SUBDIR+= bootfloppy-com
|
/src/distrib/i386/floppies/bootfloppy-com/ |
Makefile | 3 FLOPPYBASE= boot-com
|
/src/sys/arch/acorn32/acorn32/ |
conf.c | 53 #include "com.h" 65 cons_decl(com); 71 cons_init(com),
|
/src/sys/arch/hppa/hppa/ |
conf.c | 45 cons_decl(com); 55 cons_init(com),
|
/src/sys/compat/linux/common/ |
linux_termios.c | 72 syscallarg(u_long) com; 76 u_long com; local in function:linux_ioctl_termios 95 com = SCARG(uap, com); 98 switch (com) { 120 switch (com) { 122 com = TIOCSETA; 125 com = TIOCSETAW; 128 com = TIOCSETAF; 131 error = (*bsdioctl)(fp, com, &tmpbts) [all...] |
linux_ioctl.c | 80 syscallarg(u_long) com; 85 switch (LINUX_IOCGROUP(SCARG(uap, com))) { 87 switch(SCARG(uap, com)) { 92 u_long com = 0; local in function:linux_sys_ioctl 93 if (SCARG(uap, com) & IOC_IN) 94 com |= IOC_OUT; 95 if (SCARG(uap, com) & IOC_OUT) 96 com |= IOC_IN; 98 SCARG(&ua, com) = SCARG(uap, com); 120 u_long com = 0; local in function:linux_sys_ioctl [all...] |
/src/sys/compat/linux32/common/ |
linux32_termios.c | 80 syscallarg(netbsd32_u_long) com; 84 u_long com; local in function:linux32_ioctl_termios 103 com = SCARG(uap, com); 106 switch (com) { 128 switch (com) { 130 com = TIOCSETA; 133 com = TIOCSETAW; 136 com = TIOCSETAF; 139 error = (*bsdioctl)(fp, com, &tmpbts) [all...] |
linux32_ioctl.c | 70 syscallarg(netbsd32_u_long) com; 77 group = LINUX32_IOCGROUP((int)SCARG(uap, com)); 81 SCARG(uap, com), (char)group, SCARG_P32(uap, data)); 102 SCARG(&ua, com) = SCARG(uap, com); 115 SCARG(&ossuap, com) = (u_long)SCARG(uap, com); 136 u_long com = 0; local in function:linux32_sys_ioctl 137 if (SCARG(uap, com) & IOC_IN) 138 com |= IOC_OUT [all...] |
/src/distrib/amd64/cdroms/ |
Makefile | 5 SUBDIR+= bootcd-com
|
/src/distrib/i386/cdroms/ |
Makefile | 5 SUBDIR+= bootcd-com
|
/src/sys/arch/evbsh3/evbsh3/ |
conf.c | 38 #include "com.h" 48 cons_decl(com); 58 cons_init(com),
|
/src/sys/arch/mmeye/mmeye/ |
conf.c | 40 #include "com.h" 48 cons_decl(com); 58 cons_init(com),
|
/src/distrib/amd64/cdroms/bootcd-com/ |
Makefile | 9 CDBASE= boot-com # gives ${CDBASE}.iso
|
/src/distrib/i386/cdroms/bootcd-com/ |
Makefile | 6 CDBASE= boot-com # gives ${CDBASE}.iso
|
/src/usr.sbin/ldpd/ |
ldp_command.h | 44 char com[64]; member in struct:com_func
|
/src/share/examples/rump/tipsy/ |
tipsy.c | 89 int com; local in function:main 108 com = rump_sys_open("/dev/dtyU0", O_RDWR); 109 if (com == -1) 113 * Setup the com port. You might need to tweak this. 115 if (rump_sys_ioctl(com, TIOCGETA, &tios) == -1) 125 if (rump_sys_ioctl(com, TIOCSETA, &tios) == -1) 142 if (pthread_create(&pt, NULL, shovel, (void *)(intptr_t)com) == -1) 150 if (rump_sys_write(com, &ch, 1) != 1)
|
/src/sys/arch/acorn32/podulebus/ |
if_iereg.h | 285 struct ie_cmd_common com; /* common part */ member in struct:ie_xmit_cmd 286 #define ie_xmit_status com.ie_cmd_status 323 struct ie_cmd_common com; /* common part */ member in struct:ie_mcast_cmd 324 #define ie_mcast_status com.ie_cmd_status 335 struct ie_cmd_common com; /* common part */ member in struct:ie_tdr_cmd 336 #define ie_tdr_status com.ie_cmd_status 351 struct ie_cmd_common com; member in struct:ie_iasetup_cmd 352 #define ie_iasetup_status com.ie_cmd_status 361 struct ie_cmd_common com; /* common part */ member in struct:ie_config_cmd 362 #define ie_config_status com.ie_cmd_statu [all...] |
/src/sys/dev/std/ |
ieee1212.c | 333 rom->root->com.key.key_type = P1212_KEYTYPE_Directory; 334 rom->root->com.key.key_value = 0; 335 rom->root->com.key.key = (u_int8_t)P1212_KEYTYPE_Directory; 336 rom->root->com.key.val = 0; 353 struct p1212_com *com; local in function:p1212_parse_directory 390 com = NULL; 395 if ((dir->parent == NULL) && dir->com.key.val) { 397 " 0x0\n", dir->com.key.val)); 432 if (dir->com.key.val == 572 if (com == NULL) [all...] |