Home
last modified time | relevance | path

Searched refs:table_value (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c78 struct table_value *pval; /* Pointer to real table value */
86 struct table_value *pval;
105 mask_table_value(struct table_value *src, struct table_value *dst, in mask_table_value()
129 struct table_value **ptv, struct namedobj_instance **pvi) in get_value_ptrs()
131 struct table_value *pval; in get_value_ptrs()
135 pval = (struct table_value *)ch->valuestate; in get_value_ptrs()
157 struct table_value *pval; in update_tvalue()
182 struct table_value *pval, *valuestate, *old_valuestate; in resize_shared_value_storage()
193 pval = (struct table_value *)ch->valuestate; in resize_shared_value_storage()
202 valuestate = malloc(sizeof(struct table_value) * val_size, M_IPFW, in resize_shared_value_storage()
[all …]
H A Dip_fw_table.h80 struct table_value *pvalue;
192 void ipfw_export_table_value_v1(struct table_value *v, ipfw_table_value *iv);
H A Dip_fw_table.c105 static struct table_value *
108 struct table_value *pval; in get_table_value()
110 pval = (struct table_value *)ch->valuestate; in get_table_value()
792 ptei->pvalue = (struct table_value *)&ptent->v.value; in manage_table_ent_v1()
843 struct table_value *pval; in find_table_entry()
1900 struct table_value *pval; in dump_table_tentry()
H A Dip_fw_private.h336 struct table_value { struct
427 #define TARG_VAL(ch, k, f) ((struct table_value *)((ch)->valuestate))[k].f
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8821c.c121 u32 swing, table_value; in rtw8821c_get_swing_index() local
125 table_value = rtw8821c_txscale_tbl[i]; in rtw8821c_get_swing_index()
126 if (swing == table_value) in rtw8821c_get_swing_index()
H A Drtw88xxa.c662 u32 swing, table_value; in rtw88xxa_get_swing_index() local
669 table_value = rtw88xxa_txscale_tbl[i]; in rtw88xxa_get_swing_index()
670 if (swing == table_value) in rtw88xxa_get_swing_index()
H A Drtw8822b.c113 u32 swing, table_value; in rtw8822b_get_swing_index() local
117 table_value = rtw8822b_txscale_tbl[i]; in rtw8822b_get_swing_index()
118 if (swing == table_value) in rtw8822b_get_swing_index()
H A Drtw8814a.c226 u32 swing, table_value; in rtw8814a_get_swing_index() local
233 table_value = rtw8814a_txscale_tbl[i]; in rtw8814a_get_swing_index()
234 if (swing == table_value) in rtw8814a_get_swing_index()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpclient.c368 table_value(const struct snmp_table *descr, struct entry *e, in table_value() function
528 if (table_value(work->descr, e, b)) in table_check_response()