| /freebsd/crypto/openssl/crypto/slh_dsa/ |
| H A D | slh_xmss.c | 36 uint32_t node_id, uint32_t h, in ossl_slh_xmss_node() argument 46 adrsf->set_keypair_address(adrs, node_id); in ossl_slh_xmss_node() 53 if (!ossl_slh_xmss_node(ctx, sk_seed, 2 * node_id, h - 1, pk_seed, adrs, in ossl_slh_xmss_node() 55 || !ossl_slh_xmss_node(ctx, sk_seed, 2 * node_id + 1, h - 1, in ossl_slh_xmss_node() 60 adrsf->set_tree_index(adrs, node_id); in ossl_slh_xmss_node() 86 const uint8_t *sk_seed, uint32_t node_id, in ossl_slh_xmss_sign() argument 94 uint32_t id = node_id; in ossl_slh_xmss_sign() 104 adrsf->set_keypair_address(adrs, node_id); in ossl_slh_xmss_sign() 139 int ossl_slh_xmss_pk_from_sig(SLH_DSA_HASH_CTX *ctx, uint32_t node_id, in ossl_slh_xmss_pk_from_sig() argument 157 adrsf->set_keypair_address(adrs, node_id); in ossl_slh_xmss_pk_from_sig() [all …]
|
| H A D | slh_fors.c | 78 const uint8_t *pk_seed, uint8_t *adrs, uint32_t node_id, in slh_fors_node() argument 90 if (!slh_fors_sk_gen(ctx, sk_seed, pk_seed, adrs, node_id, sk, sizeof(sk))) in slh_fors_node() 93 adrsf->set_tree_index(adrs, node_id); in slh_fors_node() 98 if (!slh_fors_node(ctx, sk_seed, pk_seed, adrs, 2 * node_id, height - 1, in slh_fors_node() 100 || !slh_fors_node(ctx, sk_seed, pk_seed, adrs, 2 * node_id + 1, in slh_fors_node() 104 adrsf->set_tree_index(adrs, node_id); in slh_fors_node() 154 uint32_t node_id = ids[tree_id]; /* |id| = |a| bits */ in ossl_slh_fors_sign() local 166 node_id + tree_id_times_two_power_a, out, sizeof(out)) in ossl_slh_fors_sign() 178 s = node_id ^ 1; /* XOR gets the index of the other child in a binary tree */ in ossl_slh_fors_sign() 182 node_id >>= 1; /* Get the parent node id */ in ossl_slh_fors_sign() [all …]
|
| H A D | slh_dsa_local.h | 68 uint32_t node_id, uint32_t height, 72 const uint8_t *sk_seed, uint32_t node_id, 75 __owur int ossl_slh_xmss_pk_from_sig(SLH_DSA_HASH_CTX *ctx, uint32_t node_id,
|
| /freebsd/sys/powerpc/ps3/ |
| H A D | platform_ps3.c | 177 uint64_t ticks, node_id, junk; in ps3_timebase_freq() local 180 lv1_repository_string("be") >> 32, 0, 0, 0, &node_id, &junk); in ps3_timebase_freq() 182 lv1_repository_string("be") >> 32, node_id, in ps3_timebase_freq()
|
| /freebsd/usr.bin/netstat/ |
| H A D | netgraph.c | 124 if (ngpcb.node_id == 0 || csock == -1) in netgraphprotopr() 126 snprintf(path, sizeof(path), "[%x]:", ngpcb.node_id); in netgraphprotopr()
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | scic_sds_controller.h | 634 U16 *node_id 640 U16 node_id 645 U16 node_id
|
| H A D | scic_sds_controller.c | 3526 U16 * node_id in scic_sds_controller_allocate_remote_node_context() argument 3540 *node_id = node_index; in scic_sds_controller_allocate_remote_node_context() 3562 U16 node_id in scic_sds_controller_free_remote_node_context() argument 3567 if (this_controller->device_table[node_id] == the_device) in scic_sds_controller_free_remote_node_context() 3569 this_controller->device_table[node_id] = SCI_INVALID_HANDLE; in scic_sds_controller_free_remote_node_context() 3572 &this_controller->available_remote_nodes, remote_node_count, node_id in scic_sds_controller_free_remote_node_context() 3588 U16 node_id in scic_sds_controller_get_remote_node_context_buffer() argument 3592 (node_id < this_controller->remote_node_entries) in scic_sds_controller_get_remote_node_context_buffer() 3593 && (this_controller->device_table[node_id] != SCI_INVALID_HANDLE) in scic_sds_controller_get_remote_node_context_buffer() 3596 return &this_controller->remote_node_context_table[node_id]; in scic_sds_controller_get_remote_node_context_buffer()
|
| /freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | blkdev_compat.h | 529 blk_generic_alloc_queue(make_request_fn make_request, int node_id) in blk_generic_alloc_queue() argument 532 return (blk_alloc_queue(make_request, node_id)); in blk_generic_alloc_queue() 534 return (blk_alloc_queue_rh(make_request, node_id)); in blk_generic_alloc_queue()
|
| /freebsd/sys/netgraph/ |
| H A D | ng_socketvar.h | 51 ng_ID_t node_id; /* a hint for netstat(1) to find the node */ member
|
| H A D | ng_socket.c | 583 pcbp->node_id = node->nd_ID; /* hint for netstat(1) */ in ng_attach_cntl() 654 pcbp->node_id = 0; in ng_detach_common() 746 pcbp->node_id = priv->node->nd_ID; /* hint for netstat(1) */ in ng_connect_data()
|
| /freebsd/sys/x86/x86/ |
| H A D | mp_x86.c | 535 int node_id; in topo_probe() local 648 node_id = acpi_pxm_get_cpu_locality(i); in topo_probe() 651 node_id = i >> topo_layers[layer].id_shift; in topo_probe() 652 parent = topo_add_node_by_hwid(parent, node_id, in topo_probe() 662 node_id = acpi_pxm_get_cpu_locality(boot_cpu_id); in topo_probe() 665 node_id = boot_cpu_id >> topo_layers[layer].id_shift; in topo_probe() 666 node = topo_find_node_by_hwid(parent, node_id, in topo_probe()
|
| /freebsd/sys/dev/firewire/ |
| H A D | 00README | 83 You have to determine target node_id manually at this point. 87 # sysctl kern.firewire.fwmem_node=[node_id]
|
| H A D | fwohci.c | 1819 uint32_t node_id, plen; local 1879 node_id = OREAD(sc, FWOHCI_NODEID); 1882 fc->nodeid = node_id & 0x3f; 1885 if (!(node_id & OHCI_NODE_VALID)) { 1894 if ((node_id & OHCI_NODE_ROOT) && !nocyclemaster) {
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | gfp.h | 112 alloc_pages_node(int node_id, gfp_t flags, unsigned int order) in alloc_pages_node() argument
|
| /freebsd/sys/dev/qat/include/common/ |
| H A D | adf_cfg_common.h | 118 u32 node_id; member
|
| /freebsd/sys/arm64/arm64/ |
| H A D | cmn600.c | 435 cmn600_find_node(struct cmn600_softc *sc, int node_id, int type, in cmn600_find_node() argument 458 xp_xy = node_id >> NODE_ID_X2B_SHIFT; in cmn600_find_node() 472 if (child->nd_id == node_id && child->nd_type == type) { in cmn600_find_node()
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_protos.h | 93 void irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id);
|
| H A D | irdma_utils.c | 2154 u32 node_id; in irdma_alloc_ws_node_id() local 2157 &node_id, &next)) in irdma_alloc_ws_node_id() 2160 return (u16)node_id; in irdma_alloc_ws_node_id() 2169 irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id) in irdma_free_ws_node_id() argument 2173 irdma_free_rsrc(rf, rf->allocated_ws_nodes, (u32)node_id); in irdma_free_ws_node_id()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs.h | 63 uint32_t node_id; member
|
| H A D | ocs_cam.c | 1021 tgt->node_id = node->instance_index; in ocs_update_tgt() 1881 node = ocs_node_get_instance(ocs, fcp->tgt[ccb_h->target_id].node_id); in ocs_initiator_io() 2373 node = ocs_node_get_instance(ocs, fcp->tgt[ccb_h->target_id].node_id); in ocs_action() 2756 node = ocs_node_get_instance(ocs, fcp->tgt[accb->ccb_h.target_id].node_id); in ocs_abort_initiator_io()
|
| /freebsd/sys/dev/vnic/ |
| H A D | nic.h | 381 uint8_t node_id; member
|
| H A D | nic_main.c | 464 mbx.nic_cfg.node_id = nic->node; in nic_mbx_send_ready()
|
| H A D | nicvf_main.c | 919 nic->node = mbx.nic_cfg.node_id; in nicvf_handle_mbx_intr()
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_ctl_drv.c | 163 dev_info->node_id = accel_dev->accel_pci_dev.node; in adf_ctl_ioctl_get_status()
|
| /freebsd/sys/dev/sound/pci/hda/ |
| H A D | hdac.h | 1003 HDA_ACCESSOR(node_id, NODE_ID, uint8_t);
|