| /freebsd/usr.sbin/bhyve/ |
| H A D | net_backends.c | 71 #define NET_BE_SIZE(be) (sizeof(*be) + (be)->priv_size) 250 .priv_size = sizeof(struct tap_priv), 265 .priv_size = sizeof(struct tap_priv), 280 .priv_size = sizeof(struct tap_priv),
|
| H A D | net_backends_priv.h | 113 size_t priv_size; member
|
| H A D | net_backend_netmap.c | 356 .priv_size = sizeof(struct netmap_priv), 371 .priv_size = sizeof(struct netmap_priv),
|
| H A D | net_backend_netgraph.c | 179 .priv_size = sizeof(struct tap_priv),
|
| H A D | net_backend_slirp.c | 281 .priv_size = sizeof(struct slirp_priv),
|
| /freebsd/sys/dev/hyperv/include/ |
| H A D | vmbus_xact.h | 38 size_t priv_size);
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | pac.c | 1044 size_t server_size, priv_size; in _krb5_pac_sign() local 1105 ret = pac_checksum(context, priv_key, &priv_cksumtype, &priv_size); in _krb5_pac_sign() 1153 if (priv_size > UINT32_MAX - 4) { in _krb5_pac_sign() 1163 len = priv_size + 4; in _krb5_pac_sign() 1166 CHECK(ret, fill_zeros(context, spdata, priv_size), out); in _krb5_pac_sign() 1246 (char *)d.data + priv_offset, priv_size); in _krb5_pac_sign()
|
| /freebsd/sys/dev/hyperv/vmbus/ |
| H A D | vmbus_xact.c | 140 size_t priv_size) in vmbus_xact_ctx_create() argument 150 ctx->xc_priv_size = priv_size; in vmbus_xact_ctx_create()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.h | 31 struct ath10k *ath10k_mac_create(size_t priv_size);
|
| H A D | core.h | 1358 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev,
|
| H A D | core.c | 3705 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev, in ath10k_core_create() argument 3713 ar = ath10k_mac_create(priv_size); in ath10k_core_create()
|
| H A D | mac.c | 9633 struct ath10k *ath10k_mac_create(size_t priv_size) in ath10k_mac_create() argument 9643 hw = ieee80211_alloc_hw(sizeof(struct ath10k) + priv_size, ops); in ath10k_mac_create()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.c | 269 struct iwl_trans *iwl_trans_alloc(unsigned int priv_size, in iwl_trans_alloc() argument 278 trans = devm_kzalloc(dev, sizeof(*trans) + priv_size, GFP_KERNEL); in iwl_trans_alloc()
|
| H A D | iwl-trans.h | 1177 struct iwl_trans *iwl_trans_alloc(unsigned int priv_size,
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | core.c | 2266 struct ath12k_base *ath12k_core_alloc(struct device *dev, size_t priv_size, in ath12k_core_alloc() argument 2271 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath12k_core_alloc()
|
| H A D | core.h | 1265 struct ath12k_base *ath12k_core_alloc(struct device *dev, size_t priv_size,
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.h | 1296 struct ath11k_base *ath11k_core_alloc(struct device *dev, size_t priv_size,
|
| H A D | core.c | 2778 struct ath11k_base *ath11k_core_alloc(struct device *dev, size_t priv_size, in ath11k_core_alloc() argument 2783 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath11k_core_alloc()
|