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

  /src/lib/libpuffs/
callcontext.c 99 rv = puffs__cc_create(pcc->pcc_pu, puffs__theloop, &jumpcc);
224 puffs__cc_create(struct puffs_usermount *pu, puffs_ccfunc func, function in typeref:typename:int
237 DPRINTF(("puffs__cc_create: allocated pcc %p\n", pcc));
244 DPRINTF(("puffs__cc_create: magazin pcc %p\n", pcc));
puffs_priv.h 239 int puffs__cc_create(struct puffs_usermount *, puffs_ccfunc,
puffs.c 1010 if (puffs__cc_create(pu, puffs__theloop, &pcc) == -1) {
dispatcher.c 92 if (puffs__cc_create(pu, dispatch, &pcc) == -1)

Completed in 15 milliseconds