Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 25 of 166) sorted by last modified time

1234567

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2092 struct vis_consclear cl; in tem_safe_pix_clear_entire_screen() local
2108 tem_safe_set_color(&bg_color, &cl.bg_color); in tem_safe_pix_clear_entire_screen()
2109 if (tems_cls_layered(&cl, credp) == 0) in tem_safe_pix_clear_entire_screen()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src8281 # the :ko: string had :cl: in it, which means that one of the original
9825 # not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
14930 # P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
19536 # [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
H A Dtermcap.src345 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:
2093 :cl=50\E[H\E[2J\EPpS(E)\E\\:tc=vt100:
6531 :cl=10\E*:tc=tvi950:
7642 :cl=\030\E[H\E[2J:tc=vi300:
8514 :bl=^G:cl=\E^L:cr=^M:do=^J:ff=^L:\
8530 :bl=^G:cl=\E^L:cr=^M:do=^J:ff=^L:\
8752 :cd@:ce@:cl=\EH\EJ:\
11775 :cl=\036FG\036PH:fs=\036F}01\022:\
12570 :ce=^M:cl=^M^J:ho=^M:
14849 :cl=^L:tc=vc404:
[all …]
/illumos-gate/usr/src/boot/common/
H A Dtem.c2533 struct vis_consclear cl; in tem_cls() local
2552 tem_set_color(&bg_color, &cl.bg_color); in tem_cls()
2553 (void) tems_cls(&cl); in tem_cls()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c607 if (cl->cl_auth != NULL) { in clfree_impl()
608 sec_clnt_freeh(cl->cl_auth); in clfree_impl()
609 cl->cl_auth = NULL; in clfree_impl()
630 clfree(CLIENT *cl, struct chtab *cp) in clfree() argument
637 clfree_impl(cl, cp, nfscl); in clfree()
4302 CLIENT *cl; in failover_thread() local
4372 cl->cl_nosignal = TRUE; in failover_thread()
4373 status = CLNT_CALL(cl, RFS_NULL, xdr_void, NULL, in failover_thread()
4376 cl->cl_nosignal = FALSE; in failover_thread()
4377 AUTH_DESTROY(cl->cl_auth); in failover_thread()
[all …]
H A Dnfs4_xdr.c3538 struct clist *cl; in xdr_READ4res_clnt() local
3540 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ4res_clnt()
3542 objp->wlist = cl; in xdr_READ4res_clnt()
3551 objp->wlist_len = clist_len(cl); in xdr_READ4res_clnt()
3624 struct clist *cl; in xdr_READ4res_clnt() local
3626 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ4res_clnt()
3628 objp->wlist = cl; in xdr_READ4res_clnt()
3641 objp->wlist_len = clist_len(cl); in xdr_READ4res_clnt()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1997 prop_changelist_t *cl; in zfs_prop_inherit() local
2069 if ((ret = changelist_prefix(cl)) != 0) in zfs_prop_inherit()
2086 changelist_free(cl); in zfs_prop_inherit()
4362 prop_changelist_t *cl = NULL; in zfs_rename() local
4494 if (changelist_haszonedchild(cl)) { in zfs_rename()
4543 if (cl != NULL) in zfs_rename()
4544 (void) changelist_postfix(cl); in zfs_rename()
4546 if (cl != NULL) { in zfs_rename()
4548 ret = changelist_postfix(cl); in zfs_rename()
4559 if (cl != NULL) { in zfs_rename()
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica1110 # https://web.archive.org/web/20080330200901/http://www.horaoficial.cl/cambio.htm
1115 # http://www.horaoficial.cl/ing/horaof_ing.html (retrieved 2012-03-06). See:
1119 # https://web.archive.org/web/20121024234627/http://www.horaoficial.cl/horaof.htm
1121 # http://www.horaoficial.cl/historia_hora.php
1203 # http://www.shoa.cl/servicios/supremo316.pdf
1206 # http://www.shoa.cl/noticias/2008/04hora/hora.htm
1210 # http://www.gobiernodechile.cl/viewNoticia.aspx?idArticulo=30098
1249 # http://www.diariooficial.interior.gob.cl//media/2014/02/19/do-20140219.pdf
1254 # http://www.diariooficial.interior.gob.cl/media/2015/03/03/1-large.jpg
1261 # http://www.diariooficial.interior.gob.cl/versiones-anteriores/do/20160318/
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1780 CLIENT *cl; in do_mapent_hosts() local
1876 cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "circuit_v"); in do_mapent_hosts()
1877 if (cl == NULL) { in do_mapent_hosts()
1879 if (cl == NULL) { in do_mapent_hosts()
1887 add_alloc("CLNT_HANDLE", cl, 0, __FILE__, __LINE__); in do_mapent_hosts()
1897 clnt_destroy(cl); in do_mapent_hosts()
1906 drop_alloc("CLNT_HANDLE", cl, __FILE__, __LINE__); in do_mapent_hosts()
1909 clnt_destroy(cl); in do_mapent_hosts()
1914 drop_alloc("CLNT_HANDLE", cl, __FILE__, __LINE__); in do_mapent_hosts()
1915 drop_alloc("AUTH_HANDLE", cl->cl_auth, __FILE__, __LINE__); in do_mapent_hosts()
[all …]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c668 remove_dead_elems(const void *key, void **value, void *cl) in remove_dead_elems() argument
690 find_dead_elems(const void *key, void **value, void *cl) in find_dead_elems() argument
695 dict_hdl_t *dead_map = (dict_hdl_t *)cl; in find_dead_elems()
1253 build_result_set(const void *key, void **value, void *cl) in build_result_set() argument
1255 struct query_obj *qo = (struct query_obj *)cl; in build_result_set()
2213 pool_knl_elem_printf_cb(const void *key, void **value, void *cl) in pool_knl_elem_printf_cb() argument
2216 dict_hdl_t *map = (dict_hdl_t *)cl; in pool_knl_elem_printf_cb()
2256 pool_knl_elem_free_cb(const void *key, void **value, void *cl) in pool_knl_elem_free_cb() argument
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c287 uint8_t cl, scl; in npe_save_htconfig_children() local
296 cl = pci_config_get8(cfg_hdl, PCI_CONF_BASCLASS); in npe_save_htconfig_children()
299 if (((cl == PCI_CLASS_MEM && scl == PCI_MEM_RAM) || in npe_save_htconfig_children()
300 (cl == PCI_CLASS_BRIDGE && scl == PCI_BRIDGE_HOST)) && in npe_save_htconfig_children()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1107 callout_list_t *cl = (callout_list_t *)data; in callout_list_cb() local
1111 if ((coargs == NULL) || (cl == NULL)) { in callout_list_cb()
1115 coargs->exp = cl->cl_expiration; in callout_list_cb()
1116 coargs->list_flags = cl->cl_flags; in callout_list_cb()
1134 (cl->cl_expiration != coargs->time)) { in callout_list_cb()
1138 (cl->cl_expiration > coargs->btime)) { in callout_list_cb()
1142 (cl->cl_expiration < coargs->atime)) { in callout_list_cb()
1146 (cl->cl_callouts.ch_head == NULL)) { in callout_list_cb()
1152 if (! (cl->cl_flags & COF_LIST_FLAGS)) { in callout_list_cb()
1214 cl->cl_prev, cl->cl_next); in callout_list_cb()
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_div64.S290 movb 28(%esp), %cl
294 sall %cl, %esi /, dt
302 shrl %cl, %esi / tmp102,
304 movb 28(%esp), %cl
309 sall %cl, %esi /, dt
339 movb 28(%esp), %cl
341 shrl %cl, %edx /, x1
543 movb %al, %cl
547 sall %cl, %esi
559 movb %al, %cl
[all …]
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/lib/libc/amd64/gen/
H A Dmemchr.S67 cmpb %cl, %al / if the first byte is %al
72 cmpb %cl, %al / if the third byte is %al
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.h76 #define DPRINT(l1, cl, al) if ((cl & l1) != 0) printf al argument
78 #define DPRINT(l1, cl, al)
80 #define DLOG(l1, cl, msg) if ((cl & l1) != 0) \ argument
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.S336 movb 28(%esp), %cl
340 sall %cl, %esi /, dt
348 shrl %cl, %esi / tmp102,
350 movb 28(%esp), %cl
355 sall %cl, %esi /, dt
385 movb 28(%esp), %cl
387 shrl %cl, %edx /, x1
589 movb %al, %cl
593 sall %cl, %esi
605 movb %al, %cl
[all …]
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.S245 addb %cl, (%eax)
277 movb 8(%esp), %cl
279 orb %cl, (%eax)
309 movb 8(%esp), %cl
311 andb %cl, (%eax)
341 movb 8(%esp), %cl / %cl = delta
344 xaddb %cl, (%edx) / %cl = old value, (%edx) = sum
413 orb %al, %cl / %cl = new value
489 andb %al, %cl / %cl = new value
563 movb 12(%esp), %cl
[all …]
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.S340 movb %sil, %cl
341 andb %al, %cl / %cl = new value
343 cmpxchgb %cl, (%rdi) / try to stick it in
345 movzbl %cl, %eax / return new value
396 movb %sil, %cl
397 orb %al, %cl / %cl = new value
399 cmpxchgb %cl, (%rdi) / try to stick it in
401 movzbl %cl, %eax / return new value
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c725 CLIENT *cl; in do_iprop() local
/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/boot/i386/btx/btx/
H A Dbtx.S202 movb $SEL_SDATA,%cl # To 32-bit
207 movb $SEL_TSS,%cl # Set task
214 movb $SEL_UDATA,%cl # User data selector
225 movb $0x7,%cl # Set remaining
259 exit.1: mov $SEL_RDATA,%cl # 16-bit selector
629 movb $SEL_SDATA,%cl # Setup
636 movb $SEL_TSS,%cl # Set task
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c83 CLIENT *cl; in main() local
131 cl = mountprog_client_create(host, &rpc_totout_old); in main()
132 if (cl == NULL) { in main()
139 printex(cl, host); in main()
148 err = clnt_call(cl, MOUNTPROC_DUMP, xdr_void, 0, xdr_mountlist, in main()
248 printex(CLIENT *cl, char *host) in printex() argument
260 err = clnt_call(cl, MOUNTPROC_EXPORT, xdr_void, 0, xdr_exports, in printex()
/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c99 CLIENT *cl; in pr_exports() local
107 cl = mountprog_client_create(host, &rpc_totout_old); in pr_exports()
108 if (cl == NULL) { in pr_exports()
116 err = clnt_call(cl, MOUNTPROC_EXPORT, xdr_void, 0, xdr_exports, in pr_exports()
120 clnt_destroy(cl); in pr_exports()
125 clnt_destroy(cl); in pr_exports()
141 clnt_destroy(cl); in pr_exports()
/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()

1234567