Home
last modified time | relevance | path

Searched refs:ct (Results 76 – 100 of 285) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c439 caller_context_t *ct) in fifo_close() argument
660 caller_context_t *ct) in fifo_read() argument
846 caller_context_t *ct) in fifo_write() argument
1455 caller_context_t *ct) in fifo_getattr() argument
1757 if (VOP_REALVP(vp, &rvp, ct) == 0) in fifo_realvp()
1884 caller_context_t *ct) in fifo_pathconf() argument
1941 &val, cr, ct); in fifo_pathconf()
1958 caller_context_t *ct) in fifo_setsecattr() argument
1970 crp, ct); in fifo_setsecattr()
1983 caller_context_t *ct) in fifo_getsecattr() argument
[all …]
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1518 int ct[NASC]; in english() local
1523 ct[j] = 0; in english()
1526 ct[bp[j]|040]++; in english()
1544 vow = ct['a'] + ct['e'] + ct['i'] + ct['o'] + ct['u']; in english()
1545 freq = ct['e'] + ct['t'] + ct['a'] + ct['i'] + ct['o'] + ct['n']; in english()
1546 rare = ct['v'] + ct['j'] + ct['k'] + ct['q'] + ct['x'] + ct['z']; in english()
1547 if (2*ct[';'] > ct['e']) in english()
1549 if ((ct['>'] + ct['<'] + ct['/']) > ct['e']) in english()
1551 return (vow * 5 >= n - ct[' '] && freq >= 10 * rare); in english()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c199 } ct; member
1274 e->of.ct.input = NULL; in readcron()
1676 e->of.ct.daymon); in tz_next_time()
2114 free(e2->of.ct.minute); in rm_ctevents()
2115 free(e2->of.ct.hour); in rm_ctevents()
2116 free(e2->of.ct.daymon); in rm_ctevents()
2117 free(e2->of.ct.month); in rm_ctevents()
2118 free(e2->of.ct.dayweek); in rm_ctevents()
2120 free(e2->of.ct.input); in rm_ctevents()
2510 if (e->of.ct.tz) { in ex()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c187 caller_context_t ct; in rfs_setattr() local
240 ct.cc_sysid = 0; in rfs_setattr()
241 ct.cc_pid = 0; in rfs_setattr()
346 ct.cc_flags = 0; in rfs_setattr()
773 caller_context_t ct; in rfs_read() local
789 ct.cc_sysid = 0; in rfs_read()
790 ct.cc_pid = 0; in rfs_read()
1082 ct.cc_sysid = 0; in rfs_write_sync()
1083 ct.cc_pid = 0; in rfs_write_sync()
1467 ct.cc_sysid = 0; in rfs_write()
[all …]
H A Dnfs_vnops.c307 caller_context_t *ct) in nfs_close() argument
382 cr, ct); in nfs_close()
415 caller_context_t *ct) in nfs_read() argument
549 caller_context_t *ct) in nfs_write() argument
1067 caller_context_t *ct) in nfs_ioctl() argument
1083 caller_context_t *ct) in nfs_getattr() argument
1144 caller_context_t *ct) in nfs_setattr() argument
1647 cr, ct); in nfs_inactive()
4080 caller_context_t *ct) in nfs_putpage() argument
4301 caller_context_t *ct) in nfs_map() argument
[all …]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1727 save_len = ct->dd_len1; in kcf_emulate_dual()
1728 if (ct->dd_len2 == 0) { in kcf_emulate_dual()
1734 if (ct->dd_len1 == 0) in kcf_emulate_dual()
1738 ct->dd_offset1 = ct->dd_offset2; in kcf_emulate_dual()
1739 ct->dd_len1 = ct->dd_len2; in kcf_emulate_dual()
1769 if (ct->dd_len2 > 0) { in kcf_emulate_dual()
1772 ct->dd_offset1 = ct->dd_offset2; in kcf_emulate_dual()
1773 ct->dd_len1 = ct->dd_len2; in kcf_emulate_dual()
1858 if (ct->dd_len2 > 0) { in kcf_emulate_dual()
1859 ct->dd_offset1 = ct->dd_offset2; in kcf_emulate_dual()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c193 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) in writeit() argument
195 bfs[current].counter = ct; /* set size of data to write */ in writeit()
199 ct = -1; in writeit()
202 return (ct); /* this is a lie of course */ in writeit()
216 int ct; in write_behind() local
259 ct = count; in write_behind()
260 while (ct--) { /* loop over the buffer */ in write_behind()
/illumos-gate/usr/src/uts/common/disp/
H A Dsysclass.c158 sys_fork(t, ct, bufp) in sys_fork() argument
160 kthread_t *ct;
172 sys_forkret(t, ct) in sys_forkret() argument
174 kthread_t *ct;
177 register proc_t *cp = ttoproc(ct);
H A Dthread.c1032 if (ctx->save_op == ct->ct_save && in ctxop_find_by_tmpl()
1034 ctx->fork_op == ct->ct_fork && in ctxop_find_by_tmpl()
1036 ctx->exit_op == ct->ct_exit && in ctxop_find_by_tmpl()
1037 ctx->free_op == ct->ct_free && in ctxop_find_by_tmpl()
1080 ctx->save_op = ct->ct_save; in ctxop_allocate()
1081 ctx->restore_op = ct->ct_restore; in ctxop_allocate()
1082 ctx->fork_op = ct->ct_fork; in ctxop_allocate()
1084 ctx->exit_op = ct->ct_exit; in ctxop_allocate()
1085 ctx->free_op = ct->ct_free; in ctxop_allocate()
1285 (ctx->fork_op)(t, ct); in forkctx()
[all …]
/illumos-gate/usr/src/cmd/acct/lib/
H A Dexpand.c45 expand(comp_t ct) in expand() argument
53 e = (ct >> 13) & 07; in expand()
54 f = ct & 017777; in expand()
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c254 void *ct; in dummy_gss_init_sec_context()
380 void *ct; in dummy_gss_accept_sec_context()
508 void *ct; in dummy_gss_process_context_token()
520 void *ct; in dummy_gss_delete_sec_context()
552 void *ct; in dummy_gss_context_time()
975 void *ct; in dummy_gss_export_sec_context()
996 void *ct; in dummy_gss_import_sec_context()
1093 void *ct; in dummy_gss_inquire_context()
1151 void *ct; in dummy_gss_internal_release_oid()
1173 void *ct; in dummy_gss_wrap_size_limit()
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Dinv6.c27 int ct = 0; in whash() local
49 hfreq[hash] = ct; in whash()
56 ct = 0; in whash()
64 ct++; in whash()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c294 cred_t *cr, caller_context_t *ct) in zfsctl_common_close() argument
305 caller_context_t *ct) in zfsctl_common_access() argument
397 error = VOP_FID(ZTOV(dzp), fidp, ct); in zfsctl_shares_fid()
424 caller_context_t *ct) in zfsctl_root_getattr() argument
464 cr, ct, direntflags, realpnp); in zfsctl_root_lookup()
474 caller_context_t *ct) in zfsctl_pathconf() argument
677 caller_context_t *ct, int flags) in zfsctl_snapdir_remove() argument
1024 caller_context_t *ct, int flags) in zfsctl_shares_readdir() argument
1092 caller_context_t *ct) in zfsctl_shares_getattr() argument
1116 caller_context_t *ct) in zfsctl_snapdir_getattr() argument
[all …]
/illumos-gate/usr/src/head/
H A Dregexp.h347 size_t ct; in advance() local
483 ct = braelist[*ep++] - bbeg; in advance()
485 if (ecmp(bbeg, lp, ct)) { in advance()
486 lp += ct; in advance()
494 ct = braelist[*ep++] - bbeg; in advance()
496 while (ecmp(bbeg, lp, ct)) in advance()
497 lp += ct; in advance()
502 lp -= ct; in advance()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c365 caller_context_t *ct) in smbfs_close() argument
547 caller_context_t *ct) in smbfs_read() argument
707 caller_context_t *ct) in smbfs_write() argument
1438 caller_context_t *ct) in smbfs_getattr() argument
1509 caller_context_t *ct) in smbfs_setattr() argument
3424 caller_context_t *ct) in smbfs_readvdir() argument
4062 caller_context_t *ct) in smbfs_putpage() argument
4727 caller_context_t *ct) in smbfs_frlock() argument
4811 caller_context_t *ct) in smbfs_pathconf() argument
4883 caller_context_t *ct) in smbfs_getsecattr() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c245 caller_context_t *ct) in udf_open() argument
260 caller_context_t *ct) in udf_close() argument
295 caller_context_t *ct) in udf_read() argument
344 caller_context_t *ct) in udf_write() argument
409 caller_context_t *ct) in udf_ioctl() argument
421 caller_context_t *ct) in udf_getattr() argument
495 caller_context_t *ct) in udf_setattr() argument
617 caller_context_t *ct) in udf_access() argument
642 caller_context_t *ct, in udf_lookup() argument
720 caller_context_t *ct, in udf_create() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c81 caller_context_t *ct);
87 caller_context_t *ct);
91 caller_context_t *ct);
198 caller_context_t *ct) in pcfs_open() argument
215 caller_context_t *ct) in pcfs_close() argument
572 caller_context_t *ct) in pcfs_getattr() argument
707 caller_context_t *ct) in pcfs_setattr() argument
856 caller_context_t *ct) in pcfs_access() argument
888 caller_context_t *ct) in pcfs_fsync() argument
917 caller_context_t *ct) in pcfs_inactive() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_common.c38 caller_context_t *ct) in objfs_dir_open() argument
52 caller_context_t *ct) in objfs_common_close() argument
63 caller_context_t *ct) in objfs_dir_access() argument
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c70 port_open(struct vnode **vpp, int flag, cred_t *cr, caller_context_t *ct) in port_open() argument
155 caller_context_t *ct) in port_close() argument
285 struct pollhead **phpp, caller_context_t *ct) in port_poll() argument
314 caller_context_t *ct) in port_getattr() argument
345 port_inactive(struct vnode *vp, cred_t *cr, caller_context_t *ct) in port_inactive() argument
365 caller_context_t *ct) in port_access() argument
372 port_realvp(vnode_t *vp, vnode_t **vpp, caller_context_t *ct) in port_realvp() argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c142 crypto_data_t ct, pt; in krb5int_aes_encrypt() local
184 ct.cd_format = CRYPTO_DATA_UIO; in krb5int_aes_encrypt()
185 ct.cd_offset = 0; in krb5int_aes_encrypt()
186 ct.cd_length = nblocks * BLOCK_SIZE; in krb5int_aes_encrypt()
187 ct.cd_miscdata = NULL; in krb5int_aes_encrypt()
189 ct.cd_uio = &uio_ct; in krb5int_aes_encrypt()
190 ct.cd_uio->uio_iov = iovarray_ct; in krb5int_aes_encrypt()
191 ct.cd_uio->uio_iovcnt = 2; in krb5int_aes_encrypt()
192 ct.cd_uio->uio_segflg = UIO_SYSSPACE; in krb5int_aes_encrypt()
202 (int)ct.cd_uio->uio_iov[0].iov_len); in krb5int_aes_encrypt()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1040 struct setlist *ct; local
1050 for (ct = Setlist; ct->name; ct++)
1051 (void) printf("%-15s %s\n", ct->name, ct->help);
1059 if (ct == 0) {
1100 "%s set to \"%s\".\n", ct->name, (char *)ct->charp);
1118 struct setlist *ct; in unsetcmd() local
1128 for (ct = Setlist; ct->name; ct++) in unsetcmd()
1129 (void) printf("%-15s %s\n", ct->name, ct->help); in unsetcmd()
1140 ct = getset(name); in unsetcmd()
1141 if (ct == 0) { in unsetcmd()
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Dnbmlock.c107 caller_context_t *ct) /* caller context */ in nbl_conflict() argument
113 if (nbl_share_conflict(vp, op, ct)) { in nbl_conflict()
124 return (nbl_lock_conflict(vp, op, offset, length, svmand, ct)); in nbl_conflict()
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_tmpl.c77 ctfs_tmpl_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) in ctfs_tmpl_open() argument
95 caller_context_t *ct) in ctfs_tmpl_getattr() argument
123 caller_context_t *ct) in ctfs_tmpl_ioctl() argument
179 ctfs_tmpl_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) in ctfs_tmpl_inactive() argument
/illumos-gate/usr/src/cmd/tbl/
H A Dt7.c17 # define realsplit ((ct=='a'||ct=='n') && table[ldata][c].rcol)
49 int c, ct, vforml, lf; in runtabs() local
58 switch(ct=ctype(vforml,c)) in runtabs()
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_step.c236 int ct; in _advance() local
419 ct = (int)(braelist[*ep++] - bbeg); in _advance()
421 if (ecmp(bbeg, lp, ct)) { in _advance()
422 lp += ct; in _advance()
429 ct = (int)(braelist[*ep++] - bbeg); in _advance()
431 while (ecmp(bbeg, lp, ct)) in _advance()
432 lp += ct; in _advance()
437 lp -= ct; in _advance()

12345678910>>...12