Searched refs:utp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/utopia/
H A Dsuni.c60 suni_set_sdh(struct utopia *utp, int sdh) argument
65 err = UTP_WRITEREG(utp, SUNI_REGO_TPOPAPTR + 1,
69 err = UTP_WRITEREG(utp, SUNI_REGO_TPOPAPTR + 1,
75 utp->state &= ~UTP_ST_SDH;
77 utp->state |= UTP_ST_SDH;
86 suni_set_unass(struct utopia *utp, int unass) argument
91 err = UTP_WRITEREG(utp, SUNI_REGO_TACPIDLEH,
94 err = UTP_WRITEREG(utp, SUNI_REGO_TACPIDLEH,
99 utp->state &= ~UTP_ST_UNASS;
101 utp
110 suni_set_noscramb(struct utopia *utp, int noscramb) argument
142 suni_update_carrier(struct utopia *utp) argument
161 suni_set_chip(struct utopia *utp) argument
192 suni_reset_default(struct utopia *utp) argument
215 suni_set_loopback_lite(struct utopia *utp, u_int mode) argument
254 suni_lite_update_stats(struct utopia *utp) argument
303 suni_intr_default(struct utopia *utp) argument
343 suni_set_loopback_ultra(struct utopia *utp, u_int mode) argument
406 suni_set_loopback_622(struct utopia *utp, u_int mode) argument
465 suni_reset_622(struct utopia *utp) argument
489 suni_622_update_stats(struct utopia *utp) argument
[all...]
H A Didtphy.c61 idt77105_reset(struct utopia *utp) argument
67 err |= UTP_WRITEREG(utp, IDTPHY_REGO_MCR, 0xff,
70 err |= UTP_READREGS(utp, IDTPHY_REGO_ISTAT, val, &n);
71 err |= UTP_WRITEREG(utp, IDTPHY_REGO_DIAG, 0xff, 0);
72 err |= UTP_WRITEREG(utp, IDTPHY_REGO_LHEC, 0xff, 0);
74 err |= UTP_WRITEREG(utp, IDTPHY_REGO_CNTS, 0xff, IDTPHY_REGM_CNTS_SEC);
76 err |= UTP_READREGS(utp, IDTPHY_REGO_CNT, val, &n);
78 err |= UTP_WRITEREG(utp, IDTPHY_REGO_CNTS, 0xff, IDTPHY_REGM_CNTS_TX);
80 err |= UTP_READREGS(utp, IDTPHY_REGO_CNT, val, &n);
82 err |= UTP_WRITEREG(utp, IDTPHY_REGO_CNT
105 idt77105_inval(struct utopia *utp, int what __unused) argument
112 idt77105_update_carrier(struct utopia *utp) argument
127 idt77105_set_loopback(struct utopia *utp, u_int mode) argument
160 idt77105_intr(struct utopia *utp) argument
176 idt77105_update_stats(struct utopia *utp) argument
236 idt77155_update_carrier(struct utopia *utp) argument
254 idt77155_intr(struct utopia *utp) argument
271 idt77155_set_sdh(struct utopia *utp, int sdh) argument
295 idt77155_set_unass(struct utopia *utp, int unass) argument
317 idt77155_set_noscramb(struct utopia *utp, int noscramb) argument
349 idt77155_set_loopback(struct utopia *utp, u_int mode) argument
386 idt77155_set_chip(struct utopia *utp) argument
415 idt77155_reset(struct utopia *utp) argument
437 idt77155_update_stats(struct utopia *utp) argument
[all...]
H A Dutopia.c87 utopia_update(struct utopia *utp, u_int reg, u_int nreg, uint32_t mask) argument
95 if ((err = UTP_READREGS(utp, reg, regs, &n)) != 0) {
98 utp->chip->name, reg, nreg, err);
105 utp->chip->name, reg, nreg, err);
121 utopia_dump(struct utopia *utp) argument
127 if ((err = UTP_READREGS(utp, 0, regs, &n)) != 0) {
148 utopia_check_carrier(struct utopia *utp, u_int carr_ok) argument
152 old = utp->carrier;
155 utp->carrier = UTP_CARR_OK;
157 if_printf(utp
171 unknown_inval(struct utopia *utp, int what __unused) argument
184 unknown_update_carrier(struct utopia *utp) argument
227 struct utopia *utp = ifatm->phy; local
265 struct utopia *utp = IFP2IFATM(ifp)->phy; local
308 utopia_init_media(struct utopia *utp) argument
320 utopia_reset_media(struct utopia *utp) argument
331 utopia_start(struct utopia *utp) argument
384 utopia_stop(struct utopia *utp) argument
395 struct utopia *utp = (struct utopia *)arg1; local
433 struct utopia *utp = (struct utopia *)arg1; local
462 struct utopia *utp = (struct utopia *)arg1; local
487 struct utopia *utp = (struct utopia *)arg1; local
498 struct utopia *utp = (struct utopia *)arg1; local
508 utopia_attach(struct utopia *utp, struct ifatm *ifatm, struct ifmedia *media, struct mtx *lock, struct sysctl_ctx_list *ctx, struct sysctl_oid_list *children, const struct utopia_methods *m) argument
571 utopia_detach(struct utopia *utp) argument
595 struct utopia *utp, *next; local
[all...]
/freebsd-11-stable/libexec/comsat/
H A Dcomsat.c123 struct utmpx *utp; local
128 char buf[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
129 char buf2[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
139 sprintf(buf, "%s/%.*s", _PATH_MAILDIR, (int)sizeof(utp->ut_user),
143 (int)sizeof(utp->ut_user), file);
148 while ((utp = getutxent()) != NULL)
149 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name))
150 notify(utp, file, offset, folder);
157 notify(struct utmpx *utp, cha argument
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1788 struct utmp *utp; local
1805 utp = getutid(wtp);
1806 if (utp == 0) {
1813 if (utp->ut_type != USER_PROCESS || utp->ut_jid == 0)
1820 ret = jobend(utp->ut_jid, utp->ut_tpath, utp->ut_user);
1865 struct utmp *utp = NULL; local
1868 utp
[all...]
/freebsd-11-stable/sys/dev/de/
H A Dif_de.c2156 int auibnc = 0, utp = 0; local
2183 *cp++ = 'T', utp = 1;
2195 if (utp && !auibnc)
2197 else if (!utp && auibnc)

Completed in 82 milliseconds