HomeSort by: relevance | last modified time | path
    Searched refs:CLOSE (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libcompat/regexp/
regexp.c 101 #define CLOSE 30 /* no Analogous to OPEN. */
122 * OPEN,CLOSE ...are numbered at compile time.
348 ender = regnode((paren) ? CLOSE+parno : END);
1004 case CLOSE+1:
1005 case CLOSE+2:
1006 case CLOSE+3:
1007 case CLOSE+4:
1008 case CLOSE+5:
1009 case CLOSE+6:
1010 case CLOSE+7
    [all...]
  /src/tests/dev/audio/
audiotest.c 368 * close(2) and re-open(2).
369 * audio(4) uses hw_if->close() to tell the hardware to close. However,
466 /* close(2) or rump_sys_close(3) */
477 r = close(fd);
727 * To avoid this, close non-pad descriptor first using atexit(3) for now.
736 close(fd);
1047 #define CLOSE(fd) \
1051 DPRINTFF(line, "close(%d)", fd);
1333 CLOSE(fd)
    [all...]
  /src/usr.sbin/isibootd/
isibootd.c 103 #define CLOSE 4
105 { "CONNECT", "OPEN", "READ", "WRITE", "CLOSE", "FIND" };
247 if (fp->opcode == CLOSE) {
249 goto closedown; /* close request */
267 fp->opcode = CLOSE;
454 close(s);
  /src/lib/librumphijack/
hijack.c 332 { DUALCALL_CLOSE, "close", RSYS_NAME(CLOSE) },
1171 int (*op_close)(int) = GETSYSCALL(host, CLOSE);
1588 /* hmm, maybe we should close rump fd's not within dup2mask? */
1653 close(int fd) function in typeref:typename:int
1658 DPRINTF(("close -> %d\n", fd));
1672 op_close = GETSYSCALL(rump, CLOSE);
1680 op_close = GETSYSCALL(host, CLOSE);
1868 int (*op_close)(int) = GETSYSCALL(host, CLOSE);
2353 host_close = GETSYSCALL(host, CLOSE);
    [all...]
  /src/lib/libpuffs/
puffs.c 80 FILLOP(close, CLOSE);
465 close(pu->pu_dpipe[1]);
492 close(fd);
512 close(pu->pu_dpipe[0]);
513 close(pu->pu_dpipe[1]);
  /src/sys/fs/puffs/
puffs_vnops.c 109 { &vop_close_desc, puffs_vnop_checkop }, /* close */
198 { &vop_close_desc, vn_fifo_bypass }, /* close */
237 { &vop_close_desc, puffs_vnop_close }, /* close */
350 CHECKOP_SUCCESS(CLOSE);
893 PUFFS_MSG_VARS(vn, close);
897 PUFFS_MSG_ALLOC(vn, close);
905 PUFFS_MSG_RELEASE(close);
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6269 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN
6271 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS
6739 # number of cases where |X| is less than, but close to, #
8246 #--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
fpsp.s 6375 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN
6377 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS
6845 # number of cases where |X| is less than, but close to, #
8352 #--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1

Completed in 40 milliseconds