Home
last modified time | relevance | path

Searched refs:MAX_CTX (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c57 #define MAX_CTX (10) macro
75 int gi_osibuf[MAX_CTX];
76 int otyp[MAX_CTX];
77 int olen[MAX_CTX];
78 int level[MAX_CTX];
1405 for (i = 0; i < MAX_CTX; i++) { in init_ldap()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h774 #ifndef MAX_CTX
775 #define MAX_CTX (16 * 1024) macro
H A Dbnx_lm_main.c2087 DbgBreakIf(MAX_CTX > 16 * 1024); in init_context_resc_5709()
2088 DbgBreakIf(MAX_CTX * ONE_CTX_SIZE / CTX_MBLK_SIZE != NUM_CTX_MBLKS); in init_context_resc_5709()
2089 DbgBreakIf((MAX_CTX * ONE_CTX_SIZE) % CTX_MBLK_SIZE); in init_context_resc_5709()
2094 while(ctx_cnt < MAX_CTX) in init_context_resc_5709()
2097 if(ctx_cnt + ctx_in_mblk > MAX_CTX) in init_context_resc_5709()
2099 ctx_in_mblk = MAX_CTX - ctx_cnt; in init_context_resc_5709()