Home
last modified time | relevance | path

Searched refs:ud (Results 1 – 20 of 20) sorted by relevance

/dragonfly/test/interbench/
H A Dinterbench.c76 } ud = { variable
255 unsigned long total = ud.ram + ud.swap; in compute_allocable_mem()
1027 if (ud.log) { in log_output()
1157 if( !ud.ram || !ud.swap ) { in get_ram()
1605 ud.custom_run = ud.custom_interval * custom_cpu / 100; in main()
1633 ud.duration += 10 - ud.duration % 10; in main()
1688 if (ud.log && !(ud.logfile = fopen(ud.logfilename, "a"))) { in main()
1692 ud.log = 0; in main()
1696 ud.loops_per_ms, ud.duration); in main()
1698 ud.unamer, ud.datestamp); in main()
[all …]
/dragonfly/lib/libalias/
H A Dalias.c334 struct udphdr *ud; in IcmpAliasIn2() local
343 ic2 = (struct icmp *) ud; in IcmpAliasIn2()
347 ud->uh_dport, ud->uh_sport, in IcmpAliasIn2()
526 struct udphdr *ud; in IcmpAliasOut2() local
539 ud->uh_dport, ud->uh_sport, in IcmpAliasOut2()
736 struct udphdr *ud; in UdpAliasIn() local
746 ud->uh_sport, ud->uh_dport, in UdpAliasIn()
805 struct udphdr *ud; in UdpAliasOut() local
815 ud->uh_sport, ud->uh_dport, in UdpAliasOut()
1402 struct udphdr *ud; in PacketUnaliasOut() local
[all …]
H A Dalias_cuseeme.c71 struct udphdr *ud; in AliasHandleCUSeeMeOut() local
73 ud = (struct udphdr *)((char *)pip + (pip->ip_hl << 2)); in AliasHandleCUSeeMeOut()
74 if (ntohs(ud->uh_ulen) - sizeof(struct udphdr) >= sizeof(struct cu_header)) { in AliasHandleCUSeeMeOut()
78 cu = (struct cu_header *)(ud + 1); in AliasHandleCUSeeMeOut()
83 ud->uh_dport, 0, IPPROTO_UDP, 1); in AliasHandleCUSeeMeOut()
96 struct udphdr *ud; in AliasHandleCUSeeMeIn() local
104 ud = (struct udphdr *)((char *)pip + (pip->ip_hl << 2)); in AliasHandleCUSeeMeIn()
105 cu = (struct cu_header *)(ud + 1); in AliasHandleCUSeeMeIn()
108 end = (char *)ud + ntohs(ud->uh_ulen); in AliasHandleCUSeeMeIn()
/dragonfly/lib/libkiconv/
H A Dxlat16_iconv.c146 u_char src[3], dst[4], *srcp, *dstp, ud, ld; in kiconv_xlat16_open() local
223 ud = (u_char)dst[0]; in kiconv_xlat16_open()
229 table[us] = (ud << 8) | ld; in kiconv_xlat16_open()
238 table[us] = quirk_unix2vendor((ud << 8) | ld, in kiconv_xlat16_open()
244 table[us] = ud; in kiconv_xlat16_open()
245 if (lcase & KICONV_LOWER && ud != tolower(ud)) { in kiconv_xlat16_open()
246 table[us] |= (u_char)tolower(ud) << 16; in kiconv_xlat16_open()
249 if (lcase & KICONV_UPPER && ud != toupper(ud)) { in kiconv_xlat16_open()
250 table[us] |= (u_char)toupper(ud) << 16; in kiconv_xlat16_open()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string_sprintf.c65 uintmax_t ud; in append_int() local
69 ud = (d == INTMAX_MIN) ? (uintmax_t)(INTMAX_MAX) + 1 : (uintmax_t)(-d); in append_int()
71 ud = d; in append_int()
72 append_uint(as, ud, base); in append_int()
H A Darchive_read_support_format_xar.c3246 struct expat_userData *ud = (struct expat_userData *)userData; in expat_start_cb() local
3247 struct archive_read *a = ud->archive; in expat_start_cb()
3255 ud->state = r; in expat_start_cb()
3263 xml_end(ud->archive, (const char *)name); in expat_end_cb()
3271 xml_data(ud->archive, s, len); in expat_data_cb()
3279 struct expat_userData ud; in expat_read_toc() local
3281 ud.state = ARCHIVE_OK; in expat_read_toc()
3282 ud.archive = a; in expat_read_toc()
3293 XML_SetUserData(parser, &ud); in expat_read_toc()
3298 while (xar->toc_remaining && ud.state == ARCHIVE_OK) { in expat_read_toc()
[all …]
/dragonfly/usr.bin/localedef/
H A Dcollate.c539 collundef_t *ud; in get_collundef() local
543 if ((ud = RB_FIND(collundefs, &collundefs, &srch)) == NULL) { in get_collundef()
544 if (((ud = calloc(sizeof (*ud), 1)) == NULL) || in get_collundef()
545 ((ud->name = strdup(name)) == NULL)) { in get_collundef()
550 ud->ref[i] = new_pri(); in get_collundef()
552 RB_INSERT(collundefs, &collundefs, ud); in get_collundef()
555 return (ud); in get_collundef()
/dragonfly/contrib/cvs-1.12/src/
H A Dlogmsg.c571 struct ulp_data ud; in Update_Logfile() local
578 ud.message = xmessage; in Update_Logfile()
579 ud.logfp = xlogfp; in Update_Logfile()
580 ud.changes = xchanges; in Update_Logfile()
584 PIOPT_ALL, &ud); in Update_Logfile()
/dragonfly/sys/bus/u4b/net/
H A Dif_cdce.c565 const struct usb_cdc_union_descriptor *ud; in cdce_attach() local
582 ud = usbd_find_descriptor in cdce_attach()
586 if ((ud == NULL) || (ud->bLength < sizeof(*ud)) || in cdce_attach()
593 data_iface_no = ud->bSlaveInterface[0]; in cdce_attach()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-manip.c149 unsigned ud = loop_depth (use_loop); in find_sibling_superloop() local
151 gcc_assert (ud > 0 && dd > 0); in find_sibling_superloop()
152 if (ud > dd) in find_sibling_superloop()
154 if (ud < dd) in find_sibling_superloop()
155 def_loop = superloop_at_depth (def_loop, ud); in find_sibling_superloop()
/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.c2169 input_section_userdata_type *ud; in sort_def_symbol() local
2174 if (!ud) in sort_def_symbol()
2176 ud = (input_section_userdata_type *) stat_alloc (sizeof (*ud)); in sort_def_symbol()
2178 ud->map_symbol_def_tail = &ud->map_symbol_def_head; in sort_def_symbol()
2179 ud->map_symbol_def_count = 0; in sort_def_symbol()
2182 ud->map_symbol_def_tail = &ud->map_symbol_def_head; in sort_def_symbol()
2186 *(ud->map_symbol_def_tail) = def; in sort_def_symbol()
2188 ud->map_symbol_def_count++; in sort_def_symbol()
4163 input_section_userdata_type *ud in print_all_symbols() local
4169 if (!ud) in print_all_symbols()
[all …]
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c2336 input_section_userdata_type *ud; in sort_def_symbol() local
2340 if (!ud) in sort_def_symbol()
2342 ud = stat_alloc (sizeof (*ud)); in sort_def_symbol()
2344 ud->map_symbol_def_tail = &ud->map_symbol_def_head; in sort_def_symbol()
2345 ud->map_symbol_def_count = 0; in sort_def_symbol()
2347 else if (!ud->map_symbol_def_tail) in sort_def_symbol()
2348 ud->map_symbol_def_tail = &ud->map_symbol_def_head; in sort_def_symbol()
2352 *(ud->map_symbol_def_tail) = def; in sort_def_symbol()
2354 ud->map_symbol_def_count++; in sort_def_symbol()
4604 if (!ud) in print_all_symbols()
[all …]
/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c138 struct usb_cdc_union_descriptor *ud = (void *)dst; in usb_make_raw_desc() local
142 ud->bMasterInterface += in usb_make_raw_desc()
144 ud->bSlaveInterface[0] += in usb_make_raw_desc()
/dragonfly/sys/dev/raid/twe/
H A Dtwe.c209 TWE_Array_Descriptor *ud; in twe_add_unit() local
260 ud = (TWE_Array_Descriptor *)param->data; in twe_add_unit()
261 dr->td_type = ud->configuration; in twe_add_unit()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c5556 tree ud = current_binding_level->using_directives; in push_using_directive_1() local
5560 if (purpose_member (used, ud) != NULL_TREE) in push_using_directive_1()
5564 ud = current_binding_level->using_directives; in push_using_directive_1()
5565 ud = tree_cons (used, ancestor, ud); in push_using_directive_1()
5566 current_binding_level->using_directives = ud; in push_using_directive_1()
5572 return ud; in push_using_directive_1()
/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c3694 const struct usb_audio_processing_unit_updown *ud = in uaudio_mixer_add_processing_updown() local
3698 if (uaudio_mixer_verify_desc(d0, sizeof(*ud)) == NULL) { in uaudio_mixer_add_processing_updown()
3701 if (uaudio_mixer_verify_desc(d0, sizeof(*ud) + (2 * ud->bNrModes)) in uaudio_mixer_add_processing_updown()
3706 d0->bUnitId, ud->bNrModes); in uaudio_mixer_add_processing_updown()
3720 for (i = 0; i < ud->bNrModes; i++) { in uaudio_mixer_add_processing_updown()
3721 DPRINTFN(3, "i=%d bm=0x%x\n", i, UGETW(ud->waModes[i])); in uaudio_mixer_add_processing_updown()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dpasses.texi173 E.g. When the pass name is "ud dce", the name used for dump file/options
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc.opt663 Warn when a string or character literal is followed by a ud-suffix which does not begin with an und…
/dragonfly/share/zoneinfo/
H A Dasia2587 # http://www.koreaherald.com/view.php?ud=200607100012
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src3290 # "NSUserDefaults");ud=NSUserDefaults.alloc();
3291 # ud.init();prefs=ud.persistentDomainForName_(
3294 # ]=sys.argv[1];ud.setPersistentDomain_forName_(prefs,