Searched defs:syncpcp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c55 static int syncpcp(struct pcnode *, int);
201 syncpcp(struct pcnode *pcp, int flags) function
241 err = syncpcp(pcp, B_INVAL);
243 (void) syncpcp(pcp, B_INVAL | B_FORCE);
502 if (err = syncpcp(pcp, 0)) { /* %% ?? how to handle error? */

Completed in 90 milliseconds