/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 78 #define set_flags(target, mask) target |= mask macro 325 set_flags(tty_settings->c_iflag, (BRKINT in reset_tty_settings() 345 set_flags(tty_settings->c_oflag, (OPOST in reset_tty_settings() 359 set_flags(tty_settings->c_cflag, (CS8 | CREAD)); in reset_tty_settings() 366 set_flags(tty_settings->c_lflag, (ISIG in reset_tty_settings() 448 set_flags(tty_settings->c_oflag, ONLCR); in set_conversions() 449 set_flags(tty_settings->c_iflag, ICRNL); in set_conversions() 450 set_flags(tty_settings->c_lflag, ECHO); in set_conversions() 451 set_flags(tty_settings->c_oflag, OXTABS); in set_conversions() 464 set_flags(tty_settings->c_lflag, (ECHOE | ECHOK)); in set_conversions()
|
/freebsd/lib/libc/db/mpool/ |
H A D | mpool.libtp | 428 buf_flags ( addr, set_flags, unset_flags ) 430 u_long set_flags; 439 set_flags&BUF_DIRTY ? "DIRTY " : "", 440 set_flags&BUF_VALID ? "VALID " : "", 441 set_flags&BUF_PINNED ? "PINNED " : "", 442 set_flags&BUF_IO_ERROR ? "IO_ERROR " : "", 443 set_flags&BUF_IO_IN_PROGRESS ? "IO_IN_PROG " : "", 444 set_flags&BUF_NEWPAGE ? "NEWPAGE " : "", 462 bhp->flags |= set_flags; 463 if ( set_flags & BUF_PINNED ) { [all …]
|
/freebsd/libexec/getty/ |
H A D | extern.h | 54 void set_flags(int);
|
H A D | main.c | 376 set_flags(2); in main() 491 set_flags(0); in setttymode() 519 set_flags(1); in getname()
|
H A D | subr.c | 231 set_flags(int n) in set_flags() function
|
/freebsd/sys/arm/ti/ |
H A D | ti_gpio_if.m | 35 METHOD int set_flags {
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ethtool.c | 152 .set_flags = ethtool_op_set_flags,
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_pinctrl_if.m | 100 METHOD int set_flags {
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.c | 315 int set_flags, total_flags, flags_and, flags_or; in hostapd_set_sta_flags() local 317 set_flags = WPA_STA_SHORT_PREAMBLE | WPA_STA_WMM | WPA_STA_MFP | in hostapd_set_sta_flags() 335 flags_or = total_flags & set_flags; in hostapd_set_sta_flags() 336 flags_and = total_flags | ~set_flags; in hostapd_set_sta_flags()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.cpp | 393 if (!FI->set_flags().empty()) in printExtras() 394 OS << " (set " << join(FI->set_flags(), ", ") << ")"; in printExtras()
|
H A D | Patterns.h | 413 const auto &set_flags() const { return SetF; } in set_flags() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 314 static uint16_t set_flags(uint16_t A, uint16_t F) { in set_flags() function 499 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); } in setFlags()
|
/freebsd/sys/dev/ice/ |
H A D | ice_ddp_common.c | 2369 cmd->set_flags = ICE_AQC_TX_TOPO_FLAGS_ISSUED; in ice_get_set_tx_topo() 2372 cmd->set_flags |= ICE_AQC_TX_TOPO_FLAGS_SRC_RAM | in ice_get_set_tx_topo() 2389 *flags = desc.params.get_set_tx_topo.set_flags; in ice_cfg_tx_topo()
|
H A D | ice_adminq_cmd.h | 1047 u8 set_flags; 1037 u8 set_flags; global() member
|
/freebsd/sbin/geom/core/ |
H A D | geom.c | 443 set_flags(struct g_command *cmd) in set_flags() function 493 flags = set_flags(cmd); in run_command()
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | smdb2.c | 527 result = (*db)->set_flags(*db, DB_DUP);
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5.h | 491 krb5_error_code (KRB5_CALLCONV * set_flags)(krb5_context, krb5_ccache, krb5_flags);
|
H A D | cache.c | 841 return (*id->ops->set_flags)(context, id, flags); in krb5_cc_set_flags()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 2005 for (StringRef F : FI->set_flags()) in emitInstructionApplyPattern() 2142 if (const auto &SetF = FI->set_flags(); !SetF.empty()) in emitCodeGenInstructionMatchPattern()
|
/freebsd/sys/net/ |
H A D | if.c | 4373 if_setdrvflagbits(if_t ifp, int set_flags, int clear_flags) in if_setdrvflagbits() argument 4376 ifp->if_drv_flags |= set_flags; in if_setdrvflagbits()
|