Searched refs:mode (Results 551 - 575 of 2233) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c44 state->mode == LEN
50 On return, state->mode is one of:
181 state->mode = BAD;
193 state->mode = BAD;
269 state->mode = BAD;
279 state->mode = TYPE;
284 state->mode = BAD;
/freebsd-11-stable/share/mk/
H A Dmeta.stage.mk62 { [ -z "$$mode" ] && ln $$1 $$2 2> /dev/null; } || \
89 case "$$1" in "") return;; -m) mode=$$2; shift 2;; *) mode=;; esac; \
97 [ -z "$$mode" ] || chmod $$mode $$t; \
116 case "$$1" in "") return;; -m) mode=$$2; shift 2;; *) mode=;; esac; \
127 [ -z "$$mode" ] || chmod $$mode $$t; \
242 # for non-jobs mode th
[all...]
H A Dbsd.own.mk4 # group, mode, and directories. Defaults are in brackets.
23 # BINMODE Binary mode. [555]
43 # LIBMODE Library mode. [${NOBINMODE}]
58 # KMODMODE KLD mode. [${BINMODE}]
68 # SHAREMODE ASCII text file mode. [${NOBINMODE}]
77 # CONFMODE Configuration file mode. [644]
87 # DOCMODE Documentation mode. [${NOBINMODE}]
97 # INFOMODE Info mode. [${NOBINMODE}]
106 # MANMODE Manual mode. [${NOBINMODE}]
116 # NLSMODE National Language Support files mode
[all...]
/freebsd-11-stable/lib/libvgl/
H A Dmouse.c144 VGLMouseMode(int mode) argument
146 if (mode == VGL_MOUSESHOW) {
203 VGLMouseInit(int mode) argument
210 mouseinfo.u.mode.signal = SIGUSR2;
219 VGLMouseMode(mode);
/freebsd-11-stable/sys/sys/
H A Dzutil.h123 # define FOPEN(name, mode) \
124 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
148 # define fdopen(fd,mode) NULL /* No fdopen() */
158 # define FOPEN(name, mode) fopen((name), (mode))
/freebsd-11-stable/tools/tools/makeroot/
H A Dmakeroot.sh141 ./etc/group type=file uname=root gname=wheel mode=0644 contents=${tmpdir}/group
142 ./etc/master.passwd type=file uname=root gname=wheel mode=0600 contents=${tmpdir}/master.passwd
143 ./etc/passwd type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/passwd
144 ./etc/pwd.db type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/pwd.db
145 ./etc/spwd.db type=file mode=0600 uname=root gname=wheel contents=${tmpdir}/spwd.db
213 echo "./etc/rcorder.start type=file mode=644 uname=root gname=wheel" \
229 echo ".${userdir}/.ssh type=dir mode=700 uname=${user} gname=${group}" >> ${manifest}
230 echo ".${userdir}/.ssh/authorized_keys type=file mode=600 uname=${user} gname=${group} contents=${tmpdir}/authorized_keys" >> ${manifest}
/freebsd-11-stable/contrib/dtc/
H A Dfdtget.c47 enum display_mode mode; /* display mode that we are using */ member in struct:display_info
212 switch (disp->mode) {
320 disp.mode = MODE_SHOW_VALUE;
332 disp.mode = MODE_LIST_PROPS;
337 disp.mode = MODE_LIST_SUBNODES;
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_hs.c119 if (hs->mode & CK_HS_MODE_OBJECT)
205 if (hs->mode & CK_HS_MODE_DELETE) {
237 if (hs->mode & CK_HS_MODE_DELETE) {
352 if (hs->mode & CK_HS_MODE_OBJECT)
437 if (hs->mode & CK_HS_MODE_OBJECT) {
493 if (hs->mode & CK_HS_MODE_OBJECT) {
529 ck_hs_marshal(unsigned int mode, const void *key, unsigned long h) argument
534 if (mode & CK_HS_MODE_OBJECT) {
543 (void)mode;
591 if (hs->mode
938 ck_hs_init(struct ck_hs *hs, unsigned int mode, ck_hs_hash_cb_t *hf, ck_hs_compare_cb_t *compare, struct ck_malloc *m, unsigned long n_entries, unsigned long seed) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c87 DWORD mode, rbytes; local
99 success = GetConsoleMode(hStdin, &mode);
102 mode &= ~ENABLE_ECHO_INPUT;
103 mode |= ENABLE_LINE_INPUT | ENABLE_PROCESSED_INPUT;
104 success = SetConsoleMode(hStdin, mode);
/freebsd-11-stable/sys/contrib/zlib/
H A Dinffast.c25 state->mode == LEN
31 On return, state->mode is one of:
162 state->mode = BAD;
176 state->mode = BAD;
272 state->mode = BAD;
282 state->mode = TYPE;
287 state->mode = BAD;
/freebsd-11-stable/stand/liblua/
H A Dlutils.c213 const char *mode, *str; local
222 mode = "r";
224 mode = lua_tostring(L, 2);
225 if (mode == NULL) {
230 FILE * f = fopen(str, mode);
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dwrite.c138 * the member will be set to 0, and the file mode will be set
243 * the target of 'ADDLIB' command in ar script mode; in this case the
359 ar_write_archive(struct bsdar *bsdar, int mode) argument
373 assert(mode == 'A' || mode == 'd' || mode == 'm' || mode == 'q' ||
374 mode == 'r' || mode == 's');
387 /* We do not create archive in mode '
[all...]
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c432 mousemode_t mode; /* operation mode */ member in struct:psm_softc
433 mousemode_t dflt_mode; /* default operation mode */
1027 doinitialize(struct psm_softc *sc, mousemode_t *mode) argument
1090 if (mode != (mousemode_t *)NULL) {
1091 if (mode->rate > 0)
1092 mode->rate = set_mouse_sampling_rate(kbdc, mode->rate);
1093 if (mode->resolution >= 0)
1094 mode
2608 mousemode_t mode; local
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c607 ino_free(ino_t ino, int mode) argument
630 if ((mode & IFMT) == IFDIR) {
860 * at a specified offset. Returns the mode of the found entry.
863 ino_isat(ino_t parent, off_t diroff, ino_t child, int *mode, int *isdot) argument
877 *mode = DIP(dip, di_mode);
878 if ((*mode & IFMT) != IFDIR) {
884 if (*mode != 0)
885 printf("Directory %ju has bad mode %o\n",
886 (uintmax_t)parent, *mode);
888 printf("Directory %ju has zero mode\
1033 int mode; local
1176 int mode; local
1279 ino_reclaim(union dinode *ip, ino_t ino, int mode) argument
1315 int mode; local
1355 int mode; local
1528 int mode; local
1646 int mode; local
1933 uint16_t mode; local
[all...]
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S26 .set MEM_ESPR,0x5e00 # Real mode stack
46 .set PSL_VM,0x00020000 # Virtual 8086 mode flag
53 .set SEL_RCODE,0x18 # Real mode code
54 .set SEL_RDATA,0x20 # Real mode data
101 .set BDA_SCR,0x449 # Video mode
148 * Update real mode IDT for reflecting hardware interrupts.
152 mov $0x20*4,%di # First real mode IDT entry
192 mov $0x2820,%bx # Set protected mode
197 inc %ax # mode
236 iret # To user mode
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c990 "Could not enable hostapd mode for interface %s",
1100 struct hostapd_hw_modes *mode; local
1107 mode = os_zalloc(sizeof(struct hostapd_hw_modes));
1108 if (mode == NULL)
1115 mode->mode = HOSTAPD_MODE_IEEE80211B;
1116 mode->num_channels = 14;
1117 mode->num_rates = 4;
1119 clen = mode->num_channels * sizeof(struct hostapd_channel_data);
1120 rlen = mode
[all...]
/freebsd-11-stable/sys/dev/usb/serial/
H A Dufoma.c427 /* initialize mode variables */
1153 int mode; member in struct:umcpc_modetostr_tab
1166 static char *ufoma_mode_to_str(int mode) argument
1170 if(umcpc_modetostr_tab[i].mode == mode){
1182 return umcpc_modetostr_tab[i].mode;
1193 char *mode; local
1197 mode = ufoma_mode_to_str(sc->sc_modetable[i]);
1198 if(mode !=NULL){
1199 sbuf_cat(&sb, mode);
1216 char *mode; local
1231 char *mode; local
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dmca.c501 mca_record_entry(enum scan_mode mode, const struct mca_record *record) argument
505 if (mode == POLLED) {
526 if (mode == CMCI && !cold)
540 update_threshold(enum scan_mode mode, int valid, int last_intr, int count, argument
555 if (mode == CMCI && valid) {
567 if (mode != POLLED)
591 cmci_update(enum scan_mode mode, int bank, int valid, struct mca_record *rec) argument
604 new_threshold = update_threshold(mode, valid, cc->last_intr, count,
607 if (mode == CMCI && valid)
617 amd_thresholding_update(enum scan_mode mode, in argument
656 mca_scan(enum scan_mode mode, int *recoverablep) argument
[all...]
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c139 errc(1, errno, "getting video mode number");
144 errc(1, errno, "getting video mode parameters");
203 " [-g geometry] [-h size] [-i active | adapter | mode]",
206 " [mode] [foreground [background]] [show]");
210 " [-g geometry] [-h size] [-i adapter | mode] [-l screen_map]",
213 " [mode] [foreground [background]] [show]");
487 unsigned long io = 0; /* silence stupid gcc(1) in the Wall mode */
511 warn("failed to obtain current video mode parameters");
659 * Set the video mode.
667 unsigned long mode; member in struct:__anon8917
704 unsigned long mode = 0; local
1101 int mode; local
1229 dump_screen(int mode, int opt) argument
[all...]
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu.c226 * original real mode call.
383 * cpu-state-varible emu->x86.mode. There are several potential states:
397 * Each of the above 7 items are handled with a bit in the mode field.
402 switch (emu->x86.mode & SYSMODE_SEGMASK) {
825 emu->x86.mode |= SYSMODE_SEG_DS_SS;
832 emu->x86.mode |= SYSMODE_SEG_DS_SS;
886 if (emu->x86.mode & SYSMODE_PREFIX_ADDR) {
910 emu->x86.mode |= SYSMODE_SEG_DS_SS;
940 emu->x86.mode |= SYSMODE_SEG_DS_SS;
944 emu->x86.mode |
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_setattr.sh137 atf_set "descr" "Tests that the file mode can be changed"
143 atf_check -s eq:0 -o empty -e empty mkdir mode
144 atf_check -s eq:0 -o empty -e empty chmod 0000 mode
145 eval $(stat -s mode)
146 [ ${st_mode} -eq 40000 ] || af_fail "mode was not set"
153 atf_set "descr" "Tests that changing the file mode raises" \
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dtask.h113 isc_taskmgrmode_t mode);
114 isc_taskmgrmode_t (*mode)(isc_taskmgr_t *manager); member in struct:isc_taskmgrmethods
479 * moves into a "shutting down" mode which prevents further calls
632 * but when the task manager has been set to privileged exeuction mode via
636 * return to normal execution mode and nonprivileged task can resume.
704 isc_taskmgr_setmode(isc_taskmgr_t *manager, isc_taskmgrmode_t mode);
709 * Set/get the current operating mode of the task manager. Valid modes are:
714 * In privileged execution mode, only tasks that have had the "privilege"
716 * tasks are complete, the manager automatically returns to normal mode
719 * queue *before* setting the manager into privileged execution mode,
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dhooks.c67 hook_bool_mode_false (enum machine_mode mode ATTRIBUTE_UNUSED)
74 hook_bool_mode_rtx_false (enum machine_mode mode ATTRIBUTE_UNUSED,
82 hook_bool_mode_rtx_true (enum machine_mode mode ATTRIBUTE_UNUSED,
/freebsd-11-stable/bin/rcp/
H A Drcp.c498 int amt, exists, first, mask, mode, ofd, omode; local
585 mode = 0;
588 SCREWUP("bad mode");
589 mode = (mode << 3) | (*cp - '0');
592 SCREWUP("mode not delimited");
619 (void)chmod(np, mode);
623 if (mkdir(np, mode | S_IRWXU) < 0)
635 (void)chmod(np, mode);
638 omode = mode;
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h49 typedef unsigned _uw64 __attribute__((mode(__DI__)));
50 typedef unsigned _uw16 __attribute__((mode(__HI__)));
51 typedef unsigned _uw8 __attribute__((mode(__QI__)));

Completed in 385 milliseconds

<<21222324252627282930>>