Searched refs:mode (Results 251 - 275 of 1731) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/tools/regression/pjdfstest/tests/mknod/
H A D00.t19 # mode. The file permission bits of the mode argument shall be modified by the
22 expect fifo,0755 lstat ${n0} type,mode
25 expect fifo,0151 lstat ${n0} type,mode
28 expect fifo,0100 lstat ${n0} type,mode
31 expect fifo,0305 lstat ${n0} type,mode
34 expect fifo,0244 lstat ${n0} type,mode
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-sis.c58 static int ata_sis_setmode(device_t dev, int target, int mode);
240 ata_sis_setmode(device_t dev, int target, int mode) argument
247 mode = min(mode, ctlr->chip->max_dma);
250 if (ata_dma_check_80pin && mode > ATA_UDMA2 &&
253 mode = ATA_UDMA2;
256 if (ata_dma_check_80pin && mode > ATA_UDMA2 &&
259 mode = ATA_UDMA2;
272 pci_write_config(parent, reg, timings[ata_mode2idx(mode)], 4);
282 pci_write_config(parent, reg, timings[ata_mode2idx(mode)],
[all...]
H A Data-netcell.c57 static int ata_netcell_setmode(device_t dev, int target, int mode);
105 ata_netcell_setmode(device_t dev, int target, int mode) argument
108 return (min(mode, ATA_UDMA6));
/freebsd-9.3-release/sys/powerpc/powermac/
H A Data_kauai.c88 static int ata_kauai_setmode(device_t dev, int target, int mode);
301 /* Set up initial mode */
318 ata_kauai_setmode(device_t dev, int target, int mode) argument
322 mode = min(mode,sc->shasta ? ATA_UDMA6 : ATA_UDMA5);
325 switch (mode & ATA_DMA_MASK) {
328 = udma_timing_shasta[mode & ATA_MODE_MASK];
333 = dma_timing_shasta[mode & ATA_MODE_MASK];
337 = pio_timing_shasta[(mode & ATA_MODE_MASK) -
342 switch (mode
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dcse.c103 REG expressions with qty_table `mode' must be in the hash table for both
107 any mode, two REG expressions might be equivalent in the hash table
109 of the registers is not the same mode as those expressions.
125 Integer constants don't have a machine mode. However, cse
126 determines the intended machine mode from the destination
127 of the instruction that moves the constant. The machine mode
223 `mode' contains the machine mode of this quantity.
251 code and mode fields of struct rtx_def (see rtl.h). */
253 ENUM_BITFIELD(machine_mode) mode
747 enum machine_mode mode; local
981 make_new_qty(unsigned int reg, enum machine_mode mode) argument
1408 lookup(rtx x, unsigned int hash, enum machine_mode mode) argument
1424 lookup_for_remove(rtx x, unsigned int hash, enum machine_mode mode) argument
1510 insert(rtx x, struct table_elt *classp, unsigned int hash, enum machine_mode mode) argument
1704 enum machine_mode mode = elt->mode; local
1763 enum machine_mode mode; member in struct:check_dependence_data
1946 remove_invalid_subreg_refs(unsigned int regno, unsigned int offset, enum machine_mode mode) argument
2179 hash_rtx(rtx x, enum machine_mode mode, int *do_not_record_p, int *hash_arg_in_memory_p, bool have_reg_qty) argument
2468 canon_hash(rtx x, enum machine_mode mode) argument
2477 safe_hash(rtx x, enum machine_mode mode) argument
2853 find_best_addr(rtx insn, rtx *loc, enum machine_mode mode) argument
3261 enum machine_mode mode = GET_MODE (x); local
3460 enum machine_mode mode = GET_MODE (x); local
3683 enum machine_mode mode; local
4532 enum machine_mode mode, mode0, mode1; local
4584 record_jump_cond_subreg(enum machine_mode mode, rtx op) argument
4598 record_jump_cond(enum rtx_code code, enum machine_mode mode, rtx op0, rtx op1, int reversed_nonequality) argument
5083 enum machine_mode mode; local
6025 enum machine_mode mode local
6083 enum machine_mode mode; local
7680 enum machine_mode mode; local
7882 enum machine_mode mode; local
[all...]
H A Dunwind-pe.h190 unsigned u2 __attribute__ ((mode (HI)));
191 unsigned u4 __attribute__ ((mode (SI)));
192 unsigned u8 __attribute__ ((mode (DI)));
193 signed s2 __attribute__ ((mode (HI)));
194 signed s4 __attribute__ ((mode (SI)));
195 signed s8 __attribute__ ((mode (DI)));
H A Dtarget.h156 /* Return a section for X. MODE is X's mode and ALIGN is its
394 /* Return machine mode for filter value. */
441 enum machine_mode mode, int ignore);
522 unsigned HOST_WIDE_INT (* shift_truncation_mask) (enum machine_mode mode);
527 unsigned int (* min_divisions_for_recip_mul) (enum machine_mode mode);
530 always sign-extended to a wider mode MODE_REP then return
534 int (* mode_rep_extended) (enum machine_mode mode,
537 /* True if MODE is valid for a pointer in __attribute__((mode("MODE"))). */
538 bool (* valid_pointer_mode) (enum machine_mode mode);
543 bool (* scalar_mode_supported_p) (enum machine_mode mode);
[all...]
H A Dregs.h32 /* When you only have the mode of a pseudo register before it has a hard
34 a pseudo in such a mode would get allocated to. A target may
126 /* Get the machine mode of pseudo-reg N. */
176 /* Vector indexed by machine mode saying whether there are regs of that mode. */
180 /* For each hard register, the widest mode object that it can contain.
181 This will be a MODE_INT mode if the register can hold integers. Otherwise
182 it will be a MODE_FLOAT or a MODE_CC mode, whichever is valid for the
225 /* Select a register mode required for caller save of hard regno REGNO. */
231 /* Registers that get partially clobbered by a call in a given mode
246 end_hard_regno(enum machine_mode mode, unsigned int regno) argument
263 overlaps_hard_reg_set_p(const HARD_REG_SET regs, enum machine_mode mode, unsigned int regno) argument
[all...]
/freebsd-9.3-release/libexec/tftpd/
H A Dtftpd.c106 static void tftp_recvfile(int peer, const char *mode);
107 static void tftp_xmitfile(int peer, const char *mode);
245 * We do this so that inetd can run tftpd in "wait" mode.
246 * The problem with tftpd running in "nowait" mode is that
467 char **filename, char **mode)
473 *mode = NULL;
487 *mode = cp;
490 /* Find the file transfer mode */
491 for (cp = *mode; *cp; cp++)
495 if (strcmp(pf->f_mode, *mode)
466 parse_header(int peer, char *recvbuffer, ssize_t size, char **filename, char **mode) argument
516 char *filename, *mode; local
557 char *filename, *mode; local
678 validate_access(int peer, char **filep, int mode) argument
788 tftp_xmitfile(int peer, const char *mode) argument
808 tftp_recvfile(int peer, const char *mode) argument
[all...]
/freebsd-9.3-release/sys/dev/firewire/
H A Dfirewire.c217 tcode = fp->mode.common.tcode & 0xf;
226 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) ||
227 (fp->mode.rreqq.dest_lo < 0xf0000000) ||
228 (fp->mode.rreqq.dest_lo >= 0xf0001000))) {
244 len = fp->mode.stream.len;
246 len = fp->mode.rresb.len;
1032 fp->mode.hdr.dst & 0x3f,
1033 fp->mode.hdr.tlrt >> 2, fp->mode.hdr.tlrt & 3,
1034 fp->mode
2400 fw_modevent(module_t mode, int type, void *data) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-winsource.c402 int mode; local
412 mode = 0;
425 mode |= TUI_BP_DISABLED;
427 mode |= TUI_BP_ENABLED;
429 mode |= TUI_BP_HIT;
431 mode |= TUI_BP_CONDITIONAL;
433 mode |= TUI_BP_HARDWARE;
436 if (line->has_break != mode)
438 line->has_break = mode;
471 int mode; local
[all...]
H A Dtui.h68 /* Enter in the tui mode (curses). */
71 /* Leave the tui mode. */
76 /* Plain command mode to enter gdb commands. */
79 /* SingleKey mode with some keys bound to gdb commands. */
88 /* Change the TUI key mode by installing the appropriate readline keymap. */
89 extern void tui_set_key_mode (enum tui_key_mode mode);
/freebsd-9.3-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c436 mode2table(const char *mode) argument
438 if (strcasecmp(mode, "half") == 0)
440 else if (strcasecmp(mode, "quarter") == 0)
442 else if (strcasecmp(mode, "hta") == 0)
444 else if (strcasecmp(mode, "htg") == 0)
446 else if (strcasecmp(mode, "108g") == 0)
448 else if (strcasecmp(mode, "sturbo") == 0)
450 else if (strcasecmp(mode, "turbo") == 0)
452 else if (strcasecmp(mode, "11a") == 0)
454 else if (strcasecmp(mode, "1
517 const char *mode; local
[all...]
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_group.c49 pw_group(struct userconf * cnf, int mode, struct cargs * args) argument
67 if (mode == M_LOCK || mode == M_UNLOCK)
74 if (mode == M_NEXT) {
82 if (mode == M_PRINT && getarg(args, 'a')) {
95 if (mode != M_ADD && grp == NULL && isdigit((unsigned char)*a_name->val)) {
102 if (mode == M_UPDATE || mode == M_DELETE || mode == M_PRINT) {
107 if (mode
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp147 const char *mode)
149 if (!mode)
150 mode = "r";
151 bool reading = (strchr(mode, 'r') != 0);
158 FILE *fp = fopen(name, mode);
187 FILE *fp = fopen(path, mode);
146 open_file_cautious(const char *name, char **pathp, const char *mode) argument
/freebsd-9.3-release/sys/powerpc/aim/
H A Dclock.c93 int mode; /* 0 - off, 1 - periodic, 2 - one-shot. */ member in struct:decr_state
122 if (s->mode == 1) {
133 } else if (s->mode == 2) {
221 s->mode = 1;
226 s->mode = 2;
248 s->mode = 0;
/freebsd-9.3-release/tools/regression/tmpfs/
H A Dt_setattr82 test_name "File mode can be changed"
83 mkdir mode || die
84 chmod 0000 mode || die
85 eval $(stat -s mode)
90 test_name "Updating a file's mode raises NOTE_ATTRIB on it"
/freebsd-9.3-release/usr.bin/tftp/
H A Dtftp.c69 xmitfile(int peer, char *port, int fd, char *name, char *mode) argument
98 n = send_wrq(peer, name, mode);
151 if (read_init(fd, NULL, mode) < 0) {
170 recvfile(int peer, char *port, int fd, char *name, char *mode) argument
197 n = send_rrq(peer, name, mode);
236 if (write_init(fd, NULL, mode) < 0) {
/freebsd-9.3-release/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c12 char const * mode );
20 char const * mode )
34 * @param[in] mode the required file mode
40 char const * mode )
47 if (strchr( mode, 'r' )) mode_bits |= R_OK;
48 if (strchr( mode, 'w' )) mode_bits |= W_OK;
49 if (strchr( mode, 'x' )) mode_bits |= X_OK;
290 * mode: C
292 * indent-tabs-mode
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.nls.c97 NLSChangeCase(const Char *p, int mode) argument
103 if (mode == 0 && Islower(c)) {
106 } else if (mode && Isupper(c)) {
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c84 ar5211GetRateTable(struct ath_hal *ah, u_int mode) argument
87 switch (mode) {
98 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid mode 0x%x\n",
99 __func__, mode);
/freebsd-9.3-release/sys/dev/dc/
H A Ddcphy.c191 u_int32_t mode; local
207 mode = CSR_READ_4(dc_sc, DC_NETCFG);
208 mode &= ~(DC_NETCFG_FULLDUPLEX | DC_NETCFG_PORTSEL |
219 mode |= DC_NETCFG_PORTSEL | DC_NETCFG_PCS |
222 mode |= DC_NETCFG_FULLDUPLEX;
224 mode &= ~DC_NETCFG_FULLDUPLEX;
225 CSR_WRITE_4(dc_sc, DC_NETCFG, mode);
236 mode &= ~DC_NETCFG_PORTSEL;
237 mode |= DC_NETCFG_SPEEDSEL;
239 mode |
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcryptlib.c124 static void (MS_FAR *locking_callback) (int mode, int type,
136 void (*CRYPTO_get_locking_callback(void)) (int mode, int type,
146 void CRYPTO_set_locking_callback(void (*func) (int mode, int type, argument
186 static void (*do_dynlock_cb) (int mode, int type, const char *file, int line);
189 (int mode, int type,
195 void CRYPTO_lock(int mode, int type, const char *file, int line) argument
201 if (mode & CRYPTO_LOCK)
203 else if (mode & CRYPTO_UNLOCK)
208 if (mode & CRYPTO_READ)
210 else if (mode
188 int_CRYPTO_set_do_dynlock_callback(void (*dyn_cb) (int mode, int type, const char *file, int line)) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dorder.h49 unsigned int mode);
56 *\li 'mode' to be one of #DNS_RDATASERATTR_RANDOMIZE,
74 * Returns the mode set by dns_order_add() or zero.
/freebsd-9.3-release/contrib/dialog/
H A Dmouse.c59 int mode)
62 butPtr->mode = mode;
89 butPtr->mode = -1;
55 dlg_mouse_mkbigregion(int y, int x, int height, int width, int code, int step_y, int step_x, int mode) argument

Completed in 361 milliseconds

<<11121314151617181920>>