Lines Matching defs:busy
366 in_port_t port, zoneid_t zoneid, uint32_t len, boolean_t *busy)
372 *busy = B_FALSE;
418 * If we are busy...
428 *busy = B_TRUE;
1242 * Set the rule to be busy to make sure that no new packet can
1444 * Set the rule to be busy to make sure that no new packet can
1680 boolean_t busy;
1721 pkt_len, &busy);
1723 /* If the rule is busy, just drop the packet. */
1724 if (busy)