/freebsd-src/crypto/openssh/ |
H A D | bitmap.c | 57 bitmap_zero(b); in bitmap_free() 65 bitmap_zero(struct bitmap *b) in bitmap_zero() function 199 bitmap_zero(b); in bitmap_from_string()
|
H A D | bitmap.h | 34 void bitmap_zero(struct bitmap *b);
|
H A D | ssh_namespace.h | 81 #define bitmap_zero Fssh_bitmap_zero macro
|
/freebsd-src/crypto/openssh/regress/unittests/bitmap/ |
H A D | tests.c | 50 bitmap_zero(b); in tests() 99 bitmap_zero(b); in tests()
|
/freebsd-src/sys/contrib/dev/rtw89/ |
H A D | chan.c | 231 bitmap_zero(hal->entity_map, NUM_OF_RTW89_SUB_ENTITY); in rtw89_chanctx_ops_add() 232 bitmap_zero(hal->changes, NUM_OF_RTW89_CHANCTX_CHANGES); in rtw89_chanctx_ops_add() 282 bitmap_zero(recalc_map, NUM_OF_RTW89_SUB_ENTITY); in rtw89_chanctx_ops_change()
|
H A D | ser.c | 335 bitmap_zero(rtwdev->cam_info.ba_cam_map, RTW89_MAX_BA_CAM_NUM); in ser_reset_mac_binding() 757 bitmap_zero(ser->flags, RTW89_NUM_OF_SER_FLAGS); in rtw89_ser_notify()
|
H A D | cam.c | 560 bitmap_zero(addr_cam->sec_cam_map, RTW89_SEC_CAM_IN_ADDR_CAM); in rtw89_cam_init_bssid_cam()
|
H A D | core.c | 3252 bitmap_zero(addr, nbits); in rtw89_init_he_cap()
|
/freebsd-src/sys/dev/cxgbe/iw_cxgbe/ |
H A D | id_table.c | 106 bitmap_zero(alloc->table, num); in c4iw_id_table_alloc()
|
/freebsd-src/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_mpfs.c | 117 bitmap_zero(dev->mpfs.bitmap, MLX5_MPFS_TABLE_MAX); in mlx5_mpfs_init()
|
/freebsd-src/sys/dev/mthca/ |
H A D | mthca_allocator.c | 98 bitmap_zero(alloc->table, num); in mthca_alloc_init()
|
H A D | mthca_memfree.c | 641 bitmap_zero(page->used, MTHCA_DB_REC_PER_PAGE); in mthca_alloc_db()
|
H A D | mthca_mr.c | 159 bitmap_zero(buddy->bits[i], in mthca_buddy_init()
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | bitmap.h | 34 bitmap_zero(unsigned long *addr, const unsigned int size) in bitmap_zero() function
|
/freebsd-src/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_port.c | 1113 bitmap_zero(exclusive_ports.ports, dev->caps.num_ports); in mlx4_get_slave_num_gids() 1150 bitmap_zero(exclusive_ports.ports, dev->caps.num_ports); in mlx4_get_base_gid_ix() 1797 bitmap_zero(exclusive_ports.ports, dev->caps.num_ports); in mlx4_get_slave_from_roce_gid() 1826 bitmap_zero(exclusive_ports.ports, in mlx4_get_slave_from_roce_gid()
|
H A D | mlx4_cmd.c | 1945 bitmap_zero(port_qos_ctl->priority_bm, MLX4_NUM_UP); in mlx4_set_default_port_qos() 2768 bitmap_zero(actv_ports.ports, MLX4_MAX_PORTS); in mlx4_get_active_ports() 2821 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX); in mlx4_phys_to_slaves_pport() 2844 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX); in mlx4_phys_to_slaves_pport_actv()
|
H A D | mlx4_main.c | 2874 bitmap_zero(priv->eq_table.eq[MLX4_EQ_ASYNC].actv_ports.ports, in mlx4_enable_msi_x() 3461 bitmap_zero(priv->msix_ctl.pool_bm, MAX_MSIX); in mlx4_load_one()
|
/freebsd-src/sys/contrib/dev/rtw88/ |
H A D | main.c | 663 bitmap_zero(rtwdev->hw_port, RTW_PORT_NUM); in __fw_recovery_work()
|
/freebsd-src/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2680 bitmap_zero(ibdev->ib_uc_qpns_bitmap, ibdev->steer_qpn_count); in mlx4_ib_add()
|