Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 25 of 27) sorted by last modified time

12

/original-bsd/usr.sbin/amd/rpcx/
H A Dnfs_prot.h269 nfscookie cookie; member
279 nfscookie cookie; member
H A Dnfs_prot_xdr.c486 if (!xdr_nfscookie(xdrs, objp->cookie)) {
509 if (!xdr_nfscookie(xdrs, objp->cookie)) {
/original-bsd/usr.sbin/amd/amd/
H A Dnfs_subr.c471 res.status = nfs_error((*mp->am_mnt->mf_ops->readdir)(mp, argp->cookie,
H A Dafs_ops.c1562 static int afs_readdir P((am_node *mp, nfscookie cookie, struct dirlist *dp, struct entry *ep, int …
1563 static int afs_readdir(mp, cookie, dp, ep, count) in afs_readdir() argument
1565 nfscookie cookie;
1570 unsigned int gen = *(unsigned int*) cookie;
1610 *(unsigned int *) ep[0].cookie = 0;
1619 *(unsigned int *) ep[1].cookie =
1651 *(unsigned int *) ep->cookie = xp_next->am_gen;
1653 *(unsigned int *) ep->cookie = ~(unsigned int)0;
H A Defs_ops.c79 int efs_readdir(mp, cookie, dp, ep, count) in efs_readdir() argument
81 nfscookie cookie;
/original-bsd/usr.bin/compress/
H A Dzopen.c209 zwrite(cookie, wbp, num) in zwrite() argument
210 void *cookie; in zwrite()
224 zs = cookie;
300 zclose(cookie) in zclose() argument
301 void *cookie; in zclose()
306 zs = cookie;
435 zread(cookie, rbp, num) in zread() argument
436 void *cookie; in zread()
447 zs = cookie;
/original-bsd/sys/vax/uba/
H A Dqd.c1453 int cookie; local
1468 cookie = QBAreg & 0x3FFFF;
1469 dga->adrs_lo = (short) cookie;
1470 dga->adrs_hi = (short) (cookie >> 16);
1793 int cookie; /* DMA adrs for QDSS */ local
1961 cookie = ((int)request->bufp - (int)header) + (int)header->QBAreg;
1963 dga->adrs_lo = (short) cookie;
1964 dga->adrs_hi = (short) (cookie >> 16);
/original-bsd/sys/nfs/
H A Dnfs_vnops.c1926 nfsuint64 cookie; local
1949 cookie = *cookiep;
1964 *tl++ = cookie.nfsuquad[0];
1965 *tl++ = cookie.nfsuquad[1];
1970 *tl++ = cookie.nfsuquad[0];
2088 *cookiep = cookie;
2114 nfsuint64 cookie; local
2138 cookie = *cookiep;
2152 *tl++ = cookie.nfsuquad[0];
2153 *tl++ = cookie.nfsuquad[1];
[all …]
/original-bsd/sys/hp300/stand/
H A Dsrt0.c79 movl #0x80,MMUCMD | set magic cookie
81 btst #7,d0 | cookie still on?
84 movl #0,MMUCMD | clear magic cookie
127 movl #0x80,MMUCMD | set magic cookie
129 btst #7,d0 | cookie still on?
/original-bsd/sys/hp300/hp300/
H A Dlocore.s870 movl #0x80,a1@(MMUCMD) | set magic cookie
872 btst #7,d0 | cookie still on?
874 movl #0,a1@(MMUCMD) | clear magic cookie
933 movl #0x80,a1@(MMUCMD) | set magic cookie
935 btst #7,d0 | cookie still on?
/original-bsd/share/termcap/
H A Dtermcap.src3029 # (with magic cookie).
3149 # Standout mode is still broken (magic cookie, etc) so is suppressed as no
/original-bsd/share/dict/
H A Dwords5348 cookie
/original-bsd/old/pcc/mip/
H A Dmatch.c294 match( p, cookie ) NODE *p; { in match() argument
304 if( cookie == FORREW ) q = rwtable;
326 if( !(q->visit & cookie ) ) CMS(ms.ms_cookie)
346 expand( p, cookie, q->cstring ); /* generate code */
347 reclaim( p, q->rewrite, cookie );
365 expand( p, cookie, cp ) NODE *p; register char *cp; { in expand() argument
408 if( cookie & FOREFF ) while( *++cp != '\n' ) ; /* VOID */
H A Dreader.c396 order( p, cookie );
428 prcook( cookie ){ in prcook() argument
434 if( cookie & SPECIAL ){ in prcook()
447 if( cookie & (1<<i) ){ in prcook()
463 int cookie; local
466 cookie = cook;
478 cookie = cook;
495 prcook( cookie );
515 if( !(cookie = nextcook( p, cookie ) ) ) goto nomat;
551 prcook( cookie );
[all …]
H A Dallo.c386 reclaim( p, rw, cookie ) NODE *p; { in reclaim() argument
400 prcook( cookie );
414 if( rw == RNULL || (cookie&FOREFF) ){ /* totally clobber, leaving nothing */
421 if( (cookie & FORCC) && (rw&RESCC)) {
449 if( cookie & r->cform ){
/original-bsd/old/pcc/ccom.tahoe/
H A Dlocal2.c1286 genscall( p, cookie ) register NODE *p; { in genscall() argument
1288 return( gencall( p, cookie ) );
1291 genfcall( p, cookie ) register NODE *p; { in genfcall() argument
1327 gencall( p, cookie ) register NODE *p; { in gencall() argument
1408 nextcook( p, cookie ) NODE *p; { in nextcook() argument
1410 if( cookie == FORREW ) return( 0 ); /* hopeless! */
1411 if( !(cookie&(INTAREG|INTBREG)) ) return( INTAREG|INTBREG );
1412 if( !(cookie&INTEMP) && asgop(p->in.op) ) return( INTEMP|INAREG|INTAREG|INTBREG|INBREG );
/original-bsd/old/pcc/ccom.vax/
H A Dlocal2.c1176 genscall( p, cookie ) register NODE *p; { in genscall() argument
1178 return( gencall( p, cookie ) );
1186 gencall( p, cookie ) register NODE *p; { in gencall() argument
1261 nextcook( p, cookie ) NODE *p; { in nextcook() argument
1263 if( cookie == FORREW ) return( 0 ); /* hopeless! */
1264 if( !(cookie&(INTAREG|INTBREG)) ) return( INTAREG|INTBREG );
1265 if( !(cookie&INTEMP) && asgop(p->in.op) ) return( INTEMP|INAREG|INTAREG|INTBREG|INBREG );
H A Dmacdefs40 /* register cookie for stack poINTer */
/original-bsd/lib/libcurses/
H A Dprintw.c144 __winwrite(cookie, buf, n) in __winwrite() argument
145 void *cookie; in __winwrite()
152 for (c = n, win = cookie; --c >= 0;)
/original-bsd/lib/libc/stdio/
H A Dfunopen.c20 funopen(cookie, readfn, writefn, seekfn, closefn) in funopen() argument
21 const void *cookie; in funopen()
24 fpos_t (*seekfn)(void *cookie, fpos_t off, int whence);
49 fp->_cookie = (void *)cookie;
H A Dstdio.c24 __sread(cookie, buf, n) in __sread() argument
25 void *cookie; in __sread()
29 register FILE *fp = cookie;
41 __swrite(cookie, buf, n) in __swrite() argument
42 void *cookie; in __swrite()
46 register FILE *fp = cookie;
55 __sseek(cookie, offset, whence) in __sseek() argument
56 void *cookie; in __sseek()
60 register FILE *fp = cookie;
73 __sclose(cookie) in __sclose() argument
[all …]
H A Dvsscanf.c20 eofread(cookie, buf, len) in eofread() argument
21 void *cookie; in eofread()
H A Dsscanf.c26 eofread(cookie, buf, len) in eofread() argument
27 void *cookie; in eofread()
/original-bsd/include/
H A Dstdio.h293 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument
294 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
/original-bsd/games/hack/
H A Drumors292 One can even choke in a fortune cookie!
356 Sorry, no fortune this time. Better luck next cookie!
390 There is a message concealed in each fortune cookie.
421 They say that there is a message concealed in each fortune cookie.
430 This fortune cookie is property of Fortune Cookies, Inc.

12