Searched refs:D_CALLER (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 199 if (EQUALS(ca->CA_type, dev[D_CALLER])) { in processdev() 200 DEBUG(5, "Internal caller type %s\n", dev[D_CALLER]); in processdev() 308 for (; dev[D_CALLER] != NULL; dev += 2) { in processdev() 313 if ((w = gdial(dev[D_CALLER], args, D_MAX)) < 1) { in processdev() 337 CDEBUG(5, "\nCHAT gdial(%s) FAILED\n", dev[D_CALLER]); in processdev() 639 (void) strcpy(Dc, dev[D_CALLER]); in tlicall()
|
H A D | uucp.h | 310 #define D_CALLER 4 macro
|
H A D | conn.c | 221 ASSERT(na >= D_CALLER, "BAD LINE", buf, na); in rddev()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | callers.c | 257 if (EQUALS(ca->CA_type, dev[D_CALLER])) { 258 DEBUG(5, "Internal caller type %s\n", dev[D_CALLER]); 363 for (; dev[D_CALLER] != NULL; dev += 2) { 368 if ((w = gdial(dev[D_CALLER], args, D_MAX)) < 1) { 391 CDEBUG(5, "\nCHAT gdial(%s) FAILED\n", dev[D_CALLER]); 1217 (void) strcpy(Dc, dev[D_CALLER]);
|
H A D | uucp.h | 415 #define D_CALLER 4 macro
|
H A D | ct.c | 385 if (!strcmp(_Dev[D_CALLER], "DK")) {
|
H A D | conn.c | 241 ASSERT(na >= D_CALLER, "BAD LINE", buf, na);
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | uucp.h | 353 #define D_CALLER 4 macro
|