/freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
H A D | lac_sym_stats.c | 110 QAT_UTILS_LOG(SEPARATOR BORDER in LacSym_StatsShow() 111 " Symmetric Stats " BORDER in LacSym_StatsShow() 115 QAT_UTILS_LOG(BORDER " Sessions Initialized: %16llu " BORDER in LacSym_StatsShow() 116 "\n" BORDER in LacSym_StatsShow() 117 " Sessions Removed: %16llu " BORDER in LacSym_StatsShow() 118 "\n" BORDER in LacSym_StatsShow() 119 " Session Errors: %16llu " BORDER in LacSym_StatsShow() 127 BORDER " Symmetric Requests: %16llu " BORDER "\n" BORDER in LacSym_StatsShow() 128 " Symmetric Request Errors: %16llu " BORDER "\n" BORDER in LacSym_StatsShow() 129 " Symmetric Completed: %16llu " BORDER "\n" BORDER in LacSym_StatsShow() [all …]
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/ |
H A D | lac_sym_key.c | 317 QAT_UTILS_LOG(SEPARATOR BORDER in LacKeygen_StatsShow() 318 " Key Stats: " BORDER in LacKeygen_StatsShow() 321 QAT_UTILS_LOG(BORDER " SSL Key Requests: %16llu " BORDER in LacKeygen_StatsShow() 322 "\n" BORDER in LacKeygen_StatsShow() 323 " SSL Key Request Errors: %16llu " BORDER in LacKeygen_StatsShow() 324 "\n" BORDER in LacKeygen_StatsShow() 325 " SSL Key Completed %16llu " BORDER in LacKeygen_StatsShow() 326 "\n" BORDER in LacKeygen_StatsShow() 327 " SSL Key Complete Errors: %16llu " BORDER in LacKeygen_StatsShow() 334 QAT_UTILS_LOG(BORDER " TLS Key Requests: %16llu " BORDER in LacKeygen_StatsShow() [all …]
|
/freebsd/sys/dev/qat/qat_api/common/utils/ |
H A D | lac_mem_pools.c | 334 QAT_UTILS_LOG(SEPARATOR BORDER in Lac_MemPoolStatsShow() 340 BORDER " Pool Name: %s \n" BORDER in Lac_MemPoolStatsShow() 341 " No. Elements in Pool: %10u \n" BORDER in Lac_MemPoolStatsShow() 342 " Element Size in Bytes: %10u \n" BORDER in Lac_MemPoolStatsShow() 343 " Alignment in Bytes: %10u \n" BORDER in Lac_MemPoolStatsShow()
|
/freebsd/sys/dev/qat/qat_api/common/ctrl/ |
H A D | sal_compression.c | 77 SEPARATOR BORDER in SalCtrl_CompresionDebug() 85 BORDER " DC comp Requests: %16llu " BORDER in SalCtrl_CompresionDebug() 86 "\n" BORDER in SalCtrl_CompresionDebug() 87 " DC comp Request Errors: %16llu " BORDER in SalCtrl_CompresionDebug() 88 "\n" BORDER in SalCtrl_CompresionDebug() 89 " DC comp Completed: %16llu " BORDER in SalCtrl_CompresionDebug() 90 "\n" BORDER in SalCtrl_CompresionDebug() 91 " DC comp Completed Errors: %16llu " BORDER in SalCtrl_CompresionDebug() 102 BORDER " DC decomp Requests: %16llu " BORDER "\n" BORDER in SalCtrl_CompresionDebug() 103 " DC decomp Request Errors: %16llu " BORDER "\n" BORDER in SalCtrl_CompresionDebug() [all …]
|
H A D | sal_crypto.c | 279 SEPARATOR BORDER in SalCtrl_CryptoDebug() 280 " Statistics for Instance %24s |\n" BORDER in SalCtrl_CryptoDebug() 281 " Symmetric Stats " BORDER in SalCtrl_CryptoDebug() 289 BORDER " Sessions Initialized: %16llu " BORDER in SalCtrl_CryptoDebug() 290 "\n" BORDER in SalCtrl_CryptoDebug() 291 " Sessions Removed: %16llu " BORDER in SalCtrl_CryptoDebug() 292 "\n" BORDER in SalCtrl_CryptoDebug() 293 " Session Errors: %16llu " BORDER in SalCtrl_CryptoDebug() 303 BORDER " Symmetric Requests: %16llu " BORDER in SalCtrl_CryptoDebug() 304 "\n" BORDER in SalCtrl_CryptoDebug() [all …]
|
H A D | sal_ctrl_services.c | 782 SEPARATOR BORDER in SalCtrl_VersionDebug() 783 " Hardware and Software versions for device %d " BORDER in SalCtrl_VersionDebug()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | messagebox.c | 38 int printrows; /* h - BORDER - HBUTTONS - BORDER */ 45 mvwprintw(d->widget, d->h - HBUTTONS - BORDER, in textupdate() 46 d->w - 4 - TEXTHMARGIN - BORDER, in textupdate() 87 s->printrows = d->h - BORDER - HBUTTONS - BORDER; in message_draw()
|
H A D | lib_util.h | 31 #define BORDER 1 macro 32 #define BORDERS (BORDER + BORDER)
|
H A D | timebox.c | 81 y = d->y + d->h - BORDER - HBUTTONS - HBOX; in timebox_redraw()
|
H A D | lib_util.c | 1040 d->y + BORDER + upnotext, in rtextpad() 1041 d->x + BORDER + TEXTHMARGIN, in rtextpad() 1042 d->y + d->h - 1 - downnotext - BORDER, in rtextpad() 1043 d->x + d->w - TEXTHMARGIN - BORDER);
|
H A D | barbox.c | 110 y = d->y + d->h - BORDER - HBOX; in update_barbox() 113 update_box(d->conf, b->win, y, d->x + BORDER + BARPADDING, HBOX, in update_barbox()
|
/freebsd/tools/tools/vop_table/ |
H A D | vop_table.tcl | 59 <TABLE BORDER WIDTH="100%" NOSAVE> 170 puts $fo {<TABLE BORDER NOSAVE>}
|
/freebsd/lib/libvgl/ |
H A D | mouse.c | 42 #define BORDER 0xff /* default border -- light white in rgb 3:3:2 */ macro 49 #define B BORDER 298 border = BORDER; in VGLMouseInit() 310 ormask->Bitmap[i] = ormask->Bitmap[i] == BORDER ? border : in VGLMouseInit() 314 ormask->Bitmap[i] = ormask->Bitmap[i] == BORDER ? border : in VGLMouseInit()
|
/freebsd/sys/dev/qat/qat_api/common/include/ |
H A D | lac_common.h | 158 #define BORDER "|" macro
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 1934 BORDER = 'border', variable 2064 prop = BORDER + camel(side) + 'Width'; 2075 prop = BORDER + camel(corner.y) + camel(corner.x) + 'Radius'; 2090 borderSide = BORDER + camel(corner[ corner.precedance ]) + camel(COLOR), 2103 …$('*', tip).add(tip).css('cssText', BG_COLOR+':'+TRANSPARENT+IMPORTANT+';'+BORDER+':0'+IMPORTANT+'…
|
/freebsd/contrib/dialog/ |
H A D | util.c | 130 DATA(A_REVERSE, BORDER, border, "Dialog box border"),
|