Home
last modified time | relevance | path

Searched refs:is_special (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c159 char *mname, *is_special; in main() local
244 is_special = realpath(mname, resolve); in main()
276 if (is_special != NULL) { in main()
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h273 int tavor_cq_refcnt_inc(tavor_cqhdl_t cq, uint_t is_special);
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h287 int hermon_cq_refcnt_inc(hermon_cqhdl_t cq, uint_t is_special);
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1199 tavor_cq_refcnt_inc(tavor_cqhdl_t cq, uint_t is_special) in tavor_cq_refcnt_inc() argument
1212 cq->cq_is_special = is_special; in tavor_cq_refcnt_inc()
1214 if (cq->cq_is_special != is_special) { in tavor_cq_refcnt_inc()
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1152 hermon_cq_refcnt_inc(hermon_cqhdl_t cq, uint_t is_special) in hermon_cq_refcnt_inc() argument
1163 cq->cq_is_special = is_special; in hermon_cq_refcnt_inc()
1165 if (cq->cq_is_special != is_special) { in hermon_cq_refcnt_inc()