1*b871f899SRobert Mustacchi#
2*b871f899SRobert Mustacchi# This file and its contents are supplied under the terms of the
3*b871f899SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4*b871f899SRobert Mustacchi# You may only use this file in accordance with the terms of version
5*b871f899SRobert Mustacchi# 1.0 of the CDDL.
6*b871f899SRobert Mustacchi#
7*b871f899SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8*b871f899SRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9*b871f899SRobert Mustacchi# http://www.illumos.org/license/CDDL.
10*b871f899SRobert Mustacchi#
11*b871f899SRobert Mustacchi
12*b871f899SRobert Mustacchi#
13*b871f899SRobert Mustacchi# Copyright 2019 Robert Mustacchi
14*b871f899SRobert Mustacchi#
15*b871f899SRobert Mustacchi
16*b871f899SRobert Mustacchi{
17*b871f899SRobert Mustacchi	if ($1 == "slp") {
18*b871f899SRobert Mustacchi		if ($2 >= min && $2 <= min * factor) {
19*b871f899SRobert Mustacchi			exit 42
20*b871f899SRobert Mustacchi		}
21*b871f899SRobert Mustacchi	}
22*b871f899SRobert Mustacchi}
23