Searched refs:mode (Results 451 - 475 of 2233) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/lib/libugidfw/
H A Dugidfw.h40 int bsde_parse_mode(int argc, char *argv[], mode_t *mode, size_t buflen,
/freebsd-11-stable/lib/libvgl/
H A Dvgl.h113 int VGLKeyboardInit(int mode);
118 int VGLInit(int mode);
126 void VGLMouseMode(int mode);
130 int VGLMouseInit(int mode);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.h50 int mode; member in struct:wpa_driver_ndis_data
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.h19 void set_li_vn_mode(struct pkt *spkt, char leap, char version, char mode);
/freebsd-11-stable/sys/netinet/
H A Dsctp_timer.h46 struct sctp_nets *, int mode);
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_acpi.c79 const char *mode; local
96 mode = "KCS";
100 mode = "SMIC";
151 device_printf(dev, "%s mode found at %s 0x%jx on %s\n",
152 mode, type == SYS_RES_IOPORT ? "io" : "mem",
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.h53 uint32_t mode; member in struct:ar8327_pad_cfg
/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip175d.c67 /* Disable the special tagging mode. */
143 * Set the switch VLAN mode.
146 ip175d_set_vlan_mode(struct ip17x_softc *sc, uint32_t mode) argument
149 switch (mode) {
157 sc->vlan_mode = mode;
160 sc->vlan_mode = mode;
197 * Get the switch VLAN mode.
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_sab82532.c491 uint8_t dafo, mode; local
508 mode = uart_getreg(bas, SAB_MODE);
510 mode &= ~SAB_MODE_RTS;
511 mode |= SAB_MODE_FRTS;
513 mode |= SAB_MODE_RTS;
514 mode &= ~SAB_MODE_FRTS;
516 uart_setreg(bas, SAB_MODE, mode);
520 mode = uart_getreg(bas, SAB_MODE);
522 mode &= ~SAB_MODE_FCTS;
524 mode |
665 uint8_t mode, pvr; local
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Duftdiio.h46 UFTDI_BITMODE_NONE = 0xff, /* aka UART mode. */
51 * mode = One of the uftdi_bitmodes enum values.
55 * mode = Mode most recently set using UFTDIIOC_SET_BITMODE.
57 * Pin states can be read in any mode, not just bitbang modes.
61 uint8_t mode; member in struct:uftdi_bitmode
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.h39 u_short mode; /* r/w permission */ member in struct:ibcs2_ipc_perm
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_passb.c26 u_char *md5=0,*md5before=0,*trash=0,*name=0,*uid=0,*gid=0,*mode=0; local
54 Delete(mode);
82 case CTM_F_Mode: GETFIELDCOPY(mode,sep); break;
132 Delete(mode);
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwmpegts.c223 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) {
232 pkt->mode.stream.len - sizeof(struct ciphdr));
252 pkt->mode.stream.len - sizeof(struct ciphdr));
262 pkt_size = pkt->mode.stream.len + 4;
/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.h69 * Parallel Port Chipset mode masks.
70 * NIBBLE mode is supposed to be available under each other modes.
72 #define PPB_COMPATIBLE 0x0 /* Centronics compatible mode */
74 #define PPB_NIBBLE 0x1 /* reverse 4 bit mode */
75 #define PPB_PS2 0x2 /* PS/2 byte mode */
76 #define PPB_EPP 0x4 /* EPP mode, 32 bit */
77 #define PPB_ECP 0x8 /* ECP mode */
79 /* mode aliases */
86 #define PPB_IS_EPP(mode) (mode
172 int mode; /* XXX chipset operating mode */ member in struct:ppb_context
242 int mode; /* IEEE 1284-1994 mode member in struct:ppb_data
[all...]
/freebsd-11-stable/bin/chmod/
H A Dchmod.c68 char *mode; local
95 * the mode of the symbolic link. 4.4BSD's symbolic
104 * "-[rwx]" are valid mode commands. If they are the entire
147 mode = *argv;
148 if ((set = setmode(mode)) == NULL)
149 errx(1, "invalid file mode: %s", mode);
184 * With NFSv4 ACLs, it is possible that applying a mode
221 "usage: chmod [-fhv] [-R [-H | -L | -P]] mode file ...\n");
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmiscdevice.h46 umode_t mode; member in struct:miscdevice
/freebsd-11-stable/contrib/netbsd-tests/fs/ptyfs/
H A Dt_ptyfs.c33 args.mode = 0777;
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-file.c177 write_init(int fd, FILE *f, const char *mode) argument
190 convert = !strcmp(mode, "netascii");
216 read_init(int fd, FILE *f, const char *mode) argument
230 convert = !strcmp(mode, "netascii");
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_int.c58 fifolog_int_open_i(struct fifolog_file *f, const char *fname, int mode) argument
64 f->fd = open(fname, mode ? O_RDWR : O_RDONLY);
138 fifolog_int_open(struct fifolog_file **ff, const char *fname, int mode) argument
147 retval = fifolog_int_open_i(f, fname, mode);
/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.h79 FILE *checked_fopen(const char *path, const char *mode);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass1.c247 mode_t mode; local
253 mode = DIP(dp, di_mode) & IFMT;
254 if (mode == 0) {
286 (mode == IFDIR && DIP(dp, di_size) > MAXDIRSIZE)) {
291 if (!preen && mode == IFMT && reply("HOLD BAD BLOCK") == 1) {
297 if ((mode == IFBLK || mode == IFCHR || mode == IFIFO ||
298 mode == IFSOCK) && DIP(dp, di_size) != 0) {
304 if ((mode
[all...]
/freebsd-11-stable/usr.bin/ar/
H A Dread.c45 static void read_archive(struct bsdar *bsdar, char mode);
72 read_archive(struct bsdar *bsdar, char mode) argument
136 if (mode == 't') {
165 /* mode == 'x' || mode = 'p' */
166 if (mode == 'p') {
174 /* mode == 'x' */
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_acl_private.h47 mode_t mode; member in struct:archive_acl
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFile.h27 SBFile(int fd, const char *mode, bool transfer_ownership);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileCache.h32 uint32_t mode, Status &error);

Completed in 365 milliseconds

<<11121314151617181920>>