Home
last modified time | relevance | path

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

1234

/freebsd-src/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-src/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; nvmf_allocate_response() local
159 nvmf_capsule_append_data(struct nvmf_capsule * nc,void * buf,size_t len,bool send) nvmf_capsule_append_data() argument
174 nvmf_free_capsule(struct nvmf_capsule * nc) nvmf_free_capsule() argument
180 nvmf_transmit_capsule(struct nvmf_capsule * nc) nvmf_transmit_capsule() argument
192 nvmf_capsule_sqe(const struct nvmf_capsule * nc) nvmf_capsule_sqe() argument
199 nvmf_capsule_cqe(const struct nvmf_capsule * nc) nvmf_capsule_cqe() argument
206 nvmf_validate_command_capsule(const struct nvmf_capsule * nc) nvmf_validate_command_capsule() argument
217 nvmf_capsule_data_len(const struct nvmf_capsule * nc) nvmf_capsule_data_len() argument
223 nvmf_receive_controller_data(const struct nvmf_capsule * nc,uint32_t data_offset,void * buf,size_t len) nvmf_receive_controller_data() argument
231 nvmf_send_controller_data(const struct nvmf_capsule * nc,const void * buf,size_t len) nvmf_send_controller_data() argument
[all...]
H A Dnvmf_tcp.c81 #define TASSOC(nc) ((struct nvmf_tcp_association *)(na)) argument
53 struct nvmf_capsule nc; global() member
79 TASSOC(nc) global() argument
80 TCAP(nc) global() argument
371 struct nvmf_capsule *nc; nvmf_tcp_save_command_capsule() local
392 struct nvmf_capsule *nc; nvmf_tcp_save_response_capsule() local
635 struct nvmf_capsule *nc; nvmf_tcp_handle_c2h_data() local
1145 struct nvmf_tcp_capsule *nc; tcp_allocate_capsule() local
1152 tcp_free_capsule(struct nvmf_capsule * nc) tcp_free_capsule() argument
1163 tcp_transmit_command(struct nvmf_capsule * nc) tcp_transmit_command() argument
1212 tcp_transmit_response(struct nvmf_capsule * nc) tcp_transmit_response() argument
1225 tcp_transmit_capsule(struct nvmf_capsule * nc) tcp_transmit_capsule() argument
1252 tcp_validate_command_capsule(const struct nvmf_capsule * nc) tcp_validate_command_capsule() argument
1287 tcp_capsule_data_len(const struct nvmf_capsule * nc) tcp_capsule_data_len() argument
1311 tcp_receive_r2t_data(const struct nvmf_capsule * nc,uint32_t data_offset,void * buf,size_t len) tcp_receive_r2t_data() argument
1343 tcp_receive_icd_data(const struct nvmf_capsule * nc,uint32_t data_offset,void * buf,size_t len) tcp_receive_icd_data() argument
1355 tcp_receive_controller_data(const struct nvmf_capsule * nc,uint32_t data_offset,void * buf,size_t len) tcp_receive_controller_data() argument
1399 tcp_send_controller_data(const struct nvmf_capsule * nc,const void * buf,size_t len) tcp_send_controller_data() argument
[all...]
H A Dnvmf_controller.c19 nvmf_init_cqe(void *cqe, const struct nvmf_capsule *nc, uint16_t status) in nvmf_init_cqe() argument
30 nvmf_simple_response(const struct nvmf_capsule *nc, uint8_t sc_type, in nvmf_simple_response() argument
46 struct nvmf_capsule *nc; in nvmf_controller_receive_capsule() local
67 nvmf_controller_transmit_response(struct nvmf_capsule * nc) nvmf_controller_transmit_response() argument
109 nvmf_send_generic_error(const struct nvmf_capsule * nc,uint8_t sc_status) nvmf_send_generic_error() argument
115 nvmf_send_success(const struct nvmf_capsule * nc) nvmf_send_success() argument
[all...]
H A Dnvmf_host.c198 nvmf_host_transmit_command(struct nvmf_capsule *nc) in nvmf_host_transmit_command() argument
228 struct nvmf_capsule *nc; in nvmf_host_receive_capsule() local
257 struct nvmf_capsule *nc; in nvmf_host_receive_response() local
[all...]
/freebsd-src/sys/dev/nvmf/
H A Dnvmf_transport.c97 struct nvmf_capsule *nc; in nvmf_allocate_command() local
118 struct nvmf_capsule *nc; nvmf_allocate_response() local
133 nvmf_capsule_append_data(struct nvmf_capsule * nc,struct memdesc * mem,size_t len,bool send,nvmf_io_complete_t * complete_cb,void * cb_arg) nvmf_capsule_append_data() argument
149 nvmf_free_capsule(struct nvmf_capsule * nc) nvmf_free_capsule() argument
155 nvmf_transmit_capsule(struct nvmf_capsule * nc) nvmf_transmit_capsule() argument
161 nvmf_abort_capsule_data(struct nvmf_capsule * nc,int error) nvmf_abort_capsule_data() argument
168 nvmf_capsule_sqe(struct nvmf_capsule * nc) nvmf_capsule_sqe() argument
176 nvmf_capsule_cqe(struct nvmf_capsule * nc) nvmf_capsule_cqe() argument
184 nvmf_validate_command_capsule(struct nvmf_capsule * nc) nvmf_validate_command_capsule() argument
196 nvmf_capsule_data_len(const struct nvmf_capsule * nc) nvmf_capsule_data_len() argument
202 nvmf_receive_controller_data(struct nvmf_capsule * nc,uint32_t data_offset,struct memdesc * mem,size_t len,nvmf_io_complete_t * complete_cb,void * cb_arg) nvmf_receive_controller_data() argument
217 nvmf_send_controller_data(struct nvmf_capsule * nc,uint32_t data_offset,struct mbuf * m,size_t len) nvmf_send_controller_data() argument
[all...]
H A Dnvmf_tcp.c117 struct nvmf_capsule nc; global() member
132 TCAP(nc) global() argument
386 struct nvmf_capsule *nc; nvmf_tcp_save_command_capsule() local
405 struct nvmf_capsule *nc; nvmf_tcp_save_response_capsule() local
838 struct nvmf_capsule *nc; nvmf_tcp_handle_c2h_data() local
1225 struct nvmf_capsule *nc = &tc->nc; tcp_command_pdu() local
1282 struct nvmf_capsule *nc = &tc->nc; tcp_response_pdu() local
1624 tcp_free_capsule(struct nvmf_capsule * nc) tcp_free_capsule() argument
1632 tcp_transmit_capsule(struct nvmf_capsule * nc) tcp_transmit_capsule() argument
1648 tcp_validate_command_capsule(struct nvmf_capsule * nc) tcp_validate_command_capsule() argument
1683 tcp_capsule_data_len(const struct nvmf_capsule * nc) tcp_capsule_data_len() argument
1690 tcp_receive_r2t_data(struct nvmf_capsule * nc,uint32_t data_offset,struct nvmf_io_request * io) tcp_receive_r2t_data() argument
1726 tcp_receive_icd_data(struct nvmf_capsule * nc,uint32_t data_offset,struct nvmf_io_request * io) tcp_receive_icd_data() argument
1737 tcp_receive_controller_data(struct nvmf_capsule * nc,uint32_t data_offset,struct nvmf_io_request * io) tcp_receive_controller_data() argument
1782 tcp_send_controller_data(struct nvmf_capsule * nc,uint32_t data_offset,struct mbuf * m,size_t len) tcp_send_controller_data() argument
[all...]
/freebsd-src/usr.sbin/nvmfd/
H A Dio.c91 handle_get_log_page(struct io_controller * ioc,const struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_get_log_page() argument
143 handle_io_identify_command(const struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_io_identify_command() argument
188 handle_set_features(struct io_controller * ioc,const struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_set_features() argument
255 admin_command(const struct nvmf_capsule * nc,const struct nvme_command * cmd,void * arg) admin_command() argument
308 handle_io_fabrics_command(const struct nvmf_capsule * nc,const struct nvmf_fabric_cmd * fc) handle_io_fabrics_command() argument
362 handle_read(struct io_controller * ioc,const struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_read() argument
379 handle_write(struct io_controller * ioc,const struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_write() argument
396 handle_flush(const struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_flush() argument
405 struct nvmf_capsule *nc; handle_io_commands() local
476 connect_admin_qpair(int s,struct nvmf_qpair * qp,struct nvmf_capsule * nc,const struct nvmf_fabric_connect_data * data) connect_admin_qpair() argument
529 connect_io_qpair(int s,struct nvmf_qpair * qp,struct nvmf_capsule * nc,const struct nvmf_fabric_connect_data * data,uint16_t qid) connect_io_qpair() argument
616 struct nvmf_capsule *nc; io_socket_thread() local
[all...]
H A Dcontroller.c61 handle_property_get(const struct controller *c, const struct nvmf_capsule *nc, in handle_property_get() argument
100 handle_property_set(struct controller *c, const struct nvmf_capsule *nc, in handle_property_set() argument
122 const struct nvmf_capsule *nc, const struct nvmf_fabric_cmd *fc) in handle_fabrics_command() argument
151 handle_identify_command(const struct controller * c,const struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_identify_command() argument
176 struct nvmf_capsule *nc; controller_handle_admin_commands() local
[all...]
H A Ddiscovery.c211 handle_get_log_page_command(const struct nvmf_capsule * nc,const struct nvme_command * cmd,struct discovery_controller * dc) handle_get_log_page_command() argument
244 discovery_command(const struct nvmf_capsule * nc,const struct nvme_command * cmd,void * arg) discovery_command() argument
288 struct nvmf_capsule *nc; handle_discovery_socket() local
[all...]
H A Ddevices.c235 const struct nvmf_capsule *nc) in device_read()
301 const struct nvmf_capsule *nc) in device_write()
356 device_flush(uint32_t nsid, const struct nvmf_capsule *nc) in device_flush()
/freebsd-src/sys/dev/nvmf/controller/
H A Dnvmft_controller.c520 handle_get_log_page(struct nvmft_controller * ctrlr,struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_get_log_page() argument
642 handle_identify_command(struct nvmft_controller * ctrlr,struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_identify_command() argument
711 handle_set_features(struct nvmft_controller * ctrlr,struct nvmf_capsule * nc,const struct nvme_command * cmd) handle_set_features() argument
836 handle_property_get(struct nvmft_controller * ctrlr,struct nvmf_capsule * nc,const struct nvmf_fabric_prop_get_cmd * pget) handle_property_get() argument
875 handle_property_set(struct nvmft_controller * ctrlr,struct nvmf_capsule * nc,const struct nvmf_fabric_prop_set_cmd * pset) handle_property_set() argument
905 handle_admin_fabrics_command(struct nvmft_controller * ctrlr,struct nvmf_capsule * nc,const struct nvmf_fabric_cmd * fc) handle_admin_fabrics_command() argument
939 nvmft_handle_admin_command(struct nvmft_controller * ctrlr,struct nvmf_capsule * nc) nvmft_handle_admin_command() argument
1001 nvmft_handle_io_command(struct nvmft_qpair * qp,uint16_t qid,struct nvmf_capsule * nc) nvmft_handle_io_command() argument
[all...]
H A Dnvmft_qpair.c65 nvmft_receive_capsule(void * arg,struct nvmf_capsule * nc) nvmft_receive_capsule() argument
206 nvmft_command_completed(struct nvmft_qpair * qp,struct nvmf_capsule * nc) nvmft_command_completed() argument
231 nvmft_init_cqe(void * cqe,struct nvmf_capsule * nc,uint16_t status) nvmft_init_cqe() argument
242 nvmft_send_error(struct nvmft_qpair * qp,struct nvmf_capsule * nc,uint8_t sc_type,uint8_t sc_status) nvmft_send_error() argument
255 nvmft_send_generic_error(struct nvmft_qpair * qp,struct nvmf_capsule * nc,uint8_t sc_status) nvmft_send_generic_error() argument
266 _nvmft_send_generic_error(struct nvmft_qpair * qp,struct nvmf_capsule * nc,uint8_t sc_status) _nvmft_send_generic_error() argument
279 nvmft_send_success(struct nvmft_qpair * qp,struct nvmf_capsule * nc) nvmft_send_success() argument
[all...]
H A Dctl_frontend_nvmf.c208 nvmft_dispatch_command(struct nvmft_qpair * qp,struct nvmf_capsule * nc,bool admin) nvmft_dispatch_command() argument
303 nvmft_datamove_out(struct ctl_nvmeio * ctnio,struct nvmft_qpair * qp,struct nvmf_capsule * nc) nvmft_datamove_out() argument
435 nvmft_datamove_in(struct ctl_nvmeio * ctnio,struct nvmft_qpair * qp,struct nvmf_capsule * nc) nvmft_datamove_in() argument
464 struct nvmf_capsule *nc; nvmft_datamove() local
499 struct nvmf_capsule *nc; nvmft_done() local
[all...]
/freebsd-src/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-src/usr.sbin/lpr/lptest/
H A Dlptest.c45 register int i, j, fc, nc; in main() local
/freebsd-src/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-src/sys/dev/nvmf/host/
H A Dnvmf_qpair.c114 struct nvmf_capsule *nc; nvmf_dispatch_command() local
152 nvmf_receive_capsule(void * arg,struct nvmf_capsule * nc) nvmf_receive_capsule() argument
[all...]
/freebsd-src/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-src/tools/diag/dumpvfscache/
H A Ddumpvfscache.c72 struct namecache *nc; in main() local
/freebsd-src/usr.bin/diff/
H A Ddiffreg.c908 int i, j, m, i0, i1, j0, j1, nc; output() local
1056 int i, nc; change() local
1247 int i, j, c, lastc, col, nc, newcol; fetch() local
1447 size_t nc; match_function() local
1718 print_space(int nc,int n,int flags) print_space() argument
[all...]
/freebsd-src/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-src/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

1234