Searched defs:sct (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_gen.c | 79 * - sct - callout table to be registered with this transport handle 105 SVC_CALLOUT_TABLE *sct, 193 xprt->xp_sct = sct; 99 svc_tli_kcreate( struct file *fp, uint_t max_msgsize, char *netid, struct netbuf *addrmask, SVCMASTERXPRT **nxprt, SVC_CALLOUT_TABLE *sct, void (*closeproc)(const SVCMASTERXPRT *), int id, bool_t hotstream) argument
|
H A D | svc.c | 1058 SVC_CALLOUT_TABLE *sct = xprt->xp_sct; local 1064 for (i = 0; i < sct->sct_size; i++) { 1065 SVC_CALLOUT *sc = &sct->sct_sc[i]; 1088 SVC_CALLOUT_TABLE *sct = xprt->xp_sct; local 1090 if (sct->sct_free) { 1091 kmem_free(sct->sct_sc, sct->sct_size * sizeof (SVC_CALLOUT)); 1092 kmem_free(sct, sizeof (SVC_CALLOUT_TABLE));
|
H A D | svc_rdma.c | 196 svc_rdma_kcreate(char *netid, SVC_CALLOUT_TABLE *sct, int id, argument 254 xprt->xp_sct = sct;
|
/illumos-gate/usr/src/uts/common/contract/ |
H A D | process.c | 885 cont_process_t *sct = tmpl->ctp_subsume->ct_data; local 890 while (ct = list_head(&sct->conp_inherited)) { 892 list_remove(&sct->conp_inherited, ct); 897 ctp->conp_ninherited += sct->conp_ninherited; 898 sct->conp_ninherited = 0;
|
Completed in 174 milliseconds