Home
last modified time | relevance | path

Searched refs:cl (Results 76 – 100 of 166) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c829 tcam_class_t cl; in hxge_pfc_ip_class_config_all() local
834 for (cl = TCAM_CLASS_ETYPE_1; cl <= TCAM_CLASS_SCTP_IPV6; cl++) { in hxge_pfc_ip_class_config_all()
835 if (cl == TCAM_CLASS_RESERVED_4 || in hxge_pfc_ip_class_config_all()
836 cl == TCAM_CLASS_RESERVED_5 || in hxge_pfc_ip_class_config_all()
837 cl == TCAM_CLASS_RESERVED_6 || in hxge_pfc_ip_class_config_all()
838 cl == TCAM_CLASS_RESERVED_7) in hxge_pfc_ip_class_config_all()
841 class_config = hxgep->class_config.class_cfg[cl]; in hxge_pfc_ip_class_config_all()
842 status = hxge_pfc_ip_class_config(hxgep, cl, class_config); in hxge_pfc_ip_class_config_all()
846 " class %d config %x ", cl, class_config)); in hxge_pfc_ip_class_config_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/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 …]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c317 case_list *cl; in emit_union() local
323 for (cl = def->def.un.cases; cl != NULL; cl = cl->next) { in emit_union()
325 f_print(fout, "\tcase %s:\n", cl->case_name); in emit_union()
326 if (cl->contflag == 1) /* a continued case statement */ in emit_union()
328 cs = &cl->case_decl; in emit_union()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.S216 #define rcxb cl
356 movzx %cl, %esi; \
361 movzx %cl, %esi; \
410 movzx %cl, %esi; \
415 movzx %cl, %esi; \
472 movzx %cl, %esi; \
480 movzx %cl, %esi; \
534 movzx %cl, %esi; \
539 movzx %cl, %esi; \
588 movzx %cl, %esi; \
[all …]
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c211 getclhoststr(char *clprinc, char *cl, int len) in getclhoststr() argument
215 if (!++s || strlcpy(cl, s, len) >= len) { in getclhoststr()
218 if (s = strchr(cl, '@')) { in getclhoststr()
220 return (cl); /* success */ in getclhoststr()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_perr.c124 clnt_sperror(const CLIENT *cl, const char *s) in clnt_sperror() argument
136 CLNT_GETERR((CLIENT *) cl, &e); in clnt_sperror()
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c55 if ((n = mbtowc(&cl, sp, MB_LEN_MAX)) == -1) \
58 c = cl; \
154 wchar_t lc, cl; in _compile() local
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast.def30 [ekrell]="Eduardo Krell <ekrell@adexus.cl>"
31 [jjs]="John Snyder <jjs@adexus.cl>"
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c646 Closure *cl; in f_parser() local
651 cl = luaU_undump(L, p->z, &p->buff, p->name); in f_parser()
655 cl = luaY_parser(L, p->z, &p->buff, &p->dyd, p->name, c); in f_parser()
657 lua_assert(cl->l.nupvalues == cl->l.p->sizeupvalues); in f_parser()
658 for (i = 0; i < cl->l.nupvalues; i++) { /* initialize upvalues */ in f_parser()
660 cl->l.upvals[i] = up; in f_parser()
661 luaC_objbarrier(L, cl, up); in f_parser()
H A Dlfunc.c24 Closure *c = &luaC_newobj(L, LUA_TCCL, sizeCclosure(n), NULL, 0)->cl; in luaF_newCclosure()
31 Closure *c = &luaC_newobj(L, LUA_TLCL, sizeLclosure(n), NULL, 0)->cl; in luaF_newLclosure()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c324 clnttcp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnttcp_freeres() argument
329 ct = (struct ct_data *)cl->cl_private; in clnttcp_freeres()
341 clnttcp_control(CLIENT *cl, int request, char *info) in clnttcp_control() argument
345 ct = (struct ct_data *)cl->cl_private; in clnttcp_control()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c634 int cl; /* The latest character from look_key[] */ in _ht_lower_strcmp() local
637 cl = *look_key++; in _ht_lower_strcmp()
638 } while(cn && cn==tolower(cl)); in _ht_lower_strcmp()
639 return cn - tolower(cl); in _ht_lower_strcmp()
/illumos-gate/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c80 CLIENT *cl; local
116 cl = __nis_clnt_create(fd, nconf, 0, svc_taddr, 0, prog, vers, 0, 0);
117 if (cl == 0) {
124 return (cl);
/illumos-gate/usr/src/lib/libc/port/fp/
H A Deconvert.c39 __infnanstring(enum fp_class_type cl, int ndigits, char *buf) in __infnanstring() argument
41 if (cl == fp_infinity) { in __infnanstring()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dasm.S311 movb %cs:(pxenv_undi_irq-1b),%cl
312 cmpb $8,%cl
1153 movb %al, %cl
1301 movb %cl, %al
1307 shrb $6, %cl
1308 movb %cl, %ah
1354 movb (%si), %cl
1395 movzbl %cl, %ebx
1400 cmpb $0, %cl
2416 movb 0x10(%esp), %cl
[all …]
/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/tools/smatch/src/
H A Dcheck_kernel.c415 struct expression *cl, *fn, *fake_call; in match_closure_call() local
418 cl = get_argument_from_call_expr(call->args, 0); in match_closure_call()
420 if (!fn || !cl) in match_closure_call()
423 add_ptr_list(&args, cl); in match_closure_call()
/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/uts/common/fs/nfs/
H A Dnfs_dlinet.c2012 CLIENT *cl; in pmap_rmt_call() local
2025 0, PMAP_RETRIES, CRED(), &cl); in pmap_rmt_call()
2031 if (cl == (CLIENT *)NULL) { in pmap_rmt_call()
2055 CLNT_DESTROY(cl); in pmap_rmt_call()
2063 0, PMAP_RETRIES, CRED(), &cl); in pmap_rmt_call()
2069 if (cl == NULL) { in pmap_rmt_call()
2090 CLNT_DESTROY(cl); in pmap_rmt_call()
2164 CLIENT *cl; in mycallrpc() local
2170 0, retries, CRED(), &cl); in mycallrpc()
2178 AUTH_DESTROY(cl->cl_auth); in mycallrpc()
[all …]
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c70 bootparamproc_whoami_1(bp_whoami_arg *argp, CLIENT *cl) in bootparamproc_whoami_1() argument
159 bootparamproc_getfile_1(bp_getfile_arg *argp, CLIENT *cl) in bootparamproc_getfile_1() argument
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmacro.c722 wordinclass(str, cl) in wordinclass() argument
724 int cl;
729 return s != NULL && bitnset(bitidx(cl), s->s_class);
/illumos-gate/usr/src/data/terminfo/
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/lib/libpool/common/
H A Ddict.c370 void *cl) in dict_map() argument
379 apply(bucket->db_key, &bucket->db_value, cl); in dict_map()
/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

1234567