Searched refs:mode (Results 626 - 650 of 2233) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sbin/hastd/
H A Dpjdlog.h47 void pjdlog_init(int mode);
50 void pjdlog_mode_set(int mode);
/freebsd-11-stable/stand/ficl/
H A Dfileaccess.c37 char mode[4]; local
44 *mode = 0;
53 strcat(mode, "r");
56 strcat(mode, writeMode);
59 strcat(mode, writeMode);
60 strcat(mode, "+");
64 strcat(mode, (fam & FICL_FAM_BINARY) ? "b" : "t");
66 f = fopen(filename, mode);
158 ** I push the file's access mode (readable, writeable, is directory, etc)
/freebsd-11-stable/sys/sys/
H A Dinterrupt.h183 int intr_getaffinity(int irq, int mode, void *mask);
185 int intr_setaffinity(int irq, int mode, void *mask);
/freebsd-11-stable/usr.sbin/pw/
H A Dcpdir.c44 copymkdir(int rootfd, char const * dir, int skelfd, mode_t mode, uid_t uid, argument
57 if (mkdirat(rootfd, dir, mode) != 0 && errno != EEXIST) {
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h114 cdev_add_ext(struct linux_cdev *cdev, dev_t dev, uid_t uid, gid_t gid, int mode) argument
126 args.mda_mode = mode;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf84 # the currently enabled networks are found, a new network (IBSS or AP mode
87 # parameters (e.g., WPA IE generation); this mode can also be used with
88 # non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
89 # APs (i.e., external program needs to control association). This mode must
93 # enable operation with hidden SSIDs and optimized roaming; in this mode,
101 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
102 # created immediately regardless of scan results. ap_scan=1 mode will first try
104 # networks are found, a new IBSS or AP mode network is created.
273 # Whether to enable SAE (WPA3-Personal transition mode) automaticall
[all...]
/freebsd-11-stable/sys/dev/ntb/
H A Dntb.h215 int ntb_mw_get_wc(device_t ntb, unsigned mw_idx, vm_memattr_t *mode);
220 * If 'mode' matches the current status, this does nothing and succeeds. Mode
227 int ntb_mw_set_wc(device_t ntb, unsigned mw_idx, vm_memattr_t mode);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_types.h70 typedef int ti_int __attribute__((mode(TI)));
71 typedef unsigned tu_int __attribute__((mode(TI)));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileCache.cpp27 File::OpenOptions flags, uint32_t mode,
33 auto file = FileSystem::Instance().Open(file_spec, flags, mode);
26 OpenFile(const FileSpec &file_spec, File::OpenOptions flags, uint32_t mode, Status &error) argument
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFile.i22 Initialize a SBFile from a file descriptor. mode is
24 SBFile(int fd, const char *mode, bool transfer_ownership);
96 file object using `open(fd, mode=..., closefd=False)`
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h26 uint32_t mode, Status &error) override;
48 Status MakeDirectory(const FileSpec &file_spec, uint32_t mode) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp200 return insn->mode == MODE_64BIT && prefix >= 0x40 && prefix <= 0x4f;
334 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) &&
355 if (insn->mode == MODE_64BIT) {
376 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)
388 if (insn->mode == MODE_64BIT)
407 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)
416 if (insn->mode == MODE_64BIT)
451 if (insn->mode == MODE_64BIT)
479 if (insn->mode == MODE_16BIT) {
484 } else if (insn->mode
[all...]
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A Dsmndbm.c468 ** mode -- File permisions on a created database.
488 smdb_ndbm_open(database, db_name, mode, mode_mask, sff, type, user_info,
492 int mode;
526 bitset(mode, O_CREAT))
530 result = smdb_lock_file(&lock_fd, db_name, mode, sff,
540 result = smdb_lock_file(&pag_fd, db_name, mode, sff,
549 mode |= O_TRUNC;
550 mode &= ~(O_CREAT|O_EXCL);
567 dbm = dbm_open(db_name, mode, DBMMODE);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c322 struct archive_acl *abstract_acl, __LA_MODE_T mode,
367 if (acl_type == ACL_TYPE_DEFAULT && !S_ISDIR(mode)) {
552 else if (S_ISLNK(mode)) {
601 /* Ignore "trivial" ACLs that just mirror the file mode. */
639 /* Ignore "trivial" ACLs that just mirror the file mode. */
680 struct archive_acl *abstract_acl, __LA_MODE_T mode)
684 (void)mode; /* UNUSED */
690 ret = set_acl(a, fd, name, abstract_acl, mode,
697 ret = set_acl(a, fd, name, abstract_acl, mode,
706 ret = set_acl(a, fd, name, abstract_acl, mode,
321 set_acl(struct archive *a, int fd, const char *name, struct archive_acl *abstract_acl, __LA_MODE_T mode, int ae_requested_type, const char *tname) argument
679 archive_write_disk_set_acls(struct archive *a, int fd, const char *name, struct archive_acl *abstract_acl, __LA_MODE_T mode) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c886 * Determine mode of file based on ACL.
893 mode_t mode; local
901 mode = (fmode & (S_IFMT | S_ISUID | S_ISGID | S_ISVTX));
923 mode |= S_IRUSR;
930 mode |= S_IWUSR;
937 mode |= S_IXUSR;
946 mode |= S_IRGRP;
953 mode |= S_IWGRP;
960 mode |= S_IXGRP;
968 mode |
1170 uint64_t mode; local
1316 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, zfs_acl_t *aclp) argument
1437 zfs_acl_chmod_setattr(znode_t *zp, zfs_acl_t **aclp, uint64_t mode) argument
1478 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, uint64_t mode, boolean_t *need_chmod) argument
2376 zfs_zaccess(znode_t *zp, int mode, int flags, boolean_t skipaclchk, cred_t *cr) argument
2539 zfs_zaccess_rwx(znode_t *zp, mode_t mode, int flags, cred_t *cr) argument
2548 zfs_zaccess_unix(znode_t *zp, mode_t mode, cred_t *cr) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c55 enum machine_mode mode; member in struct:arg_data
71 /* If REG was promoted from the actual mode of the argument expression,
672 args[i].value = force_reg (args[i].mode, args[i].value);
674 /* If we are to promote the function arg to a wider mode,
677 if (args[i].mode != TYPE_MODE (TREE_TYPE (args[i].tree_value)))
679 = convert_modes (args[i].mode,
705 && args[i].mode != BLKmode
709 args[i].value = copy_to_mode_reg (args[i].mode, args[i].value);
828 && args[i].mode == BLKmode
854 && (BLOCK_REG_PADDING (args[i].mode,
963 enum machine_mode mode; local
1254 enum machine_mode mode; local
1809 shift_return_value(enum machine_mode mode, bool left_p, rtx value) argument
3280 enum machine_mode mode; member in struct:arg
3452 enum machine_mode mode = va_arg (p, enum machine_mode); local
3650 enum machine_mode mode = argvec[argnum].mode; local
3771 enum machine_mode mode = argvec[argnum].mode; local
4402 must_pass_in_stack_var_size_or_pad(enum machine_mode mode, tree type) argument
[all...]
H A Dpostreload.c407 enum machine_mode mode; local
413 and the insn pattern doesn't tell us the mode we need. */
420 mode = GET_MODE (op);
423 && GET_MODE_BITSIZE (mode) < BITS_PER_WORD
424 && LOAD_EXTEND_OP (mode) != UNKNOWN)
442 /* If the register cannot change mode to word_mode, it follows that
457 gen_rtx_fmt_e (LOAD_EXTEND_OP (mode),
484 enum machine_mode mode; local
493 mode = recog_data.operand_mode[i];
525 PUT_MODE (testreg, mode);
630 enum machine_mode mode = recog_data.operand_mode[i]; local
641 enum machine_mode mode = recog_data.operand_mode[op]; local
995 enum machine_mode mode = GET_MODE (dst); local
1433 enum machine_mode mode = GET_MODE (dst); local
[all...]
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-api-fst.c72 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { argument
73 if ((mode == MODE_ECB) || (mode == MODE_CBC) || (mode == MODE_CFB1)) {
74 cipher->mode = mode;
102 switch (cipher->mode) {
217 switch (cipher->mode) {
271 (cipher->mode != MODE_CFB1 && key->direction == DIR_ENCRYPT)) {
280 switch (cipher->mode) {
[all...]
/freebsd-11-stable/bin/ls/
H A Dprint.c262 xo_emit("{t:mode/%s}{e:mode_octal/%03o} {t:links/%*ju} {td:user/%-*s}{e:user/%ju} {td:group/%-*s}{e:group/%ju} ",
266 xo_emit("{t:mode/%s}{e:mode_octal/%03o} {t:links/%*ju} {t:user/%-*s} {t:group/%-*s} ",
558 printtype(u_int mode) argument
562 if ((mode & S_IFMT) == S_IFDIR) {
569 switch (mode & S_IFMT) {
588 if (mode & (S_IXUSR | S_IXGRP | S_IXOTH)) {
640 colortype(mode_t mode) argument
642 switch (mode & S_IFMT) {
644 if (mode & S_IWOTH)
645 if (mode
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dselector.s253 # Main loop for device mode
300 movw $3, mode # N88-BASIC
332 movw $1, mode # Slice mode
336 # main loop for slice mode
401 movw $0, mode # Device mode
426 movw $0, mode
429 cmpw $0, mode
431 cmpw $1, mode
444 mode: .word 0 label
[all...]
/freebsd-11-stable/tests/sys/audit/
H A Dfile-attribute-access.c42 static mode_t mode = 0777; variable
68 ATF_REQUIRE((filedesc = open(path, O_CREAT, mode)) != -1);
155 ATF_REQUIRE((filedesc = open(path, O_CREAT | O_RDWR, mode)) != -1);
248 ATF_REQUIRE((filedesc = open(path, O_CREAT, mode)) != -1);
292 ATF_REQUIRE((filedesc = open(path, O_CREAT | O_RDWR, mode)) != -1);
366 /* Failure reason: Invalid value for mode */
390 ATF_REQUIRE((filedesc = open(path, O_CREAT, mode)) != -1);
446 ATF_REQUIRE((filedesc = open(path, O_CREAT, mode)) != -1);
497 ATF_REQUIRE((filedesc = open(path, O_CREAT, mode)) != -1);
545 ATF_REQUIRE((filedesc = open(path, O_CREAT, mode)) !
[all...]
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_rhs.c291 if (hs->mode & CK_RHS_MODE_OBJECT)
346 if (hs->mode & CK_RHS_MODE_READ_MOSTLY)
358 map->read_mostly = !!(hs->mode & CK_RHS_MODE_READ_MOSTLY);
518 if (hs->mode & CK_RHS_MODE_OBJECT)
549 if (hs->mode & CK_RHS_MODE_OBJECT)
599 if (hs->mode & CK_RHS_MODE_OBJECT) {
654 if (hs->mode & CK_RHS_MODE_OBJECT) {
711 if (hs->mode & CK_RHS_MODE_OBJECT) {
768 if (hs->mode & CK_RHS_MODE_OBJECT) {
806 ck_rhs_marshal(unsigned int mode, cons argument
1459 ck_rhs_init(struct ck_rhs *hs, unsigned int mode, ck_rhs_hash_cb_t *hf, ck_rhs_compare_cb_t *compare, struct ck_malloc *m, unsigned long n_entries, unsigned long seed) argument
[all...]
/freebsd-11-stable/contrib/bzip2/
H A Dbzlib.c197 s->mode = BZ_M_RUNNING;
299 if (s->mode == BZ_M_RUNNING) {
378 if (s->mode == BZ_M_FINISHING &&
383 if (s->mode == BZ_M_FLUSHING &&
390 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) {
392 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) );
423 switch (s->mode) {
436 s->mode = BZ_M_FLUSHING;
442 s->mode = BZ_M_FINISHING;
455 s->mode
1391 bzopen_or_bzdopen( const char *path, int fd, const char *mode, int open_mode) argument
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c81 /* default error message for trying to open a map in write mode */
115 ** bool map_open(MAP *map, int mode)
116 ** Open the map for the indicated mode. Mode should
999 dns_map_open(map, mode)
1001 int mode;
1004 sm_dprintf("dns_map_open(%s, %d)\n", map->map_mname, mode);
1006 mode &= O_ACCMODE;
1007 if (mode != O_RDONLY)
1449 ndbm_map_open(map, mode)
1451 int mode;
[all...]
/freebsd-11-stable/contrib/subversion/
H A DMakefile.in212 LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) $(LT_CFLAGS)
213 LT_COMPILE_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) $(LT_CFLAGS)
214 LT_COMPILE_CXX_NOWARN = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX_NOWARN) $(LT_CFLAGS)
216 LT_EXECUTE = $(LIBTOOL) $(LTFLAGS) --mode=execute `for f in $(abs_builddir)/subversion/*/*.la; do echo -dlopen $$f; done`
219 COMPILE_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CMODEFLAGS) $(CPPFLAGS) $(CFLAGS) $(CMAINTAINERFLAGS) $(LT_CFLAGS) $(APACHE_INCLUDES) $(INCLUDES) -o $@ -c -shared
224 COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) $(LT_CFLAGS) -DSWIGPYTHON $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c
225 COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(LT_CFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c
226 COMPILE_SWIG_RB = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(LT_CFLAGS) $(SWIG_RB_INCLUDES) $(INCLUDES) -o $@ -c
229 COMPILE_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) $(LT_CFLAGS) $(JAVAHL_INCLUDES) -o $@ -c
275 LINK = $(LIBTOOL) $(LTFLAGS) --mode
[all...]

Completed in 331 milliseconds

<<21222324252627282930>>