Searched refs:perm (Results 51 - 75 of 244) sorted by relevance

12345678910

/freebsd-current/tools/test/stress2/misc/
H A Dzfs9.sh61 export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \
H A Dforce7.sh48 export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \
H A Dsmrstress2.sh57 export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \
H A Dforce14.sh55 export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \
H A Dforce9.sh53 export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \
H A Dgnop13.sh53 export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \
/freebsd-current/contrib/blocklist/bin/
H A Dstate.c75 state_open(const char *dbname, int flags, mode_t perm) argument
83 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo);
/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py926 def create(self, fid, name, perm, mode, filetype=None, extension=b''):
931 the now-open file. perm is, e.g., 0644, 0755, etc.,
951 perm |= {
959 perm=perm, mode=mode, extension=extension)
1361 def uxopen(self, path, oflags=0, perm=None, gid=None,
1365 oflags is 0/1/2 with optional os.O_CREAT, perm defaults
1441 oflags, omode_byte, perm, gid)
1479 def _uxcreate(self, filetype, fid, name, oflags, omode_byte, perm, gid):
1491 if perm i
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_dup.c58 int perm[5] = { 0700, 0400, 0600, 0444, 0666 }; local
69 for (j = 0; j < __arraycount(perm); j++) {
71 fd1 = open(path, mode[i] | O_CREAT, perm[j]);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_acl.c71 int tag, int flags, const wchar_t *wname, int perm, int id);
82 int tag, int flags, const char *name, int perm, int id);
86 const int perm; member in struct:__anon7
113 const int perm; member in struct:__anon8
779 int tag, int flags, const wchar_t *wname, int perm, int id)
848 *(*wp)++ = (perm & 0444) ? L'r' : L'-';
849 *(*wp)++ = (perm & 0222) ? L'w' : L'-';
850 *(*wp)++ = (perm & 0111) ? L'x' : L'-';
854 if (perm & nfsv4_acl_perm_map[i].perm)
778 append_entry_w(wchar_t **wp, const wchar_t *prefix, int type, int tag, int flags, const wchar_t *wname, int perm, int id) argument
1013 append_entry(char **p, const char *prefix, int type, int tag, int flags, const char *name, int perm, int id) argument
[all...]
/freebsd-current/crypto/openssh/
H A Dchannels.c615 fwd_perm_clear(struct permission *perm) argument
617 free(perm->host_to_connect);
618 free(perm->listen_host);
619 free(perm->listen_path);
620 memset(perm, 0, sizeof(*perm));
713 struct permission *perm; local
718 perm = &pset->permitted_user[i];
719 if (perm->downstream != c)
724 c->self, perm
4206 struct permission *perm; local
4416 struct permission *perm = NULL; local
4452 struct permission *perm = NULL; local
4773 struct permission *perm; local
4801 struct permission *perm; local
4827 struct permission *perm; local
4885 struct permission *perm; local
4972 struct permission *perm; local
[all...]
H A Dsftp-client.c266 conn->fd_out, code, id, a->flags, a->perm);
390 type, id, attr.flags, attr.perm);
1124 mode = attr.perm & 0777;
1126 if (!S_ISREG(attr.perm)) {
1137 attr.perm = mode;
1628 mode = a->perm & 0777;
1633 (!S_ISREG(a->perm))) {
1915 if (!S_ISDIR(dirattrib->perm)) {
1923 mode = dirattrib->perm & 01777;
1949 if (S_ISLNK(a->perm)) {
[all...]
/freebsd-current/sys/security/audit/
H A Daudit_bsm.c1667 struct ipc_perm perm; local
1669 perm.uid = ar->ar_arg_pipc_perm.pipc_uid;
1670 perm.gid = ar->ar_arg_pipc_perm.pipc_gid;
1671 perm.cuid = ar->ar_arg_pipc_perm.pipc_uid;
1672 perm.cgid = ar->ar_arg_pipc_perm.pipc_gid;
1673 perm.mode = ar->ar_arg_pipc_perm.pipc_mode;
1674 perm.seq = 0;
1675 perm.key = 0;
1676 tok = au_to_ipc_perm(&perm);
1702 struct ipc_perm perm; local
[all...]
H A Dbsm_token.c483 au_to_ipc_perm(struct ipc_perm *perm) argument
504 if (sizeof(perm->uid) != sizeof(u_int32_t)) {
506 ADD_U_INT16(dptr, perm->uid);
508 ADD_U_INT16(dptr, perm->gid);
510 ADD_U_INT16(dptr, perm->cuid);
512 ADD_U_INT16(dptr, perm->cgid);
514 ADD_U_INT32(dptr, perm->uid);
515 ADD_U_INT32(dptr, perm->gid);
516 ADD_U_INT32(dptr, perm->cuid);
517 ADD_U_INT32(dptr, perm
[all...]
H A Daudit.h130 void audit_arg_svipc_perm(struct ipc_perm *perm);
317 #define AUDIT_ARG_SVIPC_PERM(perm) do { \
319 audit_arg_svipc_perm((perm)); \
453 #define AUDIT_ARG_SVIPC_PERM(perm)
/freebsd-current/contrib/cortex-strings/
H A Dautogen.sh40 find -type f -perm +111 ! -name '.*' -fprint debian/executable.files
/freebsd-current/contrib/bzip2/
H A Dhuffman.c172 Int32 *perm,
183 if (length[j] == i) { perm[pp] = j; pp++; };
170 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c102 state_open(const char *dbname, int flags, mode_t perm) argument
106 db = dbopen(dbname, flags, perm, DB_HASH, &openinfo);
/freebsd-current/sbin/nvmecontrol/
H A Dpower.c100 power_set(int fd, int power_val, int workload, int perm) argument
105 p = perm ? (1u << 31) : 0;
/freebsd-current/contrib/tnftp/
H A DMakefile.in81 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
449 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
492 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
493 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
494 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/freebsd-current/usr.bin/find/
H A Dfunction.c1304 * -perm functions --
1329 char *perm; local
1333 perm = nextarg(option, argvp);
1338 if (*perm == '-') {
1340 ++perm;
1341 } else if (*perm == '+' || *perm == '/') {
1343 ++perm;
1346 if ((set = setmode(perm)) == NULL)
1347 errx(1, "%s: %s: illegal mode string", option->name, perm);
[all...]
/freebsd-current/sys/fs/p9fs/
H A Dp9fs_vnops.c416 * the name and perm specified under the parent dir. If this succeeds (an entry
423 char *extension, uint32_t perm, uint8_t mode, struct vnode **vpp)
454 error = p9_client_file_create(ofid, cnp->cn_nameptr, perm, mode,
462 if (!(perm & P9PROTO_DMLINK)) {
513 uint32_t perm; local
522 perm = p9fs_unix2p9_mode(mode);
526 ret = create_common(dnp, cnp, NULL, perm, P9PROTO_ORDWR, vpp);
547 uint32_t perm; local
556 perm = p9fs_unix2p9_mode(mode | S_IFDIR);
560 ret = create_common(dnp, cnp, NULL, perm, P9PROTO_ORDW
422 create_common(struct p9fs_node *dnp, struct componentname *cnp, char *extension, uint32_t perm, uint8_t mode, struct vnode **vpp) argument
580 uint32_t perm; local
[all...]
H A Dp9_client.h140 int p9_client_file_create(struct p9_fid *fid, char *name, uint32_t perm, int mode,
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_draid.c895 * (at position 'start' in permutation number 'perm').
899 uint64_t *perm, uint64_t *start)
948 *perm = group / ngroups;
949 uint64_t row = (*perm * ((groupwidth * ngroups) / ndisks)) +
989 uint64_t groupstart, perm; local
991 io_offset, &perm, &groupstart);
1040 vdev_draid_get_perm(vdc, perm, &base, &iter);
1396 uint64_t groupstart, perm; local
1398 offset, &perm, &groupstart);
1402 vdev_draid_get_perm(vdc, perm,
898 vdev_draid_logical_to_physical(vdev_t *vd, uint64_t logical_offset, uint64_t *perm, uint64_t *start) argument
1436 uint64_t groupstart, perm; local
2127 uint64_t perm, groupstart; local
2413 uint64_t perm = physical_offset / vdc->vdc_devslicesz; local
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dprincipals-command.sh55 if ! $OBJ/check-perm -m keys-command $PRINCIPALS_COMMAND ; then

Completed in 339 milliseconds

12345678910