Searched refs:raw (Results 1 - 25 of 190) sorted by relevance

12345678

/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-console.h25 extern struct ui_file *mi_console_file_new (struct ui_file *raw,
H A Dmi-console.c37 struct ui_file *raw; member in struct:mi_console_file
46 mi_console_file_new (struct ui_file *raw, argument
52 mi_console->raw = raw;
100 fputs_unfiltered (mi_console->prefix, mi_console->raw);
103 fputs_unfiltered ("\"", mi_console->raw);
104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw);
105 fputs_unfiltered ("\"\n", mi_console->raw);
109 fputstrn_unfiltered (buf, length_buf, 0, mi_console->raw);
110 fputs_unfiltered ("\n", mi_console->raw);
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Di387-tdep.c45 print_i387_value (char *raw, struct ui_file *file) argument
53 value = extract_typed_floating (raw, builtin_type_i387_ext);
69 print_i387_ext (unsigned char *raw, struct ui_file *file) argument
76 sign = raw[9] & 0x80;
77 integer = raw[7] & 0x80;
78 exponent = (((raw[9] & 0x7f) << 8) | raw[8]);
79 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[
240 unsigned char raw[I386_MAX_REGISTER_SIZE]; local
703 i387_tag(const unsigned char *raw) argument
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c55 return !(gid->raw[8] | gid->raw[9] | gid->raw[10] | gid->raw[11] |
56 gid->raw[12] | gid->raw[13] | gid->raw[14] | gid->raw[15]);
175 gid.raw[ 0], gid.raw[
[all...]
H A Dpingpong.c76 *(uint32_t *)(&gid->raw[i * 4]) = ntohl(v32);
85 sprintf(&wgid[i * 8], "%08x", htonl(*(uint32_t *)(gid->raw + i * 4)));
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Di387-fp.c199 unsigned char *raw = &fp->st_space[regno * 16]; local
204 integer = raw[7] & 0x80;
205 exponent = (((raw[9] & 0x7f) << 8) | raw[8]);
206 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]);
207 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[
[all...]
/freebsd-9.3-release/tools/tools/net80211/w00t/redir/
H A Dbuddy.c101 void handle_dude(int dude, int raw) argument
107 rd = recv(raw, buf, sizeof(buf), 0);
126 int raw; local
133 if ((raw = socket(PF_INET, SOCK_RAW, 0)) == -1)
155 handle_dude(dude, raw);
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_addr.h136 memset(gid->raw, 0, 16);
137 *((u32 *)gid->raw) = cpu_to_be32(0xfe800000);
139 gid->raw[12] = vid & 0xff;
140 gid->raw[11] = vid >> 8;
142 gid->raw[12] = 0xfe;
143 gid->raw[11] = 0xff;
146 memcpy(gid->raw + 13, mac + 3, 3);
147 memcpy(gid->raw + 8, mac, 3);
148 gid->raw[8] ^= 2;
300 vid = dgid->raw[1
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dncache.c410 unsigned char *raw = rdataset->private3; local
413 count = raw[0] * 256 + raw[1];
418 raw += 2;
426 rdataset->private5 = raw;
435 unsigned char *raw; local
442 raw = rdataset->private5;
443 length = raw[0] * 256 + raw[1];
444 raw
452 unsigned char *raw = rdataset->private5; local
476 unsigned char *raw = rdataset->private3; local
486 unsigned char *raw = rdataset->private3; local
596 unsigned char *raw; local
694 unsigned char *raw; local
[all...]
H A Drdataslab.c75 * rbtdb.c directly interacts with the slab's raw structures. If the
99 unsigned char *raw; local
109 raw = &offsetbase[j*4 + 2];
110 *raw++ = (offsettable[i] & 0xff000000) >> 24;
111 *raw++ = (offsettable[i] & 0xff0000) >> 16;
112 *raw++ = (offsettable[i] & 0xff00) >> 8;
113 *raw = offsettable[i] & 0xff;
118 raw = offsetbase + offsettable[i] + 2;
119 *raw++ = (j & 0xff00) >> 8;
120 *raw
345 unsigned char *raw = rdataset->private3; local
374 unsigned char *raw; local
395 unsigned char *raw = rdataset->private5; local
433 unsigned char *raw = rdataset->private3; local
[all...]
H A Decdb.c396 unsigned char *raw; local
417 raw = (unsigned char *)header + sizeof(*header);
418 rdataset->private3 = raw;
660 unsigned char *raw = rdataset->private3; local
663 count = raw[0] * 256 + raw[1];
669 raw += 2 + (4 * count);
671 raw += 2;
680 rdataset->private5 = raw;
689 unsigned char *raw; local
710 unsigned char *raw = rdataset->private5; local
753 unsigned char *raw = rdataset->private3; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dzoneconf.h36 dns_zone_t *zone, dns_zone_t *raw);
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dsdlpi.c146 dl_hp_rawdata_req_t raw; local
149 raw.dl_primitive = DL_HP_RAWDATA_REQ;
150 cp->len = sizeof(raw);
151 cp->buf = (char *)&raw;
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas_ioctl.h90 u_int8_t raw[MEGAMFI_RAW_FRAME_SIZE]; member in union:mrsas_iocpacket::__anon8409
/freebsd-9.3-release/usr.sbin/ofwdump/
H A Dofwdump.c143 ofw_dump_properties(int fd, phandle_t n, int level, const char *pmatch, int raw, argument
160 if (raw)
206 const char *pmatch, int raw, int str)
213 if (!(raw || str)) {
223 ofw_dump_properties(fd, n, level, pmatch, raw, str);
227 raw, str);
234 int raw, int str)
239 ofw_dump_node(fd, n, 0, rec, prop, pmatch, raw, str);
205 ofw_dump_node(int fd, phandle_t n, int level, int rec, int prop, const char *pmatch, int raw, int str) argument
233 ofw_dump(int fd, const char *start, int rec, int prop, const char *pmatch, int raw, int str) argument
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dsmcontrol.pl158 # raw -- raw results from sendmail daemon STATUS query
166 my $raw = shift;
170 if ($raw =~ /^(\d+)\/(\d+)\/(\d+)\/(\d+)/mg)
181 while ($raw =~ /^(\d+) (.*)$/mg)
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_ioctl.h73 uint8_t raw[128]; member in union:mfi_ioc_packet::__anon8226
89 uint8_t raw[128]; member in union:mfi_ioc_packet32::__anon8227
120 uint8_t raw[128]; member in union:mfi_linux_ioc_packet::__anon8228
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man20 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1);
21 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1);
49 Mdoc::def_macro( '.An', sub { ".NOP ", @_, "\n.br" }, raw => 1 );
107 }, raw => 1);
112 }, raw => 1);
140 }}, raw => 1);
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man46 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1);
47 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1);
75 Mdoc::def_macro( '.An', sub { ".NOP ", @_, "\n.br" }, raw => 1 );
133 }, raw => 1);
138 }, raw => 1);
166 }}, raw => 1);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.h59 int translate_raw(const char *raw, zinject_record_t *record);
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_restart.c76 raw();
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c65 mcast->mcmember.mgid.raw, ":");
108 ret = memcmp(mgid, mcast->mcmember.mgid.raw,
133 ret = memcmp(mcast->mcmember.mgid.raw, tmcast->mcmember.mgid.raw,
161 if (!memcmp(mcast->mcmember.mgid.raw, dev->if_broadcastaddr + 4,
177 mcast->mcmember.mgid.raw, ":");
186 mcast->mcmember.mgid.raw, ":");
218 mcast->mcmember.mgid.raw, ":",
255 mcast->mcmember.mgid.raw, ":", status);
310 mcast->mcmember.mgid.raw, "
[all...]
/freebsd-9.3-release/contrib/libucl/tests/
H A D3.in21 raw: info -R,
/freebsd-9.3-release/sys/kern/
H A Dkern_ctf.c65 caddr_t raw = NULL; local
243 if ((raw = malloc(shdr[i].sh_size, M_LINKER, M_WAITOK)) == NULL) {
265 * Read the CTF data into the raw buffer if compressed, or
268 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw,
274 if (raw != NULL) {
295 zs.next_in = ((uint8_t *) raw) + sizeof(ctf_hdr);
336 if (raw != NULL)
337 free(raw, M_LINKER);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbout.c75 /* Swaps the information in an executable header taken from a raw byte
83 /* Now fill in fields in the execp, from the bytes in the raw data. */
108 /* Now fill in fields in the raw data, from the fields in the exec struct. */
308 unsigned char *raw = (unsigned char *) natptr; local
312 H_PUT_32 (abfd, g->address, raw);
319 raw[7] = callj_mask + pcrel_mask + len_2;
321 raw[7] = pcrel_mask + len_2;
323 raw[7] = pcrel_mask + len_1;
325 raw[7] = len_2 + incode_mask;
332 raw[
754 unsigned char *raw = (unsigned char *)rptr; local
[all...]

Completed in 141 milliseconds

12345678