Searched refs:mode (Results 151 - 175 of 2146) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/pjdfstest/tests/chmod/
H A D09.t23 expect 0640 stat ${n0}/${n1} mode
25 expect 0530 stat ${n0}/${n1} mode
29 expect 0530 stat ${n0}/${n1} mode
32 expect 0600 stat ${n0}/${n1} mode
34 expect 0640 stat ${n0}/${n1} mode
H A D05.t27 expect 0642 -u 65534 -g 65534 stat ${n1}/${n2} mode
32 expect 0420 -u 65534 -g 65534 stat ${n1}/${n2} mode
38 expect 0710 -u 65534 -g 65534 stat ${n1}/${n2} mode
/freebsd-13-stable/contrib/pjdfstest/tests/chown/
H A D00.t156 expect 06555,65534,65533 stat ${n0} mode,uid,gid
158 expect "(06555|0555),65532,65531" stat ${n0} mode,uid,gid
160 expect 06555,65532,65531 stat ${n0} mode,uid,gid
162 expect "(06555|0555),0,0" stat ${n0} mode,uid,gid
167 expect 06555,65534,65533 stat ${n0} mode,uid,gid
168 expect 06555,65534,65533 stat ${n1} mode,uid,gid
170 expect "(06555|0555),65532,65531" stat ${n0} mode,uid,gid
171 expect "(06555|0555),65532,65531" stat ${n1} mode,uid,gid
173 expect 06555,65532,65531 stat ${n0} mode,uid,gid
174 expect 06555,65532,65531 stat ${n1} mode,ui
[all...]
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_prompt.rb78 def out_c(mode, colour, str)
82 $stdout.puts str if mode == :puts
83 $stdout.print str if mode == :print
86 $stdout.puts("#{change_to(colour)}#{str}\033[0m") if mode == :puts
87 $stdout.print("#{change_to(colour)}#{str}\033[0m") if mode == :print
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-highpoint.c58 static int ata_highpoint_setmode(device_t dev, int target, int mode);
59 static int ata_highpoint_check_80pin(device_t dev, int mode);
160 ata_highpoint_setmode(device_t dev, int target, int mode) argument
167 /* HPT366 HPT370 HPT372 HPT374 mode */
185 mode = min(mode, ctlr->chip->max_dma);
186 mode = ata_highpoint_check_80pin(dev, mode);
192 mode = min(mode, ATA_UDMA
199 ata_highpoint_check_80pin(device_t dev, int mode) argument
[all...]
/freebsd-13-stable/contrib/ntp/include/
H A Dtimepps-Solaris.h93 * Device/implementation parameters (mode)
108 * Kernel actions (mode)
126 #define PPS_KC_HARDPPS_PLL 1 /* phase-lock mode */
127 #define PPS_KC_HARDPPS_FLL 2 /* frequency-lock mode */
155 int current_mode; /* current mode bits */
170 int mode; /* mode bits */ member in struct:pps_params
267 punit->params.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC;
308 int mode, mode_in; local
337 mode_in = params->mode;
[all...]
H A Dtimepps-SCO.h93 * Device/implementation parameters (mode)
108 * Kernel actions (mode)
126 #define PPS_KC_HARDPPS_PLL 1 /* phase-lock mode */
127 #define PPS_KC_HARDPPS_FLL 2 /* frequency-lock mode */
155 int current_mode; /* current mode bits */
170 int mode; /* mode bits */ member in struct:pps_params
237 (*handle)->params.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC;
272 int mode, mode_in; local
301 mode_in = params->mode;
[all...]
H A Dtimepps-SunOS.h93 * Device/implementation parameters (mode)
108 * Kernel actions (mode)
126 #define PPS_KC_HARDPPS_PLL 1 /* phase-lock mode */
127 #define PPS_KC_HARDPPS_FLL 2 /* frequency-lock mode */
155 int current_mode; /* current mode bits */
170 int mode; /* mode bits */ member in struct:pps_params
238 (*handle)->params.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC;
273 int mode, mode_in; local
302 mode_in = params->mode;
[all...]
/freebsd-13-stable/usr.bin/ar/
H A Dar.c149 /* Enable determinstic mode unless -U is set. */
261 if (*argv == NULL && bsdar->mode != 'M')
287 /* Set determinstic mode for -D, and by default without -U. */
288 if (Dflag || (Uflag == 0 && (bsdar->mode == 'q' || bsdar->mode == 'r' ||
289 (bsdar->mode == '\0' && bsdar->options & AR_S))))
311 if (bsdar->mode == 'M') {
322 if ((!bsdar->mode || strchr("ptx", bsdar->mode)) &&
325 if (!bsdar->mode)
[all...]
/freebsd-13-stable/sys/kern/
H A Dsubr_acl_nfs4.c61 static void acl_nfs4_trivial_from_mode(struct acl *aclp, mode_t mode);
233 * non-directories. We have to check the mode here to stay
360 acl_nfs4_sync_acl_from_mode_draft(struct acl *aclp, mode_t mode, argument
525 * permissions of the new mode. As a special case,
530 amode = mode >> 3;
578 extramode = (mode >> 3) & 07;
579 ownermode = mode >> 6;
663 * 3. The final six ACEs are adjusted according to the incoming mode.
665 if (mode & S_IRUSR)
669 if (mode
707 acl_nfs4_sync_acl_from_mode(struct acl *aclp, mode_t mode, int file_owner_id) argument
722 mode_t old_mode = *_mode, mode = 0, seen = 0; local
846 acl_nfs4_compute_inherited_acl_draft(const struct acl *parent_aclp, struct acl *child_aclp, mode_t mode, int file_owner_id, int is_directory) argument
1009 acl_nfs4_inherit_entries(const struct acl *parent_aclp, struct acl *child_aclp, mode_t mode, int file_owner_id, int is_directory) argument
1129 acl_nfs4_compute_inherited_acl_psarc(const struct acl *parent_aclp, struct acl *aclp, mode_t mode, int file_owner_id, int is_directory) argument
1188 acl_nfs4_compute_inherited_acl(const struct acl *parent_aclp, struct acl *child_aclp, mode_t mode, int file_owner_id, int is_directory) argument
1209 acl_nfs4_trivial_from_mode(struct acl *aclp, mode_t mode) argument
1222 acl_nfs4_trivial_from_mode_libc(struct acl *aclp, int mode, int canonical_six) argument
[all...]
/freebsd-13-stable/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.h51 fileargs_t *fileargs_init(int argc, char *argv[], int flags, mode_t mode,
54 int flags, mode_t mode, cap_rights_t *rightsp, int operations);
62 FILE *fileargs_fopen(fileargs_t *fa, const char *name, const char *mode);
76 fileargs_init(int argc __unused, char *argv[] __unused, int flags, mode_t mode,
83 fa->fa_mode = mode;
91 mode_t mode, cap_rights_t *rightsp, int operations)
94 return (fileargs_init(argc, argv, flags, mode, rightsp, operations));
104 dnvlist_get_number(limits, "mode", 0),
127 FILE *fileargs_fopen(fileargs_t *fa, const char *name, const char *mode)
130 return (fopen(name, mode));
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.h111 #define module_param_named(name, var, type, mode) \
112 LINUXKPI_PARAM_##type(name, var, mode)
114 #define module_param(var, type, mode) \
115 LINUXKPI_PARAM_##type(var, var, mode)
117 #define module_param_named_unsafe(name, var, type, mode) \
118 LINUXKPI_PARAM_##type(name, var, mode)
120 #define module_param_unsafe(var, type, mode) \
121 LINUXKPI_PARAM_##type(var, var, mode)
123 #define module_param_array(var, type, addr_argc, mode)
/freebsd-13-stable/contrib/elftoolchain/ar/
H A Dar.c279 if (*argv == NULL && bsdar->mode != 'M')
322 if (bsdar->mode == 'M') {
333 if ((!bsdar->mode || strchr("ptx", bsdar->mode)) &&
336 if (!bsdar->mode)
340 switch(bsdar->mode) {
342 exitcode = ar_write_archive(bsdar, bsdar->mode);
346 exitcode = ar_read_archive(bsdar, bsdar->mode);
368 if (bsdar->mode != '\0' && bsdar->mode !
[all...]
/freebsd-13-stable/sbin/mknod/
H A Dmknod.c116 mode_t mode; local
125 mode = 0666;
127 mode |= S_IFCHR;
129 mode |= S_IFBLK;
148 mode = 0666 | S_IFCHR;
163 if (mknod(argv[1], mode, dev) != 0)
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_init.c33 dwarf_elf_init(Elf *elf, int mode, Dwarf_Handler errhand, Dwarf_Ptr errarg, argument
44 if (mode != DW_DLC_READ) {
49 if (_dwarf_alloc(&dbg, mode, error) != DW_DLE_NONE)
89 dwarf_init(int fd, int mode, Dwarf_Handler errhand, Dwarf_Ptr errarg, argument
101 if (mode != DW_DLC_READ) {
116 if (_dwarf_alloc(&dbg, mode, error) != DW_DLE_NONE)
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Ddefault_permissions_privileged.cc72 void expect_getattr(uint64_t ino, mode_t mode, uint64_t attr_valid, int times, argument
85 out.body.attr.attr.mode = mode;
93 void expect_lookup(const char *relpath, uint64_t ino, mode_t mode, argument
96 FuseTest::expect_lookup(relpath, ino, mode, 0, 1, attr_valid, uid, gid);
120 out.body.attr.attr.mode = S_IFREG | newmode;
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11_vht.c26 struct hostapd_hw_modes *mode = hapd->iface->current_mode; local
29 if (!mode)
32 if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->vendor_vht &&
33 mode->vht_capab == 0 && hapd->iface->hw_features) {
37 if (hapd->iface->hw_features[i].mode ==
39 mode = &hapd->iface->hw_features[i];
66 os_memcpy(&cap->vht_supported_mcs_set, mode->vht_mcs_set, 8);
126 static int check_valid_vht_mcs(struct hostapd_hw_modes *mode, argument
134 if (!mode)
224 struct hostapd_hw_modes *mode = iface->current_mode; local
[all...]
H A Ddfs.c126 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) argument
130 for (i = first_chan_idx; i < mode->num_channels; i++) {
131 if (mode->channels[i].freq == freq)
132 return &mode->channels[i];
139 static int dfs_chan_range_available(struct hostapd_hw_modes *mode, argument
147 if (first_chan_idx + num_chans > mode->num_channels)
150 first_chan = &mode->channels[first_chan_idx];
159 chan = dfs_get_chan_data(mode, first_chan->freq + i * 20,
198 struct hostapd_hw_modes *mode; local
202 mode
279 struct hostapd_hw_modes *mode; local
368 struct hostapd_hw_modes *mode; local
388 struct hostapd_hw_modes *mode; local
417 struct hostapd_hw_modes *mode; local
442 struct hostapd_hw_modes *mode; local
487 struct hostapd_hw_modes *mode; local
516 struct hostapd_hw_modes *mode; local
570 struct hostapd_hw_modes *mode; local
635 struct hostapd_hw_modes *mode; local
[all...]
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c36 iic_dp_aux_transaction(device_t idev, int mode, uint8_t write_byte, argument
43 ret = (*aux_data->aux_ch)(idev, mode, write_byte, read_byte);
62 int mode, ret; local
65 mode = MODE_I2C_START;
67 mode |= MODE_I2C_READ;
69 mode |= MODE_I2C_WRITE;
72 ret = iic_dp_aux_transaction(idev, mode, 0, NULL);
84 int mode; local
87 mode = MODE_I2C_STOP;
89 mode |
222 iic_dp_aux_add_bus(device_t dev, const char *name, int (*ch)(device_t idev, int mode, uint8_t write_byte, uint8_t *read_byte), void *priv, device_t *bus, device_t *adapter) argument
[all...]
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_fw.c194 struct r88e_fw_cmd_pwrmode mode; local
199 mode.mode = R88E_PWRMODE_LEG;
205 mode.pwr_state = R88E_PWRMODE_STATE_RFOFF;
207 mode.pwr_state = R88E_PWRMODE_STATE_RFON;
210 mode.mode = R88E_PWRMODE_CAM;
211 mode.pwr_state = R88E_PWRMODE_STATE_ALLON;
213 mode.pwrb1 =
217 mode
[all...]
/freebsd-13-stable/usr.bin/proccontrol/
H A Dproccontrol.c95 int arg, ch, error, mode; local
99 mode = MODE_INVALID;
107 mode = MODE_ASLR;
109 mode = MODE_PROTMAX;
111 mode = MODE_TRACE;
113 mode = MODE_TRAPCAP;
115 mode = MODE_STACKGAP;
118 mode = MODE_KPTI;
122 mode = MODE_LA57;
124 mode
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h138 /* The execution mode for all instruction between here and the next
145 uint32_t mode:2; member in struct:pt_bcache_entry
161 /* Get the execution mode of a block cache entry. */
164 return (enum pt_exec_mode) bce.mode;
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dencrypt.c79 int EncryptType(char *type, char *mode);
80 int EncryptStart(char *mode);
81 int EncryptStop(char *mode);
229 EncryptEnable(char *type, char *mode) argument
236 if (EncryptType(type, mode))
237 return(EncryptStart(mode));
242 EncryptDisable(char *type, char *mode) argument
256 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) {
262 if ((mode
275 EncryptType(char *type, char *mode) argument
306 EncryptStart(char *mode) argument
349 EncryptStop(char *mode) argument
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt-delete_on_error.mk7 # In compatibility mode, regular and phony targets are deleted, but precious
10 # In parallel mode, regular targets are deleted, while phony and precious
24 @echo 'Compatibility mode'
28 @echo 'Parallel mode'
H A Dsh-errctl.mk3 # Test a shell with error control. This only works in jobs mode; in compat
4 # mode, the default shell is always used, see InitShellNameAndPath.
10 # error control mode, this fails, while in echo control mode, it succeeds.

Completed in 314 milliseconds

1234567891011>>