Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c146 protect(tp); in smalloc()
157 protect(tp); in smalloc()
229 protect(tp); in malloc_unlocked()
258 protect(tmp); in malloc_unlocked()
275 protect(sp); in malloc_unlocked()
318 protect(tp); in realloc()
327 protect(tp); in realloc()
394 protect(tp); in realloc()
458 protect(np); in realloc()
461 protect(tp); in realloc()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dmanglprm.awk32 out_debug("Buffer = [" protect(Buffer) "]")
37 function protect(s) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c134 protect == DLADM_BRIDGE_PROT_STP && !pd->sdu_failed ? in get_port_link_status()
383 status = dladm_bridge_get_properties(instance_name, &uid_cfg, &protect); in rstp_init()
410 if (debugging && (protect != new_prot || in rstp_refresh()
413 dladm_bridge_prot2str(protect), in rstp_refresh()
433 protect = new_prot; in rstp_refresh()
503 if (protect != DLADM_BRIDGE_PROT_STP) { in rstp_add_port()
518 protect == DLADM_BRIDGE_PROT_STP); in rstp_add_port()
H A Ddoor.c79 bdcf.bdcf_prot = protect; in bridge_door_server()
142 else if (protect != DLADM_BRIDGE_PROT_STP) in bridge_door_server()
H A Ddlpi.c102 if (!port->admin_status || protect != DLADM_BRIDGE_PROT_STP || in dlpi_notify()
114 if (!port->admin_status || protect != DLADM_BRIDGE_PROT_STP || in dlpi_notify()
H A Dglobal.h99 extern dladm_bridge_prot_t protect;
H A Devents.c53 dladm_bridge_prot_t protect = DLADM_BRIDGE_PROT_STP; variable
463 protect != DLADM_BRIDGE_PROT_STP) in handle_control()
506 if (!port->admin_status || protect != DLADM_BRIDGE_PROT_STP) { in receive_packet()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1758 for (i = 0; i < protect->mp_ipaddrcnt; i++) { in ipnospoof_check_v4()
1759 mac_ipaddr_t *v4addr = &protect->mp_ipaddrs[i]; in ipnospoof_check_v4()
1778 return (protect->mp_ipaddrcnt == 0 ? in ipnospoof_check_v4()
1797 for (i = 0; i < protect->mp_ipaddrcnt; i++) { in ipnospoof_check_v6()
1798 mac_ipaddr_t *v6addr = &protect->mp_ipaddrs[i]; in ipnospoof_check_v6()
1807 if (protect->mp_ipaddrcnt == 0) { in ipnospoof_check_v6()
1987 if (!ipnospoof_check_v4(mcip, protect, &spaddr)) in ipnospoof_check()
2000 if (!ipnospoof_check_ndp(mcip, protect, ip6h, end)) in ipnospoof_check()
2268 mac_protect_t *protect; in mac_protect_check_one() local
2282 protect = &mrp->mrp_protect; in mac_protect_check_one()
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.1117 # this will also protect syslog.
23 # this will also protect syslog.
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample30 # Add entries to protect the traffic using IPSEC. The entries in this
43 # will protect the telnet traffic originating from the host with ESP using
53 # will protect traffic to/from the 10.5.5.0 subnet with AH using any available
/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c73 stream->protect = NULL; \
82 stream->protect = NULL; \
83 else if (stream->protect) \
92 stream->protect = NULL; \
832 if (s->protect && !lookup_macro(s->protect)) in already_tokenized()
1697 if (!stream->protect) { in handle_ifndef()
1699 stream->protect = next->ident; in handle_ifndef()
1700 } else if (stream->protect == next->ident) { in handle_ifndef()
H A Dtoken.h60 struct ident *protect; member
H A DGPL-228 To protect your rights, we need to make restrictions that forbid
39 We protect your rights with two steps: (1) copyright the software, and
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h1388 char *name, boolean_t protect);
1389 void iscsid_config_all(iscsi_hba_t *ihp, boolean_t protect);
H A Discsid.c768 iscsid_config_one(iscsi_hba_t *ihp, char *name, boolean_t protect) in iscsid_config_one() argument
852 if ((protect == B_FALSE) || in iscsid_config_one()
873 iscsid_config_all(iscsi_hba_t *ihp, boolean_t protect) in iscsid_config_all() argument
947 if ((protect == B_FALSE) || in iscsid_config_all()
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c810 uint8_t protect; in c_format() local
948 protect = inq->inq_protect; in c_format()
949 if (protect == 0) { in c_format()
/illumos-gate/usr/src/lib/librstp/common/
H A DCOPYING35 To protect your rights, we need to make restrictions that forbid
48 We protect your rights with a two-step method: (1) we copyright the
52 To protect each distributor, we want to make it very clear that
82 does Less to protect the user's freedom than the ordinary General
/illumos-gate/usr/src/grub/grub-0.97/
H A DCOPYING28 To protect your rights, we need to make restrictions that forbid
39 We protect your rights with two steps: (1) copyright the software, and
/illumos-gate/usr/src/cmd/powertop/common/
H A DCOPYING28 To protect your rights, we need to make restrictions that forbid
39 We protect your rights with two steps: (1) copyright the software, and
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk29 To protect your rights, we need to prevent others from denying you
40 Developers that use the GNU GPL protect your rights with two steps:
59 of the GPL, as needed to protect the freedom of users.
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A DFIRMWARELICENSE81 licensors in connection with their efforts to protect their
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE122 To protect your rights, we need to make restrictions that forbid
133 We protect your rights with two steps: (1) copyright the software, and
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A DLICENSE.txt113 them in derivative products. Our intention is to protect the
170 To protect your rights, we need to make restrictions that forbid
181 We protect your rights with two steps: (1) copyright the software, and
514 To protect your rights, we need to make restrictions that forbid
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME186 24-bit initialization vector (IV), and CRC32 to protect against packet
191 protection, and non-keyed authentication does not protect against bit
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c1761 static void bge_nvmem_protect(bge_t *bgep, boolean_t protect);
1765 bge_nvmem_protect(bge_t *bgep, boolean_t protect) in bge_nvmem_protect() argument
1772 if (protect) { in bge_nvmem_protect()

12