Home
last modified time | relevance | path

Searched refs:od (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/stand/boot/pc32/libi386/
H A Dbiosdisk.c521 DEBUG("open_disk %p, partition at 0x%x", od, od->od_boff); in bd_open()
542 if (!od) { in bd_opendisk()
549 od->od_unit = bdinfo[od->od_dkunit].bd_unit; in bd_opendisk()
550 od->od_flags = bdinfo[od->od_dkunit].bd_flags; in bd_opendisk()
735 bcopy(buf, &od->od_disklabel64, sizeof(od->od_disklabel64)); in bd_opendisk()
764 free(od); in bd_opendisk()
805 dp2 = &od->od_slicetab[od->od_nslices]; in bd_chainextended()
936 free(od); in bd_closedisk()
1025 bpc = (od->od_sec * od->od_hds); /* blocks per cylinder */ in bd_read()
1165 bpc = (od->od_sec * od->od_hds); /* blocks per cylinder */ in bd_write()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.h1721 this->add(od, Output_reloc_type(gsym, type, od, address, in add_global()
1739 this->add(od, Output_reloc_type(gsym, type, od, in add_global_generic()
1940 this->add(od, Output_reloc_type(os, type, od, in add_output_section_generic()
1977 { this->add(od, Output_reloc_type(type, od, address, false)); } in add_absolute()
1989 { this->add(od, Output_reloc_type(type, od, address, true)); } in add_relative()
2003 { this->add(od, Output_reloc_type(type, arg, od, address)); } in add_target_specific()
2055 this->add(od, Output_reloc_type(gsym, type, od, in add_global_generic()
2259 this->add(od, Output_reloc_type(os, type, od, in add_output_section_generic()
2823 this->u_.od = od; in Dynamic_entry()
2832 this->u_.od = od; in Dynamic_entry()
[all …]
H A Dmapfile.cc322 Mapfile::print_output_data(const Output_data* od, const char* name) in print_output_data() argument
334 static_cast<unsigned long long>(od->current_data_size())); in print_output_data()
338 (od->is_address_valid() in print_output_data()
339 ? static_cast<unsigned long long>(od->address()) in print_output_data()
H A Dsymtab.cc137 Output_data* od, elfcpp::STT type, in init_base_output_data() argument
143 this->u1_.output_data = od; in init_base_output_data()
209 this->u1_.output_data = od; in allocate_base_common()
234 Output_data* od, Value_type value, in init_output_data() argument
330 this->allocate_base_common(od); in allocate_common()
1956 Output_data* od, in define_in_output_data() argument
2002 Output_data* od, in do_define_in_output_data() argument
2903 Output_data* od = sym->output_data(); in compute_final_value() local
2906 value += od->address(); in compute_final_value()
2914 value += od->data_size(); in compute_final_value()
[all …]
H A Doutput.cc724 Output_data* od, in Output_reloc() argument
736 this->u2_.od = od; in Output_reloc()
771 Output_data* od, in Output_reloc() argument
787 this->u2_.od = od; in Output_reloc()
825 Output_data* od, in Output_reloc() argument
835 this->u2_.od = od; in Output_reloc()
870 Output_data* od, in Output_reloc() argument
880 this->u2_.od = od; in Output_reloc()
907 Output_data* od, in Output_reloc() argument
916 this->u2_.od = od; in Output_reloc()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.h1721 this->add(od, Output_reloc_type(gsym, type, od, address, in add_global()
1739 this->add(od, Output_reloc_type(gsym, type, od, in add_global_generic()
1940 this->add(od, Output_reloc_type(os, type, od, in add_output_section_generic()
1977 { this->add(od, Output_reloc_type(type, od, address, false)); } in add_absolute()
1989 { this->add(od, Output_reloc_type(type, od, address, true)); } in add_relative()
2003 { this->add(od, Output_reloc_type(type, arg, od, address)); } in add_target_specific()
2055 this->add(od, Output_reloc_type(gsym, type, od, in add_global_generic()
2259 this->add(od, Output_reloc_type(os, type, od, in add_output_section_generic()
2823 this->u_.od = od; in Dynamic_entry()
2832 this->u_.od = od; in Dynamic_entry()
[all …]
H A Dmapfile.cc322 Mapfile::print_output_data(const Output_data* od, const char* name) in print_output_data() argument
334 static_cast<unsigned long long>(od->current_data_size())); in print_output_data()
338 (od->is_address_valid() in print_output_data()
339 ? static_cast<unsigned long long>(od->address()) in print_output_data()
H A Dsymtab.cc136 Output_data* od, elfcpp::STT type, in init_base_output_data() argument
142 this->u_.in_output_data.output_data = od; in init_base_output_data()
208 this->u_.in_output_data.output_data = od; in allocate_base_common()
329 this->allocate_base_common(od); in allocate_common()
1904 Output_data* od, in define_in_output_data() argument
1950 Output_data* od, in do_define_in_output_data() argument
2785 Output_data* od = sym->output_data(); in compute_final_value() local
2788 value += od->address(); in compute_final_value()
2796 value += od->data_size(); in compute_final_value()
3095 shndx = od->out_shndx(); in sized_write_globals()
[all …]
H A Doutput.cc712 Output_data* od, in Output_reloc() argument
724 this->u2_.od = od; in Output_reloc()
759 Output_data* od, in Output_reloc() argument
775 this->u2_.od = od; in Output_reloc()
813 Output_data* od, in Output_reloc() argument
823 this->u2_.od = od; in Output_reloc()
858 Output_data* od, in Output_reloc() argument
868 this->u2_.od = od; in Output_reloc()
895 Output_data* od, in Output_reloc() argument
904 this->u2_.od = od; in Output_reloc()
[all …]
/dragonfly/crypto/openssh/
H A Dsftp-glob.c65 fudge_readdir(struct SFTP_OPENDIR *od) in fudge_readdir() argument
74 if (od->dir[od->offset] == NULL) in fudge_readdir()
84 strlcpy(ret->d_name, od->dir[od->offset++]->filename, MAXPATHLEN); in fudge_readdir()
86 strlcpy(ret->d_name, od->dir[od->offset++]->filename, in fudge_readdir()
104 fudge_closedir(struct SFTP_OPENDIR *od) in fudge_closedir() argument
106 free_sftp_dirents(od->dir); in fudge_closedir()
107 free(od); in fudge_closedir()
/dragonfly/usr.bin/hexdump/
H A DMakefile7 MAN= hexdump.1 od.1
9 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
/dragonfly/contrib/dhcpcd/src/
H A Dif-options.c511 const struct dhcp_opt **od, size_t *odl, in set_option_space() argument
524 *od = ifo->nd_override; in set_option_space()
537 *od = ifo->dhcp6_override; in set_option_space()
553 *od = ifo->dhcp_override; in set_option_space()
558 *od = NULL; in set_option_space()
652 const struct dhcp_opt *d, *od; in parse_option() local
805 set_option_space(ctx, arg, &d, &dl, &od, &odl, ifo, in parse_option()
819 set_option_space(ctx, arg, &d, &dl, &od, &odl, ifo, in parse_option()
1097 set_option_space(ctx, arg, &d, &dl, &od, &odl, ifo, in parse_option()
1111 set_option_space(ctx, arg, &d, &dl, &od, &odl, ifo, in parse_option()
[all …]
H A Ddhcp-common.c875 const uint8_t *od, size_t ol) in dhcp_envoption() argument
889 if (print_option(fp, prefix, opt, 1, od, ol, ifname) == -1) in dhcp_envoption()
937 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo, in dhcp_envoption()
943 od += (size_t)eo; in dhcp_envoption()
964 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) { in dhcp_envoption()
980 od += eos + eol; in dhcp_envoption()
H A Ddhcp-common.h138 const uint8_t *od, size_t ol);
H A Dipv6nd.c1697 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in ipv6nd_getoption() argument
1703 if (od) { in ipv6nd_getoption()
1709 memcpy(&ndo, od, sizeof(ndo)); in ipv6nd_getoption()
1728 if (od) in ipv6nd_getoption()
1729 return od + sizeof(ndo); in ipv6nd_getoption()
H A Ddhcp.c1236 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp_getoption() argument
1241 if (od) { in dhcp_getoption()
1247 *code = (unsigned int)*od++; in dhcp_getoption()
1248 *len = (size_t)*od++; in dhcp_getoption()
1263 return od; in dhcp_getoption()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenoutput.c568 struct operand_data *od, *od2; in place_operands() local
578 for (od = odata, i = 0; od; od = od->next, i = 0) in place_operands()
579 if (compare_operands (od, &d->operand[0])) in place_operands()
581 od2 = od->next; in place_operands()
610 d->operand_number = od->index; in place_operands()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenoutput.c585 struct operand_data *od, *od2; in place_operands() local
595 for (od = odata, i = 0; od; od = od->next, i = 0) in place_operands()
596 if (compare_operands (od, &d->operand[0])) in place_operands()
598 od2 = od->next; in place_operands()
627 d->operand_number = od->index; in place_operands()
/dragonfly/usr.bin/vi/catalog/
H A Dpolish.UTF-8.base71 077 "Poszukiwanie od początku"
87 094 "Drugi adres jest mniejszy od pierwszego"
90 097 "Odniesienie do linii o numerze mniejszym od 0"
113 120 "Plik zmodyfikowany od ostatniego zapisu; zapisz lub użyj ! żeby wymusić"
252 262 "Plik zmodyfikowany od ostatniego zapisu; zapisz lub użyj ! żeby wymusić"
253 263 "Plik zmodyfikowany od ostatniego zapisu; zapisz lub użyj :edit! żeby wymusić"
254 264 "Plik zmodyfikowany od ostatniego zapisu; zapisz lub użyj ! żeby wymusić"
271 281 "Nieoczekiwane polecenie odświeżenia"
292 303 "Plik zmodyfikowany od ostatniego zapisu"
/dragonfly/etc/etc.x86_64/
H A Ddisktab158 :pd#202224:od#0: \
168 :pd#216000:od#53200:td=4.2BSD:bd#4096:fd#512: \
176 :pd#21000:od#63000:bd#8192:fd#1024:td=4.2BSD: \
184 :pd#201600:od#100800:bd#8192:fd#1024:td=4.2BSD: \
/dragonfly/test/stress/stress2/misc/
H A Dsnap5-1.sh51 r=`head -c4 /dev/urandom | od -N2 -tu4 | sed -ne '1s/ *$//;1s/.* //p'`
H A Dsnap5.sh46 r=`head -c4 /dev/urandom | od -N2 -tu4 | sed -ne '1s/ *$//;1s/.* //p'`
/dragonfly/contrib/gdb-7/readline/
H A Ddisplay.c1278 int temp, lendiff, wsatend, od, nd, twidth, o_cpos; local
1417 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
1520 od = ofd - old; /* index of first difference in visible line */
1523 od >= lendiff && _rl_last_c_pos < PROMPT_ENDING_INDEX)
1549 _rl_move_cursor_relative (od, old);
/dragonfly/initrd/rescue/
H A DMakefile108 CRUNCH_ALIAS_hexdump= hd od
/dragonfly/usr.bin/ee/nls/pl_PL.ISO8859-2/
H A Dee.msg41 31 "od�wie� ekran"

12