Searched refs:claim (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/efcode/packages/
H A Dmemalloc.c38 * claim under /openprom/client-services is used by schizo and oberon Fcode, we
39 * call "claim-memory" service.
42 claim(fcode_env_t *env) function
50 CHECK_DEPTH(env, 3, "claim-memory");
54 error = fc_run_priv(env->private, "claim-memory", 3, 1,
57 throw_from_fclib(env, 1, "client-services/claim failed\n");
104 FORTH(0, "claim", claim);
125 FORTH(0, "claim", claim);
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c141 "will claim" : "won't claim");
312 char *claim; local
326 claim = "already claimed";
328 claim = "will claim";
330 claim = "won't claim";
333 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c300 uint_t claim; local
302 claim = DDI_INTR_UNCLAIMED;
314 return (claim);
322 claim = DDI_INTR_CLAIMED;
326 return (claim);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c558 static void sum_claim(char *buf, size_t buflen, open_claim4 *claim);
559 static void detail_claim(open_claim4 *claim);
570 static void sum_name(char *buf, size_t buflen, open_claim4 *claim);
1587 * name openhow seqid claim access deny owner
1596 sum_name(bp, buflen, &args->claim);
1608 sum_claim(bp, blen, &args->claim);
1623 detail_claim(&args->claim);
3279 sum_name(char *buf, size_t buflen, open_claim4 *claim) argument
3283 switch (claim->claim) {
3307 sum_claim(char *buf, size_t buflen, open_claim4 *claim) argument
3360 detail_claim(open_claim4 *claim) argument
[all...]
H A Dnfs4_xdr.c1630 if (!xdr_open_claim_type4(xdrs, &objp->claim))
1632 switch (objp->claim) {
1672 if (!xdr_open_claim4(xdrs, &objp->claim))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c2033 open_claim_type4 claim; local
2078 claim = resend_rqstp->lr_oclaim;
2079 ASSERT(claim == CLAIM_NULL || claim == CLAIM_DELEGATE_CUR);
2105 open_args->claim = claim;
2122 if (claim == CLAIM_DELEGATE_CUR) {
2383 nfs4_delegation_accept(rp, claim, op_res, garp, cr);
2388 if (claim == CLAIM_DELEGATE_CUR)
H A Dnfs4_callback.c2153 nfs4_delegation_accept(rnode4_t *rp, open_claim_type4 claim, OPEN4res *res, argument
2206 if (claim == CLAIM_PREVIOUS)
2222 if (claim == CLAIM_PREVIOUS)
H A Dnfs4_vnops.c741 lost_rqstp->lr_oclaim = open_args->claim;
742 if (open_args->claim == CLAIM_DELEGATE_CUR) {
936 open_args->claim = CLAIM_NULL;
1673 open_claim_type4 claim, bool_t frc_use_claim_previous,
1752 claim != CLAIM_DELEGATE_CUR && !frc_use_claim_previous &&
1790 if (claim != CLAIM_PREVIOUS) {
1805 open_args->claim = claim;
1807 if (claim == CLAIM_NULL) {
1820 } else if (claim
1672 nfs4_reopen(vnode_t *vp, nfs4_open_stream_t *osp, nfs4_error_t *ep, open_claim_type4 claim, bool_t frc_use_claim_previous, bool_t is_recov) argument
[all...]
H A Dnfs4_recovery.c2493 open_claim_type4 claim; local
2528 claim = CLAIM_PREVIOUS;
2530 claim = CLAIM_NULL;
2586 &e, claim, FALSE, TRUE);
H A Dnfs4_xdr.c2931 if (!xdr_int(xdrs, (int *)&objp->claim))
2934 switch (objp->claim) {
2987 switch (objp->claim) {
3104 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->claim))
3107 switch (objp->claim) {
H A Dnfs4_srv.c7285 open_claim_type4 claim = args->claim; local
7372 (claim == CLAIM_NULL || claim == CLAIM_DELEGATE_CUR)) {
7382 if (rfs4_clnt_in_grace(cp) && claim == CLAIM_PREVIOUS && !can_reclaim) {
7391 if (!rfs4_clnt_in_grace(cp) && claim == CLAIM_PREVIOUS) {
7403 if (claim == CLAIM_PREVIOUS)
7437 switch (claim) {
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c620 uint_t claim; local
622 claim = DDI_INTR_UNCLAIMED;
628 claim = DDI_INTR_CLAIMED;
633 return (claim);
710 * (even if the last byte read did claim to terminate a
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x934 union open_claim4 switch (open_claim_type4 claim) {
980 open_claim4 claim;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h971 open_claim_type4 claim; member in struct:OPEN4args
992 open_claim_type4 claim; member in struct:OPEN4cargs
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c2529 * Release claim on vnode, credentials, and finally free the
2720 int claim; local
2868 claim = VPP_PROT(vpage) & PROT_WRITE;
2869 if (page_pp_lock(pp, claim, 0)) {
6540 /* Find each large page within ppa, and adjust its claim */
7640 int claim; local
7943 * claim is always set if MAP_PRIVATE and PROT_WRITE
7952 claim = ((VPP_PROT(vpp) & PROT_WRITE) &&
7960 * and no page was found, account for the claim
7968 ret = page_pp_lock(pp, claim,
[all...]

Completed in 162 milliseconds