Home
last modified time | relevance | path

Searched refs:is_remove (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c4318 boolean_t is_remove; in strioctl() local
4351 is_remove = (pos != 0); in strioctl()
4380 qdetach(_RD(q), 1, flag, crp, is_remove); in strioctl()
4389 if (!is_remove) { in strioctl()
H A Dstrsubr.c1260 qdetach(queue_t *qp, int clmode, int flag, cred_t *crp, boolean_t is_remove) in qdetach() argument
1277 if (is_remove) { in qdetach()