Searched refs:doclose (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/usr.sbin/pw/
H A Dpw_vpw.c66 vnextpwent(char const *nam, uid_t uid, int doclose) argument
111 if (doclose)
156 vnextgrent(char const *nam, gid_t gid, int doclose) argument
190 if (doclose)
/freebsd-13-stable/crypto/openssl/ssl/
H A Dpacket.c183 * necessary. If |doclose| is 0 then it goes through the motions of closing
186 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose) argument
197 if (!doclose)
217 if (doclose) {
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c306 int isreadonly, doclose, error = 0; local
351 doclose = 0;
360 doclose = 1;
365 if (doclose)
/freebsd-13-stable/contrib/lib9p/backend/
H A Dfs.c764 int doclose = 0; local
768 doclose = 1;
784 if (doclose)
796 if (doclose)
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c732 nfsrpc_close(vnode_t vp, int doclose, NFSPROC_T *p) argument
739 if (doclose)

Completed in 137 milliseconds