Home
last modified time | relevance | path

Searched refs:clist (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_rdma.h243 struct clist { struct
261 struct clist *c_next; /* Next chunk */ argument
264 typedef struct clist clist; typedef
398 struct clist *rwci_wlist;
526 extern struct clist *clist_alloc(void);
529 extern void clist_free(struct clist *);
530 extern uint32_t clist_len(struct clist *);
531 extern void clist_zero_len(struct clist *);
556 extern bool_t xdr_clist(XDR *, clist *);
557 extern bool_t xdr_do_clist(XDR *, clist **);
[all …]
H A Dxdr_rdma.c306 struct clist *cle; in xdrrdma_create()
435 struct clist cl; in xdrrdma_getbytes()
618 struct clist *cle; in xdrrdma_putbytes()
983 struct clist *cl; in xdr_encode_wlist()
1034 struct clist *tmp; in xdr_decode_wlist()
1176 xdr_decode_reply_wchunk(XDR *xdrs, struct clist **clist) in xdr_decode_reply_wchunk() argument
1228 *clist = first; in xdr_decode_reply_wchunk()
1282 struct clist cl; in xdrrdma_read_from_client()
1379 struct clist fcl; in xdrrdma_send_read_data()
1506 struct clist *clp; in xdrrdma_read_a_chunk()
[all …]
H A Drdma_subr.c197 struct clist *
200 struct clist *clp; in clist_alloc()
210 clist_len(struct clist *cl) in clist_len()
240 struct clist *cl; in clist_add()
264 struct clist *c; in clist_register()
303 struct clist *c; in clist_deregister()
341 struct clist *c; in clist_syncmem()
383 clist_free(struct clist *cl) in clist_free()
385 struct clist *c = cl; in clist_free()
397 struct clist *cl = NULL; in rdma_clnt_postrecv()
[all …]
H A Dclnt_rdma.c72 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()
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()
584 struct clist *cl_rpcmsg; in clnt_rdma_kcallit()
585 struct clist *cl_rdma_reply; in clnt_rdma_kcallit()
587 struct clist *cl_long_reply; in clnt_rdma_kcallit()
[all …]
H A Dsvc_rdma.c453 struct clist *cl = NULL; in svc_rdma_krecv()
454 struct clist *wcl = NULL; in svc_rdma_krecv()
455 struct clist *cllong = NULL; in svc_rdma_krecv()
650 struct clist *wcl = NULL; in svc_process_long_reply()
833 struct clist *cl_read = NULL; in svc_rdma_ksend()
834 struct clist *cl_send = NULL; in svc_rdma_ksend()
1347 struct clist *clist; in rdma_get_wchunk() local
1355 clist = wlist; in rdma_get_wchunk()
1356 while (clist) { in rdma_get_wchunk()
1357 tlen += clist->c_len; in rdma_get_wchunk()
[all …]
H A Drpcib.c300 static rdma_stat rib_post_recv(CONN *conn, struct clist *cl);
2309 struct clist *clp; in rib_send_and_wait()
2404 rib_send(CONN *conn, struct clist *cl, uint32_t msgid) in rib_send()
2478 struct clist *clp = cl; in rib_clnt_post()
2561 rib_svc_post(CONN* conn, struct clist *cl) in rib_svc_post()
2648 rib_post_recv(CONN *conn, struct clist *cl) in rib_post_recv()
2666 rib_recv(CONN *conn, struct clist **clp, uint32_t msgid) in rib_recv()
2709 struct clist *cl = NULL; in rib_recv()
2749 rib_write(CONN *conn, struct clist *cl, int wait) in rib_write()
2841 rib_read(CONN *conn, struct clist *cl, int wait) in rib_read()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c141 class_lst_t clist; in sysevent_class_list() local
159 if (mdb_vread(&clist, sizeof (clist), in sysevent_class_list()
165 (uintptr_t)clist.cl_name)) == -1) { in sysevent_class_list()
167 clist.cl_name); in sysevent_class_list()
174 clist.cl_subclass_list); in sysevent_class_list()
255 class_lst_t clist; in sysevent_class_list_walk_step() local
261 if (mdb_vread(&clist, sizeof (class_lst_t), in sysevent_class_list_walk_step()
270 wsp->walk_addr = (uintptr_t)clist.cl_next; in sysevent_class_list_walk_step()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_input.c145 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()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dconfig.c252 struct configlist *clist = (struct configlist *)gctx->configlist; local
255 if (*key == clist[opt].key[0] &&
256 !strcmp(key, clist[opt].key))
257 return clist[opt].value;
H A Dcommon.c2406 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()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c86 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()
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c916 class_lst_t *clist, *next_clist; in free_channel_registration() local
922 while (clist != NULL) { in free_channel_registration()
923 sclist = clist->cl_subclass_list; in free_channel_registration()
931 kmem_free(clist->cl_name, in free_channel_registration()
932 strlen(clist->cl_name) + 1); in free_channel_registration()
933 next_clist = clist->cl_next; in free_channel_registration()
935 clist = next_clist; in free_channel_registration()
1277 class_lst_t *clist; in get_registration() local
1291 while (clist != NULL) { in get_registration()
1298 sc_list = clist->cl_subclass_list; in get_registration()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dcnex.c332 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()
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()
1038 cnex_ssp->clist = NULL; in cnex_attach()
[all …]
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1332 while (clist != NULL) { in free_cached_registration()
1340 free(clist->cl_name); 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()
1388 if (clist == NULL) { in create_cached_registration()
1394 free(clist); in create_cached_registration()
1404 free(clist->cl_name); in create_cached_registration()
1405 free(clist); in create_cached_registration()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3011 ASSERT(clist != NULL); in fctl_ulp_statec_cb()
3025 if (clist->clist_len) { in fctl_ulp_statec_cb()
3041 if (clist->clist_size) { in fctl_ulp_statec_cb()
3078 if (clist->clist_size) { in fctl_ulp_statec_cb()
3158 clist->clist_state, clist->clist_flags, in fctl_ulp_statec_cb()
3159 clist->clist_map, clist->clist_len, s_id); in fctl_ulp_statec_cb()
3165 if (clist->clist_size) { in fctl_ulp_statec_cb()
3205 sizeof (*(clist->clist_map)) * clist->clist_size); in fctl_ulp_statec_cb()
3208 if (clist->clist_wait) { in fctl_ulp_statec_cb()
3210 clist->clist_wait = 0; in fctl_ulp_statec_cb()
[all …]
H A Dfp.c4610 clist = kmem_zalloc(sizeof (*clist), sleep); in fp_ulp_statec_cb()
4611 if (clist == NULL) { in fp_ulp_statec_cb()
4692 clist, KM_SLEEP); in fp_ulp_statec_cb()
4713 clist = kmem_zalloc(sizeof (*clist), sleep); in fp_ulp_devc_cb()
4714 if (clist == NULL) { in fp_ulp_devc_cb()
4846 cv_wait(&clist->clist_cv, &clist->clist_mutex); in fp_ulp_devc_cb()
4852 kmem_free(clist, sizeof (*clist)); in fp_ulp_devc_cb()
4859 sizeof (*(clist->clist_map)) * clist->clist_size); in fp_ulp_devc_cb()
4860 kmem_free(clist, sizeof (*clist)); in fp_ulp_devc_cb()
13608 clist = kmem_zalloc(sizeof (*clist), sleep); in fp_ulp_notify()
[all …]
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c135 struct cand *clist; /* merely a free storage pot for candidates */ variable
495 clist = (struct cand *)talloc(sizeof (cand)); in main()
502 free((char *)clist); in main()
537 if (y <= clist[oldc].y) in stone()
543 if (clist[c[l]].y <= y) in stone()
564 clist = (struct cand *)ralloc((void *)clist, ++clen * sizeof (cand)); in newcand()
565 q = clist + clen -1; in newcand()
578 if (clist[c[k]].y < y) /* quick look for typical case */ in search()
583 t = clist[c[l]].y; in search()
603 for (q = clist + p; q->y != 0; q = clist + q->pred) in unravel()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c380 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()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dcnex.h96 cnex_ldc_t *clist; /* list of registered channels */ member
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh882 clist=`/usr/sbin/nwamcfg "select loc $1; get -V $2" 2>/dev/null`
888 slist=`echo $clist | sed -e s/","/" "/g`
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h538 struct clist *wa_rlist;
591 struct clist *ra_wlist;
607 struct clist *rrok_wlist;
1506 struct clist *wlist;
1524 struct clist *wlist;
1560 struct clist *wlist;
1577 struct clist *wlist;
1600 struct clist *rlist;
H A Dnfs4_kprot.h1794 struct clist *wlist;
1807 struct clist *wlist;
2019 struct clist *rlist;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java964 String clist = vectorToCommaSeparatedList(strings); in parseAttributeVectorOut() local
965 bytes = getStringBytes(clist, Defaults.UTF8); in parseAttributeVectorOut()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c3561 ctmp->sibling = clist; in pmcs_configure_expander()
3565 clist = ctmp; in pmcs_configure_expander()
3575 while (clist) { in pmcs_configure_expander()
3576 ctmp = clist->sibling; in pmcs_configure_expander()
3579 clist = ctmp; in pmcs_configure_expander()
3646 pptr->children = clist; in pmcs_configure_expander()
3647 clist = NULL; in pmcs_configure_expander()
3665 while (clist) { in pmcs_configure_expander()
3666 ctmp = clist->sibling; in pmcs_configure_expander()
3667 pmcs_unlock_phy(clist); in pmcs_configure_expander()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1427 struct clist *cl; in xdr_READ3vres()
1544 struct clist *cl; in xdr_READ3uiores()

12