Home
last modified time | relevance | path

Searched defs:nc (Results 1 – 25 of 74) 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; in ntb_unregister_device() local
170 struct ntb_child *nc = device_get_ivars(child); in ntb_child_location() local
179 struct ntb_child *nc = device_get_ivars(child); in ntb_print_child() local
216 struct ntb_child *nc; in ntb_link_event() local
239 struct ntb_child *nc; in ntb_db_event() local
284 struct ntb_child *nc = device_get_ivars(ntb); in ntb_link_enable() local
301 struct ntb_child *nc = device_get_ivars(ntb); in ntb_link_disable() local
318 struct ntb_child *nc = device_get_ivars(ntb); in ntb_link_enabled() local
326 struct ntb_child *nc = device_get_ivars(ntb); in ntb_set_ctx() local
[all …]
H A Dntb_transport.c345 struct ntb_transport_child *nc; in ntb_transport_attach() local
528 struct ntb_transport_child *nc; in ntb_transport_detach() local
560 struct ntb_transport_child *nc = device_get_ivars(child); in ntb_transport_print_child() local
579 struct ntb_transport_child *nc = device_get_ivars(child); in ntb_transport_child_location() local
588 struct ntb_transport_child *nc = device_get_ivars(dev); in ntb_transport_queue_count() local
703 struct ntb_transport_child *nc = device_get_ivars(dev); in ntb_transport_create_queue() local
/freebsd/lib/libnvmf/
H A Dnvmf_transport.c113 struct nvmf_capsule *nc, *tc; in nvmf_free_qpair() local
127 struct nvmf_capsule *nc; in nvmf_allocate_command() local
146 struct nvmf_capsule *nc; in nvmf_allocate_response() local
159 nvmf_capsule_append_data(struct nvmf_capsule *nc, void *buf, size_t len, in nvmf_capsule_append_data()
174 nvmf_free_capsule(struct nvmf_capsule *nc) in nvmf_free_capsule()
180 nvmf_transmit_capsule(struct nvmf_capsule *nc) in nvmf_transmit_capsule()
192 nvmf_capsule_sqe(const struct nvmf_capsule *nc) in nvmf_capsule_sqe()
199 nvmf_capsule_cqe(const struct nvmf_capsule *nc) in nvmf_capsule_cqe()
206 nvmf_validate_command_capsule(const struct nvmf_capsule *nc) in nvmf_validate_command_capsule()
217 nvmf_capsule_data_len(const struct nvmf_capsule *nc) in nvmf_capsule_data_len()
[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_tcp.c55 struct nvmf_capsule nc; member
81 #define TASSOC(nc) ((struct nvmf_tcp_association *)(na)) argument
82 #define TCAP(nc) ((struct nvmf_tcp_capsule *)(nc)) argument
83 #define CTCAP(nc) ((const struct nvmf_tcp_capsule *)(nc)) argument
373 struct nvmf_capsule *nc; in nvmf_tcp_save_command_capsule() local
394 struct nvmf_capsule *nc; in nvmf_tcp_save_response_capsule() local
637 struct nvmf_capsule *nc; in nvmf_tcp_handle_c2h_data() local
1171 struct nvmf_tcp_capsule *nc; in tcp_allocate_capsule() local
1178 tcp_free_capsule(struct nvmf_capsule *nc) in tcp_free_capsule()
1189 tcp_transmit_command(struct nvmf_capsule *nc) in tcp_transmit_command()
[all …]
H A Dnvmf_host.c199 nvmf_host_transmit_command(struct nvmf_capsule *nc) in nvmf_host_transmit_command()
229 struct nvmf_capsule *nc; in nvmf_host_receive_capsule() local
258 struct nvmf_capsule *nc; in nvmf_host_receive_response() local
/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.c118 struct nvmf_capsule nc; member
133 #define TCAP(nc) ((struct nvmf_tcp_capsule *)(nc)) argument
387 struct nvmf_capsule *nc; in nvmf_tcp_save_command_capsule() local
406 struct nvmf_capsule *nc; in nvmf_tcp_save_response_capsule() local
836 struct nvmf_capsule *nc; in nvmf_tcp_handle_c2h_data() local
1221 struct nvmf_capsule *nc = &tc->nc; in tcp_command_pdu() local
1278 struct nvmf_capsule *nc = &tc->nc; in tcp_response_pdu() local
1636 tcp_free_capsule(struct nvmf_capsule *nc) in tcp_free_capsule()
1644 tcp_transmit_capsule(struct nvmf_capsule *nc) in tcp_transmit_capsule()
1660 tcp_validate_command_capsule(struct nvmf_capsule *nc) in tcp_validate_command_capsule()
[all …]
H A Dnvmf_transport_internal.h106 nvmf_capsule_received(struct nvmf_qpair *nq, struct nvmf_capsule *nc) in nvmf_capsule_received()
/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/sys/dev/nvmf/controller/
H A Dnvmft_controller.c537 struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_get_log_page()
659 struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_identify_command()
728 struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_set_features()
853 handle_property_get(struct nvmft_controller *ctrlr, struct nvmf_capsule *nc, in handle_property_get()
892 handle_property_set(struct nvmft_controller *ctrlr, struct nvmf_capsule *nc, in handle_property_set()
922 struct nvmf_capsule *nc, const struct nvmf_fabric_cmd *fc) in handle_admin_fabrics_command()
956 struct nvmf_capsule *nc) in nvmft_handle_admin_command()
1018 struct nvmf_capsule *nc) in nvmft_handle_io_command()
H A Dnvmft_qpair.c68 nvmft_receive_capsule(void *arg, struct nvmf_capsule *nc) in nvmft_receive_capsule()
220 nvmft_command_completed(struct nvmft_qpair *qp, struct nvmf_capsule *nc) in nvmft_command_completed()
245 nvmft_init_cqe(void *cqe, struct nvmf_capsule *nc, uint16_t status) in nvmft_init_cqe()
256 nvmft_send_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in nvmft_send_error()
269 nvmft_send_generic_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in nvmft_send_generic_error()
280 _nvmft_send_generic_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in _nvmft_send_generic_error()
293 nvmft_send_success(struct nvmft_qpair *qp, struct nvmf_capsule *nc) in nvmft_send_success()
H A Dctl_frontend_nvmf.c245 nvmft_dispatch_command(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in nvmft_dispatch_command()
340 struct nvmf_capsule *nc) in nvmft_datamove_out()
472 struct nvmf_capsule *nc) in nvmft_datamove_in()
501 struct nvmf_capsule *nc; in nvmft_handle_datamove() local
565 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.c118 struct nvmf_capsule *nc; in nvmf_dispatch_command() local
171 nvmf_receive_capsule(void *arg, struct nvmf_capsule *nc) in nvmf_receive_capsule()
/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/tools/diag/dumpvfscache/
H A Ddumpvfscache.c72 struct namecache *nc; in main() local
/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.c297 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

123