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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c74 int ncg; /* Should set to ncgidtbl*2; this is the largest value yycgid() */ variable
302 for (j = 0; j < ncg; ++j)
328 for (j = 0; j < ncg; ++j)
363 for (j = 1; j < ncg; ++j) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c639 long ncg, last2blk; local
722 ncg = nblk / avgbfree;
723 if (ncg > fs->fs_ncg)
724 ncg = fs->fs_ncg;
729 if (ncg > 2)
730 resv += (ncg - 2) * SIZECG(ip);
H A Dufs_subr.c1246 int i, ncg; local
1271 ncg = MIN(NSIBUF, (fs->fs_ncg - cg));
1272 for (bp = bps, i = 0; i < ncg; i++, bp++) {
1285 for (bp = bps, i = 0; i < ncg; i++, bp++) {
1296 cg += ncg;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c172 struct compound_state *cs, struct nfs4_callback_globals *ncg)
187 ncg->nfs4_callback_stats.cb_getattr.value.ui64++;
202 mutex_enter(&ncg->nfs4_cb_lock);
203 sp = ncg->nfs4prog2server[req->rq_prog - NFS4_CALLBACK];
204 mutex_exit(&ncg->nfs4_cb_lock);
385 struct compound_state *cs, struct nfs4_callback_globals *ncg)
394 ncg->nfs4_callback_stats.cb_recall.value.ui64++;
410 mutex_enter(&ncg->nfs4_cb_lock);
411 sp = ncg->nfs4prog2server[req->rq_prog - NFS4_CALLBACK];
412 mutex_exit(&ncg
171 cb_getattr(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, struct compound_state *cs, struct nfs4_callback_globals *ncg) argument
384 cb_recall(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, struct compound_state *cs, struct nfs4_callback_globals *ncg) argument
510 cb_null(CB_COMPOUND4args *args, CB_COMPOUND4res *resp, struct svc_req *req, struct nfs4_callback_globals *ncg) argument
538 cb_illegal(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, struct compound_state *cs, struct nfs4_callback_globals *ncg) argument
549 cb_compound(CB_COMPOUND4args *args, CB_COMPOUND4res *resp, struct svc_req *req, struct nfs4_callback_globals *ncg) argument
699 struct nfs4_callback_globals *ncg; local
760 nfs4_getnextprogram(struct nfs4_callback_globals *ncg) argument
782 struct nfs4_callback_globals *ncg; local
808 nfs4_setport(char *netid, char *uaddr, char *protofmly, char *proto, struct nfs4_callback_globals *ncg) argument
847 struct nfs4_callback_globals *ncg = np->zone_globals; local
964 struct nfs4_callback_globals *ncg; local
1072 struct nfs4_callback_globals *ncg; local
1106 nfs4_discard_delegations(struct nfs4_callback_globals *ncg) argument
1163 struct nfs4_callback_globals *ncg = data; local
1179 struct nfs4_callback_globals *ncg = data; local
1292 nfs4delegreturn_cleanup_impl(rnode4_t *rp, nfs4_server_t *np, struct nfs4_callback_globals *ncg) argument
1356 struct nfs4_callback_globals *ncg; local
1446 nfs4_do_delegreturn(rnode4_t *rp, int flags, cred_t *cr, struct nfs4_callback_globals *ncg) argument
1579 nfs4delegreturn_impl(rnode4_t *rp, int flags, struct nfs4_callback_globals *ncg) argument
1705 struct nfs4_callback_globals *ncg; local
1742 struct nfs4_callback_globals *ncg; local
1826 struct nfs4_callback_globals *ncg; local
1881 deleg_reopen(vnode_t *vp, bool_t *recovp, struct nfs4_callback_globals *ncg, int flags) argument
2044 struct nfs4_callback_globals *ncg; local
2169 struct nfs4_callback_globals *ncg; local
2461 nfs4_dlistadd(rnode4_t *rp, struct nfs4_callback_globals *ncg, int flags) argument
2491 nfs4_dlistclean_impl(struct nfs4_callback_globals *ncg, int override_flags) argument
2519 struct nfs4_callback_globals *ncg; local
[all...]

Completed in 52 milliseconds