Home
last modified time | relevance | path

Searched defs:nc (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/sys/dev/ntb/
H A Dntb.c63 struct ntb_child *nc; in ntb_register_device() local
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...]
H A Dntb_transport.c345 struct ntb_transport_child *nc; in ntb_transport_attach() local
528 struct ntb_transport_child *nc; ntb_transport_detach() local
560 struct ntb_transport_child *nc = device_get_ivars(child); ntb_transport_print_child() local
579 struct ntb_transport_child *nc = device_get_ivars(child); ntb_transport_child_location() local
588 struct ntb_transport_child *nc = device_get_ivars(dev); ntb_transport_queue_count() local
703 struct ntb_transport_child *nc = device_get_ivars(dev); ntb_transport_create_queue() local
[all...]
/freebsd/sys/dev/nvmf/
H A Dnvmf_transport.c97 struct nvmf_capsule *nc; in nvmf_allocate_command() local
118 struct nvmf_capsule *nc; in nvmf_allocate_response() local
133 nvmf_capsule_append_data(struct nvmf_capsule *nc, struct memdesc *mem, in nvmf_capsule_append_data()
149 nvmf_free_capsule(struct nvmf_capsule *nc) in nvmf_free_capsule()
155 nvmf_transmit_capsule(struct nvmf_capsule *nc) in nvmf_transmit_capsule()
161 nvmf_abort_capsule_data(struct nvmf_capsule *nc, int error) in nvmf_abort_capsule_data()
168 nvmf_capsule_sqe(struct nvmf_capsule *nc) in nvmf_capsule_sqe()
176 nvmf_capsule_cqe(struct nvmf_capsule *nc) in nvmf_capsule_cqe()
184 nvmf_sqhd_valid(struct nvmf_capsule *nc) in nvmf_sqhd_valid()
192 nvmf_validate_command_capsule(struct nvmf_capsule *nc) in nvmf_validate_command_capsule()
[all …]
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
405 struct nvmf_capsule *nc; in nvmf_tcp_save_response_capsule() local
835 struct nvmf_capsule *nc; in nvmf_tcp_handle_c2h_data() local
1220 struct nvmf_capsule *nc = &tc->nc; in tcp_command_pdu() local
1277 struct nvmf_capsule *nc = &tc->nc; in tcp_response_pdu() local
1624 tcp_free_capsule(struct nvmf_capsule *nc) in tcp_free_capsule()
1632 tcp_transmit_capsule(struct nvmf_capsule *nc) in tcp_transmit_capsule()
1648 tcp_validate_command_capsule(struct nvmf_capsule *nc) in tcp_validate_command_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()
100 handle_property_set(struct controller *c, const struct nvmf_capsule *nc, in handle_property_set()
122 const struct nvmf_capsule *nc, const struct nvmf_fabric_cmd *fc) in handle_fabrics_command()
151 const struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_identify_command()
176 struct nvmf_capsule *nc; in controller_handle_admin_commands() local
/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
392 struct nvmf_capsule *nc; in nvmf_tcp_save_response_capsule() local
635 struct nvmf_capsule *nc; in nvmf_tcp_handle_c2h_data() local
1153 struct nvmf_tcp_capsule *nc; in tcp_allocate_capsule() local
1160 tcp_free_capsule(struct nvmf_capsule *nc) in tcp_free_capsule()
1171 tcp_transmit_command(struct nvmf_capsule *nc) in tcp_transmit_command()
[all …]
H A Dnvmf_controller.c19 nvmf_init_cqe(void *cqe, const struct nvmf_capsule *nc, uint16_t status) in nvmf_init_cqe()
30 nvmf_simple_response(const struct nvmf_capsule *nc, uint8_t sc_type, in nvmf_simple_response()
46 struct nvmf_capsule *nc; in nvmf_controller_receive_capsule() local
67 nvmf_controller_transmit_response(struct nvmf_capsule *nc) in nvmf_controller_transmit_response()
109 nvmf_send_generic_error(const struct nvmf_capsule *nc, uint8_t sc_status) in nvmf_send_generic_error()
115 nvmf_send_success(const struct nvmf_capsule *nc) in nvmf_send_success()
H A Dnvmf_host.c198 nvmf_host_transmit_command(struct nvmf_capsule *nc) in nvmf_host_transmit_command()
228 struct nvmf_capsule *nc; in nvmf_host_receive_capsule() local
257 struct nvmf_capsule *nc; in nvmf_host_receive_response() local
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c530 struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_get_log_page()
652 struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_identify_command()
721 struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_set_features()
846 handle_property_get(struct nvmft_controller *ctrlr, struct nvmf_capsule *nc, in handle_property_get()
885 handle_property_set(struct nvmft_controller *ctrlr, struct nvmf_capsule *nc, in handle_property_set()
915 struct nvmf_capsule *nc, const struct nvmf_fabric_cmd *fc) in handle_admin_fabrics_command()
949 struct nvmf_capsule *nc) in nvmft_handle_admin_command()
1011 struct nvmf_capsule *nc) in nvmft_handle_io_command()
H A Dnvmft_qpair.c69 nvmft_receive_capsule(void *arg, struct nvmf_capsule *nc) in nvmft_receive_capsule()
223 nvmft_command_completed(struct nvmft_qpair *qp, struct nvmf_capsule *nc) in nvmft_command_completed()
248 nvmft_init_cqe(void *cqe, struct nvmf_capsule *nc, uint16_t status) in nvmft_init_cqe()
259 nvmft_send_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in nvmft_send_error()
272 nvmft_send_generic_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in nvmft_send_generic_error()
283 _nvmft_send_generic_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in _nvmft_send_generic_error()
296 nvmft_send_success(struct nvmft_qpair *qp, struct nvmf_capsule *nc) in nvmft_send_success()
H A Dctl_frontend_nvmf.c213 nvmft_dispatch_command(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in nvmft_dispatch_command()
308 struct nvmf_capsule *nc) in nvmft_datamove_out()
440 struct nvmf_capsule *nc) in nvmft_datamove_in()
469 struct nvmf_capsule *nc; in nvmft_handle_datamove() local
533 struct nvmf_capsule *nc; in nvmft_done() local
/freebsd/lib/libypclnt/
H A Dypclnt_passwd.c67 struct netconfig *nc = NULL; in ypclnt_havepasswdd() local
141 struct netconfig *nc = NULL; in yppasswd_local() local
/freebsd/usr.sbin/lpr/lptest/
H A Dlptest.c45 register int i, j, fc, nc; in main() local
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ncons.c250 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check()
409 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check_CN()
472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match()
/freebsd/lib/libc/stdlib/
H A Dradixsort.c126 static int count[256], nc, bmin; in r_sort_a() local
225 static int count[256], nc, bmin; in r_sort_b() local
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c117 struct nvmf_capsule *nc; in nvmf_dispatch_command() local
170 nvmf_receive_capsule(void *arg, struct nvmf_capsule *nc) in nvmf_receive_capsule()
/freebsd/tools/diag/dumpvfscache/
H A Ddumpvfscache.c72 struct namecache *nc; in main() local
/freebsd/usr.bin/diff/
H A Ddiffreg.c907 int i, j, m, i0, i1, j0, j1, nc; output() local
1055 int i, nc; change() local
1246 int i, j, c, lastc, col, nc, newcol; fetch() local
1446 size_t nc; match_function() local
1717 print_space(int nc,int n,int flags) print_space() argument
[all...]
/freebsd/sys/geom/virstor/
H A Dg_virstor.c315 u_int nc; in virstor_ctl_add() local
486 u_int nc, u_int hardcode) in fill_metadata()
1359 unsigned int nc, i; in virstor_valid_components() local
/freebsd/usr.bin/tip/libacu/
H A Dcourier.c192 int nc, nl, n; in cour_connect() local
H A Dt3000.c207 int nc, nl, n; in t3000_connect() local
/freebsd/contrib/mandoc/
H A Dman_validate.c315 struct roff_node *nc; in post_SH() local
/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c641 NameConstraints *nc) in find_extension_name_constraints()
1654 init_name_constraints(hx509_name_constraints *nc) in init_name_constraints()
1662 hx509_name_constraints *nc) in add_name_constraints()
1903 const hx509_name_constraints *nc, in check_name_constraints()
1948 free_name_constraints(hx509_name_constraints *nc) in free_name_constraints()
1978 hx509_name_constraints nc; in hx509_verify_path() local
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c120 int nc = *netip; in telrcv() local
/freebsd/usr.sbin/services_mkdb/
H A Dservices_mkdb.c433 size_t nc, i, pos; in mkaliases() local

123