Home
last modified time | relevance | path

Searched refs:ue (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/sys/bus/u4b/net/
H A Dusb_ethernet.c124 task->ue = ue; in ue_queue_command()
196 struct usb_ether *ue = task->ue; in ue_attach_post_task() local
336 struct usb_ether *ue = task->ue; in ue_start_task() local
341 ue->ue_methods->ue_init(ue); in ue_start_task()
355 struct usb_ether *ue = task->ue; in ue_stop_task() local
361 ue->ue_methods->ue_stop(ue); in ue_stop_task()
383 ue->ue_methods->ue_start(ue); in ue_start()
392 struct usb_ether *ue = task->ue; in ue_promisc_task() local
402 struct usb_ether *ue = task->ue; in ue_setmulti_task() local
404 ue->ue_methods->ue_setmulti(ue); in ue_setmulti_task()
[all …]
H A Dif_axge.c467 error = mii_phy_probe(ue->ue_dev, &ue->ue_miibus, in axge_attach_post_sub()
547 ue = &sc->sc_ue; in axge_attach()
560 ue->ue_sc = sc; in axge_attach()
561 ue->ue_dev = dev; in axge_attach()
585 ue = &sc->sc_ue; in axge_detach()
602 ue = &sc->sc_ue; in axge_bulk_read_callback()
731 axge_start(ue); in axge_tick()
787 axge_setmulti(ue); in axge_setpromisc()
820 axge_stop(ue); in axge_init()
832 axge_csum_cfg(ue); in axge_init()
[all …]
H A Dif_cue.c301 cue_setmulti(ue); in cue_setpromisc()
412 ue->ue_sc = sc; in cue_attach()
413 ue->ue_dev = dev; in cue_attach()
414 ue->ue_udev = uaa->device; in cue_attach()
415 ue->ue_lock = &sc->sc_lock; in cue_attach()
418 error = uether_ifattach(ue); in cue_attach()
437 uether_ifdetach(ue); in cue_detach()
475 uether_rxflush(ue); in cue_bulk_read_callback()
593 cue_stop(ue); in cue_init()
605 cue_setpromisc(ue); in cue_init()
[all …]
H A Dif_axe.c554 ue = &sc->sc_ue; in axe_ax88178_init()
710 ue = &sc->sc_ue; in axe_ax88772_phywake()
743 ue = &sc->sc_ue; in axe_ax88772a_init()
759 ue = &sc->sc_ue; in axe_ax88772b_init()
906 error = mii_phy_probe(ue->ue_dev, &ue->ue_miibus, in axe_attach_post_sub()
957 ue->ue_sc = sc; in axe_attach()
958 ue->ue_dev = dev; in axe_attach()
1289 axe_start(ue); in axe_tick()
1346 axe_stop(ue); in axe_init()
1374 axe_csum_cfg(ue); in axe_init()
[all …]
H A Dif_kue.c443 memcpy(ue->ue_eaddr, sc->sc_desc.kue_macaddr, sizeof(ue->ue_eaddr)); in kue_attach_post()
495 ue->ue_sc = sc; in kue_attach()
496 ue->ue_dev = dev; in kue_attach()
497 ue->ue_udev = uaa->device; in kue_attach()
498 ue->ue_lock = &sc->sc_lock; in kue_attach()
501 error = uether_ifattach(ue); in kue_attach()
520 uether_ifdetach(ue); in kue_detach()
563 uether_rxflush(ue); in kue_bulk_read_callback()
661 kue_init(struct usb_ether *ue) in kue_init() argument
683 kue_setpromisc(ue); in kue_init()
[all …]
H A Dif_mos.c708 ue->ue_sc = sc; in mos_attach()
709 ue->ue_dev = dev; in mos_attach()
710 ue->ue_udev = uaa->device; in mos_attach()
711 ue->ue_lock = &sc->sc_lock; in mos_attach()
722 error = uether_ifattach(ue); in mos_attach()
763 uether_ifdetach(ue); in mos_detach()
832 uether_rxflush(ue); in mos_bulk_read_callback()
915 mos_start(ue); in mos_tick()
962 mos_setpromisc(ue); in mos_init()
968 mos_setmulti(ue); in mos_init()
[all …]
H A Dif_ipheth.c243 ue->ue_sc = sc; in ipheth_attach()
244 ue->ue_dev = dev; in ipheth_attach()
245 ue->ue_udev = uaa->device; in ipheth_attach()
246 ue->ue_lock = &sc->sc_lock; in ipheth_attach()
255 error = uether_ifattach(ue); in ipheth_attach()
276 uether_ifdetach(ue); in ipheth_detach()
284 ipheth_start(struct usb_ether *ue) in ipheth_start() argument
296 ipheth_stop(struct usb_ether *ue) in ipheth_stop() argument
308 ipheth_tick(struct usb_ether *ue) in ipheth_tick() argument
339 ipheth_init(struct usb_ether *ue) in ipheth_init() argument
[all …]
H A Dif_udav.c280 ue->ue_sc = sc; in udav_attach()
281 ue->ue_dev = dev; in udav_attach()
282 ue->ue_udev = uaa->device; in udav_attach()
283 ue->ue_lock = &sc->sc_lock; in udav_attach()
285 error = uether_ifattach(ue); in udav_attach()
305 uether_ifdetach(ue); in udav_detach()
432 udav_stop(ue); in udav_init()
446 udav_setpromisc(ue); in udav_init()
460 udav_start(ue); in udav_init()
686 uether_rxflush(ue); in udav_bulk_read_callback()
[all …]
H A Dif_aue.c694 ue->ue_sc = sc; in aue_attach()
695 ue->ue_dev = dev; in aue_attach()
696 ue->ue_udev = uaa->device; in aue_attach()
697 ue->ue_lock = &sc->sc_lock; in aue_attach()
700 error = uether_ifattach(ue); in aue_attach()
719 uether_ifdetach(ue); in aue_detach()
819 uether_rxflush(ue); in aue_bulk_read_callback()
932 aue_start(ue); in aue_tick()
968 aue_setpromisc(ue); in aue_init()
971 aue_setmulti(ue); in aue_init()
[all …]
H A Dif_urndis.c213 struct usb_ether *ue = &sc->sc_ue; in urndis_attach() local
290 ue->ue_sc = sc; in urndis_attach()
291 ue->ue_dev = dev; in urndis_attach()
292 ue->ue_udev = uaa->device; in urndis_attach()
293 ue->ue_lock = &sc->sc_lock; in urndis_attach()
296 error = uether_ifattach(ue); in urndis_attach()
323 uether_ifdetach(ue); in urndis_detach()
331 urndis_start(struct usb_ether *ue) in urndis_start() argument
343 urndis_init(struct usb_ether *ue) in urndis_init() argument
358 urndis_start(ue); in urndis_init()
[all …]
H A Dusb_ethernet.h77 struct usb_ether *ue; member
110 #define uether_do_request(ue,req,data,timo) \ argument
111 usbd_do_request_proc((ue)->ue_udev,&(ue)->ue_tq,req,data,0,NULL,timo)
H A Dif_cdce.c562 struct usb_ether *ue = &sc->sc_ue; in cdce_attach() local
717 ue->ue_sc = sc; in cdce_attach()
718 ue->ue_dev = dev; in cdce_attach()
719 ue->ue_udev = uaa->device; in cdce_attach()
720 ue->ue_lock = &sc->sc_lock; in cdce_attach()
723 error = uether_ifattach(ue); in cdce_attach()
743 uether_ifdetach(ue); in cdce_detach()
750 cdce_start(struct usb_ether *ue) in cdce_start() argument
897 cdce_init(struct usb_ether *ue) in cdce_init() argument
920 cdce_start(ue); in cdce_init()
[all …]
/dragonfly/contrib/file/src/
H A Dis_json.c155 uc = ue; in json_parse_string()
188 if (uc == ue) in json_parse_array()
194 if (uc == ue) in json_parse_array()
224 if (uc == ue) in json_parse_object()
240 if (uc == ue) in json_parse_object()
250 if (uc == ue) in json_parse_object()
281 if (uc == ue) in json_parse_number()
291 if (uc == ue) in json_parse_number()
300 if (uc == ue) in json_parse_number()
334 *ucp = ue; in json_parse_const()
[all …]
H A Dis_csv.c67 eatquote(const unsigned char *uc, const unsigned char *ue) in eatquote() argument
71 while (uc < ue) { in eatquote()
88 return ue; in eatquote()
92 csv_parse(const unsigned char *uc, const unsigned char *ue) in csv_parse() argument
96 while (uc < ue) { in csv_parse()
100 uc = eatquote(uc, ue); in csv_parse()
136 const unsigned char *ue = uc + b->flen; in file_is_csv() local
145 if (!csv_parse(uc, ue)) in file_is_csv()
/dragonfly/contrib/flex/src/
H A Dscanopt.c236 usg_elem *ue; in scanopt_usage() local
269 ue->idx = i; in scanopt_usage()
270 ue->next = ue->alias = NULL; in scanopt_usage()
274 byr_val = ue; in scanopt_usage()
299 *ue_curr = ue; in scanopt_usage()
309 ue = byr_val; in scanopt_usage()
310 while (ue) { in scanopt_usage()
313 printf ("%2d: %s\n", ue->idx, NAME (s, ue->idx)); in scanopt_usage()
317 ue = ue->next; in scanopt_usage()
325 for (ue = byr_val; ue; ue = ue->next) { in scanopt_usage()
[all …]
/dragonfly/gnu/usr.bin/cvs/contrib/
H A Deasy-import.pl93 $us = `tput us`; $ue = `tput ue`;
96 $us = $ue = "";
199 "$regexp.${ue}\n";
243 print "\n${so}Selected repository:${se} ${us}$rep${ue}\n";
257 print "\a${us}Warning: this will create a new area.${ue}\n"
262 print "\n${so}[Working on:${se} ${us}$area${ue}${so}]${se}\n";
273 print "\a${us}You cannot use an empty module name.${ue}\n";
285 print "${us}Choose another name.${ue}\n";
302 "choose another one.${ue}\n";
365 system("cvs co modules") && die "${us}failed.\n${ue}";
[all …]
/dragonfly/contrib/libarchive/cpio/
H A Dcmdline.c310 const char *u, *ue, *g; in owner_parse() local
326 ue = u = NULL; in owner_parse()
330 ue = u = spec; in owner_parse()
331 while (*ue != ':' && *ue != '.' && *ue != '\0') in owner_parse()
332 ++ue; in owner_parse()
333 g = ue; in owner_parse()
343 user = (char *)malloc(ue - u + 1); in owner_parse()
346 memcpy(user, u, ue - u); in owner_parse()
347 user[ue - u] = '\0'; in owner_parse()
350 if (*ue != '\0') in owner_parse()
/dragonfly/contrib/mpfr/src/
H A Dfrac.c33 mpfr_exp_t re, ue; in mpfr_frac() local
56 ue = MPFR_GET_EXP (u); in mpfr_frac()
57 if (ue <= 0) /* |u| < 1 */ in mpfr_frac()
64 un -= (mp_size_t) (ue / GMP_NUMB_BITS); in mpfr_frac()
68 sh = ue % GMP_NUMB_BITS; in mpfr_frac()
/dragonfly/sys/net/wg/
H A Dwg_noise.h108 uint8_t ue[NOISE_PUBLIC_KEY_LEN],
115 uint8_t ue[NOISE_PUBLIC_KEY_LEN],
122 uint8_t ue[NOISE_PUBLIC_KEY_LEN],
129 uint8_t ue[NOISE_PUBLIC_KEY_LEN],
H A Dwg_noise.c1035 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_create_initiation()
1056 if (curve25519_generate_public(ue, hs->hs_e) == 0) in noise_create_initiation()
1058 noise_msg_ephemeral(hs->hs_ck, hs->hs_hash, ue); in noise_create_initiation()
1090 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_consume_initiation()
1108 noise_msg_ephemeral(hs.hs_ck, hs.hs_hash, ue); in noise_consume_initiation()
1134 memcpy(hs.hs_e, ue, NOISE_PUBLIC_KEY_LEN); in noise_consume_initiation()
1190 if (curve25519_generate_public(ue, e) == 0) in noise_create_response()
1192 noise_msg_ephemeral(hs->hs_ck, hs->hs_hash, ue); in noise_create_response()
1225 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_consume_response()
1251 noise_msg_ephemeral(hs.hs_ck, hs.hs_hash, ue); in noise_consume_response()
[all …]
/dragonfly/contrib/gmp/mpf/
H A Dget_str.c113 mp_exp_t ue; in mpf_get_str() local
129 ue = EXP(u); in mpf_get_str()
180 if (ue <= n_limbs_needed) in mpf_get_str()
186 n_more_limbs_needed = n_limbs_needed - ue; in mpf_get_str()
204 off = un - ue - ign; in mpf_get_str()
223 n_less_limbs_needed = ue - n_limbs_needed; in mpf_get_str()
/dragonfly/lib/libfetch/
H A Dfile.c128 struct url_ent *ue; in fetchListFile() local
139 ue = NULL; in fetchListFile()
152 fetch_add_entry(&ue, &size, &len, de->d_name, &us); in fetchListFile()
156 return (ue); in fetchListFile()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dvec.cc107 uncatch_exception ue; in __cxa_vec_new2() local
148 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
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dvec.cc120 uncatch_exception ue; in __cxa_vec_new2() local
162 uncatch_exception ue; in __cxa_vec_new3() local
191 uncatch_exception ue; in __cxa_vec_ctor() local
222 uncatch_exception ue; in __cxa_vec_cctor() local
255 uncatch_exception ue; in __cxa_vec_dtor() local
330 uncatch_exception ue; in __cxa_vec_delete2() local
365 uncatch_exception ue; in __cxa_vec_delete3() local
/dragonfly/contrib/tre/lib/
H A Dtre-match-utils.h404 int we, ue, le, got_equiv = 0; in tre_bracket_match() local
451 ue = __collate_equiv_value(tnfa->loc, &uc, 1); in tre_bracket_match()
459 match = ((start <= ue && ue <= end) || in tre_bracket_match()
481 ue = __collate_equiv_value(tnfa->loc, &uc, 1); in tre_bracket_match()
489 match = (b->value == ue || b->value == le); in tre_bracket_match()

12