HomeSort by: relevance | last modified time | path
    Searched refs:btkey (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/btkey/
Makefile 3 PROG= btkey
4 SRCS= btkey.c device.c file.c
5 MAN= btkey.1
  /src/external/bsd/jemalloc.old/dist/src/
prof_data.c 270 } btkey; local
274 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
282 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
284 btkey.p = &gctx.p->bt;
285 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) {
319 *p_btkey = btkey.v;
346 void *btkey; local
354 if (prof_lookup_global(tsd, bt, tdata, &btkey, &gctx,
379 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v);
  /src/external/bsd/jemalloc/dist/src/
prof_data.c 272 } btkey; local
276 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
284 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
286 btkey.p = &gctx.p->bt;
287 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) {
321 *p_btkey = btkey.v;
348 void *btkey; local
357 tsd, bt, tdata, &btkey, &gctx, &new_gctx)) {
381 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v);
  /src/usr.bin/
Makefile 46 SUBDIR+= bthset btkey btpin rfcomm_sppd sdpquery

Completed in 17 milliseconds