Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 25 of 192) sorted by relevance

12345678

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsMips.def29 BUILTIN(__builtin_mips_madd, "LLiLLiii", "nc")
30 BUILTIN(__builtin_mips_maddu, "LLiLLiUiUi", "nc")
31 BUILTIN(__builtin_mips_msub, "LLiLLiii", "nc")
32 BUILTIN(__builtin_mips_msubu, "LLiLLiUiUi", "nc")
40 BUILTIN(__builtin_mips_modsub, "iii", "nc")
42 BUILTIN(__builtin_mips_raddu_w_qb, "iV4Sc", "nc")
47 BUILTIN(__builtin_mips_precrq_qb_ph, "V4ScV2sV2s", "nc")
49 BUILTIN(__builtin_mips_precrq_ph_w, "V2sii", "nc")
51 BUILTIN(__builtin_mips_preceq_w_phl, "iV2s", "nc")
52 BUILTIN(__builtin_mips_preceq_w_phr, "iV2s", "nc")
[all …]
H A DBuiltinsAMDGPU.def28 BUILTIN(__builtin_amdgcn_dispatch_ptr, "v*4", "nc")
29 BUILTIN(__builtin_amdgcn_kernarg_segment_ptr, "v*4", "nc")
30 BUILTIN(__builtin_amdgcn_implicitarg_ptr, "v*4", "nc")
31 BUILTIN(__builtin_amdgcn_queue_ptr, "v*4", "nc")
33 BUILTIN(__builtin_amdgcn_workgroup_id_x, "Ui", "nc")
34 BUILTIN(__builtin_amdgcn_workgroup_id_y, "Ui", "nc")
35 BUILTIN(__builtin_amdgcn_workgroup_id_z, "Ui", "nc")
37 BUILTIN(__builtin_amdgcn_workitem_id_x, "Ui", "nc")
38 BUILTIN(__builtin_amdgcn_workitem_id_y, "Ui", "nc")
39 BUILTIN(__builtin_amdgcn_workitem_id_z, "Ui", "nc")
[all …]
H A DBuiltinsWebAssembly.def29 TARGET_BUILTIN(__builtin_wasm_tls_size, "z", "nc", "bulk-memory")
30 TARGET_BUILTIN(__builtin_wasm_tls_align, "z", "nc", "bulk-memory")
34 BUILTIN(__builtin_wasm_min_f32, "fff", "nc")
35 BUILTIN(__builtin_wasm_max_f32, "fff", "nc")
36 BUILTIN(__builtin_wasm_min_f64, "ddd", "nc")
37 BUILTIN(__builtin_wasm_max_f64, "ddd", "nc")
49 BUILTIN(__builtin_wasm_trunc_s_i32_f32, "if", "nc")
50 BUILTIN(__builtin_wasm_trunc_u_i32_f32, "if", "nc")
51 BUILTIN(__builtin_wasm_trunc_s_i32_f64, "id", "nc")
52 BUILTIN(__builtin_wasm_trunc_u_i32_f64, "id", "nc")
[all …]
H A DBuiltinsARM.def32 BUILTIN(__builtin_arm_smulbb, "iii", "nc")
33 BUILTIN(__builtin_arm_smulbt, "iii", "nc")
34 BUILTIN(__builtin_arm_smultb, "iii", "nc")
35 BUILTIN(__builtin_arm_smultt, "iii", "nc")
36 BUILTIN(__builtin_arm_smulwb, "iii", "nc")
37 BUILTIN(__builtin_arm_smulwt, "iii", "nc")
40 BUILTIN(__builtin_arm_qadd, "iii", "nc")
41 BUILTIN(__builtin_arm_qsub, "iii", "nc")
42 BUILTIN(__builtin_arm_qdbl, "ii", "nc")
43 BUILTIN(__builtin_arm_ssat, "iiUi", "nc")
[all …]
H A DBuiltinsAArch64.def38 BUILTIN(__builtin_arm_rbit, "UiUi", "nc")
39 BUILTIN(__builtin_arm_rbit64, "WUiWUi", "nc")
40 BUILTIN(__builtin_arm_cls, "UiZUi", "nc")
41 BUILTIN(__builtin_arm_cls64, "UiWUi", "nc")
42 BUILTIN(__builtin_arm_clz, "UiZUi", "nc")
43 BUILTIN(__builtin_arm_clz64, "UiWUi", "nc")
58 TARGET_BUILTIN(__builtin_arm_crc32b, "UiUiUc", "nc", "crc")
59 TARGET_BUILTIN(__builtin_arm_crc32cb, "UiUiUc", "nc", "crc")
60 TARGET_BUILTIN(__builtin_arm_crc32h, "UiUiUs", "nc", "crc")
61 TARGET_BUILTIN(__builtin_arm_crc32ch, "UiUiUs", "nc", "crc")
[all …]
/freebsd/sys/dev/ntb/
H A Dntb.c63 struct ntb_child *nc; in ntb_register_device() local
100 nc = malloc(sizeof(*nc), M_DEVBUF, M_WAITOK | M_ZERO); in ntb_register_device()
101 nc->function = i; in ntb_register_device()
102 nc->mwoff = mwu; in ntb_register_device()
103 nc->mwcnt = mw; in ntb_register_device()
104 nc->spadoff = spadu; in ntb_register_device()
105 nc->spadcnt = spad; in ntb_register_device()
106 nc->dboff = dbu; in ntb_register_device()
107 nc in ntb_register_device()
153 struct ntb_child *nc; ntb_unregister_device() local
170 struct ntb_child *nc = device_get_ivars(child); ntb_child_location() local
179 struct ntb_child *nc = device_get_ivars(child); ntb_print_child() local
216 struct ntb_child *nc; ntb_link_event() local
239 struct ntb_child *nc; ntb_db_event() local
284 struct ntb_child *nc = device_get_ivars(ntb); ntb_link_enable() local
301 struct ntb_child *nc = device_get_ivars(ntb); ntb_link_disable() local
318 struct ntb_child *nc = device_get_ivars(ntb); ntb_link_enabled() local
326 struct ntb_child *nc = device_get_ivars(ntb); ntb_set_ctx() local
353 struct ntb_child *nc = device_get_ivars(ntb); ntb_get_ctx() local
364 struct ntb_child *nc = device_get_ivars(ntb); ntb_clear_ctx() local
375 struct ntb_child *nc = device_get_ivars(ntb); ntb_mw_count() local
385 struct ntb_child *nc = device_get_ivars(ntb); ntb_mw_get_range() local
394 struct ntb_child *nc = device_get_ivars(ntb); ntb_mw_set_trans() local
403 struct ntb_child *nc = device_get_ivars(ntb); ntb_mw_clear_trans() local
411 struct ntb_child *nc = device_get_ivars(ntb); ntb_mw_get_wc() local
419 struct ntb_child *nc = device_get_ivars(ntb); ntb_mw_set_wc() local
427 struct ntb_child *nc = device_get_ivars(ntb); ntb_spad_count() local
435 struct ntb_child *nc = device_get_ivars(ntb); ntb_spad_clear() local
445 struct ntb_child *nc = device_get_ivars(ntb); ntb_spad_write() local
453 struct ntb_child *nc = device_get_ivars(ntb); ntb_spad_read() local
461 struct ntb_child *nc = device_get_ivars(ntb); ntb_peer_spad_write() local
470 struct ntb_child *nc = device_get_ivars(ntb); ntb_peer_spad_read() local
479 struct ntb_child *nc = device_get_ivars(ntb); ntb_db_valid_mask() local
494 struct ntb_child *nc = device_get_ivars(ntb); ntb_db_vector_mask() local
510 struct ntb_child *nc = device_get_ivars(ntb); ntb_db_clear() local
518 struct ntb_child *nc = device_get_ivars(ntb); ntb_db_clear_mask() local
526 struct ntb_child *nc = device_get_ivars(ntb); ntb_db_read() local
535 struct ntb_child *nc = device_get_ivars(ntb); ntb_db_set_mask() local
543 struct ntb_child *nc = device_get_ivars(ntb); ntb_peer_db_set() local
[all...]
/freebsd/sys/dev/nvmf/
H A Dnvmf_transport.c97 struct nvmf_capsule *nc; in nvmf_allocate_command() local
101 nc = qp->nq_ops->allocate_capsule(qp, how); in nvmf_allocate_command()
102 if (nc == NULL) in nvmf_allocate_command()
105 nc->nc_qpair = qp; in nvmf_allocate_command()
106 nc->nc_qe_len = sizeof(struct nvme_command); in nvmf_allocate_command()
107 memcpy(&nc->nc_sqe, sqe, nc->nc_qe_len); in nvmf_allocate_command()
110 nc->nc_sqe.fuse &= ~NVMEM(NVME_CMD_PSDT); in nvmf_allocate_command()
111 nc->nc_sqe.fuse |= NVMEF(NVME_CMD_PSDT, NVME_PSDT_SGL); in nvmf_allocate_command()
112 return (nc); in nvmf_allocate_command()
118 struct nvmf_capsule *nc; in nvmf_allocate_response() local
[all …]
H A Dnvmf_transport.h73 void nvmf_free_capsule(struct nvmf_capsule *nc);
74 int nvmf_capsule_append_data(struct nvmf_capsule *nc,
77 int nvmf_transmit_capsule(struct nvmf_capsule *nc);
78 void nvmf_abort_capsule_data(struct nvmf_capsule *nc, int error);
79 void *nvmf_capsule_sqe(struct nvmf_capsule *nc);
80 void *nvmf_capsule_cqe(struct nvmf_capsule *nc);
81 bool nvmf_sqhd_valid(struct nvmf_capsule *nc);
91 uint8_t nvmf_validate_command_capsule(struct nvmf_capsule *nc);
109 int nvmf_receive_controller_data(struct nvmf_capsule *nc,
135 u_int nvmf_send_controller_data(struct nvmf_capsule *nc,
H A Dnvmf_tcp.c117 struct nvmf_capsule nc; member
132 #define TCAP(nc) ((struct nvmf_tcp_capsule *)(nc)) argument
386 struct nvmf_capsule *nc; in nvmf_tcp_save_command_capsule() local
391 nc = nvmf_allocate_command(&qp->qp, &cmd->ccsqe, M_WAITOK); in nvmf_tcp_save_command_capsule()
393 tc = TCAP(nc); in nvmf_tcp_save_command_capsule()
396 nvmf_capsule_received(&qp->qp, nc); in nvmf_tcp_save_command_capsule()
405 struct nvmf_capsule *nc; in nvmf_tcp_save_response_capsule() local
410 nc = nvmf_allocate_response(&qp->qp, &rsp->rccqe, M_WAITOK); in nvmf_tcp_save_response_capsule()
412 nc->nc_sqhd_valid = true; in nvmf_tcp_save_response_capsule()
413 tc = TCAP(nc); in nvmf_tcp_save_response_capsule()
[all …]
/freebsd/usr.sbin/nvmfd/
H A Dcontroller.c61 handle_property_get(const struct controller *c, const struct nvmf_capsule *nc, in handle_property_get() argument
66 nvmf_init_cqe(&rsp, nc, 0); in handle_property_get()
93 nvmf_send_response(nc, &rsp); in handle_property_get()
96 nvmf_send_generic_error(nc, NVME_SC_INVALID_FIELD); in handle_property_get()
100 handle_property_set(struct controller *c, const struct nvmf_capsule *nc, in handle_property_set() argument
114 nvmf_send_success(nc); in handle_property_set()
117 nvmf_send_generic_error(nc, NVME_SC_INVALID_FIELD); in handle_property_set()
122 const struct nvmf_capsule *nc, const struct nvmf_fabric_cmd *fc) in handle_fabrics_command() argument
126 handle_property_get(c, nc, in handle_fabrics_command()
130 handle_property_set(c, nc, in handle_fabrics_command()
[all …]
/freebsd/tools/diag/dumpvfscache/
H A Ddumpvfscache.c72 struct namecache *nc; in main() local
84 nc = malloc(sizeof *nc + NAME_MAX); in main()
97 kvm_read(kvm, p, nc, sizeof *nc + NAME_MAX); in main()
98 kvm_read(kvm, (u_long)nc->nc_dvp, &vn, sizeof vn); in main()
99 nc->nc_name[nc->nc_nlen] = '\0'; in main()
100 for (j=k=kn=0;nc->nc_name[j];j++) { in main()
101 k+= nc->nc_name[j]; in main()
103 kn+= nc->nc_name[j]; in main()
108 kn = wlpsacrc(nc->nc_name,nc->nc_nlen); in main()
117 i,nc->nc_dvp, k, nc->nc_vp, vn.v_id, nc->nc_name); in main()
[all …]
/freebsd/sbin/bsdlabel/
H A Ddisktab25 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#40:\
30 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#80:\
35 :ty=floppy:se#512:nt#2:rm#360:ns#15:nc#80:\
40 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
45 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
55 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#80:\
60 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#82:\
65 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#82:\
70 :ty=floppy:se#512:nt#2:rm#300:ns#21:nc#82:\
78 :ty=floppy:se#512:nt#8:rm#300:ns#32:nc#963:\
[all …]
/freebsd/lib/libnvmf/
H A Dnvmf_tcp.c53 struct nvmf_capsule nc; member
79 #define TASSOC(nc) ((struct nvmf_tcp_association *)(na)) argument
80 #define TCAP(nc) ((struct nvmf_tcp_capsule *)(nc)) argument
81 #define CTCAP(nc) ((const struct nvmf_tcp_capsule *)(nc)) argument
371 struct nvmf_capsule *nc; in nvmf_tcp_save_command_capsule() local
376 nc = nvmf_allocate_command(&qp->qp, &cmd->ccsqe); in nvmf_tcp_save_command_capsule()
377 if (nc == NULL) in nvmf_tcp_save_command_capsule()
380 tc = TCAP(nc); in nvmf_tcp_save_command_capsule()
392 struct nvmf_capsule *nc; in nvmf_tcp_save_response_capsule() local
397 nc = nvmf_allocate_response(&qp->qp, &rsp->rccqe); in nvmf_tcp_save_response_capsule()
[all …]
H A Dnvmf_controller.c19 nvmf_init_cqe(void *cqe, const struct nvmf_capsule *nc, uint16_t status) in nvmf_init_cqe() argument
22 const struct nvme_command *cmd = nvmf_capsule_sqe(nc); in nvmf_init_cqe()
30 nvmf_simple_response(const struct nvmf_capsule *nc, uint8_t sc_type, in nvmf_simple_response() argument
38 nvmf_init_cqe(&cpl, nc, status); in nvmf_simple_response()
39 return (nvmf_allocate_response(nc->nc_qpair, &cpl)); in nvmf_simple_response()
46 struct nvmf_capsule *nc; in nvmf_controller_receive_capsule() local
51 error = nvmf_receive_capsule(qp, &nc); in nvmf_controller_receive_capsule()
55 sc_status = nvmf_validate_command_capsule(nc); in nvmf_controller_receive_capsule()
57 nvmf_send_generic_error(nc, sc_status); in nvmf_controller_receive_capsule()
58 nvmf_free_capsule(nc); in nvmf_controller_receive_capsule()
[all …]
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c530 struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_get_log_page() argument
559 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page()
586 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page()
603 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page()
626 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page()
638 nvmft_command_completed(ctrlr->admin, nc); in handle_get_log_page()
640 nvmft_send_generic_error(ctrlr->admin, nc, status); in handle_get_log_page()
641 nvmf_free_capsule(nc); in handle_get_log_page()
652 struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_identify_command() argument
660 data_len = nvmf_capsule_data_len(nc); in handle_identify_command()
[all …]
H A Dnvmft_qpair.c46 struct nvmf_capsule *nc, uint8_t sc_status);
69 nvmft_receive_capsule(void *arg, struct nvmf_capsule *nc) in nvmft_receive_capsule() argument
76 cmd = nvmf_capsule_sqe(nc); in nvmft_receive_capsule()
80 nvmf_free_capsule(nc); in nvmft_receive_capsule()
84 sc_status = nvmf_validate_command_capsule(nc); in nvmft_receive_capsule()
86 _nvmft_send_generic_error(qp, nc, sc_status); in nvmft_receive_capsule()
87 nvmf_free_capsule(nc); in nvmft_receive_capsule()
93 _nvmft_send_generic_error(qp, nc, NVME_SC_COMMAND_ID_CONFLICT); in nvmft_receive_capsule()
94 nvmf_free_capsule(nc); in nvmft_receive_capsule()
99 nvmft_handle_admin_command(ctrlr, nc); in nvmft_receive_capsule()
[all …]
H A Dnvmft_var.h111 struct nvmf_capsule *nc, bool admin);
124 struct nvmf_capsule *nc);
126 struct nvmf_capsule *nc);
149 struct nvmf_capsule *nc);
151 void nvmft_init_cqe(void *cqe, struct nvmf_capsule *nc, uint16_t status);
152 int nvmft_send_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc,
155 struct nvmf_capsule *nc, uint8_t sc_status);
157 struct nvmf_capsule *nc);
/freebsd/tests/sys/netpfil/pf/
H A Dsctp.sh65 echo "foo" | jexec ${j}a nc --sctp -N -l 1234 &
70 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1234)
81 echo "foo" | jexec ${j}a nc --sctp -N -l 1234 &
84 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1234)
90 echo "foo" | jexec ${j}a nc --sctp -N -l 1235 &
93 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1235)
99 out=$(jexec ${j}b nc --sctp -N -w 3 -p 1234 192.0.2.1 1235)
139 echo "foo" | jexec ${j}a nc -6 --sctp -N -l 1234 &
144 out=$(jexec ${j}b nc --sctp -N -w 3 2001:db8::a 1234)
155 echo "foo" | jexec ${j}a nc -6 --sctp -N -l 1234 &
[all …]
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl738 nc, dc, e1 = try_e(e0)
743 return nc, dc
752 nc, dc, e2 = try_e(e1)
760 nc, dc, enew = try_e(emid)
769 return nc, dc
826 (nc, dc) = ratfn_leastsquares(f, grid, n, d, w)
828 ratfn_to_string(nc, dc))
849 approx_y = ratfn_eval(nc, dc, x)
867 return nc, dc, max_err, extrema
872 (nc, dc) = ratfn_equal_deviation(f, map(x->x[1], extrema),
[all …]
/freebsd/lib/libc/stdlib/
H A Dradixsort.c126 static int count[256], nc, bmin; in r_sort_a() local
145 if (nc == 0) { in r_sort_a()
152 nc++; in r_sort_a()
155 if (sp + nc > s + SIZE) { /* Get more stack. */ in r_sort_a()
166 if (nc == 1 && count[bmin] == n) { in r_sort_a()
168 nc = count[bmin] = 0; in r_sort_a()
187 for (cp = count + bmin; nc > 0; cp++) { in r_sort_a()
198 nc--; in r_sort_a()
225 static int count[256], nc, bmin; in r_sort_b() local
241 if (nc == 0) { in r_sort_b()
[all …]
/freebsd/contrib/mandoc/
H A Dman_validate.c315 struct roff_node *nc; in post_SH() local
318 nc = n->child; in post_SH()
327 if (nc != NULL && nc->type == ROFFT_TEXT && in post_SH()
328 strcmp(nc->string, tag) == 0) in post_SH()
336 if (nc != NULL) in post_SH()
343 if (nc->tok == MAN_PP && nc->body->child != NULL) { in post_SH()
344 while (nc->body->last != NULL) { in post_SH()
346 roff_node_relink(man, nc->body->last); in post_SH()
351 if (nc->tok == MAN_PP || nc->tok == ROFF_sp || nc->tok == ROFF_br) { in post_SH()
352 mandoc_msg(MANDOCERR_PAR_SKIP, nc->line, nc->pos, in post_SH()
[all …]
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c77 req->nc = nvmf_allocate_command(nq, sqe, how); in nvmf_allocate_request()
78 if (req->nc == NULL) { in nvmf_allocate_request()
107 if (req->nc != NULL) in nvmf_free_request()
108 nvmf_free_capsule(req->nc); in nvmf_free_request()
117 struct nvmf_capsule *nc; in nvmf_dispatch_command() local
135 nc = cmd->req->nc; in nvmf_dispatch_command()
136 sqe = nvmf_capsule_sqe(nc); in nvmf_dispatch_command()
144 error = nvmf_transmit_capsule(nc); in nvmf_dispatch_command()
170 nvmf_receive_capsule(void *arg, struct nvmf_capsule *nc) in nvmf_receive_capsule() argument
179 cqe = nvmf_capsule_cqe(nc); in nvmf_receive_capsule()
[all …]
/freebsd/usr.sbin/lpr/lptest/
H A Dlptest.c45 register int i, j, fc, nc; in main() local
61 nc = fc; in main()
63 if (putchar(nc) == EOF) in main()
65 if (++nc == 0177) in main()
66 nc = ' '; in main()
/freebsd/lib/libypclnt/
H A Dypclnt_passwd.c67 struct netconfig *nc = NULL; in ypclnt_havepasswdd() local
85 while ((nc = getnetconfig(localhandle)) != NULL) { in ypclnt_havepasswdd()
86 if (nc->nc_protofmly != NULL && in ypclnt_havepasswdd()
87 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0) in ypclnt_havepasswdd()
90 if (nc == NULL) { in ypclnt_havepasswdd()
97 MASTER_YPPASSWDVERS, nc)) == NULL) { in ypclnt_havepasswdd()
141 struct netconfig *nc = NULL; in yppasswd_local() local
168 while ((nc = getnetconfig(localhandle)) != NULL) { in yppasswd_local()
169 if (nc->nc_protofmly != NULL && in yppasswd_local()
170 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0) in yppasswd_local()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dmcrypt8 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/n/nc-mcrypt.trid.xml
13 !:mime application/x-crypt-nc
14 !:ext nc
19 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/n/nc-mcrypt-22.trid.xml
23 !:mime application/x-crypt-nc
25 !:ext nc

12345678