| /NextBSD/sys/dev/usb/net/ |
| HD | usb_ethernet.c | 61 static SYSCTL_NODE(_net, OID_AUTO, ue, CTLFLAG_RD, 0, 92 uether_pause(struct usb_ether *ue, unsigned int _ticks) in uether_pause() argument 94 if (usb_proc_is_gone(&ue->ue_tq)) { in uether_pause() 98 usb_pause_mtx(ue->ue_mtx, _ticks); in uether_pause() 103 ue_queue_command(struct usb_ether *ue, in ue_queue_command() argument 109 UE_LOCK_ASSERT(ue, MA_OWNED); in ue_queue_command() 111 if (usb_proc_is_gone(&ue->ue_tq)) { in ue_queue_command() 120 usb_proc_msignal(&ue->ue_tq, t0, t1); in ue_queue_command() 124 task->ue = ue; in ue_queue_command() 130 usb_proc_mwait(&ue->ue_tq, t0, t1); in ue_queue_command() [all …]
|
| HD | if_axge.c | 432 axge_attach_post(struct usb_ether *ue) in axge_attach_post() argument 436 sc = uether_getsc(ue); in axge_attach_post() 442 ue->ue_eaddr, ETHER_ADDR_LEN); in axge_attach_post() 446 axge_attach_post_sub(struct usb_ether *ue) in axge_attach_post_sub() argument 452 sc = uether_getsc(ue); in axge_attach_post_sub() 453 ifp = ue->ue_ifp; in axge_attach_post_sub() 467 error = mii_attach(ue->ue_dev, &ue->ue_miibus, ifp, in axge_attach_post_sub() 468 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in axge_attach_post_sub() 543 struct usb_ether *ue; in axge_attach() local 549 ue = &sc->sc_ue; in axge_attach() [all …]
|
| HD | if_cue.c | 291 cue_setpromisc(struct usb_ether *ue) in cue_setpromisc() argument 293 struct cue_softc *sc = uether_getsc(ue); in cue_setpromisc() 294 struct ifnet *ifp = uether_getifp(ue); in cue_setpromisc() 305 cue_setmulti(ue); in cue_setpromisc() 309 cue_setmulti(struct usb_ether *ue) in cue_setmulti() argument 311 struct cue_softc *sc = uether_getsc(ue); in cue_setmulti() 312 struct ifnet *ifp = uether_getifp(ue); in cue_setmulti() 372 cue_attach_post(struct usb_ether *ue) in cue_attach_post() argument 374 struct cue_softc *sc = uether_getsc(ue); in cue_attach_post() 376 cue_getmac(sc, ue->ue_eaddr); in cue_attach_post() [all …]
|
| HD | if_axe.c | 481 axe_setmulti(struct usb_ether *ue) in axe_setmulti() argument 483 struct axe_softc *sc = uether_getsc(ue); in axe_setmulti() 484 struct ifnet *ifp = uether_getifp(ue); in axe_setmulti() 543 uether_pause(ue, (y)); \ 549 struct usb_ether *ue; in axe_ax88178_init() local 553 ue = &sc->sc_ue; in axe_ax88178_init() 632 axe_miibus_writereg(ue->ue_dev, sc->sc_phyno, in axe_ax88178_init() 634 axe_miibus_writereg(ue->ue_dev, sc->sc_phyno, in axe_ax88178_init() 636 val = axe_miibus_readreg(ue->ue_dev, sc->sc_phyno, in axe_ax88178_init() 638 axe_miibus_writereg(ue->ue_dev, sc->sc_phyno, in axe_ax88178_init() [all …]
|
| HD | if_kue.c | 343 kue_setpromisc(struct usb_ether *ue) in kue_setpromisc() argument 345 struct kue_softc *sc = uether_getsc(ue); in kue_setpromisc() 346 struct ifnet *ifp = uether_getifp(ue); in kue_setpromisc() 359 kue_setmulti(struct usb_ether *ue) in kue_setmulti() argument 361 struct kue_softc *sc = uether_getsc(ue); in kue_setmulti() 362 struct ifnet *ifp = uether_getifp(ue); in kue_setmulti() 429 kue_attach_post(struct usb_ether *ue) in kue_attach_post() argument 431 struct kue_softc *sc = uether_getsc(ue); in kue_attach_post() 449 memcpy(ue->ue_eaddr, sc->sc_desc.kue_macaddr, sizeof(ue->ue_eaddr)); in kue_attach_post() 479 struct usb_ether *ue = &sc->sc_ue; in kue_attach() local [all …]
|
| HD | if_rue.c | 454 rue_setpromisc(struct usb_ether *ue) in rue_setpromisc() argument 456 struct rue_softc *sc = uether_getsc(ue); in rue_setpromisc() 457 struct ifnet *ifp = uether_getifp(ue); in rue_setpromisc() 472 rue_setmulti(struct usb_ether *ue) in rue_setmulti() argument 474 struct rue_softc *sc = uether_getsc(ue); in rue_setmulti() 475 struct ifnet *ifp = uether_getifp(ue); in rue_setmulti() 547 rue_attach_post(struct usb_ether *ue) in rue_attach_post() argument 549 struct rue_softc *sc = uether_getsc(ue); in rue_attach_post() 555 rue_read_mem(sc, RUE_EEPROM_IDR0, ue->ue_eaddr, ETHER_ADDR_LEN); in rue_attach_post() 585 struct usb_ether *ue = &sc->sc_ue; in rue_attach() local [all …]
|
| HD | if_mos.c | 162 static void mos_attach_post(struct usb_ether *ue); 563 mos_setpromisc(struct usb_ether *ue) in mos_setpromisc() argument 565 struct mos_softc *sc = uether_getsc(ue); in mos_setpromisc() 566 struct ifnet *ifp = uether_getifp(ue); in mos_setpromisc() 587 mos_setmulti(struct usb_ether *ue) in mos_setmulti() argument 589 struct mos_softc *sc = uether_getsc(ue); in mos_setmulti() 590 struct ifnet *ifp = uether_getifp(ue); in mos_setmulti() 694 struct usb_ether *ue = &sc->sc_ue; in mos_attach() local 712 ue->ue_sc = sc; in mos_attach() 713 ue->ue_dev = dev; in mos_attach() [all …]
|
| HD | if_ure.c | 442 struct usb_ether *ue = &sc->sc_ue; in ure_attach() local 457 ue->ue_sc = sc; in ure_attach() 458 ue->ue_dev = dev; in ure_attach() 459 ue->ue_udev = uaa->device; in ure_attach() 460 ue->ue_mtx = &sc->sc_mtx; in ure_attach() 461 ue->ue_methods = &ure_ue_methods; in ure_attach() 463 error = uether_ifattach(ue); in ure_attach() 479 struct usb_ether *ue = &sc->sc_ue; in ure_detach() local 482 uether_ifdetach(ue); in ure_detach() 492 struct usb_ether *ue = &sc->sc_ue; in ure_bulk_read_callback() local [all …]
|
| HD | if_ipheth.c | 225 struct usb_ether *ue = &sc->sc_ue; in ipheth_attach() local 247 ue->ue_sc = sc; in ipheth_attach() 248 ue->ue_dev = dev; in ipheth_attach() 249 ue->ue_udev = uaa->device; in ipheth_attach() 250 ue->ue_mtx = &sc->sc_mtx; in ipheth_attach() 251 ue->ue_methods = &ipheth_ue_methods; in ipheth_attach() 259 error = uether_ifattach(ue); in ipheth_attach() 275 struct usb_ether *ue = &sc->sc_ue; in ipheth_detach() local 280 uether_ifdetach(ue); in ipheth_detach() 288 ipheth_start(struct usb_ether *ue) in ipheth_start() argument [all …]
|
| HD | if_udav.c | 228 udav_attach_post(struct usb_ether *ue) in udav_attach_post() argument 230 struct udav_softc *sc = uether_getsc(ue); in udav_attach_post() 236 udav_csr_read(sc, UDAV_PAR, ue->ue_eaddr, ETHER_ADDR_LEN); in udav_attach_post() 259 struct usb_ether *ue = &sc->sc_ue; in udav_attach() local 281 ue->ue_methods = &udav_ue_methods_nophy; in udav_attach() 284 ue->ue_methods = &udav_ue_methods; in udav_attach() 287 ue->ue_sc = sc; in udav_attach() 288 ue->ue_dev = dev; in udav_attach() 289 ue->ue_udev = uaa->device; in udav_attach() 290 ue->ue_mtx = &sc->sc_mtx; in udav_attach() [all …]
|
| HD | if_smsc.c | 183 static int smsc_attach_post_sub(struct usb_ether *ue); 696 smsc_setmulti(struct usb_ether *ue) in smsc_setmulti() argument 698 struct smsc_softc *sc = uether_getsc(ue); in smsc_setmulti() 699 struct ifnet *ifp = uether_getifp(ue); in smsc_setmulti() 758 smsc_setpromisc(struct usb_ether *ue) in smsc_setpromisc() argument 760 struct smsc_softc *sc = uether_getsc(ue); in smsc_setpromisc() 761 struct ifnet *ifp = uether_getifp(ue); in smsc_setpromisc() 901 smsc_init(struct usb_ether *ue) in smsc_init() argument 903 struct smsc_softc *sc = uether_getsc(ue); in smsc_init() 904 struct ifnet *ifp = uether_getifp(ue); in smsc_init() [all …]
|
| HD | if_aue.c | 536 aue_setmulti(struct usb_ether *ue) in aue_setmulti() argument 538 struct aue_softc *sc = uether_getsc(ue); in aue_setmulti() 539 struct ifnet *ifp = uether_getifp(ue); in aue_setmulti() 630 aue_attach_post(struct usb_ether *ue) in aue_attach_post() argument 632 struct aue_softc *sc = uether_getsc(ue); in aue_attach_post() 638 aue_read_mac(sc, ue->ue_eaddr); in aue_attach_post() 677 struct usb_ether *ue = &sc->sc_ue; in aue_attach() local 700 ue->ue_sc = sc; in aue_attach() 701 ue->ue_dev = dev; in aue_attach() 702 ue->ue_udev = uaa->device; in aue_attach() [all …]
|
| HD | if_urndis.c | 204 urndis_attach_post(struct usb_ether *ue) in urndis_attach_post() argument 224 struct usb_ether *ue = &sc->sc_ue; in urndis_attach() local 306 ue->ue_sc = sc; in urndis_attach() 307 ue->ue_dev = dev; in urndis_attach() 308 ue->ue_udev = uaa->device; in urndis_attach() 309 ue->ue_mtx = &sc->sc_mtx; in urndis_attach() 310 ue->ue_methods = &urndis_ue_methods; in urndis_attach() 312 error = uether_ifattach(ue); in urndis_attach() 334 struct usb_ether *ue = &sc->sc_ue; in urndis_detach() local 339 uether_ifdetach(ue); in urndis_detach() [all …]
|
| HD | usb_ethernet.h | 76 struct usb_ether *ue; member 106 #define uether_do_request(ue,req,data,timo) \ argument 107 usbd_do_request_proc((ue)->ue_udev,&(ue)->ue_tq,req,data,0,NULL,timo)
|
| HD | if_cdce.c | 553 cdce_attach_post(struct usb_ether *ue) in cdce_attach_post() argument 563 struct usb_ether *ue = &sc->sc_ue; in cdce_attach() local 718 ue->ue_sc = sc; in cdce_attach() 719 ue->ue_dev = dev; in cdce_attach() 720 ue->ue_udev = uaa->device; in cdce_attach() 721 ue->ue_mtx = &sc->sc_mtx; in cdce_attach() 722 ue->ue_methods = &cdce_ue_methods; in cdce_attach() 724 error = uether_ifattach(ue); in cdce_attach() 740 struct usb_ether *ue = &sc->sc_ue; in cdce_detach() local 744 uether_ifdetach(ue); in cdce_detach() [all …]
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | bsd-cray.c | 198 struct udb ue; /* udb entry for logging-in user */ in cray_setup() local 273 usent.ueptr = &ue; in cray_setup() 306 expiration_time = ue.ue_pwage.time + ue.ue_pwage.maxage; in cray_setup() 322 strlcpy(ue.ue_name, "root", sizeof(ue.ue_name)); in cray_setup() 323 strlcpy(ue.ue_dir, "/", sizeof(ue.ue_dir)); in cray_setup() 324 strlcpy(ue.ue_shell, "/bin/sh", sizeof(ue.ue_shell)); in cray_setup() 326 ue.ue_passwd[0] = '\0'; in cray_setup() 327 ue.ue_age[0] = '\0'; in cray_setup() 328 ue.ue_comment[0] = '\0'; in cray_setup() 329 ue.ue_loghost[0] = '\0'; in cray_setup() [all …]
|
| /NextBSD/contrib/flex/ |
| HD | scanopt.c | 268 usg_elem *ue; local 300 ue = store + store_idx++; 301 ue->idx = i; 302 ue->next = ue->alias = NULL; 306 byr_val = ue; 314 RVAL (s, ue->idx)) { 323 NAME (s, ue->idx)) > 0) { 330 ue->next = *ue_curr; 331 *ue_curr = ue; 341 ue = byr_val; [all …]
|
| /NextBSD/usr.sbin/ypldap/ |
| HD | ypldap.c | 150 struct userent *ue; in main_trash_update() local 155 while ((ue = RB_ROOT(env->sc_user_names_t)) != NULL) { in main_trash_update() 157 env->sc_user_names_t, ue); in main_trash_update() 158 free(ue->ue_line); in main_trash_update() 159 free(ue->ue_netid_line); in main_trash_update() 160 free(ue); in main_trash_update() 178 struct userent *ue; in main_create_user_groups() local 187 RB_FOREACH(ue, user_name_tree, env->sc_user_names_t) { in main_create_user_groups() 188 bp = cp = ue->ue_line; in main_create_user_groups() 204 log_warnx("main: failed to parse gid for uid: %d\n", ue->ue_uid); in main_create_user_groups() [all …]
|
| HD | entries.c | 48 struct userent *ue; in flatten_entries() local 68 RB_FOREACH(ue, user_name_tree, env->sc_user_names) { in flatten_entries() 73 ue->ue_line[strlen(ue->ue_line)] = ':'; in flatten_entries() 74 log_debug("pushing line: %s", ue->ue_line); in flatten_entries() 75 len = strlen(ue->ue_line) + 1; in flatten_entries() 76 memcpy(endp, ue->ue_line, len); in flatten_entries() 78 free(ue->ue_line); in flatten_entries() 79 ue->ue_line = endp; in flatten_entries() 87 tmp = ue->ue_netid_line; in flatten_entries() 88 ue->ue_netid_line = strdup(tmp); in flatten_entries() [all …]
|
| HD | yp.c | 317 struct userent *ue; in ypproc_match_2_svc() local 348 if ((ue = RB_FIND(user_name_tree, env->sc_user_names, in ypproc_match_2_svc() 354 yp_make_val(&res, ue->ue_line, 1); in ypproc_match_2_svc() 364 if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids, in ypproc_match_2_svc() 370 yp_make_val(&res, ue->ue_line, 1); in ypproc_match_2_svc() 427 if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids, in ypproc_match_2_svc() 433 yp_make_val(&res, ue->ue_netid_line, 0); in ypproc_match_2_svc() 474 struct userent *ue; in ypproc_next_2_svc() local 490 if ((ue = RB_FIND(user_name_tree, env->sc_user_names, in ypproc_next_2_svc() 501 if ((ue = RB_NEXT(user_name_tree, &env->sc_user_names, in ypproc_next_2_svc() [all …]
|
| /NextBSD/contrib/libarchive/cpio/ |
| HD | cmdline.c | 304 const char *u, *ue, *g; in owner_parse() local 320 ue = u = NULL; in owner_parse() 324 ue = u = spec; in owner_parse() 325 while (*ue != ':' && *ue != '.' && *ue != '\0') in owner_parse() 326 ++ue; in owner_parse() 327 g = ue; in owner_parse() 337 user = (char *)malloc(ue - u + 1); in owner_parse() 340 memcpy(user, u, ue - u); in owner_parse() 341 user[ue - u] = '\0'; in owner_parse() 344 if (*ue != '\0') in owner_parse()
|
| /NextBSD/lib/libfetch/ |
| HD | file.c | 125 struct url_ent *ue; in fetchListFile() local 136 ue = NULL; in fetchListFile() 149 fetch_add_entry(&ue, &size, &len, de->d_name, &us); in fetchListFile() 152 return (ue); in fetchListFile()
|
| /NextBSD/contrib/libstdc++/libsupc++/ |
| D | vec.cc | 111 uncatch_exception ue; in __cxa_vec_new2() local 149 uncatch_exception ue; in __cxa_vec_new3() local 177 uncatch_exception ue; in __cxa_vec_ctor() local 208 uncatch_exception ue; in __cxa_vec_cctor() local 241 uncatch_exception ue; in __cxa_vec_dtor() local 316 uncatch_exception ue; in __cxa_vec_delete2() local 351 uncatch_exception ue; in __cxa_vec_delete3() local
|
| /NextBSD/contrib/tcsh/ |
| HD | termcap.vms | 18 :ue=\E[m:up=\E[A:us=\E[4m:\ 21 :ce=\E[K:cd=50\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ 38 :ue=\E[m:up=\E[A:us=\E[4m:\ 41 :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
|
| /NextBSD/share/termcap/ |
| HD | termcap | 129 :us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620: 133 :co#124:us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620: 150 :li#24:nd=^PR:.se=^P \200:.so=^P \002^PF:us=^P \020:ue=^P \200:\ 164 :dl=2*\E&D:ue=\E"U:co#80:li#24:se=\E"I:al=2*\E&I:im=\E'I:ei=\E'J:\ 182 :ue=\EG0:ug#1:up=^K:us=\EG8: 216 :ue=\E[m:up=\E[A:us=\E[4m:EE=\E[m:BO=\E[0;7m:DS=\E[2m:\ 225 :sf=\n:sr=\EM:SF=\E[%dS:SR=\E[%dT:us=\E[4m:ue=\E[m:so=\E[7m:se=\E[m:\ 247 :ue=\E[m:up=\E[A:us=\E[4m:EE=\E[m:BO=\E[0;7m:DS=\E[2m:\ 269 :k9=\EOk:k10=\EOu:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:\ 296 :se=\E[m:sf=\E[S:so=\E[43;30m:ta=\t:ue=\E[m:up=\E[A:\ [all …]
|