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

/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c71 * allow_rt - set to non-zero to use the RT rather than the TS
77 static int allow_rt = 0; /* disallow - bad interactions with timeout() */ variable
228 (void) strcpy(pcinfo.pc_clname, allow_rt ? "RT" : "TS");
241 if (allow_rt) {

Completed in 65 milliseconds