Searched refs:clp (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-current/contrib/nvi/cl/
H A Dcl_screen.c47 CL_PRIVATE *clp; local
52 clp = CLP(sp);
106 F_SET(clp, CL_IN_EX | CL_SCR_EX_INIT);
112 if (F_ISSET(sp, SC_EX) && clp->cup != NULL)
113 tputs(tgoto(clp->cup,
118 F_CLR(clp, CL_IN_EX);
119 F_SET(clp, CL_SCR_VI_INIT);
133 CL_PRIVATE *clp; local
137 clp = GCLP(gp);
143 if (!F_ISSET(clp, CL_SCR_EX_INI
183 CL_PRIVATE *clp; local
382 CL_PRIVATE *clp; local
428 CL_PRIVATE *clp; local
499 CL_PRIVATE *clp; local
533 cl_freecap(CL_PRIVATE *clp) argument
[all...]
H A Dcl_main.c51 CL_PRIVATE *clp; local
82 clp = cl_init(gp);
127 if (clp->tgw != TGW_UNKNOWN)
128 (void)cl_omesg(NULL, clp, clp->tgw == TGW_SET);
134 if (F_ISSET(clp, CL_RENAME))
135 cl_setname(gp, clp->oname);
138 if (clp->killersig) {
139 (void)signal(clp->killersig, SIG_DFL);
140 (void)kill(getpid(), clp
178 CL_PRIVATE *clp; local
283 CL_PRIVATE *clp; local
347 CL_PRIVATE *clp; local
[all...]
H A Dcl_read.c49 CL_PRIVATE *clp; local
60 clp = CLP(sp);
61 retest: if (LF_ISSET(EC_INTERRUPT) || F_ISSET(clp, CL_SIGINT)) {
62 if (F_ISSET(clp, CL_SIGINT)) {
63 F_CLR(clp, CL_SIGINT);
69 if (F_ISSET(clp, CL_SIGHUP | CL_SIGTERM | CL_SIGWINCH)) {
70 if (F_ISSET(clp, CL_SIGHUP)) {
74 if (F_ISSET(clp, CL_SIGTERM)) {
78 if (F_ISSET(clp, CL_SIGWINCH)) {
79 F_CLR(clp, CL_SIGWINC
147 CL_PRIVATE *clp; local
[all...]
H A Dcl_funcs.c37 CL_PRIVATE *clp; local
42 clp = CLP(sp);
104 CL_PRIVATE *clp; local
107 clp = CLP(sp);
142 if (clp->ti_te != TI_SENT) {
143 clp->ti_te = TI_SENT;
144 if (clp->smcup == NULL)
145 (void)cl_getcap(sp, "smcup", &clp->smcup);
146 if (clp->smcup != NULL)
147 (void)tputs(clp
191 CL_PRIVATE *clp; local
311 CL_PRIVATE *clp; local
348 CL_PRIVATE *clp; local
389 CL_PRIVATE *clp; local
462 CL_PRIVATE *clp; local
521 CL_PRIVATE *clp; local
604 CL_PRIVATE *clp; local
675 CL_PRIVATE *clp; local
702 CL_PRIVATE *clp; local
[all...]
H A Dcl_term.c263 CL_PRIVATE *clp; local
265 clp = CLP(sp);
280 (void)cl_omesg(sp, clp, *valp);
284 F_SET(clp, CL_RENAME_OK);
293 F_CLR(clp, CL_RENAME_OK);
309 cl_omesg(SCR *sp, CL_PRIVATE *clp, int on) argument
327 if (clp->tgw == TGW_UNKNOWN)
328 clp->tgw = sb.st_mode & S_IWGRP ? TGW_SET : TGW_UNSET;
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c96 changelist_prefix(prop_changelist_t *clp) argument
104 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT &&
105 clp->cl_prop != ZFS_PROP_SHARESMB)
114 if (clp->cl_gflags & CL_GATHER_DONT_UNMOUNT)
117 if ((walk = uu_avl_walk_start(clp->cl_tree, UU_WALK_ROBUST)) == NULL)
139 switch (clp->cl_prop) {
142 clp->cl_mflags) != 0) {
164 (void) changelist_postfix(clp);
178 changelist_postfix(prop_changelist_t *clp) argument
191 if (clp
333 changelist_rename(prop_changelist_t *clp, const char *src, const char *dst) argument
370 changelist_unshare(prop_changelist_t *clp, const enum sa_protocol *proto) argument
401 changelist_haszonedchild(prop_changelist_t *clp) argument
410 changelist_remove(prop_changelist_t *clp, const char *name) argument
435 changelist_free(prop_changelist_t *clp) argument
467 prop_changelist_t *clp = data; local
500 prop_changelist_t *clp = data; local
640 prop_changelist_t *clp; local
[all...]
H A Dlibzfs_mount.c667 prop_changelist_t *clp; local
670 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT,
672 if (clp == NULL)
675 ret = changelist_prefix(clp);
676 changelist_free(clp);
836 prop_changelist_t *clp; local
842 clp = changelist_gather(zhp, ZFS_PROP_SHARENFS, 0, 0);
843 if (clp == NULL)
846 ret = changelist_unshare(clp, proto);
847 changelist_free(clp);
[all...]
H A Dlibzfs_sendrecv.c2995 prop_changelist_t *clp = NULL; local
3003 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0,
3005 if (clp == NULL) {
3009 err = changelist_prefix(clp);
3021 changelist_rename(clp, name, tryname);
3038 changelist_rename(clp, name, newname);
3051 (void) changelist_postfix(clp);
3054 if (clp != NULL)
3055 changelist_free(clp);
3117 prop_changelist_t *clp; local
3930 prop_changelist_t *clp = NULL; local
4416 prop_changelist_t *clp = NULL; local
5593 prop_changelist_t *clp = NULL; local
[all...]
/freebsd-current/lib/libc/rpc/
H A Dclnt_raw.c87 struct clntraw_private *clp; local
93 if ((clp = clntraw_private) == NULL) {
94 clp = (struct clntraw_private *)calloc(1, sizeof (*clp));
95 if (clp == NULL) {
102 clp->_raw_buf = __rpc_rawcombuf;
103 clntraw_private = clp;
105 xdrs = &clp->xdr_stream;
106 client = &clp->client_object;
116 xdrmem_create(xdrs, clp
141 struct clntraw_private *clp = clntraw_private; local
239 struct clntraw_private *clp = clntraw_private; local
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clstate.c208 #define NETFAMILY(clp) \
209 (((clp)->nfsc_flags & NFSCLFLAGS_AFINET6) ? AF_INET6 : AF_INET)
220 struct nfsclclient *clp; local
246 ret = nfscl_getcl(vp->v_mount, cred, p, false, firstref, &clp);
263 LIST_FOREACH(dp, NFSCLDELEGHASH(clp, nfhp, fhlen), nfsdl_hash) {
283 ohp = &clp->nfsc_owner;
293 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
350 nfscl_newopen(struct nfsclclient *clp, struct nfscldeleg *dp, argument
369 nowp->nfsow_clp = clp;
378 LIST_INSERT_HEAD(&clp
434 nfscl_deleg(mount_t mp, struct nfsclclient *clp, u_int8_t *nfhp, int fhlen, struct ucred *cred, NFSPROC_T *p, struct nfscldeleg **dpp) argument
505 nfscl_finddeleg(struct nfsclclient *clp, u_int8_t *fhp, int fhlen) argument
527 struct nfsclclient *clp; local
844 struct nfsclclient *clp; local
876 struct nfsclclient *clp; local
1044 struct nfsclclient *clp; local
1056 nfscl_clrelease(struct nfsclclient *clp) argument
1069 nfscl_clientrelease(struct nfsclclient *clp) argument
1091 struct nfsclclient *clp; local
1285 nfscl_relbytelock(vnode_t vp, u_int64_t off, u_int64_t len, __unused struct ucred *cred, NFSPROC_T *p, int callcnt, struct nfsclclient *clp, void *id, int flags, struct nfscllockowner **lpp, int *dorpcp) argument
1393 nfscl_releasealllocks(struct nfsclclient *clp, vnode_t vp, NFSPROC_T *p, void *id, int flags) argument
1434 struct nfsclclient *clp; local
1541 struct nfsclclient *clp; local
1606 nfscl_expireopen(struct nfsclclient *clp, struct nfsclopen *op, struct nfsmount *nmp, struct ucred *cred, NFSPROC_T *p) argument
1768 nfscl_cleanclient(struct nfsclclient *clp) argument
1794 nfscl_expireclient(struct nfsclclient *clp, struct nfsmount *nmp, struct ucred *cred, NFSPROC_T *p) argument
1889 nfscl_cleanup_common(struct nfsclclient *clp, u_int8_t *own) argument
1931 nfscl_cleanupkext(struct nfsclclient *clp, struct nfscllockownerfhhead *lhp) argument
2039 struct nfsclclient *clp; local
2121 nfscl_recover(struct nfsclclient *clp, bool *retokp, struct ucred *cred, NFSPROC_T *p) argument
2493 nfscl_hasexpired(struct nfsclclient *clp, u_int32_t clidrev, NFSPROC_T *p) argument
2721 nfscl_renewthread(struct nfsclclient *clp, NFSPROC_T *p) argument
3090 nfscl_initiate_recovery(struct nfsclclient *clp) argument
3108 struct nfsclclient *clp; local
3203 struct nfsclclient *clp; local
3311 struct nfsclclient *clp; local
3384 struct nfsclclient *clp; local
3489 nfscl_delegreturnall(struct nfsclclient *clp, NFSPROC_T *p, struct nfscldeleghead *dhp) argument
3514 struct nfsclclient *clp; local
3555 struct nfsclclient *clp; local
4006 struct nfsclclient *clp; local
4042 struct nfsclclient *clp; local
4079 struct nfsclclient *clp; local
4093 struct nfsclclient *clp; local
4111 nfscl_localconflict(struct nfsclclient *clp, u_int8_t *fhp, int fhlen, struct nfscllock *nlop, u_int8_t *own, struct nfscldeleg *dp, struct nfscllock **lopp) argument
4166 nfscl_lockt(vnode_t vp, struct nfsclclient *clp, u_int64_t off, u_int64_t len, struct flock *fl, NFSPROC_T *p, void *id, int flags) argument
4219 nfscl_recalldeleg(struct nfsclclient *clp, struct nfsmount *nmp, struct nfscldeleg *dp, vnode_t vp, struct ucred *cred, NFSPROC_T *p, int called_from_renewthread, vnode_t *vpp) argument
4362 nfscl_moveopen(vnode_t vp, struct nfsclclient *clp, struct nfsmount *nmp, struct nfsclopen *lop, struct nfsclowner *owp, struct nfscldeleg *dp, struct ucred *cred, NFSPROC_T *p) argument
4429 nfscl_totalrecall(struct nfsclclient *clp) argument
4443 nfscl_relock(vnode_t vp, struct nfsclclient *clp, struct nfsmount *nmp, struct nfscllockowner *lp, struct nfscllock *lop, struct ucred *cred, NFSPROC_T *p) argument
4648 struct nfsclclient *clp; local
4688 struct nfsclclient *clp; local
4727 struct nfsclclient *clp; local
4846 struct nfsclclient *clp; local
5013 struct nfsclclient *clp; local
5036 struct nfsclclient *clp; local
5055 struct nfsclclient *clp; local
5082 struct nfsclclient *clp; local
5109 struct nfsclclient *clp; local
5144 struct nfsclclient *clp; local
5214 struct nfsclclient *clp; local
5319 nfscl_getlayout(struct nfsclclient *clp, uint8_t *fhp, int fhlen, uint64_t off, uint32_t rwaccess, struct nfsclflayout **retflpp, int *recalledp) argument
5367 nfscl_retoncloselayout(vnode_t vp, struct nfsclclient *clp, uint8_t *fhp, int fhlen, struct nfsclrecalllayout **recallpp, struct nfscllayout **lypp) argument
5485 nfscl_getdevinfo(struct nfsclclient *clp, uint8_t *deviceid, struct nfscldevinfo *dip) argument
5526 nfscl_findlayout(struct nfsclclient *clp, u_int8_t *fhp, int fhlen) argument
5541 nfscl_finddevinfo(struct nfsclclient *clp, uint8_t *deviceid) argument
5585 struct nfsclclient *clp; local
5848 struct nfsclclient *clp; local
[all...]
H A Dnfs_clport.c775 struct nfsclclient *clp; local
778 clp = (struct nfsclclient *)arg;
779 td = TAILQ_FIRST(&clp->nfsc_renewthread->p_threads);
780 nfscl_renewthread(clp, td);
785 nfscl_start_renewthread(struct nfsclclient *clp) argument
788 kproc_create(start_nfscl, (void *)clp, &clp->nfsc_renewthread, 0, 0,
H A Dnfs_clvfsops.c1516 struct nfsclclient *clp; local
1527 clp = NULL;
1684 error = nfscl_getcl(mp, cred, td, tryminvers, true, &clp);
1785 clp->nfsc_renew = NFSCL_RENEW(lease);
1786 clp->nfsc_expire = NFSD_MONOSEC + clp->nfsc_renew;
1787 clp->nfsc_clientidrev++;
1788 if (clp->nfsc_clientidrev == 0)
1789 clp->nfsc_clientidrev++;
1795 nfscl_start_renewthread(clp);
[all...]
H A Dnfs_clrpcops.c819 struct nfsclclient *clp; local
825 error = nfscl_doclose(vp, &clp, p);
827 error = nfscl_getclose(vp, &clp);
829 nfscl_clientrelease(clp);
1031 nfsrpc_setclient(struct nfsmount *nmp, struct nfsclclient *clp, int reclaim, argument
1066 dsp->nfsclds_expire = NFSD_MONOSEC + clp->nfsc_renew;
1107 clp->nfsc_rev = rev++;
1108 error = nfsrpc_exchangeid(nmp, clp, &nmp->nm_sockreq, 0,
1179 clp->nfsc_rev = rev++;
1197 *tl = txdr_unsigned(clp
4385 struct nfsclclient *clp; local
4548 nfsrpc_lockt(struct nfsrv_descript *nd, vnode_t vp, struct nfsclclient *clp, u_int64_t off, u_int64_t len, struct flock *fl, struct ucred *cred, NFSPROC_T *p, void *id, int flags) argument
4956 nfsrpc_renew(struct nfsclclient *clp, struct nfsclds *dsp, struct ucred *cred, NFSPROC_T *p) argument
5231 nfsrpc_exchangeid(struct nfsmount *nmp, struct nfsclclient *clp, struct nfssockreq *nrp, int minorvers, uint32_t exchflags, struct nfsclds **dspp, struct ucred *cred, NFSPROC_T *p) argument
5463 nfsrpc_destroyclient(struct nfsmount *nmp, struct nfsclclient *clp, struct ucred *cred, NFSPROC_T *p) argument
6009 struct nfsclclient *clp; local
[all...]
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c138 static void nfsrv_dumpaclient(struct nfsclient *clp,
151 static int nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp,
166 static int nfsrv_checkgrace(struct nfsrv_descript *nd, struct nfsclient *clp,
168 static int nfsrv_docallback(struct nfsclient *clp, int procnum,
171 static int nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp,
175 static u_int32_t nfsrv_nextstateindex(struct nfsclient *clp);
176 static void nfsrv_markstable(struct nfsclient *clp);
177 static void nfsrv_markreclaim(struct nfsclient *clp);
178 static int nfsrv_checkstable(struct nfsclient *clp);
179 static int nfsrv_clientconflict(struct nfsclient *clp, in
259 struct nfsclient *clp = NULL, *new_clp = *new_clpp; local
604 struct nfsclient *clp; local
832 struct nfsclient *clp; local
916 struct nfsclient *clp = NULL; local
984 struct nfsclient *clp; local
1020 nfsrv_dumpaclient(struct nfsclient *clp, struct nfsd_dumpclients *dumpp) argument
1261 struct nfsclient *clp, *nclp; local
1385 nfsrv_cleanclient(struct nfsclient *clp, NFSPROC_T *p) argument
1404 nfsrv_zapclient(struct nfsclient *clp, NFSPROC_T *p) argument
1660 nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp, __unused u_int32_t flags, struct nfsstate **stpp) argument
1734 struct nfsclient *clp = NULL; local
2454 struct nfsclient *clp; local
2712 struct nfsclient *clp; local
3352 struct nfsclient *clp; local
3516 struct nfsclient *clp; local
3604 struct nfsclient *clp; local
3991 nfsrv_getclientipaddr(struct nfsrv_descript *nd, struct nfsclient *clp) argument
4292 nfsrv_checkgrace(struct nfsrv_descript *nd, struct nfsclient *clp, u_int32_t flags) argument
4355 nfsrv_docallback(struct nfsclient *clp, int procnum, nfsv4stateid_t *stateidp, int trunc, fhandle_t *fhp, struct nfsvattr *nap, nfsattrbit_t *attrbitp, int laytype, NFSPROC_T *p) argument
4612 nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp, uint32_t callback, int op, const char *optag, struct nfsdsession **sepp, int *slotposp) argument
4672 nfsrv_nextstateindex(struct nfsclient *clp) argument
5019 nfsrv_markstable(struct nfsclient *clp) argument
5046 nfsrv_markreclaim(struct nfsclient *clp) argument
5077 nfsrv_checkstable(struct nfsclient *clp) argument
5115 nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, vnode_t vp, NFSPROC_T *p) argument
5185 struct nfsclient *clp = stp->ls_clp; local
5372 struct nfsclient *clp; local
5461 nfsrv_cleandeleg(vnode_t vp, struct nfslockfile *lfp, struct nfsclient *clp, int *haslockp, NFSPROC_T *p) argument
5643 struct nfsclient *clp; local
5752 struct nfsclient *clp, *nclp; local
5784 nfsrv_notsamecredname(int op, struct nfsrv_descript *nd, struct nfsclient *clp) argument
6143 struct nfsclient *clp, *nclp; local
6397 struct nfsclient *clp; local
6528 struct nfsclient *clp; local
6573 struct nfsclient *clp; local
6596 nfsv4_setcbsequence(struct nfsrv_descript *nd, struct nfsclient *clp, int dont_replycache, struct nfsdsession **sepp, int *slotposp) argument
6636 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) argument
6665 struct nfsclient *clp; local
7085 struct nfsclient *clp; local
7335 struct nfsclient *clp; local
8820 nfsrv_checkmachcred(int op, struct nfsrv_descript *nd, struct nfsclient *clp) argument
8839 nfsrv_issuedelegation(struct vnode *vp, struct nfsclient *clp, struct nfsrv_descript *nd, int delegate, int writedeleg, int readonly, u_quad_t filerev, uint64_t rdonly, struct nfsstate **new_delegp, struct nfsstate *new_stp, struct nfslockfile *lfp, uint32_t *rflagsp, nfsv4stateid_t *delegstateidp) argument
[all...]
H A Dnfs_nfsdserv.c3977 struct nfsclient *clp = NULL; local
4008 clp = malloc(sizeof(struct nfsclient) + i, M_NFSDCLIENT, M_WAITOK |
4010 clp->lc_stateid = malloc(sizeof(struct nfsstatehead) *
4012 NFSINITSOCKMUTEX(&clp->lc_req.nr_mtx);
4014 clp->lc_req.nr_nam = malloc(sizeof(struct sockaddr_in6), M_SONAME,
4016 clp->lc_req.nr_cred = NULL;
4017 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF);
4018 clp->lc_idlen = idlen;
4019 error = nfsrv_mtostr(nd, clp->lc_id, idlen);
4023 clp
4295 struct nfsclient *clp = NULL; local
[all...]
H A Dnfs_nfsdsocket.c714 struct nfsclient *clp, *nclp; local
793 LIST_FOREACH_SAFE(clp, &NFSD_VNET(nfsclienthash)[i],
795 if (clp->lc_flags & LCL_EXPIREIT) {
796 if (!LIST_EMPTY(&clp->lc_open) ||
797 !LIST_EMPTY(&clp->lc_deleg))
798 nfsrv_writestable(clp->lc_id,
799 clp->lc_idlen, NFSNST_REVOKE, p);
800 nfsrv_cleanclient(clp, p);
801 nfsrv_freedeleglist(&clp->lc_deleg);
802 nfsrv_freedeleglist(&clp
[all...]
/freebsd-current/usr.sbin/rpc.umntall/
H A Drpc.umntall.c172 CLIENT *clp; local
176 clp = clnt_create_timed(hostname, MOUNTPROG, MOUNTVERS, "udp",
178 if (clp == NULL) {
182 clp->cl_auth = authunix_create_default();
183 clnt_stat = clnt_call(clp, MOUNTPROC_UMNTALL,
187 warnx("%s: %s", hostname, clnt_sperror(clp, "MOUNTPROC_UMNTALL"));
188 auth_destroy(clp->cl_auth);
189 clnt_destroy(clp);
200 CLIENT *clp; local
204 clp
[all...]
/freebsd-current/usr.bin/gprof/
H A Darcs.c449 cltype *clp; local
496 for ( clp = cyclehead ; clp ; ) {
497 endlist = &clp -> list[ clp -> size ];
498 for ( arcpp = clp -> list ; arcpp < endlist ; arcpp++ )
501 clp = clp -> next;
502 free( clp );
557 cltype *clp; local
625 cltype *clp; local
739 printsubcycle(cltype *clp) argument
[all...]
/freebsd-current/sys/cam/
H A Dcam_iosched.c596 static void cam_iosched_cl_maybe_steer(struct control_loop *clp);
654 cam_iosched_cl_init(struct control_loop *clp, struct cam_iosched_softc *isc) argument
657 clp->next_steer = sbinuptime();
658 clp->softc = isc;
659 clp->steer_interval = SBT_1S * 5; /* Let's start out steering every 5s */
660 clp->lolat = 5 * SBT_1MS;
661 clp->hilat = 15 * SBT_1MS;
662 clp->alpha = 20; /* Alpha == gain. 20 = .2 */
663 clp->type = set_max;
667 cam_iosched_cl_maybe_steer(struct control_loop *clp) argument
913 struct control_loop *clp; local
1094 struct control_loop *clp; local
1130 cam_iosched_cl_sysctl_fini(struct control_loop *clp) argument
[all...]
/freebsd-current/sbin/mount_nfs/
H A Dmount_nfs.c753 CLIENT *clp; local
835 clp = clnt_tli_create(RPC_ANYFD, nconf, &nfs_nb, NFS_PROGRAM, nfsvers,
837 if (clp == NULL) {
850 if (!clnt_control(clp, CLSET_CONNECT, (char *)&doconnect)) {
851 clnt_destroy(clp);
861 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL,
865 clnt_destroy(clp);
869 clnt_geterr(clp, &rpcerr);
871 hostp, spec, clnt_sperror(clp, "NFSPROC_NULL"));
872 clnt_destroy(clp);
[all...]
/freebsd-current/sbin/umount/
H A Dumount.c341 CLIENT *clp; local
440 clp = clnt_create(hostp, MOUNTPROG, MOUNTVERS3, proto_ptr);
441 if (clp == NULL) {
447 clp->cl_auth = authsys_create_default();
450 clnt_stat = clnt_call(clp, MOUNTPROC_UMNT, (xdrproc_t)xdr_dir,
454 clnt_sperror(clp, "RPCMNT_UMOUNT"));
468 auth_destroy(clp->cl_auth);
469 clnt_destroy(clp);
/freebsd-current/contrib/tcpdump/
H A Dprint-atm.c432 uint8_t cell_type, func_type, payload, clp; local
448 clp = cell_header&0x1;
450 ND_PRINT("%s, vpi %u, vci %u, payload [ %s ], clp %u, length %u",
454 clp, length);
/freebsd-current/sys/fs/nfs/
H A Dnfs_commonkrpc.c473 * - upcalls to nfsuserd and gssd (clp == NULL)
669 struct nfsclient *clp, struct nfssockreq *nrp, vnode_t vp,
749 * For a client side mount, nmp is != NULL and clp == NULL. For
752 if (clp != NULL) {
754 if ((clp->lc_flags & LCL_GSS) && nfsrv_gsscallbackson) {
757 if (clp->lc_flags & LCL_GSSINTEGRITY)
759 else if (clp->lc_flags & LCL_GSSPRIVACY)
924 if (clp == NULL) {
970 if (clp != NULL && sep != NULL)
1128 (clp !
668 newnfs_request(struct nfsrv_descript *nd, struct nfsmount *nmp, struct nfsclient *clp, struct nfssockreq *nrp, vnode_t vp, struct thread *td, struct ucred *cred, u_int32_t prog, u_int32_t vers, u_char *retsum, int toplevel, u_int64_t *xidp, struct nfsclsession *dssep) argument
[all...]
H A Dnfsrvstate.h60 #define NFSSTATEHASH(clp, id) \
61 (&((clp)->lc_stateid[(id).other[2] % nfsrv_statehashsize]))
/freebsd-current/sys/powerpc/mpc85xx/
H A Dfsl_sata.c991 struct fsl_sata_cmd_list *clp; local
1010 clp = FSL_SATA_CLP(ch, slot);
1011 clp->fis_length = htole16(fis_size);
1012 clp->prd_length = htole16(slot->dma.nsegs);
1028 clp->cmd_flags = htole32(cmd_flags |
1031 clp->ttl = htole32(slot->ttl);
1032 clp->cda = htole32(FSL_SATA_CTP_BUS(ch, slot));
1178 struct fsl_sata_cmd_list *clp; local
1184 clp = FSL_SATA_CLP(ch, slot);
1219 ccb->ataio.dxfer_len - le32toh(clp
[all...]

Completed in 212 milliseconds

12