Searched refs:tdb (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | htmxlintrin.h | 245 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_nesting_depth() local 250 if (tdb->format != 1) in __TM_nesting_depth() 252 return tdb->nesting_depth; in __TM_nesting_depth() 260 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_user_abort() local 262 if (tdb->format != 1) in __TM_is_user_abort() 265 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE); in __TM_is_user_abort() 271 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_named_user_abort() local 273 if (tdb->format != 1) in __TM_is_named_user_abort() 276 if (tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE) in __TM_is_named_user_abort() 278 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE; in __TM_is_named_user_abort() [all …]
|
| H A D | htmintrin.h | 176 #define __builtin_tbegin_retry(tdb, retry) \ argument 177 (__builtin_constant_p(tdb == 0) && tdb == 0 ? \ 179 __builtin_tbegin_retry_tdb(tdb, retry)) 205 #define __builtin_tbegin_retry_nofloat(tdb, retry) \ argument 206 (__builtin_constant_p(tdb == 0) && tdb == 0 ? \ 208 __builtin_tbegin_retry_nofloat_tdb(tdb, retry))
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/ |
| H A D | kdb_db2.c | 1423 char *tdb = NULL, *tlock = NULL, *tpol = NULL, *tplock = NULL; in ctx_promote() local 1427 retval = ctx_allfiles(dbc_temp, &tdb, &tlock, &tpol, &tplock); in ctx_promote() 1435 if (rename(tdb, rdb)) { in ctx_promote() 1451 free(tdb); in ctx_promote()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | if_pfsync.c | 1694 struct tdb *tdb; in pfsync_update_net_tdb() local 1703 tdb = gettdb(pt->spi, &pt->dst, pt->sproto); in pfsync_update_net_tdb() 1704 if (tdb) { in pfsync_update_net_tdb() 1709 if (pt->rpl < tdb->tdb_rpl || in pfsync_update_net_tdb() 1710 pt->cur_bytes < tdb->tdb_cur_bytes) { in pfsync_update_net_tdb() 1714 tdb->tdb_rpl = pt->rpl; in pfsync_update_net_tdb() 1715 tdb->tdb_cur_bytes = pt->cur_bytes; in pfsync_update_net_tdb()
|
| /freebsd/share/misc/ |
| H A D | committers-ports.dot | 298 tdb [label="Tim Bishop\ntdb@FreeBSD.org\n2005/11/30"] 410 clement -> tdb
|
| /freebsd/usr.bin/calendar/calendars/ |
| H A D | calendar.freebsd | 371 09/07 Tim Bishop <tdb@FreeBSD.org> born in Cornwall, United Kingdom, 1978
|