Searched refs:set_mode (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/usr.bin/ar/
H A Dar.c91 static void set_mode(struct bsdar *bsdar, char opt);
187 set_mode(bsdar, opt);
204 set_mode(bsdar, opt);
207 set_mode(bsdar, opt);
213 set_mode(bsdar, opt);
216 set_mode(bsdar, opt);
219 set_mode(bsdar, opt);
228 set_mode(bsdar, opt);
244 set_mode(bsdar, opt);
363 set_mode(struc function
[all...]
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dar.c92 static void set_mode(struct bsdar *bsdar, char opt);
193 set_mode(bsdar, opt);
218 set_mode(bsdar, opt);
221 set_mode(bsdar, opt);
227 set_mode(bsdar, opt);
230 set_mode(bsdar, opt);
233 set_mode(bsdar, opt);
242 set_mode(bsdar, opt);
257 set_mode(bsdar, opt);
365 set_mode(struc function
[all...]
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pmcvar.h37 void (*set_mode)(struct at91_pmc_clock *, int); member in struct:at91_pmc_clock
H A Dat91_pmc.c116 .set_mode = &at91_pmc_set_pllb_mode,
128 .set_mode = &at91_pmc_set_upll_mode,
135 .set_mode = at91_pmc_set_sys_mode
142 .set_mode = at91_pmc_set_sys_mode
315 clk->set_mode = &at91_pmc_set_periph_mode;
350 alias_clk->set_mode = clk->set_mode;
385 if (clk->refcnt++ == 0 && clk->set_mode)
386 clk->set_mode(clk, 1);
396 if (--clk->refcnt == 0 && clk->set_mode)
[all...]
/freebsd-11-stable/contrib/libarchive/tar/
H A Dbsdtar.c124 static void set_mode(struct bsdtar *, char opt);
325 set_mode(bsdtar, opt);
650 set_mode(bsdtar, opt);
685 set_mode(bsdtar, opt);
696 set_mode(bsdtar, opt);
744 set_mode(bsdtar, opt);
943 set_mode(struct bsdtar *bsdtar, char opt) function
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1576 int set_mode, mode_t mode, time_t mtime
1580 chnamemod(fromp, from, to, set_mode, mode, mtime)
1582 int set_mode; mode_t mode; time_t mtime;
1599 if (bad_NFS_rename || (bad_a_rename && set_mode <= 0)) {
1602 if (bad_a_rename && set_mode <= 0)
1614 set_mode = 1;
1618 if (0<set_mode && fchmod(fileno(*fromp),mode_while_renaming) == 0)
1619 fchmod_set_mode = set_mode;
1623 if (fchmod_set_mode<set_mode && chmod(from, mode_while_renaming) != 0)
1663 if (0 < set_mode
1574 chnamemod( FILE **fromp, char const *from, char const *to, int set_mode, mode_t mode, time_t mtime ) argument
[all...]
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c804 IoctlEncryptSetMode_t *set_mode = (IoctlEncryptSetMode_t *) &ioctl_data->request; local
806 printf("%s: input %08x\n", __FUNCTION__, set_mode->securityCipherMode);
810 if(set_mode->securityCipherMode & TI_ENCRYPT_SEC_MODE_FACT_INIT) {
814 if(set_mode->securityCipherMode & TI_ENCRYPT_SEC_MODE_A) {
817 } else if(set_mode->securityCipherMode & TI_ENCRYPT_SEC_MODE_B) {
823 if(set_mode->securityCipherMode & TI_ENCRYPT_ATTRIB_CIPHER_XTS) {
/freebsd-11-stable/sys/dev/syscons/
H A Dscvidctl.c233 set_mode(scp);
292 set_mode(scp);
752 set_mode(scp);
759 set_mode(scp);
780 set_mode(scp);
803 set_mode(scp);
H A Dsyscons.h569 int set_mode(scr_stat *scp);
H A Dsyscons.c2474 if (set_mode(scp) == 0) {
2515 if (set_mode(scp) == 0) {
2914 set_mode(scp);
4009 set_mode(scr_stat *scp) function
/freebsd-11-stable/usr.sbin/spi/
H A Dspi.c79 static int set_mode(int hdev, struct spi_options *popt);
349 err = set_mode(hdev, &opt);
490 set_mode(int hdev, struct spi_options *popt) function
/freebsd-11-stable/sys/dev/fb/
H A Dfbreg.h168 vi_set_mode_t *set_mode; member in struct:video_switch
208 (*vidsw[(adp)->va_index]->set_mode)((adp), (mode))
H A Ds3_pci.c226 if ((error = (*prevvidsw->set_mode)(adp, mode)))
H A Dvesa.c1280 return ((*prevvidsw->set_mode)(adp, mode));
1285 printf("VESA: set_mode(): %d(%x) -> %d(%x)\n",
1293 * Otherwise (*prevvidsw->set_mode)() may not be able to set up
1308 * (*prevvidsw->set_mode)() below won't fail...
1314 if (!VESA_MODE(mode) && (*prevvidsw->set_mode)(adp, mode) == 0)
H A Dcreator.c236 .set_mode = creator_set_mode,
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c442 .set_mode = terasic_mtl_vidsw_set_mode,
/freebsd-11-stable/sys/i386/xbox/
H A Dxboxfb.c122 .set_mode = xboxfb_set_mode,
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c162 .set_mode = am335x_syscons_set_mode,
/freebsd-11-stable/contrib/gcc/
H A Dcse.c7761 enum machine_mode set_mode;
7765 set_mode = GET_MODE (SET_SRC (set));
7766 comp_mode = set_mode;
7771 && mode != set_mode
7778 comp_mode = targetm.cc_modes_compatible (mode, set_mode);
7790 modes[insn_count] = set_mode;
7805 if (set_mode != mode)
7731 enum machine_mode set_mode; local
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c110 .set_mode = ofwfb_set_mode,
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c412 .set_mode = versatilefb_set_mode,
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c248 .set_mode = bcmfb_set_mode,
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c478 .set_mode = ipu3fb_set_mode,
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c390 static int set_mode(struct archive_write_disk *, int mode);
1774 * Restore ownership before set_mode tries to restore suid/sgid
1786 * attributes that may be wiped by the set_mode() routine
1788 * which may be the state after set_mode(). Perform
1798 * set_mode must precede ACLs on systems such as Solaris and
1802 int r2 = set_mode(a, a->mode);
3381 * allows set_mode to skip the stat() check for the GID.
3639 set_mode(struct archive_write_disk *a, int mode) function
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c397 enum machine_mode set_mode; local
404 set_mode = GET_MODE (SET_DEST (set));
405 switch (set_mode)
418 if (req_mode != set_mode)
438 return (GET_MODE (SET_SRC (set)) == set_mode);

Completed in 494 milliseconds

12