Searched refs:opens (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh52 opens = args[0];
66 /opens && bytes && segs/
/freebsd-13-stable/sys/geom/raid/
H A Dg_raid.c816 u_int opens; local
818 opens = 0;
821 opens++;
823 return (opens);
1825 int dcw, opens, error = 0; local
1839 /* Deny new opens while dying. */
1844 /* Deny write opens for read-only volumes. */
1856 opens = g_raid_nopens(sc);
1857 if (opens == 0) {
2157 int error, opens; local
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dservconf.c883 char **opens, u_int num_opens)
896 if (num_opens == 1 && strcmp(opens[0], "any") == 0)
898 if (num_opens == 1 && strcmp(opens[0], "none") == 0) {
904 oarg = arg = xstrdup(opens[i]);
882 process_permitopen_list(struct ssh *ssh, ServerOpCodes opcode, char **opens, u_int num_opens) argument
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c50 * for the same File Handle, but on different OpenOwners (opens
687 /* Search the local opens on the delegation. */
703 /* Search for matching opens on the hash list. */
1717 /* Merge opens in */
1808 * file descriptors yet, the opens will still be
2210 * opens as best we can and then do a reclaim
2311 * opens as best we can and then do a reclaim
2987 nfscl_dumpstate(struct nfsmount *nmp, int openowner, int opens, argument
3011 if (opens)
3047 if (opens)
[all...]

Completed in 186 milliseconds