Searched defs:Mytype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c69 static char *Mytype = CNULL; /* to force selection of specific device type */ variable
246 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type)))
313 /* check if requested Mytype device type */
314 if ((Mytype != CNULL) &&
315 (!EQUALSN(flds[F_TYPE], Mytype, strlen(Mytype)))) {
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c72 GLOBAL char *Mytype = CNULL; /* to force selection of specific device type */ variable
266 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type)) )
325 /* check if requested Mytype device type */
326 if ((Mytype != CNULL) &&
328 !EQUALSN(flds[F_TYPE], Mytype, strlen(Mytype)))) {

Completed in 85 milliseconds