Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bnu/
H A Duucp.c64 char sys1[MAXFULLNAME], sys2[MAXFULLNAME]; local
282 (void) split(argv[argc - 1], sys2, fwd2, file2);
283 if (*sys2 != NULLCHAR) {
284 (void) strncpy(Rmtname, sys2, MAXBASENAME);
291 if (versys(sys2) != 0) {
293 gettext("bad system: %s\n"), sys2);
298 DEBUG(9, "sys2: %s, ", sys2);
353 if (*sys2 == NULLCHAR)
366 ruux(sys2, sys1, file1, "", fwd2, file2);
377 && *sys2 != NULLCHAR
[all …]
/titanic_41/usr/src/uts/common/io/rtw/
H A Drtwphy.c94 uint32_t sys2, sys3; in rtw_bbp_init() local
96 sys2 = bb->bb_sys2; in rtw_bbp_init()
98 sys2 |= RTW_BBP_SYS2_ANTDIV; in rtw_bbp_init()
117 RTW_BBP_WRITE_OR_RETURN(RTW_BBP_SYS2, sys2); in rtw_bbp_init()