Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 25 of 166) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c3249 cl->cl_blockcount, cl->cl_g.dkg_intrlv, cl->cl_g.dkg_rpm);
3314 cl->cl_solaris_size = cl->cl_blockcount;
3350 cl->cl_g.dkg_nsect = cl->cl_blockcount;
3356 cl->cl_g.dkg_ncyl = cl->cl_blockcount;
3377 cl->cl_g.dkg_ncyl = cl->cl_blockcount /
3391 cl->cl_g.dkg_pcyl = cl->cl_g.dkg_ncyl;
3445 cl->cl_g.dkg_ncyl = cl->cl_g.dkg_pcyl;
3553 cl->cl_g.dkg_ncyl, cl->cl_g.dkg_acyl, cl->cl_g.dkg_nhead,
5295 cl->cl_g.dkg_nsect = cl->cl_blockcount;
5299 cl->cl_g.dkg_ncyl = cl->cl_blockcount;
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c182 cl->cl_prev->cl_next = cl; \
206 (cl->cl_callouts.ch_head == cl->cl_callouts.ch_tail)) { \
300 callout_list_t *cl; in callout_list_alloc() local
306 if (cl == NULL) { in callout_list_alloc()
322 callout_list_t *cl; in callout_list_get() local
336 for (cl = ct->ct_clhash[hash].ch_head; (cl != NULL); cl = cl->cl_next) { in callout_list_get()
347 return (cl); in callout_list_get()
505 if (cl == NULL) in callout_queue_process()
1109 if (cl == NULL) { in timeout_generic()
1177 cp->c_list = cl; in timeout_generic()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Drdma_subr.c213 while (cl) { in clist_len()
215 cl = cl->c_next; in clist_len()
226 cl->c_len = 0; in clist_zero_len()
227 cl = cl->c_next; in clist_zero_len()
249 cl->c_len = len; in clist_add()
258 *clp = cl; in clist_add()
344 c = cl; in clist_syncmem()
388 cl = cl->c_next; in clist_free()
390 c = cl; in clist_free()
409 clist_free(cl); in rdma_clnt_postrecv()
[all …]
H A Dxdr_rdma.c509 cl = *cle; in xdrrdma_getbytes()
548 cl = *cls; in xdrrdma_getbytes()
562 cl = *cle; in xdrrdma_getbytes()
993 for (cl = w; cl != NULL; cl = cl->c_next) { in xdr_encode_wlist()
1300 cl = *rlist; in xdrrdma_read_from_client()
1355 cl = (*rlist); in xdrrdma_read_from_client()
1435 cl = wcl; in xdrrdma_send_read_data()
1447 cl = cl->c_next; in xdrrdma_send_read_data()
1596 cl = xdr_rcl; in xdrrdma_free_xdr_chunks()
1597 while (cl) { in xdrrdma_free_xdr_chunks()
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c155 if (cl->cl_tp) in clnt_door_create()
156 free(cl->cl_tp); in clnt_door_create()
161 return (cl); in clnt_door_create()
164 if (cl) { in clnt_door_create()
165 free(cl); in clnt_door_create()
331 cl = cl; in clnt_door_abort()
431 if (cl->cl_netid && cl->cl_netid[0]) in clnt_door_destroy()
433 if (cl->cl_tp && cl->cl_tp[0]) in clnt_door_destroy()
434 free(cl->cl_tp); in clnt_door_destroy()
435 free(cl); in clnt_door_destroy()
[all …]
H A Dsvid_funcs.c67 clnt_call(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_call() argument
70 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp, in clnt_call()
77 return ((*(cl)->cl_ops->cl_send)(cl, proc, xargs, argsp)); in clnt_send()
81 clnt_control(CLIENT *cl, uint_t rq, char *in) in clnt_control() argument
83 return ((*(cl)->cl_ops->cl_control)(cl, rq, in)); in clnt_control()
87 clnt_destroy(CLIENT *cl) in clnt_destroy() argument
89 ((*(cl)->cl_ops->cl_destroy)(cl)); in clnt_destroy()
93 clnt_freeres(CLIENT *cl, xdrproc_t xres, caddr_t resp) in clnt_freeres() argument
95 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres()
99 clnt_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_geterr() argument
[all …]
H A Dclnt_generic.c528 if (cl == NULL) { in clnt_tp_create_timed()
549 if (cl->cl_netid) in clnt_tp_create_timed()
561 CLNT_DESTROY(cl); in clnt_tp_create_timed()
567 return (cl); in clnt_tp_create_timed()
673 if (cl == NULL) in _clnt_tli_create_timed()
687 if (cl->cl_netid) in _clnt_tli_create_timed()
688 free(cl->cl_netid); in _clnt_tli_create_timed()
715 if (cl->cl_netid) in _clnt_tli_create_timed()
729 cl->cl_netid = ""; in _clnt_tli_create_timed()
731 cl->cl_tp = ""; in _clnt_tli_create_timed()
[all …]
H A Dclnt_dg.c237 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
240 cl->cl_tp = NULL; in clnt_dg_create()
241 cl->cl_netid = NULL; in clnt_dg_create()
244 return (cl); in clnt_dg_create()
251 if (cl) { in clnt_dg_create()
252 free(cl); in clnt_dg_create()
872 if (cl->cl_netid && cl->cl_netid[0]) in clnt_dg_destroy()
873 free(cl->cl_netid); in clnt_dg_destroy()
874 if (cl->cl_tp && cl->cl_tp[0]) in clnt_dg_destroy()
875 free(cl->cl_tp); in clnt_dg_destroy()
[all …]
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_step.c161 wchar_t cl; in step() local
233 wchar_t cl; in _advance() local
249 c = cl; in _advance()
250 if ((n = Popwchar(lp, cl)) <= 0 || c != cl) in _advance()
307 c = cl; in _advance()
310 if ((n = Popwchar(lp, cl)) <= 0 || cl != c) in _advance()
316 if ((n = Popwchar(lp, cl)) <= 0 || cl != c) in _advance()
471 c = cl; in _advance()
472 while ((n = Popwchar(lp, cl)) > 0 && cl == c) in _advance()
616 c = cl; in cclass()
[all …]
H A Dgmatch.c38 n = mbtowc(&cl, p, MB_LEN_MAX); \
39 c = cl; \
50 wchar_t cl; in gmatch() local
53 n = mbtowc(&cl, s, MB_LEN_MAX); in gmatch()
58 scc = cl; in gmatch()
61 n = mbtowc(&cl, p, MB_LEN_MAX); in gmatch()
67 c = cl; in gmatch()
150 n = mbtowc(&cl, s, MB_LEN_MAX); in gmatch()
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c222 if (--cl->ref_cnt == 0 && cl->stale) { in ctx_cleanup()
318 shift_bits(cl->seq_bits, SEQ_ARR_SIZE, seq_num - cl->seq_num); in check_seq()
1131 if (gss_sign(&minor, cl->context, cl->qop, &in_buf, in set_response_verf()
1259 cl->lru_prev->lru_next = cl->lru_next; in get_client()
1261 cl->lru_next->lru_prev = cl->lru_prev; in get_client()
1271 return (cl); in get_client()
1284 for (cl = clients[index]; cl != NULL; cl = cl->next) { in find_client()
1288 return (cl); in find_client()
1356 while (cl) { in sweep_clients()
1360 cl->expiration <= time(0)) || cl->stale) { in sweep_clients()
[all …]
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c358 if (--cl->ref_cnt == 0 && cl->stale) { in rpc_gss_cleanup()
1618 cl->lru_prev->lru_next = cl->lru_next; in get_client()
1620 cl->lru_next->lru_prev = cl->lru_prev; in get_client()
1630 return (cl); in get_client()
1645 for (cl = clients[index]; cl != NULL; cl = cl->next) { in find_client()
1649 return (cl); in find_client()
1727 cl = lru_last; in sweep_clients()
1728 while (cl) { in sweep_clients()
1739 cl->expiration <= now) || cl->stale || in sweep_clients()
1743 cl->expiration <= now) || cl->stale || in sweep_clients()
[all …]
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c121 CLIENT *cl; local
127 if (cl == NULL) {
153 cl->cl_ops = clntudp_ops();
192 return (cl);
196 if (cl)
433 clntudp_geterr(cl, errp) in clntudp_geterr() argument
434 CLIENT *cl; in clntudp_geterr()
445 CLIENT *cl; in clntudp_freeres()
464 CLIENT *cl; in clntudp_control()
502 clntudp_destroy(cl) in clntudp_destroy() argument
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dgetprm.c191 wchar_t *cl, *cr, *n; local
214 for (n=wcbuf ;; n=cl+1) {
215 cl = wcschr(n, (wchar_t)'!');
216 if (cl == NULL) {
223 if (cl == n) /* leading ! */
225 if (WEQUALSN(myname, n, cl - n) && myname[cl - n] == NULLCHAR)
228 (void) wcsncpy(tmpbuf, n, cl-n);
229 tmpbuf[cl-n] = NULLCHAR;
235 wcsncpy(tmpbuf, cl+1, cr-cl-1);
236 tmpbuf[cr-cl-1] = '\0';
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c121 CLIENT *cl; in clntbtcp_create() local
130 if (cl == NULL) { in clntbtcp_create()
263 cl->cl_ops = clntbtcp_ops(); in clntbtcp_create()
264 cl->cl_private = (caddr_t)ct; in clntbtcp_create()
266 return (cl); in clntbtcp_create()
271 if (cl) in clntbtcp_create()
278 CLIENT *cl, in clntbtcp_call() argument
466 CLIENT *cl, in clntbtcp_geterr() argument
477 CLIENT *cl, in clntbtcp_freeres() argument
497 CLIENT *cl, in clntbtcp_control() argument
[all …]
H A Dclnt_budp.c113 CLIENT *cl; in clntbudp_bufcreate() local
118 if (cl == NULL) { in clntbudp_bufcreate()
143 cl->cl_ops = clntbudp_ops(); in clntbudp_bufcreate()
144 cl->cl_private = (caddr_t)cu; in clntbudp_bufcreate()
196 cl->cl_auth = authnone_create(); in clntbudp_bufcreate()
197 return (cl); in clntbudp_bufcreate()
201 if (cl) in clntbudp_bufcreate()
202 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbudp_bufcreate()
235 cu = (struct cu_data *)cl->cl_private; in clntbudp_call()
369 if (! AUTH_VALIDATE(cl->cl_auth, in clntbudp_call()
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.S61 movl 12(%esp), %ecx / %cl = byte that is sought
70 cmpb %dl, %cl / if the first byte is %cl
72 cmpb %dh, %cl / if the second byte is %cl
75 cmpb %dl, %cl / if the third byte is %cl
77 cmpb %dh, %cl / if the fourth is %cl
86 cmpb (%eax), %cl / if a byte in (%eax) is %cl
100 cmpb (%eax), %cl / if a byte in (%eax) is %cl
/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h80 #define CMLB_MUTEX(cl) (&((cl)->cl_mutex)) argument
81 #define CMLB_DEVINFO(cl) ((cl)->cl_devi) argument
82 #define CMLB_LABEL(cl) (ddi_driver_name((cl->cl_devi))) argument
85 #define ISREMOVABLE(cl) (cl->cl_is_removable) argument
86 #define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT) argument
87 #define ISHOTPLUGGABLE(cl) (cl->cl_is_hotpluggable) argument
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dclnt_subr.c38 CLIENT *cl; in mountprog_client_create() local
46 cl = clnt_create_vers(host, MOUNTPROG, &versnum, in mountprog_client_create()
48 if (cl == NULL) { in mountprog_client_create()
50 cl = clnt_create_vers(host, MOUNTPROG, &versnum, in mountprog_client_create()
52 if (cl == NULL) { in mountprog_client_create()
58 return (cl); in mountprog_client_create()
/illumos-gate/usr/src/cmd/tbl/
H A Dtu.c39 int cr, cl; in fullwide() local
45 cl=cr; in fullwide()
46 while (i>0 && vspand(prev(i),cl,1)) in fullwide()
47 cl++; in fullwide()
48 for(cr=cl; cr<ncol; cr++) in fullwide()
51 if (cl<ncol) in fullwide()
52 drawline(i,cl,(cr<ncol?cr-1:cr),lintype,1,0); in fullwide()
73 nodata = cr-cl>=ncol || noheight || allh(i); in drawline()
84 tohcol(cl); in drawline()
87 switch(interv(i,cl)) in drawline()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c126 if (cl == NULL) { in splpkgmap()
352 if (cl[i].first == 0) in splpkgmap()
353 cl[i].last = cl[i].first = (i ? cl[i-1].last : 1); in splpkgmap()
393 free(cl[i].name); in splpkgmap()
394 free(cl); in splpkgmap()
594 if (!cl[i].first || (vol < cl[i].first)) in addclass()
595 cl[i].first = vol; in addclass()
597 cl[i].last = vol; in addclass()
603 cl[nclass].last = vol; in addclass()
605 cl = (struct class_type *)realloc((char *)cl, in addclass()
[all …]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.S105 movb %dl,%cl
106 andb $0x45,%cl
109 movb %dh,%cl
110 andb $0x45,%cl
147 movb %dl,%cl
156 movb %dh,%cl
178 movb %dl,%cl
190 movb %dh,%cl
200 movb %dh,%cl
368 movb %dh,%cl
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c240 CLIENT *cl; in inform_server() local
297 cl = clnt_create_timed(list[i].host, MOUNTPROG, vers, in inform_server()
303 if (cl == NULL) { in inform_server()
317 if (__clnt_bindresvport(cl) < 0) { in inform_server()
321 clnt_destroy(cl); in inform_server()
324 if ((cl->cl_auth = authsys_create_default()) == NULL) { in inform_server()
328 clnt_destroy(cl); in inform_server()
335 rpc_stat = clnt_call(cl, MOUNTPROC_UMNT, xdr_dirpath, in inform_server()
338 AUTH_DESTROY(cl->cl_auth); in inform_server()
339 clnt_destroy(cl); in inform_server()
[all …]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.S102 movb %dl,%cl
103 andb $0x45,%cl
127 movb %dl,%cl
128 andb $0x45,%cl
136 movb %dh,%cl
137 andb $0x45,%cl
157 movb %dl,%cl
169 movb %dh,%cl
179 movb %dh,%cl
325 movb %dh,%cl
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c637 CLIENT *cl; in nfsmount() local
1273 if (cl == NULL) { in nfsmount()
1359 cl = NULL; in nfsmount()
2946 CLIENT *cl = NULL; in get_server_fh() local
2970 if (cl == NULL) in get_server_fh()
2980 cl->cl_auth = ah; in get_server_fh()
3165 CLIENT *cl = NULL; in pingnfs() local
3558 CLIENT *cl; in nfsunmount() local
3622 if (cl == NULL) in nfsunmount()
3866 if (cl) { in destroy_auth_client_handle()
[all …]

1234567