Searched refs:interested (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c122 boolean_t (*interested)(kstat_t *))
141 if (!interested(ksp))
340 interested(kstat_t *ksp) function
462 kstat_instances_update(kcp, &instances, interested);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c490 unsigned int interested = ROK | RER | RXOVW | FOVW | SERR; local
496 mask = mask & ~interested;
497 if ( action == ENABLE ) mask = mask | interested;
H A Dr8169.c421 int interested = RxUnderrun | RxOverflow | RxFIFOOver | RxErr | RxOK; local
432 intr_status = intr_status & ~interested;
434 intr_status = intr_status | interested;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c202 boolean_t interested; local
245 * We will set "interested" to "true" if we should pass a copy to
248 interested = !(icmp6->icmp6_type & ICMP6_INFOMSG_MASK);
331 interested = B_TRUE;
354 if (!interested) {
363 } else if (!interested) {
364 /* Neither we nor raw sockets are interested. Drop packet now */
988 * No IP tunnel is interested, fallthrough and see
2353 /* No more interested clients */
2532 /* No more interested client
[all...]
H A Dip.c1262 * to the "interested" upper clients.
1334 boolean_t interested; local
1372 * We will set "interested" to "true" if we should pass a copy to
1375 interested = B_FALSE;
1383 interested = B_TRUE; /* Pass up to transport */
1387 interested = B_TRUE; /* Pass up to transport */
1392 interested = B_TRUE;
1404 interested = ipst->ips_ip_g_resp_to_echo_mcast;
1407 interested = ipst->ips_ip_g_resp_to_echo_bcast;
1410 interested
[all...]

Completed in 186 milliseconds