Searched refs:protect (Results 1 - 18 of 18) sorted by relevance

/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/uts/intel/ia32/krtld/
H A Dkobj_crt.s58 pushal / protect secondary boot
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dglobal.h99 extern dladm_bridge_prot_t protect;
H A Drstp.c134 protect == DLADM_BRIDGE_PROT_STP && !pd->sdu_failed ?
383 status = dladm_bridge_get_properties(instance_name, &uid_cfg, &protect);
410 if (debugging && (protect != new_prot ||
413 dladm_bridge_prot2str(protect),
433 protect = new_prot;
503 if (protect != DLADM_BRIDGE_PROT_STP) {
518 protect == DLADM_BRIDGE_PROT_STP);
H A Ddoor.c79 bdcf.bdcf_prot = protect;
142 else if (protect != DLADM_BRIDGE_PROT_STP)
H A Ddlpi.c102 if (!port->admin_status || protect != DLADM_BRIDGE_PROT_STP ||
114 if (!port->admin_status || protect != DLADM_BRIDGE_PROT_STP ||
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/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/cmd/logadm/
H A Dopts.c484 "Can't protect quotes in <%s>", word);
/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) ||
H A Discsi.h908 * We also use this lock to protect the ITT table and it's
1111 krwlock_t hba_sess_list_rwlock; /* protect sess. list */
1115 /* current number of seconds to protect against bus config storms */
1384 char *name, boolean_t protect);
1385 void iscsid_config_all(iscsi_hba_t *ihp, boolean_t protect);
/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) {
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s146 ! current_thread starts at PIL_MAX to protect cpu_intr_actv
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s1903 wrpr %g0, %l2, %pstate ! protect our FPU diddling
H A Dspitfire_asm.s2050 wrpr %g0, %l2, %pstate ! protect our FPU diddling
H A Dus3_common_asm.s915 * of just having 8 parity bits to protect all 32 bytes of data
2965 wrpr %g0, %l2, %pstate ! protect our FPU diddling
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5710 % The same technique is used to protect \eatspaces till just before

Completed in 143 milliseconds