Symbol: interested
usr/src/cmd/kvmstat/kvmstat.c
122
boolean_t (*interested)(kstat_t *))
usr/src/cmd/kvmstat/kvmstat.c
141
if (!interested(ksp))
usr/src/cmd/kvmstat/kvmstat.c
462
kstat_instances_update(kcp, &instances, interested);
usr/src/grub/grub-0.97/netboot/r8169.c
421
int interested = RxUnderrun | RxOverflow | RxFIFOOver | RxErr | RxOK;
usr/src/grub/grub-0.97/netboot/r8169.c
432
intr_status = intr_status & ~interested;
usr/src/grub/grub-0.97/netboot/r8169.c
434
intr_status = intr_status | interested;
usr/src/grub/grub-0.97/netboot/rtl8139.c
490
unsigned int interested = ROK | RER | RXOVW | FOVW | SERR;
usr/src/grub/grub-0.97/netboot/rtl8139.c
496
mask = mask & ~interested;
usr/src/grub/grub-0.97/netboot/rtl8139.c
497
if ( action == ENABLE ) mask = mask | interested;
usr/src/uts/common/inet/ip/ip.c
1332
boolean_t interested;
usr/src/uts/common/inet/ip/ip.c
1373
interested = B_FALSE;
usr/src/uts/common/inet/ip/ip.c
1381
interested = B_TRUE; /* Pass up to transport */
usr/src/uts/common/inet/ip/ip.c
1385
interested = B_TRUE; /* Pass up to transport */
usr/src/uts/common/inet/ip/ip.c
1390
interested = B_TRUE;
usr/src/uts/common/inet/ip/ip.c
1402
interested = ipst->ips_ip_g_resp_to_echo_mcast;
usr/src/uts/common/inet/ip/ip.c
1405
interested = ipst->ips_ip_g_resp_to_echo_bcast;
usr/src/uts/common/inet/ip/ip.c
1408
interested = B_TRUE;
usr/src/uts/common/inet/ip/ip.c
1411
if (!interested) {
usr/src/uts/common/inet/ip/ip.c
1440
interested = B_TRUE; /* Pass up to transport */
usr/src/uts/common/inet/ip/ip.c
1444
interested = B_TRUE; /* Pass up to transport */
usr/src/uts/common/inet/ip/ip.c
1451
interested =
usr/src/uts/common/inet/ip/ip.c
1454
interested = B_TRUE;
usr/src/uts/common/inet/ip/ip.c
1456
if (!interested) {
usr/src/uts/common/inet/ip/ip.c
1515
interested =
usr/src/uts/common/inet/ip/ip.c
1518
interested = B_TRUE;
usr/src/uts/common/inet/ip/ip.c
1520
if (!interested) {
usr/src/uts/common/inet/ip/ip.c
1580
interested = B_TRUE; /* Pass up to transport */
usr/src/uts/common/inet/ip/ip.c
1591
if (!interested) {
usr/src/uts/common/inet/ip/ip.c
1600
} else if (!interested) {
usr/src/uts/common/inet/ip/ip6.c
204
boolean_t interested;
usr/src/uts/common/inet/ip/ip6.c
250
interested = !(icmp6->icmp6_type & ICMP6_INFOMSG_MASK);
usr/src/uts/common/inet/ip/ip6.c
333
interested = B_TRUE;
usr/src/uts/common/inet/ip/ip6.c
356
if (!interested) {
usr/src/uts/common/inet/ip/ip6.c
365
} else if (!interested) {