| /src/sys/dev/pci/cxgb/ |
| cxgb_offload.c | 495 cxgb_free_stid(struct toedev *tdev, int stid) 498 union listen_entry *p = stid2entry(t, stid); 625 int stid = -1; local 632 stid = (p - t->stid_tab) + t->stid_base; 639 return stid; 691 unsigned int stid = G_TID(ntohl(p->opcode_tid)); local 694 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid); 735 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local 738 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid); 1310 mtx_init(&t->stid_lock, "stid", NULL, MTX_DEF) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| send_to_kdc.c | 168 unsigned int stid; member in struct:krb5_sendto_ctx_data 874 /* next version of stid */ 875 host->tid = ctx->stid = (ctx->stid & 0xffff0000) | ((ctx->stid & 0xffff) + 1); 1132 ctx->stid = (context->num_kdc_requests++) << 16; 1294 (unsigned long)ctx->stats.krbhst.tv_usec, ctx->stid);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype-state.cc | 318 struct state_ident_st *stid = NULL; local 328 stid = 331 memset (stid, 0, sizeof (struct state_ident_st) + namlen); 332 strcpy (stid->stid_name, name); 333 *slot = stid; 335 return stid;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype-state.cc | 318 struct state_ident_st *stid = NULL; local 328 stid = 331 memset (stid, 0, sizeof (struct state_ident_st) + namlen); 332 strcpy (stid->stid_name, name); 333 *slot = stid; 335 return stid;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga3d_cmd.h | 2101 uint32 stid; member in struct:__anon5647 2121 uint32 stid; member in struct:__anon5648 2129 uint32 stid; member in struct:__anon5649 2138 uint32 stid; member in struct:__anon5650 2169 uint32 stid; member in struct:__anon5652
|