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

/freebsd-current/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-current/usr.bin/ar/
H A Dar.c91 static void set_mode(struct bsdar *bsdar, char opt);
188 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);
231 set_mode(bsdar, opt);
247 set_mode(bsdar, opt);
350 set_mode(struc function
[all...]
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-mdio.c207 pdata->phy_if.phy_impl.set_mode(pdata, XGBE_MODE_KR);
217 pdata->phy_if.phy_impl.set_mode(pdata, XGBE_MODE_KX_2500);
227 pdata->phy_if.phy_impl.set_mode(pdata, XGBE_MODE_KX_1000);
241 pdata->phy_if.phy_impl.set_mode(pdata, XGBE_MODE_SFI);
251 pdata->phy_if.phy_impl.set_mode(pdata, XGBE_MODE_X);
261 pdata->phy_if.phy_impl.set_mode(pdata, XGBE_MODE_SGMII_1000);
271 pdata->phy_if.phy_impl.set_mode(pdata, XGBE_MODE_SGMII_100);
1179 __xgbe_phy_config_aneg(struct xgbe_prv_data *pdata, bool set_mode) argument
1210 axgbe_printf(2, "%s: set_mode %d AN int reg value 0x%x\n", __func__,
1211 set_mode, re
[all...]
H A Dxgbe-phy-v1.c689 phy_impl->set_mode = xgbe_phy_set_mode;
H A Dxgbe.h862 void (*set_mode)(struct xgbe_prv_data *, enum xgbe_mode); member in struct:xgbe_phy_impl_if
H A Dxgbe-phy-v2.c4050 phy_impl->set_mode = xgbe_phy_set_mode;
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c48 bool set_mode; member in struct:Creation
90 .set_mode = false,
217 creation.set_mode = true;
450 q_creation.set_mode = false;
504 if (q_creation.exists && q_creation.set_mode &&
/freebsd-current/contrib/libarchive/tar/
H A Dbsdtar.c119 static void set_mode(struct bsdtar *, char opt);
333 set_mode(bsdtar, opt);
723 set_mode(bsdtar, opt);
761 set_mode(bsdtar, opt);
772 set_mode(bsdtar, opt);
819 set_mode(bsdtar, opt);
1023 set_mode(struct bsdtar *bsdtar, char opt) function
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c803 IoctlEncryptSetMode_t *set_mode = (IoctlEncryptSetMode_t *) &ioctl_data->request; local
805 printf("%s: input %08x\n", __FUNCTION__, set_mode->securityCipherMode);
809 if(set_mode->securityCipherMode & TI_ENCRYPT_SEC_MODE_FACT_INIT) {
813 if(set_mode->securityCipherMode & TI_ENCRYPT_SEC_MODE_A) {
816 } else if(set_mode->securityCipherMode & TI_ENCRYPT_SEC_MODE_B) {
822 if(set_mode->securityCipherMode & TI_ENCRYPT_ATTRIB_CIPHER_XTS) {
/freebsd-current/usr.sbin/spi/
H A Dspi.c76 static int set_mode(int hdev, struct spi_options *popt);
346 err = set_mode(hdev, &opt);
487 set_mode(int hdev, struct spi_options *popt) function
/freebsd-current/sys/dev/syscons/
H A Dscvidctl.c234 set_mode(scp);
293 set_mode(scp);
732 set_mode(scp);
752 set_mode(scp);
H A Dsyscons.h552 int set_mode(scr_stat *scp);
H A Dsyscons.c2559 if (set_mode(scp) == 0) {
2600 if (set_mode(scp) == 0) {
3000 set_mode(scp);
4167 set_mode(scr_stat *scp) function
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h282 * @set_mode: see &enum iwl_dev_tx_power_cmd_mode
290 __le32 set_mode; member in struct:iwl_dev_tx_power_common
327 * from last command. used if set_mode is
348 * from last command. used if set_mode is
369 * from last command. used if set_mode is
/freebsd-current/sys/dev/fb/
H A Dfbreg.h151 vi_set_mode_t *set_mode; member in struct:video_switch
191 (*vidsw[(adp)->va_index]->set_mode)((adp), (mode))
H A Ds3_pci.c226 if ((error = (*prevvidsw->set_mode)(adp, mode)))
H A Dvesa.c1281 return ((*prevvidsw->set_mode)(adp, mode));
1286 printf("VESA: set_mode(): %d(%x) -> %d(%x)\n",
1294 * Otherwise (*prevvidsw->set_mode)() may not be able to set up
1310 * (*prevvidsw->set_mode)() below won't fail...
1316 if (!VESA_MODE(mode) && (*prevvidsw->set_mode)(adp, mode) == 0)
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c161 .set_mode = am335x_syscons_set_mode,
/freebsd-current/sys/powerpc/ofw/
H A Dofw_syscons.c110 .set_mode = ofwfb_set_mode,
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c244 .set_mode = bcmfb_set_mode,
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c391 static int set_mode(struct archive_write_disk *, int mode);
1815 * Restore ownership before set_mode tries to restore suid/sgid
1827 * attributes that may be wiped by the set_mode() routine
1829 * which may be the state after set_mode(). Perform
1839 * set_mode must precede ACLs on systems such as Solaris and
1843 int r2 = set_mode(a, a->mode);
3462 * allows set_mode to skip the stat() check for the GID.
3722 set_mode(struct archive_write_disk *a, int mode) function
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c830 .common.set_mode = cpu_to_le32(IWL_TX_POWER_MODE_SET_CHAINS),
H A Dmac80211.c1349 .common.set_mode = cpu_to_le32(IWL_TX_POWER_MODE_SET_MAC),

Completed in 430 milliseconds