Home
last modified time | relevance | path

Searched refs:Mytype (Results 1 – 4 of 4) 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))) in rddev()
314 if ((Mytype != CNULL) && in finds()
315 (!EQUALSN(flds[F_TYPE], Mytype, strlen(Mytype)))) { in finds()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c68 GLOBAL char *Mytype = CNULL; /* to force selection of specific device type */ variable
259 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type)) ) in rddev()
318 if ((Mytype != CNULL) && in finds()
320 !EQUALSN(flds[F_TYPE], Mytype, strlen(Mytype)))) { in finds()
H A Duucico.c81 extern char *Mytype;
188 Mytype = optarg;
H A Dcu.c235 extern char *Mytype; /* flag to force requested line type to be used
385 Mytype = optarg; in main()