| /freebsd-head/sys/dev/ntb/ |
| HD | ntb.c | 63 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 …]
|
| HD | ntb_transport.c | 345 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-head/lib/libnvmf/ |
| HD | nvmf_transport.c | 113 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 …]
|
| HD | nvmf_controller.c | 19 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()
|
| HD | nvmf_tcp.c | 55 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 …]
|
| HD | nvmf_host.c | 199 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-head/sys/dev/nvmf/ |
| HD | nvmf_transport.c | 97 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 …]
|
| HD | nvmf_tcp.c | 118 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 …]
|
| /freebsd-head/usr.sbin/nvmfd/ |
| HD | io.c | 90 handle_get_log_page(struct io_controller *ioc, const struct nvmf_capsule *nc, in handle_get_log_page() 142 handle_io_identify_command(const struct nvmf_capsule *nc, in handle_io_identify_command() 187 handle_set_features(struct io_controller *ioc, const struct nvmf_capsule *nc, in handle_set_features() 254 admin_command(const struct nvmf_capsule *nc, const struct nvme_command *cmd, in admin_command() 307 handle_io_fabrics_command(const struct nvmf_capsule *nc, in handle_io_fabrics_command() 361 handle_read(struct io_controller *ioc, const struct nvmf_capsule *nc, in handle_read() 378 handle_write(struct io_controller *ioc, const struct nvmf_capsule *nc, in handle_write() 395 handle_flush(const struct nvmf_capsule *nc, const struct nvme_command *cmd) in handle_flush() 404 struct nvmf_capsule *nc; in handle_io_commands() local 475 connect_admin_qpair(int s, struct nvmf_qpair *qp, struct nvmf_capsule *nc, in connect_admin_qpair() [all …]
|
| HD | controller.c | 61 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
|
| HD | discovery.c | 210 handle_get_log_page_command(const struct nvmf_capsule *nc, in handle_get_log_page_command() 243 discovery_command(const struct nvmf_capsule *nc, const struct nvme_command *cmd, in discovery_command() 287 struct nvmf_capsule *nc; in handle_discovery_socket() local
|
| HD | devices.c | 235 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-head/sys/dev/nvmf/controller/ |
| HD | nvmft_controller.c | 537 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()
|
| HD | nvmft_qpair.c | 68 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()
|
| HD | ctl_frontend_nvmf.c | 245 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-head/lib/libypclnt/ |
| HD | ypclnt_passwd.c | 67 struct netconfig *nc = NULL; in ypclnt_havepasswdd() local 141 struct netconfig *nc = NULL; in yppasswd_local() local
|
| /freebsd-head/usr.sbin/lpr/lptest/ |
| HD | lptest.c | 45 register int i, j, fc, nc; in main() local
|
| /freebsd-head/crypto/openssl/crypto/x509/ |
| HD | v3_ncons.c | 250 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-head/sys/dev/nvmf/host/ |
| HD | nvmf_qpair.c | 118 struct nvmf_capsule *nc; in nvmf_dispatch_command() local 171 nvmf_receive_capsule(void *arg, struct nvmf_capsule *nc) in nvmf_receive_capsule()
|
| /freebsd-head/lib/libc/stdlib/ |
| HD | radixsort.c | 126 static int count[256], nc, bmin; in r_sort_a() local 225 static int count[256], nc, bmin; in r_sort_b() local
|
| /freebsd-head/tools/diag/dumpvfscache/ |
| HD | dumpvfscache.c | 72 struct namecache *nc; in main() local
|
| /freebsd-head/usr.bin/diff/ |
| HD | diffreg.c | 911 int i, j, m, i0, i1, j0, j1, nc; in output() local 1059 int i, nc; in change() local 1250 int i, j, c, lastc, col, nc, newcol; in fetch() local 1450 size_t nc; in match_function() local 1721 print_space(int nc, int n, int flags) in print_space()
|
| /freebsd-head/sys/geom/virstor/ |
| HD | g_virstor.c | 315 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-head/usr.bin/tip/libacu/ |
| HD | courier.c | 192 int nc, nl, n; in cour_connect() local
|
| HD | t3000.c | 207 int nc, nl, n; in t3000_connect() local
|