Home
last modified time | relevance | path

Searched defs:modify (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libsys/x86/
H A Dpkru.c47 x86_pkru_get_perm_unsup(u_int keyidx, int *access, int *modify) in x86_pkru_get_perm_unsup()
55 x86_pkru_get_perm_hw(u_int keyidx, int *access, int *modify) in x86_pkru_get_perm_hw()
78 x86_pkru_set_perm_unsup(u_int keyidx, int access, int modify) in x86_pkru_set_perm_unsup()
86 x86_pkru_set_perm_hw(u_int keyidx, int access, int modify) in x86_pkru_set_perm_hw()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c50 bool modify; member
64 find_connection(const char *path, bool modify) in find_connection()
98 make_connection(DB * db, const char *path, bool modify) in make_connection()
119 _nc_db_open(const char *path, bool modify) in _nc_db_open()
/freebsd/usr.bin/mail/
H A Dquit.c65 int mcount, p, modify, autohold, anystat, holdbit, nohold; in quit() local
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c105 modify(struct update *upd, struct mibifa *ifa) in modify() function
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Ddatapath.h532 struct iwl_rx_baid_cfg_cmd_modify modify; global() member
595 } __packed modify; /* TX_QUEUE_CFG_CMD_MODIFY_API_S_VER_1 */ global() member
664 } __packed modify; /* SEC_KEY_MODIFY_CMD_API_S_VER_1 */ global() member
[all...]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h132 ta_modify *modify; member
/freebsd/sys/netgraph/
H A Dng_source.c881 int modify; in ng_source_dup_mod() local
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ioctl.h184 struct bnxt_ioctl_hwrm_nvm_modify modify; member
/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h425 struct ctl_lun_modify_params modify; global() member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c4673 bool modify) in FmPcdManipUpdate()
H A Dfm_cc.c1078 t_Handle h_FmTree, bool modify) in CcUpdateParam()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1715 …bool modify; /**< TRUE to change an existing scheme… member
2092 …bool modify; /**< TRUE to change an existing pr… member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1332 bool read, bool modify, in WatchAddress()