Home
last modified time | relevance | path

Searched defs:ID (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_base.c203 #define NG_IDHASH_FN(ID) ((ID) % (V_ng_ID_hmask + 1)) argument
204 #define NG_IDHASH_FIND(ID, node) \ argument
826 ng_ID2noderef(ng_ID_t ID) in ng_ID2noderef()
3638 ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr) in ng_address_ID()
H A Dnetgraph.h983 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \ argument
/f-stack/lib/
H A Dff_ng_base.c203 #define NG_IDHASH_FN(ID) ((ID) % (V_ng_ID_hmask + 1)) argument
204 #define NG_IDHASH_FIND(ID, node) \ argument
832 ng_ID2noderef(ng_ID_t ID) in ng_ID2noderef()
3668 ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr) in ng_address_ID()
/f-stack/freebsd/sys/
H A Dpmc.h417 #define PMC_ID_TO_ROWINDEX(ID) ((ID) & 0xFF) argument
418 #define PMC_ID_TO_CLASS(ID) (((ID) & 0xF00) >> 8) argument
419 #define PMC_ID_TO_MODE(ID) (((ID) & 0xFF000) >> 12) argument
420 #define PMC_ID_TO_CPU(ID) (((ID) & 0xFFF00000) >> 20) argument
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c180 #define DEC_GETF3(ID, F, P) \ argument
194 #define DEC_GETF1(ID, F, P) \ argument
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h5279 UINT32 ID:1; ///< ID Flag. member
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js4979 Expr.find.ID = function( match, context, isXML ) { class in Expr.find
4991 Expr.filter.ID = function( elem, match ) { class in Expr.filter
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h985 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \ argument
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dosprey_reg_map.h392 volatile u_int32_t ID; /* 0x0 - 0x4 */ member