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.c669 prop_changelist_t *clp; local
672 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT,
674 if (clp == NULL)
677 ret = changelist_prefix(clp);
678 changelist_free(clp);
838 prop_changelist_t *clp; local
844 clp = changelist_gather(zhp, ZFS_PROP_SHARENFS, 0, 0);
845 if (clp == NULL)
848 ret = changelist_unshare(clp, proto);
849 changelist_free(clp);
[all...]
H A Dlibzfs_sendrecv.c2993 prop_changelist_t *clp = NULL; local
3001 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0,
3003 if (clp == NULL) {
3007 err = changelist_prefix(clp);
3019 changelist_rename(clp, name, tryname);
3036 changelist_rename(clp, name, newname);
3049 (void) changelist_postfix(clp);
3052 if (clp != NULL)
3053 changelist_free(clp);
3115 prop_changelist_t *clp; local
3928 prop_changelist_t *clp = NULL; local
4414 prop_changelist_t *clp = NULL; local
5591 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.c209 #define NETFAMILY(clp) \
210 (((clp)->nfsc_flags & NFSCLFLAGS_AFINET6) ? AF_INET6 : AF_INET)
221 struct nfsclclient *clp; local
247 ret = nfscl_getcl(vp->v_mount, cred, p, false, firstref, &clp);
264 LIST_FOREACH(dp, NFSCLDELEGHASH(clp, nfhp, fhlen), nfsdl_hash) {
284 ohp = &clp->nfsc_owner;
294 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
351 nfscl_newopen(struct nfsclclient *clp, struct nfscldeleg *dp, argument
370 nowp->nfsow_clp = clp;
379 LIST_INSERT_HEAD(&clp
435 nfscl_deleg(mount_t mp, struct nfsclclient *clp, u_int8_t *nfhp, int fhlen, struct ucred *cred, NFSPROC_T *p, struct nfscldeleg **dpp) argument
500 nfscl_finddeleg(struct nfsclclient *clp, u_int8_t *fhp, int fhlen) argument
522 struct nfsclclient *clp; local
839 struct nfsclclient *clp; local
871 struct nfsclclient *clp; local
1039 struct nfsclclient *clp; local
1051 nfscl_clrelease(struct nfsclclient *clp) argument
1064 nfscl_clientrelease(struct nfsclclient *clp) argument
1086 struct nfsclclient *clp; local
1280 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
1388 nfscl_releasealllocks(struct nfsclclient *clp, vnode_t vp, NFSPROC_T *p, void *id, int flags) argument
1429 struct nfsclclient *clp; local
1536 struct nfsclclient *clp; local
1601 nfscl_expireopen(struct nfsclclient *clp, struct nfsclopen *op, struct nfsmount *nmp, struct ucred *cred, NFSPROC_T *p) argument
1763 nfscl_cleanclient(struct nfsclclient *clp) argument
1789 nfscl_expireclient(struct nfsclclient *clp, struct nfsmount *nmp, struct ucred *cred, NFSPROC_T *p) argument
1884 nfscl_cleanup_common(struct nfsclclient *clp, u_int8_t *own) argument
1926 nfscl_cleanupkext(struct nfsclclient *clp, struct nfscllockownerfhhead *lhp) argument
2034 struct nfsclclient *clp; local
2116 nfscl_recover(struct nfsclclient *clp, bool *retokp, struct ucred *cred, NFSPROC_T *p) argument
2488 nfscl_hasexpired(struct nfsclclient *clp, u_int32_t clidrev, NFSPROC_T *p) argument
2716 nfscl_renewthread(struct nfsclclient *clp, NFSPROC_T *p) argument
3085 nfscl_initiate_recovery(struct nfsclclient *clp) argument
3103 struct nfsclclient *clp; local
3198 struct nfsclclient *clp; local
3306 struct nfsclclient *clp; local
3379 struct nfsclclient *clp; local
3484 nfscl_delegreturnall(struct nfsclclient *clp, NFSPROC_T *p, struct nfscldeleghead *dhp) argument
3509 struct nfsclclient *clp; local
3550 struct nfsclclient *clp; local
4001 struct nfsclclient *clp; local
4037 struct nfsclclient *clp; local
4074 struct nfsclclient *clp; local
4088 struct nfsclclient *clp; local
4106 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
4161 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
4214 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
4357 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
4424 nfscl_totalrecall(struct nfsclclient *clp) argument
4438 nfscl_relock(vnode_t vp, struct nfsclclient *clp, struct nfsmount *nmp, struct nfscllockowner *lp, struct nfscllock *lop, struct ucred *cred, NFSPROC_T *p) argument
4643 struct nfsclclient *clp; local
4683 struct nfsclclient *clp; local
4722 struct nfsclclient *clp; local
4841 struct nfsclclient *clp; local
5008 struct nfsclclient *clp; local
5031 struct nfsclclient *clp; local
5050 struct nfsclclient *clp; local
5077 struct nfsclclient *clp; local
5104 struct nfsclclient *clp; local
5139 struct nfsclclient *clp; local
5209 struct nfsclclient *clp; local
5314 nfscl_getlayout(struct nfsclclient *clp, uint8_t *fhp, int fhlen, uint64_t off, uint32_t rwaccess, struct nfsclflayout **retflpp, int *recalledp) argument
5362 nfscl_retoncloselayout(vnode_t vp, struct nfsclclient *clp, uint8_t *fhp, int fhlen, struct nfsclrecalllayout **recallpp, struct nfscllayout **lypp) argument
5480 nfscl_getdevinfo(struct nfsclclient *clp, uint8_t *deviceid, struct nfscldevinfo *dip) argument
5521 nfscl_findlayout(struct nfsclclient *clp, u_int8_t *fhp, int fhlen) argument
5536 nfscl_finddevinfo(struct nfsclclient *clp, uint8_t *deviceid) argument
5580 struct nfsclclient *clp; local
5843 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.c800 struct nfsclclient *clp; local
806 error = nfscl_doclose(vp, &clp, p);
808 error = nfscl_getclose(vp, &clp);
810 nfscl_clientrelease(clp);
1012 nfsrpc_setclient(struct nfsmount *nmp, struct nfsclclient *clp, int reclaim, argument
1047 dsp->nfsclds_expire = NFSD_MONOSEC + clp->nfsc_renew;
1088 clp->nfsc_rev = rev++;
1089 error = nfsrpc_exchangeid(nmp, clp, &nmp->nm_sockreq, 0,
1160 clp->nfsc_rev = rev++;
1178 *tl = txdr_unsigned(clp
4343 struct nfsclclient *clp; local
4506 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
4914 nfsrpc_renew(struct nfsclclient *clp, struct nfsclds *dsp, struct ucred *cred, NFSPROC_T *p) argument
5189 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
5421 nfsrpc_destroyclient(struct nfsmount *nmp, struct nfsclclient *clp, struct ucred *cred, NFSPROC_T *p) argument
5967 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
254 struct nfsclient *clp = NULL, *new_clp = *new_clpp; local
598 struct nfsclient *clp; local
826 struct nfsclient *clp; local
910 struct nfsclient *clp = NULL; local
978 struct nfsclient *clp; local
1014 nfsrv_dumpaclient(struct nfsclient *clp, struct nfsd_dumpclients *dumpp) argument
1255 struct nfsclient *clp, *nclp; local
1379 nfsrv_cleanclient(struct nfsclient *clp, NFSPROC_T *p) argument
1398 nfsrv_zapclient(struct nfsclient *clp, NFSPROC_T *p) argument
1654 nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp, __unused u_int32_t flags, struct nfsstate **stpp) argument
1728 struct nfsclient *clp = NULL; local
2448 struct nfsclient *clp; local
2703 struct nfsclient *clp; local
3469 struct nfsclient *clp; local
3633 struct nfsclient *clp; local
3721 struct nfsclient *clp; local
4108 nfsrv_getclientipaddr(struct nfsrv_descript *nd, struct nfsclient *clp) argument
4409 nfsrv_checkgrace(struct nfsrv_descript *nd, struct nfsclient *clp, u_int32_t flags) argument
4472 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
4729 nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp, uint32_t callback, int op, const char *optag, struct nfsdsession **sepp, int *slotposp) argument
4789 nfsrv_nextstateindex(struct nfsclient *clp) argument
5136 nfsrv_markstable(struct nfsclient *clp) argument
5163 nfsrv_markreclaim(struct nfsclient *clp) argument
5189 nfsrv_checkstable(struct nfsclient *clp) argument
5227 nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, vnode_t vp, NFSPROC_T *p) argument
5297 struct nfsclient *clp = stp->ls_clp; local
5484 struct nfsclient *clp; local
5573 nfsrv_cleandeleg(vnode_t vp, struct nfslockfile *lfp, struct nfsclient *clp, int *haslockp, NFSPROC_T *p) argument
5755 struct nfsclient *clp; local
5864 struct nfsclient *clp, *nclp; local
5896 nfsrv_notsamecredname(int op, struct nfsrv_descript *nd, struct nfsclient *clp) argument
6255 struct nfsclient *clp, *nclp; local
6509 struct nfsclient *clp; local
6640 struct nfsclient *clp; local
6685 struct nfsclient *clp; local
6708 nfsv4_setcbsequence(struct nfsrv_descript *nd, struct nfsclient *clp, int dont_replycache, struct nfsdsession **sepp, int *slotposp) argument
6748 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) argument
6777 struct nfsclient *clp; local
7197 struct nfsclient *clp; local
7447 struct nfsclient *clp; local
8932 nfsrv_checkmachcred(int op, struct nfsrv_descript *nd, struct nfsclient *clp) argument
[all...]
H A Dnfs_nfsdserv.c3970 struct nfsclient *clp = NULL; local
4001 clp = malloc(sizeof(struct nfsclient) + i, M_NFSDCLIENT, M_WAITOK |
4003 clp->lc_stateid = malloc(sizeof(struct nfsstatehead) *
4005 NFSINITSOCKMUTEX(&clp->lc_req.nr_mtx);
4007 clp->lc_req.nr_nam = malloc(sizeof(struct sockaddr_in6), M_SONAME,
4009 clp->lc_req.nr_cred = NULL;
4010 NFSBCOPY(verf, clp->lc_verf, NFSX_VERF);
4011 clp->lc_idlen = idlen;
4012 error = nfsrv_mtostr(nd, clp->lc_id, idlen);
4016 clp
4288 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 274 milliseconds

12