| /NextBSD/tools/tools/shlib-compat/ |
| HD | shlib-compat.py | 502 def build_subprogram(self, raw): argument 503 if raw.optname == None: 504 raw.setname('SUBPROGRAM_NONAME_' + raw.arg('low_pc')); 505 params = [ self.build(x) for x in raw.nested ] 506 result = self._build_optarg_type(raw) 507 return FunctionDef(raw.id, raw.name, params=params, result=result) 509 def build_variable(self, raw): argument 510 type = self._build_optarg_type(raw) 511 return VariableDef(raw.id, raw.optname, type=type) 513 def build_subroutine_type(self, raw): argument [all …]
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | i387-tdep.c | 45 print_i387_value (char *raw, struct ui_file *file) in print_i387_value() argument 53 value = extract_typed_floating (raw, builtin_type_i387_ext); in print_i387_value() 69 print_i387_ext (unsigned char *raw, struct ui_file *file) in print_i387_ext() argument 76 sign = raw[9] & 0x80; in print_i387_ext() 77 integer = raw[7] & 0x80; in print_i387_ext() 78 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in print_i387_ext() 79 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in print_i387_ext() 80 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in print_i387_ext() 81 | (raw[5] << 8) | raw[4]); in print_i387_ext() 100 print_i387_value (raw, file); in print_i387_ext() [all …]
|
| /NextBSD/contrib/ofed/libibverbs/examples/ |
| HD | devinfo.c | 53 return !(gid->raw[8] | gid->raw[9] | gid->raw[10] | gid->raw[11] | in null_gid() 54 gid->raw[12] | gid->raw[13] | gid->raw[14] | gid->raw[15]); in null_gid() 173 gid.raw[ 0], gid.raw[ 1], in print_all_port_gids() 174 gid.raw[ 2], gid.raw[ 3], in print_all_port_gids() 175 gid.raw[ 4], gid.raw[ 5], in print_all_port_gids() 176 gid.raw[ 6], gid.raw[ 7], in print_all_port_gids() 177 gid.raw[ 8], gid.raw[ 9], in print_all_port_gids() 178 gid.raw[10], gid.raw[11], in print_all_port_gids() 179 gid.raw[12], gid.raw[13], in print_all_port_gids() 180 gid.raw[14], gid.raw[15]); in print_all_port_gids()
|
| /NextBSD/contrib/gdb/gdb/mi/ |
| HD | mi-console.c | 37 struct ui_file *raw; member 46 mi_console_file_new (struct ui_file *raw, in mi_console_file_new() argument 52 mi_console->raw = raw; in mi_console_file_new() 100 fputs_unfiltered (mi_console->prefix, mi_console->raw); in mi_console_raw_packet() 103 fputs_unfiltered ("\"", mi_console->raw); in mi_console_raw_packet() 104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw); in mi_console_raw_packet() 105 fputs_unfiltered ("\"\n", mi_console->raw); in mi_console_raw_packet() 109 fputstrn_unfiltered (buf, length_buf, 0, mi_console->raw); in mi_console_raw_packet() 110 fputs_unfiltered ("\n", mi_console->raw); in mi_console_raw_packet() 112 gdb_flush (mi_console->raw); in mi_console_raw_packet()
|
| /NextBSD/usr.sbin/ofwdump/ |
| HD | ofwdump.c | 54 const char *prop, int raw, int str); 144 ofw_dump_properties(int fd, phandle_t n, int level, int raw, int str) in ofw_dump_properties() argument 151 ofw_dump_property(fd, n, level, prop, raw, str); in ofw_dump_properties() 155 ofw_dump_property(int fd, phandle_t n, int level, const char *prop, int raw, in ofw_dump_property() argument 167 if (raw) in ofw_dump_property() 212 const char *pmatch, int raw, int str) in ofw_dump_node() argument 219 if (!(raw || str)) { in ofw_dump_node() 230 ofw_dump_property(fd, n, level, pmatch, raw, str); in ofw_dump_node() 232 ofw_dump_properties(fd, n, level, raw, str); in ofw_dump_node() 237 raw, str); in ofw_dump_node() [all …]
|
| /NextBSD/contrib/gdb/gdb/gdbserver/ |
| HD | i387-fp.c | 199 unsigned char *raw = &fp->st_space[regno * 16]; in i387_ftag() local 204 integer = raw[7] & 0x80; in i387_ftag() 205 exponent = (((raw[9] & 0x7f) << 8) | raw[8]); in i387_ftag() 206 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]); in i387_ftag() 207 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16) in i387_ftag() 208 | (raw[5] << 8) | raw[4]); in i387_ftag()
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | spec | 4 # spec: file(1) magic for SPEC raw results (*.raw, *.rsf) 11 >>12 string . raw result text 15 >>37 string <: v%.4s raw result text 20 >>>20 string <: v%.4s raw result text 21 >>16 string <: v%.4s raw result text
|
| HD | modem | 11 0 short 0x0100 raw G3 data, byte-padded 12 0 short 0x1400 raw G3 data 18 # raw modem data version 1 20 0 string RMD1 raw modem data
|
| /NextBSD/release/ |
| HD | Makefile.gce | 8 GCE_IMG?= ${.OBJDIR}/gce.raw 27 GCE_TARGET:= ${OSRELEASE:S,.raw,,:tl:S,.,-,g}${SNAPSHOT_DATE} 51 cd ${.OBJDIR} && mv gce.raw disk.raw 53 ${GCE_TARGET:S,${.OBJDIR}/,,}.tar.gz disk.raw 54 cd ${.OBJDIR} && mv disk.raw gce.raw
|
| /NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib_multicast.c | 65 mcast->mcmember.mgid.raw, ":"); in ipoib_mcast_free() 108 ret = memcmp(mgid, mcast->mcmember.mgid.raw, in __ipoib_mcast_find() 133 ret = memcmp(mcast->mcmember.mgid.raw, tmcast->mcmember.mgid.raw, in __ipoib_mcast_add() 161 if (!memcmp(mcast->mcmember.mgid.raw, dev->if_broadcastaddr + 4, in ipoib_mcast_join_finish() 177 mcast->mcmember.mgid.raw, ":"); in ipoib_mcast_join_finish() 186 mcast->mcmember.mgid.raw, ":"); in ipoib_mcast_join_finish() 218 mcast->mcmember.mgid.raw, ":", in ipoib_mcast_join_finish() 255 mcast->mcmember.mgid.raw, ":", status); in ipoib_mcast_sendonly_join_complete() 310 mcast->mcmember.mgid.raw, ":"); in ipoib_mcast_sendonly_join() 342 mcast->mcmember.mgid.raw, ":", status); in ipoib_mcast_join_complete() [all …]
|
| /NextBSD/contrib/ipfilter/lib/ |
| HD | save_file.c | 13 int raw; member 42 ctx->raw = 1; 67 if (f1->raw != f2->raw) 92 if (file->raw) 123 if (file->raw) {
|
| /NextBSD/tools/tools/net80211/ |
| HD | README | 8 stumbler view nearby networks using raw packet interface 9 w00t variety of programs that use the raw packet interface 10 wesside WEP frag attack tool using raw packet interface 11 wlaninject inject 802.11 packets using the raw packet interface 16 The raw packet tools are from Andrea Bittau <a.bittau@cs.ucl.ac.uk>.
|
| /NextBSD/sys/dev/bxe/ |
| HD | ecore_sp.c | 331 static int ecore_raw_wait(struct bxe_softc *sc, struct ecore_raw_obj *raw) in ecore_raw_wait() argument 333 return ecore_state_wait(sc, raw->state, raw->pstate); in ecore_raw_wait() 834 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_get_rx_tx_flag() local 837 if ((raw->obj_type == ECORE_OBJ_TYPE_TX) || in ecore_vlan_mac_get_rx_tx_flag() 838 (raw->obj_type == ECORE_OBJ_TYPE_RX_TX)) in ecore_vlan_mac_get_rx_tx_flag() 841 if ((raw->obj_type == ECORE_OBJ_TYPE_RX) || in ecore_vlan_mac_get_rx_tx_flag() 842 (raw->obj_type == ECORE_OBJ_TYPE_RX_TX)) in ecore_vlan_mac_get_rx_tx_flag() 893 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_set_cmd_hdr_e2() local 895 hdr->client_id = raw->cl_id; in ecore_vlan_mac_set_cmd_hdr_e2() 896 hdr->func_id = raw->func_id; in ecore_vlan_mac_set_cmd_hdr_e2() [all …]
|
| /NextBSD/tools/tools/net80211/w00t/redir/ |
| HD | buddy.c | 101 void handle_dude(int dude, int raw) in handle_dude() argument 107 rd = recv(raw, buf, sizeof(buf), 0); in handle_dude() 126 int raw; in main() local 133 if ((raw = socket(PF_INET, SOCK_RAW, 0)) == -1) in main() 155 handle_dude(dude, raw); in main()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | bout.c | 308 unsigned char *raw = (unsigned char *) natptr; in b_out_squirt_out_relocs() local 312 H_PUT_32 (abfd, g->address, raw); in b_out_squirt_out_relocs() 319 raw[7] = callj_mask + pcrel_mask + len_2; in b_out_squirt_out_relocs() 321 raw[7] = pcrel_mask + len_2; in b_out_squirt_out_relocs() 323 raw[7] = pcrel_mask + len_1; in b_out_squirt_out_relocs() 325 raw[7] = len_2 + incode_mask; in b_out_squirt_out_relocs() 332 raw[7] = (pcrel_mask in b_out_squirt_out_relocs() 336 raw[7] = len_2; in b_out_squirt_out_relocs() 367 raw[4] = (unsigned char) (r_idx >> 16); in b_out_squirt_out_relocs() 368 raw[5] = (unsigned char) (r_idx >> 8); in b_out_squirt_out_relocs() [all …]
|
| /NextBSD/contrib/ntp/sntp/ag-tpl/ |
| HD | mdoc2man | 46 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);
|
| /NextBSD/contrib/ntp/sntp/ag-tpl/0-old/ |
| HD | mdoc2man | 20 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);
|
| /NextBSD/sys/dev/ixl/ |
| HD | i40e_common.c | 400 (struct i40e_aqc_queue_shutdown *)&desc.params.raw; in i40e_aq_queue_shutdown() 433 (struct i40e_aqc_get_set_rss_lut *)&desc.params.raw; in i40e_aq_get_set_rss_lut() 521 (struct i40e_aqc_get_set_rss_key *)&desc.params.raw; in i40e_aq_get_set_rss_key() 1031 (struct i40e_aqc_mac_address_read *)&desc.params.raw; in i40e_aq_mac_address_read() 1057 (struct i40e_aqc_mac_address_write *)&desc.params.raw; in i40e_aq_mac_address_write() 1650 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config() 1762 (struct i40e_aq_set_mac_config *)&desc.params.raw; in i40e_aq_set_mac_config() 1794 (struct i40e_aqc_clear_pxe *)&desc.params.raw; in i40e_aq_clear_pxe_mode() 1821 (struct i40e_aqc_set_link_restart_an *)&desc.params.raw; in i40e_aq_set_link_restart_an() 1853 (struct i40e_aqc_get_link_status *)&desc.params.raw; in i40e_aq_get_link_info() [all …]
|
| /NextBSD/sys/dev/nvme/ |
| HD | nvme_ctrlr.c | 129 cap_lo.raw = nvme_mmio_read_4(ctrlr, cap_lo); in nvme_ctrlr_construct_io_qpairs() 229 cc.raw = nvme_mmio_read_4(ctrlr, cc); in nvme_ctrlr_wait_for_ready() 230 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_wait_for_ready() 247 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_wait_for_ready() 259 cc.raw = nvme_mmio_read_4(ctrlr, cc); in nvme_ctrlr_disable() 260 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_disable() 266 nvme_mmio_write_4(ctrlr, cc, cc.raw); in nvme_ctrlr_disable() 278 cc.raw = nvme_mmio_read_4(ctrlr, cc); in nvme_ctrlr_enable() 279 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_enable() 293 aqa.raw = 0; in nvme_ctrlr_enable() [all …]
|
| /NextBSD/contrib/ofed/management/opensm/osmtest/ |
| HD | osmt_multicast.c | 241 inet_ntop(AF_INET6, p_rec->mgid.raw, gid_str, in osmt_query_mcast() 588 p_mgrp->mcmember_rec.mgid.raw, in osmt_run_mcast_flow() 622 inet_ntop(AF_INET6, mc_req_rec.port_gid.raw, in osmt_run_mcast_flow() 624 inet_ntop(AF_INET6, mc_req_rec.mgid.raw, in osmt_run_mcast_flow() 680 inet_ntop(AF_INET6, mc_req_rec.mgid.raw, in osmt_run_mcast_flow() 811 mc_req_rec.mgid.raw[15] = 0x01; in osmt_run_mcast_flow() 1271 inet_ntop(AF_INET6, p_recvd_rec->mgid.raw, gid_str, in osmt_run_mcast_flow() 1298 inet_ntop(AF_INET6, p_recvd_rec->mgid.raw, gid_str, in osmt_run_mcast_flow() 1324 inet_ntop(AF_INET6, p_recvd_rec->mgid.raw, gid_str, in osmt_run_mcast_flow() 1349 inet_ntop(AF_INET6, p_recvd_rec->mgid.raw, gid_str, in osmt_run_mcast_flow() [all …]
|
| /NextBSD/sys/kern/ |
| HD | kern_ctf.c | 65 caddr_t raw = NULL; in link_elf_ctf_get() local 229 raw = malloc(shdr[i].sh_size, M_LINKER, M_WAITOK); in link_elf_ctf_get() 248 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw, in link_elf_ctf_get() 254 if (raw != NULL) { in link_elf_ctf_get() 275 zs.next_in = ((uint8_t *) raw) + sizeof(ctf_hdr); in link_elf_ctf_get() 317 if (raw != NULL) in link_elf_ctf_get() 318 free(raw, M_LINKER); in link_elf_ctf_get()
|
| /NextBSD/contrib/ipfilter/ipsend/ |
| HD | sdlpi.c | 145 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;
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | port.c | 623 if (!memcmp(gid_entry_mbox->raw, zgid_entry.raw, in mlx4_common_set_port() 628 if (!memcmp(gid_entry_mb1->raw, in mlx4_common_set_port() 629 zgid_entry.raw, sizeof(zgid_entry))) in mlx4_common_set_port() 631 if (!memcmp(gid_entry_mb1->raw, gid_entry_mbox->raw, in mlx4_common_set_port() 632 sizeof(gid_entry_mbox->raw))) { in mlx4_common_set_port() 646 if (!memcmp(gid_entry_tbl->raw, zgid_entry.raw, sizeof(zgid_entry))) in mlx4_common_set_port() 650 if (!memcmp(gid_entry_mbox->raw, zgid_entry.raw, in mlx4_common_set_port() 653 if (!memcmp(gid_entry_mbox->raw, gid_entry_tbl->raw, in mlx4_common_set_port() 654 sizeof(gid_entry_tbl->raw))) { in mlx4_common_set_port() 667 memcpy(priv->roce_gids[port - 1][offset].raw, gid_entry_mbox->raw, 16); in mlx4_common_set_port() [all …]
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | port.c | 623 if (!memcmp(gid_entry_mbox->raw, zgid_entry.raw, in mlx4_common_set_port() 628 if (!memcmp(gid_entry_mb1->raw, in mlx4_common_set_port() 629 zgid_entry.raw, sizeof(zgid_entry))) in mlx4_common_set_port() 631 if (!memcmp(gid_entry_mb1->raw, gid_entry_mbox->raw, in mlx4_common_set_port() 632 sizeof(gid_entry_mbox->raw))) { in mlx4_common_set_port() 646 if (!memcmp(gid_entry_tbl->raw, zgid_entry.raw, sizeof(zgid_entry))) in mlx4_common_set_port() 650 if (!memcmp(gid_entry_mbox->raw, zgid_entry.raw, in mlx4_common_set_port() 653 if (!memcmp(gid_entry_mbox->raw, gid_entry_tbl->raw, in mlx4_common_set_port() 654 sizeof(gid_entry_tbl->raw))) { in mlx4_common_set_port() 667 memcpy(priv->roce_gids[port - 1][offset].raw, gid_entry_mbox->raw, 16); in mlx4_common_set_port() [all …]
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-snmp.c | 328 caddr_t raw; member 528 elem->data.raw = (caddr_t)p; in asn1_parse() 533 elem->data.raw = NULL; in asn1_parse() 538 elem->data.raw = (caddr_t)p; in asn1_parse() 548 elem->data.raw = (caddr_t)p; in asn1_parse() 581 elem->data.raw = (caddr_t)p; in asn1_parse() 592 elem->data.raw = NULL; in asn1_parse() 597 elem->data.raw = NULL; in asn1_parse() 602 elem->data.raw = NULL; in asn1_parse() 611 elem->data.raw = (caddr_t)p; in asn1_parse() [all …]
|