Home
last modified time | relevance | path

Searched refs:ct (Results 51 – 75 of 285) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/tbl/
H A Dtv.c140 int ct; in midbcol() local
141 while ( (ct=ctype(i,c)) == 's') in midbcol()
143 if (ct=='-' || ct == '=') in midbcol()
144 return(ct); in midbcol()
145 if (ct=barent(table[i][c].col)) in midbcol()
146 return(ct); in midbcol()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1880 ct->ct_cmd = cmd; in smb_threshold_init()
1882 ct->ct_timeout = timeout; in smb_threshold_init()
1907 ct->ct_threshold <= ct->ct_active_cnt) { in smb_threshold_enter()
1908 ct->ct_blocked_cnt++; in smb_threshold_enter()
1909 rem = cv_timedwait(&ct->ct_cond, &ct->ct_mutex, time); in smb_threshold_enter()
1910 ct->ct_blocked_cnt--; in smb_threshold_enter()
1921 ASSERT3U(ct->ct_active_cnt, <, ct->ct_threshold); in smb_threshold_enter()
1922 ct->ct_active_cnt++; in smb_threshold_enter()
1933 ct->ct_active_cnt--; in smb_threshold_exit()
1934 if (ct->ct_blocked_cnt) in smb_threshold_exit()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxtouch.c41 tmxtouch(const char* path, Time_t at, Time_t mt, Time_t ct, int flags) in tmxtouch() argument
70 if (ct == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
72 else if (!ct && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
76 cv.tv_sec = tmxsec(ct); in tmxtouch()
77 cv.tv_nsec = tmxnsec(ct); in tmxtouch()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2567 ct->ct_req_size = ct->ct_req_alloc_size = 24; in fct_create_solct()
2575 ct->ct_resp_alloc_size = ct->ct_resp_size = 16; in fct_create_solct()
2578 ct->ct_req_size = ct->ct_req_alloc_size = 28; in fct_create_solct()
2599 ct->ct_req_size = ct->ct_req_alloc_size = 24; in fct_create_solct()
2620 ct->ct_req_size = ct->ct_req_alloc_size = 52; in fct_create_solct()
2646 ct->ct_req_size = ct->ct_req_alloc_size = in fct_create_solct()
2679 ct->ct_req_size = ct->ct_req_alloc_size = in fct_create_solct()
2704 ct->ct_req_size = ct->ct_req_alloc_size = 20; in fct_create_solct()
2719 ct->ct_req_size = ct->ct_req_alloc_size = 20; in fct_create_solct()
2734 ct->ct_req_size = ct->ct_req_alloc_size = 20; in fct_create_solct()
[all …]
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c160 caller_context_t *ct) in auto_close() argument
171 caller_context_t *ct) in auto_getattr() argument
280 caller_context_t *ct) in auto_setattr() argument
314 caller_context_t *ct) in auto_access() argument
362 caller_context_t *ct, in auto_lookup() argument
673 caller_context_t *ct, in auto_create() argument
707 caller_context_t *ct, in auto_remove() argument
741 caller_context_t *ct, in auto_link() argument
791 caller_context_t *ct, in auto_rename() argument
870 caller_context_t *ct, in auto_mkdir() argument
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/
H A Dswde_case.c181 enum sw_casetype ct = sw_id_to_casetype(hdl, who); in swde_case_open() local
186 if (ct == SW_CASE_NONE) in swde_case_open()
191 fmd_hdl_abort(hdl, "swde_case_open: bad subdata\n", ct); in swde_case_open()
208 datap->sc_type = ct; in swde_case_open()
211 swde_subdata(hdl, cp, ct, scp, subdata_vers, subdata, in swde_case_open()
251 enum sw_casetype ct = sw_id_to_casetype(hdl, who); in swde_case_first() local
255 if (ct == SW_CASE_NONE) in swde_case_first()
260 if (scp->swc_data.sc_type == ct) in swde_case_first()
272 int ct; in swde_case_next() local
278 ct = scp->swc_data.sc_type; in swde_case_next()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_nblk.c112 caller_context_t *ct) /* caller context */ in nbl_conflict() argument
118 if (nbl_share_conflict(vp, op, ct)) { in nbl_conflict()
129 return (nbl_lock_conflict(vp, op, offset, length, svmand, ct)); in nbl_conflict()
159 nbl_share_conflict(vnode_t *vp, nbl_op_t op, caller_context_t *ct) in nbl_share_conflict() argument
170 ssize_t length, int svmand, caller_context_t *ct) in nbl_lock_conflict() argument
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcatanh.c47 dcomplex ans, ct; in catanh() local
53 ct = catan(z); in catanh()
54 D_RE(ans) = D_IM(ct); in catanh()
55 D_IM(ans) = -D_RE(ct); in catanh()
H A Dcatanhf.c38 fcomplex ans, ct; in catanhf() local
44 ct = catanf(z); in catanhf()
45 F_RE(ans) = F_IM(ct); in catanhf()
46 F_IM(ans) = -F_RE(ct); in catanhf()
H A Dcatanhl.c38 ldcomplex ans, ct; in catanhl() local
44 ct = catanl(z); in catanhl()
45 LD_RE(ans) = LD_IM(ct); in catanhl()
46 LD_IM(ans) = -LD_RE(ct); in catanhl()
H A Dcsin.c51 dcomplex ans, ct; in csin() local
57 ct = csinh(z); in csin()
58 D_RE(ans) = -D_IM(ct); in csin()
59 D_IM(ans) = D_RE(ct); in csin()
H A Dcsinf.c38 fcomplex ans, ct; in csinf() local
44 ct = csinhf(z); in csinf()
45 F_RE(ans) = -F_IM(ct); in csinf()
46 F_IM(ans) = F_RE(ct); in csinf()
H A Dcsinl.c38 ldcomplex ans, ct; in csinl() local
44 ct = csinhl(z); in csinl()
45 LD_RE(ans) = -LD_IM(ct); in csinl()
46 LD_IM(ans) = LD_RE(ct); in csinl()
H A Dctan.c51 dcomplex ans, ct; in ctan() local
57 ct = ctanh(z); in ctan()
58 D_RE(ans) = -D_IM(ct); in ctan()
59 D_IM(ans) = D_RE(ct); in ctan()
H A Dctanf.c38 fcomplex ans, ct; in ctanf() local
44 ct = ctanhf(z); in ctanf()
45 F_RE(ans) = -F_IM(ct); in ctanf()
46 F_IM(ans) = F_RE(ct); in ctanf()
H A Dctanl.c38 ldcomplex ans, ct; in ctanl() local
44 ct = ctanhl(z); in ctanl()
45 LD_RE(ans) = -LD_IM(ct); in ctanl()
46 LD_IM(ans) = LD_RE(ct); in ctanl()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c101 caller_context_t *ct) in tmp_close() argument
654 caller_context_t *ct) in tmp_ioctl() argument
666 caller_context_t *ct) in tmp_getattr() argument
729 caller_context_t *ct) in tmp_setattr() argument
809 caller_context_t *ct) in tmp_access() argument
830 caller_context_t *ct, in tmp_lookup() argument
950 caller_context_t *ct, in tmp_create() argument
1092 caller_context_t *ct, in tmp_remove() argument
1127 caller_context_t *ct, in tmp_link() argument
1182 caller_context_t *ct, in tmp_rename() argument
[all …]
/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c262 _FileRuneEntry *ct = NULL; in dump_ctype() local
381 ct[rl.runetype_ext_nranges-1].max = wc; in dump_ctype()
384 ct = realloc(ct, in dump_ctype()
385 sizeof (*ct) * rl.runetype_ext_nranges); in dump_ctype()
386 if (ct == NULL) in dump_ctype()
388 ct[rl.runetype_ext_nranges - 1].min = wc; in dump_ctype()
389 ct[rl.runetype_ext_nranges - 1].max = wc; in dump_ctype()
390 ct[rl.runetype_ext_nranges - 1].map = ctn->ctype; in dump_ctype()
431 (wr_category(ct, sizeof (*ct) * rl.runetype_ext_nranges, f) == 0) && in dump_ctype()
441 free(ct); in dump_ctype()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c218 struct caller_context *ct);
220 caller_context_t *ct);
225 caller_context_t *ct);
2116 caller_context_t *ct) in port_fop_write() argument
2129 caller_context_t *ct) in port_fop_map() argument
2135 flags, cr, ct); in port_fop_map()
2142 caller_context_t *ct) in port_fop_read() argument
2158 caller_context_t *ct) in port_fop_setattr() argument
2200 flag, ct, vsecp); in port_fop_create()
2311 caller_context_t *ct) in port_fop_setsecattr() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c572 contract_t *ct = NULL; in spec_open() local
831 if (ct) { in spec_open()
880 caller_context_t *ct) in spec_close() argument
981 caller_context_t *ct) in spec_read() argument
1087 caller_context_t *ct) in spec_write() argument
1295 caller_context_t *ct) in spec_getattr() argument
1384 caller_context_t *ct) in spec_setattr() argument
1429 caller_context_t *ct) in spec_access() argument
1459 caller_context_t *ct, in spec_create() argument
1489 caller_context_t *ct) in spec_fsync() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c122 caller_context_t *ct) in fs_nosys_map() argument
131 caller_context_t *ct) in fs_nosys_addmap() argument
139 struct pollhead **phpp, caller_context_t *ct) in fs_nosys_poll() argument
464 caller_context_t *ct) in fs_pathconf() argument
567 caller_context_t *ct) in fs_dispose() argument
581 caller_context_t *ct) in fs_nodispose() argument
592 caller_context_t *ct) in fs_fab_acl() argument
606 if (error = VOP_GETATTR(vp, &vattr, 0, cr, ct)) in fs_fab_acl()
649 caller_context_t *ct) in fs_shrlock() argument
714 caller_context_t *ct) in fs_vnevent_nosupport() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_tdir.c84 caller_context_t *ct) in ctfs_tdir_getattr() argument
140 contract_t *ct; in ctfs_tdir_do_lookup() local
146 ct = contract_type_ptr(ct_types[gfs_file_index(vp)], i, in ctfs_tdir_do_lookup()
148 if (ct == NULL) in ctfs_tdir_do_lookup()
151 *vpp = ctfs_create_cdirnode(vp, ct); in ctfs_tdir_do_lookup()
153 contract_rele(ct); in ctfs_tdir_do_lookup()
/illumos-gate/usr/src/cmd/eqn/
H A Dmatrix.c22 lp[p1] = ct - p1 - 1; in column()
25 for (i = p1 + 1; i < ct; i++) in column()
29 lp[ct++] = type; in column()
41 for (i = p1; i < ct; i += lp[i] + 2) { in matrix()
80 ct = p1; in matrix()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_reloc_symbolic.c152 unsigned long ct = p_reloc->pr_reloc_total_count; in _dwarf_symbolic_relocs_to_disk() local
154 if (ct == 0) { in _dwarf_symbolic_relocs_to_disk()
224 p_reloc->pr_slots_per_block_to_alloc = ct; in _dwarf_symbolic_relocs_to_disk()
231 p_reloc,ct); in _dwarf_symbolic_relocs_to_disk()
263 new_blk->rb_next_slot_to_use = ct; in _dwarf_symbolic_relocs_to_disk()
265 p_reloc->pr_reloc_total_count = ct; in _dwarf_symbolic_relocs_to_disk()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dstore_cred.c38 store_init_cred(ct, minor_status, cred, dflt) in store_init_cred() argument
39 krb5_context ct; in store_init_cred()
54 if ((code = krb5_cc_default(ct, &ccache))) {
85 if ((code = krb5_cc_initialize(ct, ccache, cred->princ))) {
96 if ((code = krb5_cc_copy_creds(ct, cred->ccache, ccache))) {
104 krb5_free_principal(ct, ccprinc);
107 krb5_cc_close(ct, ccache);

12345678910>>...12