/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpc_rdma.h | 243 struct clist { struct 261 struct clist *c_next; /* Next chunk */ argument 264 typedef struct clist clist; typedef 389 struct clist **rci_clpp; /* point to write chunk list in readargs */ 398 struct clist *rwci_wlist; 429 rdma_stat (*rdma_send)(CONN *, clist *, uint32_t); 430 rdma_stat (*rdma_send_resp)(CONN *, clist *, uint32_t); 431 rdma_stat (*rdma_clnt_recvbuf)(CONN *, clist *, uint32_t); 433 rdma_stat (*rdma_svc_recvbuf)(CONN *, clist *); 434 rdma_stat (*rdma_recv)(CONN *, clist **, uint32_t); [all …]
|
H A D | xdr_rdma.c | 76 static void xdrrdma_free_xdr_chunks(CONN *, struct clist *); 156 struct clist *xp_rcl; /* head of chunk list */ 157 struct clist **xp_rcl_next; /* location to place/find next chunk */ 158 struct clist *xp_rcl_xdr; /* copy of rcl containing RPC message */ 159 struct clist *xp_wcl; /* head of write chunk list */ 169 xdrrdma_getrdmablk(XDR *xdrs, struct clist **rlist, uint_t *sizep, in xdrrdma_getrdmablk() 173 struct clist *cle = *(xdrp->xp_rcl_next); in xdrrdma_getrdmablk() 174 struct clist *rdclist = NULL, *prev = NULL; in xdrrdma_getrdmablk() 303 int min_chunk, struct clist *cl, enum xdr_op op, CONN *conn) in xdrrdma_create() 306 struct clist *cle; in xdrrdma_create() [all …]
|
H A D | rdma_subr.c | 197 struct clist * 200 struct clist *clp; in clist_alloc() 210 clist_len(struct clist *cl) in clist_len() 221 clist_zero_len(struct clist *cl) in clist_zero_len() 236 clist_add(struct clist **clp, uint32_t xdroff, int len, in clist_add() 240 struct clist *cl; in clist_add() 262 clist_register(CONN *conn, struct clist *cl, clist_dstsrc dstsrc) in clist_register() 264 struct clist *c; in clist_register() 301 clist_deregister(CONN *conn, struct clist *cl) in clist_deregister() 303 struct clist *c; in clist_deregister() [all …]
|
H A D | clnt_rdma.c | 68 static int clnt_setup_long_reply(CONN *, struct clist **, uint_t); 71 static void clnt_decode_long_reply(CONN *, struct clist *, 72 struct clist *, XDR *, XDR **, struct clist *, 73 struct clist *, uint_t, uint_t); 441 struct clist *rclp; in clnt_setup_rlist() 468 struct clist *wlist, *rndcl; in clnt_setup_wlist() 527 clnt_setup_long_reply(CONN *conn, struct clist **clpp, uint_t length) in clnt_setup_long_reply() 581 struct clist *cl_sendlist; in clnt_rdma_kcallit() 582 struct clist *cl_recvlist; in clnt_rdma_kcallit() 583 struct clist *cl; in clnt_rdma_kcallit() [all …]
|
H A D | svc_rdma.c | 96 struct clist *cl_reply; /* reply chunk buffer info */ 97 struct clist *cl_wlist; /* write list clist */ 448 struct clist *cl = NULL; in svc_rdma_krecv() 449 struct clist *wcl = NULL; in svc_rdma_krecv() 450 struct clist *cllong = NULL; in svc_rdma_krecv() 645 struct clist *wcl = NULL; in svc_process_long_reply() 828 struct clist *cl_read = NULL; in svc_rdma_ksend() 829 struct clist *cl_send = NULL; in svc_rdma_ksend() 830 struct clist *cl_write = NULL; in svc_rdma_ksend() 1343 rdma_get_wchunk(struct svc_req *req, iovec_t *iov, struct clist *wlist) in rdma_get_wchunk() [all …]
|
H A D | rpcib.c | 296 static rdma_stat rib_send(CONN *conn, struct clist *cl, uint32_t msgid); 297 static rdma_stat rib_send_resp(CONN *conn, struct clist *cl, uint32_t msgid); 298 static rdma_stat rib_post_resp(CONN *conn, struct clist *cl, uint32_t msgid); 300 static rdma_stat rib_post_recv(CONN *conn, struct clist *cl); 301 static rdma_stat rib_recv(CONN *conn, struct clist **clp, uint32_t msgid); 302 static rdma_stat rib_read(CONN *conn, struct clist *cl, int wait); 303 static rdma_stat rib_write(CONN *conn, struct clist *cl, int wait); 2305 rib_send_and_wait(CONN *conn, struct clist *cl, uint32_t msgid, in rib_send_and_wait() 2309 struct clist *clp; in rib_send_and_wait() 2404 rib_send(CONN *conn, struct clist *cl, uint32_t msgid) in rib_send() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | sysevent.c | 143 class_lst_t clist; in sysevent_class_list() local 161 if (mdb_vread(&clist, sizeof (clist), in sysevent_class_list() 167 (uintptr_t)clist.cl_name)) == -1) { in sysevent_class_list() 169 clist.cl_name); in sysevent_class_list() 176 clist.cl_subclass_list); in sysevent_class_list() 257 class_lst_t clist; in sysevent_class_list_walk_step() local 263 if (mdb_vread(&clist, sizeof (class_lst_t), in sysevent_class_list_walk_step() 272 wsp->walk_addr = (uintptr_t)clist.cl_next; in sysevent_class_list_walk_step()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/ |
H A D | p12split.c | 530 STACK_OF(X509) *clist = NULL; in do_ofile() 546 if ((clist = sk_X509_new_null()) == NULL || in do_ofile() 553 if (cert != NULL && sk_X509_push(clist, cert) == 0) { in do_ofile() 565 p12 = sunw_PKCS12_create(WANBOOT_PASSPHRASE, klist, clist, ta); in do_ofile() 587 if (clist != NULL) { in do_ofile() 588 if (cert != NULL && sk_X509_num(clist) == 1) { in do_ofile() 590 (void) sk_X509_delete(clist, 0); in do_ofile() 592 sk_X509_pop_free(clist, X509_free); in do_ofile()
|
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_input.c | 145 audio_client_t *clist = NULL; in auimpl_input_callback() local 250 c->c_next_input = clist; in auimpl_input_callback() 251 clist = c; in auimpl_input_callback() 271 while ((c = clist) != NULL) { in auimpl_input_callback() 272 clist = c->c_next_input; in auimpl_input_callback()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | config.c | 253 struct configlist *clist = (struct configlist *)gctx->configlist; local 256 if (*key == clist[opt].key[0] && 257 !strcmp(key, clist[opt].key)) 258 return clist[opt].value;
|
H A D | common.c | 2406 sasl_string_list_t *clist = NULL, *slist = NULL, *olist = NULL; in _sasl_build_mechlist() local 2414 clist = _sasl_client_mechs(gctx); in _sasl_build_mechlist() 2419 clist = _sasl_client_mechs(); in _sasl_build_mechlist() 2423 if(!clist) { in _sasl_build_mechlist() 2433 last = &clist; in _sasl_build_mechlist() 2434 for(q = clist; q; q = q->next) { in _sasl_build_mechlist() 2451 olist = clist; in _sasl_build_mechlist()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | log_sysevent.c | 895 class_lst_t *clist, *next_clist; in free_channel_registration() local 900 clist = chan->scd_class_list_tbl[i]; in free_channel_registration() 901 while (clist != NULL) { in free_channel_registration() 902 sclist = clist->cl_subclass_list; in free_channel_registration() 910 kmem_free(clist->cl_name, in free_channel_registration() 911 strlen(clist->cl_name) + 1); in free_channel_registration() 912 next_clist = clist->cl_next; in free_channel_registration() 913 kmem_free(clist, sizeof (class_lst_t)); in free_channel_registration() 914 clist = next_clist; in free_channel_registration() 1256 class_lst_t *clist; in get_registration() local [all …]
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | chkey.c | 86 char **clist = NULL; /* List of encrypted secret key(s) */ variable 172 clist[mcount] = crypt; in encryptkeys() 188 clist[0] = crypt; in encryptkeys() 221 if (!(clist = (char **)malloc(sizeof (char *) * mcount))) { in initkeylist() 882 if (!plist[mcount] && !clist[mcount]) in storekeys() 895 plist[mcount], clist[mcount], in storekeys() 901 plist[mcount], clist[mcount], in storekeys() 922 assert(plist[0] && clist[0]); in storekeys() 923 snprintf(pkent, MAXPKENTLEN, "%s:%s", plist[0], clist[0]); in storekeys() 928 plist[0], clist[0], in storekeys()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | cnex.c | 332 cldcp = cnex_ssp->clist; in cnex_intr_redist() 488 cldcp = cnex_ssp->clist; in cnex_reg_chan() 586 cldcp = cnex_ssp->clist; in cnex_reg_chan() 597 new_cldcp->next = cnex_ssp->clist; in cnex_reg_chan() 598 cnex_ssp->clist = new_cldcp; in cnex_reg_chan() 623 cldcp = cnex_ssp->clist; in cnex_add_intr() 758 cldcp = cnex_ssp->clist; in cnex_unreg_chan() 781 cnex_ssp->clist = cldcp->next; in cnex_unreg_chan() 812 cldcp = cnex_ssp->clist; in cnex_rem_intr() 917 cldcp = cnex_ssp->clist; in cnex_clr_intr() [all …]
|
/titanic_41/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1327 class_lst_t *clist, *next_clist; in free_cached_registration() local 1331 clist = SH_CLASS_HASH(shp)[i]; in free_cached_registration() 1332 while (clist != NULL) { in free_cached_registration() 1333 sc_list = clist->cl_subclass_list; in free_cached_registration() 1340 free(clist->cl_name); in free_cached_registration() 1341 next_clist = clist->cl_next; in free_cached_registration() 1342 free(clist); in free_cached_registration() 1343 clist = next_clist; in free_cached_registration() 1359 class_lst_t *clist; in create_cached_registration() local 1386 clist = (class_lst_t *) in create_cached_registration() [all …]
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 3008 fc_port_clist_t *clist = (fc_port_clist_t *)arg; in fctl_ulp_statec_cb() local 3010 ASSERT(clist != NULL); in fctl_ulp_statec_cb() 3012 port = clist->clist_port; in fctl_ulp_statec_cb() 3018 switch (clist->clist_state) { in fctl_ulp_statec_cb() 3024 if (clist->clist_len) { in fctl_ulp_statec_cb() 3040 if (clist->clist_size) { in fctl_ulp_statec_cb() 3044 ASSERT(clist->clist_map != NULL); in fctl_ulp_statec_cb() 3045 for (count = 0; count < clist->clist_len; count++) { in fctl_ulp_statec_cb() 3046 if (clist->clist_map[count].map_state == in fctl_ulp_statec_cb() 3051 pd = clist->clist_map[count].map_pd; in fctl_ulp_statec_cb() [all …]
|
H A D | fp.c | 4603 fc_port_clist_t *clist; in fp_ulp_statec_cb() local 4609 clist = kmem_zalloc(sizeof (*clist), sleep); in fp_ulp_statec_cb() 4610 if (clist == NULL) { in fp_ulp_statec_cb() 4615 clist->clist_state = state; in fp_ulp_statec_cb() 4618 clist->clist_flags = port->fp_topology; in fp_ulp_statec_cb() 4621 clist->clist_port = (opaque_t)port; in fp_ulp_statec_cb() 4622 clist->clist_len = listlen; in fp_ulp_statec_cb() 4623 clist->clist_size = alloc_len; in fp_ulp_statec_cb() 4624 clist->clist_map = changelist; in fp_ulp_statec_cb() 4632 for (count = 0; count < clist->clist_len; count++) { in fp_ulp_statec_cb() [all …]
|
/titanic_41/usr/src/cmd/diff/ |
H A D | diff.c | 133 struct cand *clist; /* merely a free storage pot for candidates */ variable 482 clist = (struct cand *)talloc(sizeof (cand)); in main() 489 free((char *)clist); in main() 524 if (y <= clist[oldc].y) in stone() 530 if (clist[c[l]].y <= y) in stone() 551 clist = (struct cand *)ralloc((void *)clist, ++clen * sizeof (cand)); in newcand() 552 q = clist + clen -1; in newcand() 565 if (clist[c[k]].y < y) /* quick look for typical case */ in search() 570 t = clist[c[l]].y; in search() 591 for (q = clist + p; q->y != 0; q = clist + q->pred) in unravel()
|
/titanic_41/usr/src/uts/sun4u/lw8/io/ |
H A D | sgfru.c | 380 frup_info_t clist; in sgfru_getchildlist() local 386 if (sgfru_copyin_frup(iargp, &clist) != 0) { in sgfru_getchildlist() 391 max_cnt = clist.fru_cnt; in sgfru_getchildlist() 402 clist.fru_hdl, clist.fru_cnt, clist.frus); in sgfru_getchildlist() 405 if ((ret = sgfru_mbox(iargp->cmd, datap, size, &clist.fru_info)) in sgfru_getchildlist() 416 if ((ret = sgfru_node_pad(datap, max_cnt, &clist.fru_info, clistp)) in sgfru_getchildlist() 426 if (sgfru_copyout_fru(iargp, &clist.fru_info) != 0) { in sgfru_getchildlist() 431 if (sgfru_copyout_nodes(iargp, &clist, clistp) != 0) { in sgfru_getchildlist()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | cnex.h | 96 cnex_ldc_t *clist; /* list of registered channels */ member
|
/titanic_41/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 882 clist=`/usr/sbin/nwamcfg "select loc $1; get -V $2" 2>/dev/null` 888 slist=`echo $clist | sed -e s/","/" "/g`
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 472 struct clist *wa_rlist; 525 struct clist *ra_wlist; 541 struct clist *rrok_wlist; 1429 struct clist *wlist; 1447 struct clist *wlist; 1483 struct clist *wlist; 1500 struct clist *wlist; 1523 struct clist *rlist;
|
H A D | nfs4_kprot.h | 1114 struct clist *wlist; 1127 struct clist *wlist; 1339 struct clist *rlist;
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPHeaderV2.java | 964 String clist = vectorToCommaSeparatedList(strings); in parseAttributeVectorOut() local 965 bytes = getStringBytes(clist, Defaults.UTF8); in parseAttributeVectorOut()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_subr.c | 3398 pmcs_phy_t *ctmp, *clist = NULL, *cnext; in pmcs_configure_expander() local 3557 ctmp->sibling = clist; in pmcs_configure_expander() 3561 clist = ctmp; in pmcs_configure_expander() 3571 while (clist) { in pmcs_configure_expander() 3572 ctmp = clist->sibling; in pmcs_configure_expander() 3573 clist->target_addr = NULL; in pmcs_configure_expander() 3574 kmem_cache_free(pwp->phy_cache, clist); in pmcs_configure_expander() 3575 clist = ctmp; in pmcs_configure_expander() 3584 for (i = 0, ctmp = clist; ctmp; ctmp = ctmp->sibling, i++) { in pmcs_configure_expander() 3603 for (i = 0, ctmp = clist; ctmp; ctmp = ctmp->sibling, i++) { in pmcs_configure_expander() [all …]
|