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

  /src/share/examples/puffs/pgfs/
pgfs_waitq.h 33 void waiton(struct waitq *, struct puffs_cc *);
34 struct puffs_cc *wakeup_one(struct waitq *);
pgfs_waitq.c 30 * a dumb wait queue on puffs_cc
46 struct puffs_cc *cc;
57 waiton(struct waitq *wq, struct puffs_cc *cc)
70 struct puffs_cc *
pgfs_subs.h 31 struct fileid_lock_handle *fileid_lock(fileid_t, struct puffs_cc *);
pgfs_db.c 60 struct puffs_cc *blocker;
61 struct puffs_cc *owner;
110 getxc(struct puffs_cc *cc)
146 struct puffs_cc *cc = xc->owner;
942 struct puffs_cc *flusher = NULL;
947 struct puffs_cc *cc = puffs_cc_getcc(pu);
pgfs_subs.c 124 struct puffs_cc *owner; /* diagnostic only */
139 fileid_lock(fileid_t fileid, struct puffs_cc *cc)
  /src/lib/libpuffs/
callcontext.c 74 puffs_cc_yield(struct puffs_cc *pcc)
76 struct puffs_cc *jumpcc;
113 puffs__cc_cont(struct puffs_cc *pcc)
115 struct puffs_cc *mycc;
130 puffs_cc_continue(struct puffs_cc *pcc)
150 puffs__goto(struct puffs_cc *loanpcc)
159 puffs_cc_schedule(struct puffs_cc *pcc)
168 puffs_cc_getcaller(struct puffs_cc *pcc, pid_t *pid, lwpid_t *lid)
183 static struct puffs_cc fakecc;
185 static struct puffs_cc *
    [all...]
puffs_priv.h 125 LIST_HEAD(, puffs_cc) pu_ccmagazin;
126 TAILQ_HEAD(, puffs_cc) pu_lazyctx;
127 TAILQ_HEAD(, puffs_cc) pu_sched;
162 struct puffs_cc;
163 typedef void (*puffs_ccfunc)(struct puffs_cc *);
165 struct puffs_cc { struct
186 TAILQ_ENTRY(puffs_cc) pcc_schedent;
187 LIST_ENTRY(puffs_cc) pcc_rope;
236 void puffs__theloop(struct puffs_cc *);
240 struct puffs_cc **);
    [all...]
Makefile 15 MAN= puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3 \
23 # XXXGCC12 - accesses struct puffs_cc* via stack pointers, returns the
puffs.h 51 struct puffs_cc;
520 void puffs_setback(struct puffs_cc *, int);
555 struct puffs_cc **);
556 int puffs_dispatch_exec(struct puffs_cc *,
617 void puffs_cc_yield(struct puffs_cc *);
618 void puffs_cc_continue(struct puffs_cc *);
619 void puffs_cc_schedule(struct puffs_cc *);
620 int puffs_cc_getcaller(struct puffs_cc *,pid_t *,lwpid_t *);
621 struct puffs_cc *puffs_cc_getcc(struct puffs_usermount *);
709 int puffs_framev_enqueue_cc(struct puffs_cc *, int
    [all...]
framebuf.c 55 struct puffs_cc *pcc; /* pcc to continue with */
84 struct puffs_cc *pcc;
355 puffs_framev_enqueue_cc(struct puffs_cc *pcc, int fd,
446 puffs_framev_enqueue_directreceive(struct puffs_cc *pcc, int fd,
482 puffs_framev_enqueue_directsend(struct puffs_cc *pcc, int fd,
516 struct puffs_cc *pcc)
535 puffs_framev_enqueue_waitevent(struct puffs_cc *pcc, int fd, int *what)
dispatcher.c 53 static void dispatch(struct puffs_cc *);
59 struct puffs_cc *pcc = puffs_cc_getcc(pu);
88 struct puffs_cc **pccp)
90 struct puffs_cc *pcc;
102 puffs_dispatch_exec(struct puffs_cc *pcc, struct puffs_framebuf **pbp)
121 dispatch(struct puffs_cc *pcc)
puffs.c 424 puffs_setback(struct puffs_cc *pcc, int whatback)
786 puffs__theloop(struct puffs_cc *pcc)
954 struct puffs_cc *pcc;
  /src/tests/fs/puffs/h_dtfs/
dtfs.h 98 struct puffs_cc *dp_pcc;
  /src/usr.sbin/puffs/mount_psshfs/
psshfs.h 58 struct puffs_cc *pcc = puffs_cc_getcc(pu); \
107 struct puffs_cc *pw_cc;
node.c 136 struct puffs_cc *pcc = puffs_cc_getcc(pu);
288 struct puffs_cc *pcc = puffs_cc_getcc(pu);
391 struct puffs_cc *pcc = puffs_cc_getcc(pu);
subr.c 263 struct puffs_cc *pcc = puffs_cc_getcc(pu);
  /src/usr.sbin/puffs/mount_9p/
nineproto.c 233 struct puffs_cc *pcc = puffs_cc_getcc(pu);
261 struct puffs_cc *pcc = puffs_cc_getcc(pu);
296 struct puffs_cc *pcc = puffs_cc_getcc(pu);
ninepuffs.h 65 struct puffs_cc *pcc = puffs_cc_getcc(pu); \
subr.c 105 struct puffs_cc *pcc = puffs_cc_getcc(pu);
node.c 273 struct puffs_cc *pcc = puffs_cc_getcc(pu);
550 struct puffs_cc *pcc = puffs_cc_getcc(pu);
568 struct puffs_cc *pcc = puffs_cc_getcc(pu);
  /src/sbin/mount_portal/
puffs_portal.c 328 struct puffs_cc *pcc = puffs_cc_getcc(pu);
659 struct puffs_cc *pcc = puffs_cc_getcc(pu);
733 struct puffs_cc *pcc = puffs_cc_getcc(pu);
788 struct puffs_cc *pcc = puffs_cc_getcc(pu);
  /src/lib/libperfuse/
perfuse_priv.h 117 struct puffs_cc *pcq_cc;
  /src/usr.sbin/perfused/
msg.c 171 struct puffs_cc *pcc;
264 struct puffs_cc *pcc;
  /src/lib/librefuse/
refuse.c 238 struct puffs_cc *pcc = puffs_cc_getcc(pu);

Completed in 26 milliseconds