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

12345678

/freebsd-10.0-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-10.0-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-10.0-release/tools/tools/shlib-compat/
H A Dshlib-compat.py481 def build_subprogram(self, raw):
482 if raw.optname == None:
483 raw.setname('SUBPROGRAM_NONAME_' + raw.arg('low_pc'));
484 params = [ self.build(x) for x in raw.nested ]
485 result = self._build_optarg_type(raw)
486 return FunctionDef(raw.id, raw.name, params=params, result=result)
488 def build_subroutine_type(self, raw):
489 params = [ self.build(x) for x in raw
[all...]
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dsave_file.c13 int raw; member in struct:file_opts_s
41 if (!strncmp(strings[0], "raw://", 6)) {
42 ctx->raw = 1;
67 if (f1->raw != f2->raw)
92 if (file->raw)
93 printf("raw://");
123 if (file->raw) {
H A Dsave_nothing.c10 int raw; member in struct:nothing_opts_s
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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;
304 vid = dgid->raw[1
[all...]
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dsdlpi.c145 dl_hp_rawdata_req_t raw; local
148 raw.dl_primitive = DL_HP_RAWDATA_REQ;
149 cp->len = sizeof(raw);
150 cp->buf = (char *)&raw;
/freebsd-10.0-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-10.0-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-10.0-release/sys/dev/mfi/
H A Dmfi_ioctl.h73 uint8_t raw[128]; member in union:mfi_ioc_packet::__anon8793
89 uint8_t raw[128]; member in union:mfi_ioc_packet32::__anon8794
120 uint8_t raw[128]; member in union:mfi_linux_ioc_packet::__anon8795
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.h59 int translate_raw(const char *raw, zinject_record_t *record);
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_restart.c76 raw();
/freebsd-10.0-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-10.0-release/sys/kern/
H A Dkern_ctf.c65 caddr_t raw = NULL; local
241 if ((raw = malloc(shdr[i].sh_size, M_LINKER, M_WAITOK)) == NULL) {
263 * Read the CTF data into the raw buffer if compressed, or
266 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw,
272 if (raw != NULL) {
293 zs.next_in = ((uint8_t *) raw) + sizeof(ctf_hdr);
333 if (raw != NULL)
334 free(raw, M_LINKER);
/freebsd-10.0-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...]
/freebsd-10.0-release/sys/dev/nvme/
H A Dnvme_ctrlr.c243 cap_lo.raw = nvme_mmio_read_4(ctrlr, cap_lo);
331 cc.raw = nvme_mmio_read_4(ctrlr, cc);
332 csts.raw = nvme_mmio_read_4(ctrlr, csts);
348 csts.raw = nvme_mmio_read_4(ctrlr, csts);
360 cc.raw = nvme_mmio_read_4(ctrlr, cc);
361 csts.raw = nvme_mmio_read_4(ctrlr, csts);
367 nvme_mmio_write_4(ctrlr, cc, cc.raw);
378 cc.raw = nvme_mmio_read_4(ctrlr, cc);
379 csts.raw = nvme_mmio_read_4(ctrlr, csts);
393 aqa.raw
[all...]
/freebsd-10.0-release/sys/dev/bxe/
H A Decore_sp.c338 static int ecore_raw_wait(struct bxe_softc *sc, struct ecore_raw_obj *raw) argument
340 return ecore_state_wait(sc, raw->state, raw->pstate);
841 struct ecore_raw_obj *raw = &o->raw; local
844 if ((raw->obj_type == ECORE_OBJ_TYPE_TX) ||
845 (raw->obj_type == ECORE_OBJ_TYPE_RX_TX))
848 if ((raw->obj_type == ECORE_OBJ_TYPE_RX) ||
849 (raw->obj_type == ECORE_OBJ_TYPE_RX_TX))
900 struct ecore_raw_obj *raw local
941 struct ecore_raw_obj *raw = &o->raw; local
1078 struct ecore_raw_obj *raw = &o->raw; local
1104 struct ecore_raw_obj *raw = &o->raw; local
1127 struct ecore_raw_obj *raw = &o->raw; local
1177 struct ecore_raw_obj *raw = &o->raw; local
1243 struct ecore_raw_obj *raw = &o->raw; local
1625 struct ecore_raw_obj *raw = &o->raw; local
2010 struct ecore_raw_obj *raw = &o->raw; local
2161 ecore_init_raw_obj(struct ecore_raw_obj *raw, uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type) argument
2817 struct ecore_raw_obj *raw = &o->raw; local
3244 struct ecore_raw_obj *raw = &p->mcast_obj->raw; local
3689 struct ecore_raw_obj *raw = &o->raw; local
3739 struct ecore_raw_obj *raw = &o->raw; local
[all...]
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dclktest.c107 * If we have the clock discipline, set the port to raw. Otherwise
287 char raw[512]; local
294 rlen = read(fd, raw, sizeof(raw));
306 rp = raw;
307 rpend = &raw[rlen];
/freebsd-10.0-release/contrib/ofed/libibverbs/src/
H A Dmarshall.c44 memcpy(dst->grh.dgid.raw, src->grh.dgid, sizeof dst->grh.dgid);
97 memcpy(dst->dgid.raw, src->dgid, sizeof dst->dgid);
98 memcpy(dst->sgid.raw, src->sgid, sizeof dst->sgid);
122 memcpy(dst->dgid, src->dgid.raw, sizeof src->dgid);
123 memcpy(dst->sgid, src->sgid.raw, sizeof src->sgid);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_marshall.c38 memcpy(dst->grh.dgid, src->grh.dgid.raw, sizeof src->grh.dgid);
92 memcpy(dst->dgid, src->dgid.raw, sizeof src->dgid);
93 memcpy(dst->sgid, src->sgid.raw, sizeof src->sgid);
118 memcpy(dst->dgid.raw, src->dgid, sizeof dst->dgid);
119 memcpy(dst->sgid.raw, src->sgid, sizeof dst->sgid);

Completed in 293 milliseconds

12345678