Searched defs:protect (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c53 dladm_bridge_prot_t protect = DLADM_BRIDGE_PROT_STP; variable
463 protect != DLADM_BRIDGE_PROT_STP)
506 if (!port->admin_status || protect != DLADM_BRIDGE_PROT_STP) {
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c76 static void protect(TREE *);
148 protect(tp);
159 protect(tp);
207 protect(tp);
210 protect(tp);
215 protect(tp);
218 protect(tp);
231 protect(tp);
244 protect(Bottom);
260 protect(tm
1404 protect(TREE *tp) function
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c802 uint8_t protect; local
933 * Check if the protect information of this disk is enabled
940 protect = inq->inq_protect;
941 if (protect == 0) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c754 iscsid_config_one(iscsi_hba_t *ihp, char *name, boolean_t protect) argument
838 if ((protect == B_FALSE) ||
859 iscsid_config_all(iscsi_hba_t *ihp, boolean_t protect) argument
933 if ((protect == B_FALSE) ||
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1747 ipnospoof_check_v4(mac_client_impl_t *mcip, mac_protect_t *protect, argument
1758 for (i = 0; i < protect->mp_ipaddrcnt; i++) {
1759 mac_ipaddr_t *v4addr = &protect->mp_ipaddrs[i];
1778 return (protect->mp_ipaddrcnt == 0 ?
1783 ipnospoof_check_v6(mac_client_impl_t *mcip, mac_protect_t *protect, argument
1797 for (i = 0; i < protect->mp_ipaddrcnt; i++) {
1798 mac_ipaddr_t *v6addr = &protect->mp_ipaddrs[i];
1807 if (protect->mp_ipaddrcnt == 0) {
1819 ipnospoof_check_ndp(mac_client_impl_t *mcip, mac_protect_t *protect, argument
1873 if (!ipnospoof_check_v6(mcip, protect,
1930 ipnospoof_check(mac_client_impl_t *mcip, mac_protect_t *protect, mblk_t *mp, mac_header_info_t *mhip) argument
2117 dhcpnospoof_check(mac_client_impl_t *mcip, mac_protect_t *protect, mblk_t *mp, mac_header_info_t *mhip) argument
2268 mac_protect_t *protect; local
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c1724 * write protect line in such a way that the NVmem is protected when
1743 static void bge_nvmem_protect(bge_t *bgep, boolean_t protect);
1747 bge_nvmem_protect(bge_t *bgep, boolean_t protect) argument
1754 if (protect) {

Completed in 98 milliseconds