| /onnv/onnv-gate/usr/src/uts/common/os/ |
| callout.c | 154 #define CALLOUT_APPEND(ct, cp) \ 155 CALLOUT_HASH_APPEND(ct->ct_idhash[CALLOUT_IDHASH(cp->c_xid)], \ 159 #define CALLOUT_DELETE(ct, cp) \ 160 CALLOUT_HASH_DELETE(ct->ct_idhash[CALLOUT_IDHASH(cp->c_xid)], \ 182 #define CALLOUT_EXEC_COMPUTE(ct, exec) \ 186 cl = ct->ct_expired.ch_head; \ 200 } else if ((ct->ct_heap_num == 0) || \ 201 (ct->ct_heap[0].ch_expiration > gethrtime() + CALLOUT_THRESHOLD)) {\ 235 #define CALLOUT_LIST_FREE(ct, cl) \ 237 cl->cl_next = ct->ct_lfree; 787 callout_table_t *ct; local 1076 callout_table_t *ct; local 1388 callout_table_t *ct; local 1424 callout_table_t *ct; local 1555 callout_table_t *ct; local 1694 callout_table_t *ct; local 1766 callout_table_t *ct; local 1813 callout_table_t *ct; local [all...] |
| contract.c | 260 contract_dtor(contract_t *ct) 262 cte_queue_destroy(&ct->ct_events); 263 list_destroy(&ct->ct_vnodes); 264 mutex_destroy(&ct->ct_reflock); 265 mutex_destroy(&ct->ct_lock); 266 mutex_destroy(&ct->ct_evtlock); 284 contract_ctor(contract_t *ct, ct_type_t *type, ct_template_t *tmpl, void *data, 292 mutex_init(&ct->ct_lock, NULL, MUTEX_DEFAULT, NULL); 293 mutex_init(&ct->ct_reflock, NULL, MUTEX_DEFAULT, NULL); 294 mutex_init(&ct->ct_evtlock, NULL, MUTEX_DEFAULT, NULL) 912 contract_t *ct; local 1144 contract_t *ct; local 1163 contract_t *ct; local 1184 contract_t template, *ct; local 1247 contract_t template, *ct; local 1287 contract_t template, *ct; local 1323 contract_t *ct; local 1342 contract_t *ct; local 1917 contract_t *ct = e->cte_contract; local 1941 contract_t *ct; local [all...] |
| callb.c | 93 static callb_table_t *ct = &callb_table; variable 120 mutex_enter(&ct->ct_lock); 121 while (ct->ct_busy) 122 cv_wait(&ct->ct_busy_cv, &ct->ct_lock); 123 if ((cp = ct->ct_freelist) == NULL) { 124 ct->ct_ncallb++; 127 ct->ct_freelist = cp->c_next; 145 cp->c_next = ct->ct_first_cb[class]; 146 ct->ct_first_cb[class] = cp [all...] |
| sunmdi.c | 220 static int i_mdi_lba_lb(mdi_client_t *ct, 1229 mdi_client_t *ct = NULL; local 1327 mdi_client_t *ct; local 1499 mdi_client_t *ct; local 1663 mdi_client_t *ct; local 1700 mdi_client_t *ct; local 1716 mdi_client_t *ct; local 1734 mdi_client_t *ct; local 1779 mdi_client_t *ct; local 1878 mdi_client_t *ct = (mdi_client_t *)arg; local 2044 mdi_client_t *ct; local 2516 mdi_client_t *ct; local 2643 mdi_client_t *ct; local 2783 mdi_client_t *ct; local 3136 mdi_client_t *ct; local 3425 mdi_client_t *ct; local 3748 mdi_client_t *ct = MDI_PI(pip)->pi_client; local 3819 mdi_client_t *ct; local 3862 mdi_client_t *ct = NULL; local 3996 mdi_client_t *ct; local 4943 mdi_client_t *ct; local 5041 mdi_client_t *ct; local 5238 mdi_client_t *ct; local 5293 mdi_client_t *ct; local 5377 mdi_client_t *ct; local 5528 mdi_client_t *ct; local 5603 mdi_client_t *ct; local 5716 mdi_client_t *ct; local 5835 mdi_client_t *ct; local 5929 mdi_client_t *ct; local 6269 mdi_client_t *ct; local 6586 mdi_client_t *ct; local 6733 mdi_client_t *ct; local 6800 mdi_client_t *ct; local 6880 mdi_client_t *ct; local 6960 mdi_client_t *ct; local 7039 mdi_client_t *ct; local 7172 mdi_client_t *ct; local 7184 mdi_client_t *ct; local 8079 mdi_client_t *ct = pip->pi_client; local 8133 mdi_client_t *ct = pip->pi_client; local 9380 mdi_client_t *ct; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/rpc/ |
| clnt_vc.c | 137 struct ct_data *ct; member in struct:nb_reg_node 173 set_blocking_connection(struct ct_data *ct, bool_t blocking) 181 if (ct->ct_is_blocking == blocking) 184 if ((flag = fcntl(ct->ct_fd, F_GETFL, 0)) < 0) { 191 if (fcntl(ct->ct_fd, F_SETFL, flag) != 0) { 196 ct->ct_is_blocking = blocking; 235 struct ct_data *ct; /* private data */ local 242 ct = malloc(sizeof (*ct)); 243 if ((cl == NULL) || (ct == NULL)) 621 struct ct_data *ct = (struct ct_data *)cl->cl_private; local 786 struct ct_data *ct = (struct ct_data *)cl->cl_private; local 858 struct ct_data *ct = (struct ct_data *)cl->cl_private; local 880 struct ct_data *ct = (struct ct_data *)cl->cl_private; local 1098 struct ct_data *ct = (struct ct_data *)cl->cl_private; local 1133 struct ct_data *ct = ct_tmp; local 1297 struct ct_data *ct = ct_tmp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/acct/lib/ |
| expand.c | 41 * For as long as ct is of type comp_t, and comp_t is defined to be of type 42 * unsigned short, the maximum value of ct will be 2^16-1 ie 65535. Based on 48 expand(comp_t ct) 56 e = (ct >> 13) & 07; 57 f = ct & 017777;
|
| /onnv/onnv-gate/usr/src/ucblib/librpcsoc/ |
| clnt_tcp.c | 119 register struct ct_data *ct; local 131 ct = (struct ct_data *)mem_alloc(sizeof (*ct)); 132 if (ct == NULL) { 146 mem_free((caddr_t)ct, sizeof (struct ct_data)); 167 ct->ct_closeit = TRUE; 169 ct->ct_closeit = FALSE; 175 ct->ct_sock = *sockp; 176 ct->ct_wait.tv_usec = 0; 177 ct->ct_waitset = FALSE 234 register struct ct_data *ct = (struct ct_data *) h->cl_private; local 328 register struct ct_data *ct = local 340 register struct ct_data *ct = (struct ct_data *)cl->cl_private; local 358 register struct ct_data *ct = (struct ct_data *)cl->cl_private; local 391 register struct ct_data *ct = local [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/aes/ |
| aes_locl.h | 68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } 71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
|
| /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/ |
| clnt_btcp.c | 124 struct ct_data *ct; local 139 ct = (struct ct_data *)bkmem_alloc(sizeof (*ct)); 140 if (ct == NULL) { 217 ct->ct_closeit = TRUE; 219 ct->ct_closeit = FALSE; 224 ct->ct_sock = *sockp; 225 ct->ct_wait_msec = 0; 226 ct->ct_total.tv_sec = wait.tv_sec; 227 ct->ct_total.tv_usec = -1 288 struct ct_data *ct; local 471 struct ct_data *ct = (struct ct_data *)cl->cl_private; local 483 struct ct_data *ct = (struct ct_data *)cl->cl_private; local 510 struct ct_data *ct = (struct ct_data *)cl->cl_private; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| putenv.c | 97 int ct = 0; /* index into environ */ local 99 while(environ[ct] != NULL) { 100 if (match(environ[ct], str) != 0) 101 return (ct); 102 ct++; 104 return (-(++ct));
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| fem.h | 152 caller_context_t *ct); \ 155 caller_context_t *ct); \ 157 cred_t *cr, caller_context_t *ct); \ 159 cred_t *cr, caller_context_t *ct); \ 162 caller_context_t *ct); \ 164 cred_t *cr, caller_context_t *ct); \ 166 cred_t *cr, caller_context_t *ct); \ 168 cred_t *cr, caller_context_t *ct); \ 170 cred_t *cr, caller_context_t *ct); \ 173 cred_t *cr, caller_context_t *ct, \ [all...] |
| mdi_impldefs.h | 554 #define MDI_CLIENT_LOCK(ct) mutex_enter(&(ct)->ct_mutex) 555 #define MDI_CLIENT_TRYLOCK(ct) mutex_tryenter(&(ct)->ct_mutex) 556 #define MDI_CLIENT_UNLOCK(ct) mutex_exit(&(ct)->ct_mutex) 558 #define MDI_CLIENT_LOCKED(ct) MUTEX_HELD(&(ct)->ct_mutex) 567 #define MDI_CLIENT_UNSTABLE(ct) (ct)->ct_unstable++ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs4_deleg_ops.c | 63 recall_all_delegations(rfs4_file_t *fp, bool_t trunc, caller_context_t *ct) 79 if (ct != NULL && ct->cc_flags & CC_DONTBLOCK) { 81 ct->cc_flags |= CC_WOULDBLOCK; 101 deleg_rd_open(femarg_t *arg, int mode, cred_t *cr, caller_context_t *ct) 113 if ((ct == NULL || ct->cc_caller_id != nfs4_srv_caller_id) && 116 rc = recall_all_delegations(fp, FALSE, ct); 121 return (vnext_open(arg, mode, cr, ct)); 126 deleg_wr_open(femarg_t *arg, int mode, cred_t *cr, caller_context_t *ct) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/ |
| S1 | 55 ct 50 3 162
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_fem.c | 216 caller_context_t *ct, 227 ct, vsecp); 251 caller_context_t *ct, 261 error = vnext_remove(arg, name, cr, ct, flags); 276 caller_context_t *ct, 286 error = vnext_rename(arg, snm, tdvp, tnm, cr, ct, flags); 301 caller_context_t *ct, 312 error = vnext_mkdir(arg, name, vap, vpp, cr, ct, flags, vsecp); 326 caller_context_t *ct, 336 error = vnext_rmdir(arg, name, cdir, cr, ct, flags) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ctfs/ |
| ctfs_ctl.c | 92 contract_t *ct = ctlnode->ctfs_ctl_contract; local 97 mutex_enter(&ct->ct_lock); 98 if ((curproc == ct->ct_owner) || 99 (ct->ct_owner == NULL && ct->ct_regent != NULL && 100 ct->ct_regent->ct_data == curproc->p_ct_process)) { 101 mutex_exit(&ct->ct_lock); 105 mutex_exit(&ct->ct_lock); 116 ctfs_ctl_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) 121 return (ctfs_ctl_access(*vpp, VWRITE, 0, cr, ct)); 190 contract_t *ct = ctlnode->ctfs_ctl_contract; local 283 contract_t *ct = statnode->ctfs_ctl_contract; local [all...] |
| ctfs_sym.c | 57 ctfs_create_symnode(vnode_t *pvp, contract_t *ct) 67 symnode->ctfs_sn_contract = ct; 69 ct->ct_type->ct_type_name, (long)ct->ct_id) + 1; 72 ct->ct_type->ct_type_name, (long)ct->ct_id) < len); 74 contract_hold(ct); 89 caller_context_t *ct) 112 ctfs_sym_readlink(vnode_t *vp, uio_t *uiop, cred_t *cr, caller_context_t *ct) 125 ctfs_sym_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) [all...] |
| ctfs_cdir.c | 68 ctfs_create_cdirnode(vnode_t *pvp, contract_t *ct) 73 if ((vp = contract_vnode_get(ct, pvp->v_vfsp)) != NULL) 84 gfs_file_set_inode(vp, CTFS_INO_CT_DIR(ct->ct_id)); 86 cdir->ctfs_cn_contract = ct; 87 contract_hold(ct); 88 contract_vnode_set(ct, &cdir->ctfs_cn_linkage, vp); 103 caller_context_t *ct) 140 contract_t *ct = cdirnode->ctfs_cn_contract; local 142 mutex_enter(&ct->ct_lock); 144 mutex_exit(&ct->ct_lock) [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| contract.c | 93 contract_t ct; local 109 if (mdb_vread(&ct, sizeof (ct), addr) != sizeof (ct)) { 113 if (mdb_vread(&ctt, sizeof (ctt), (uintptr_t)ct.ct_type) != 115 mdb_warn("error reading ct_type_t at %p", ct.ct_type); 124 mdb_printf("%0?p %8d %8s %8s %?p %?p\n", addr, ct.ct_id, str, 125 (ct.ct_state == CTS_OWNED) ? "owned" : 126 (ct.ct_state == CTS_INHERITED) ? "inherit" : 127 (ct.ct_state == CTS_ORPHAN) ? "orphan" : "dead" [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| mp_pc.c | 102 struct cpu_tables *ct; local 110 ct = kmem_zalloc(P2ROUNDUP(sizeof (*ct), PAGESIZE), KM_SLEEP); 111 if ((uintptr_t)ct & PAGEOFFSET) 114 ntss = cp->cpu_tss = &ct->ct_tss; 121 ntss->tss_ist1 = (uint64_t)&ct->ct_stack[sizeof (ct->ct_stack)]; 126 (uint32_t)&ct->ct_stack[sizeof (ct->ct_stack)]; 169 return (ct); 217 struct cpu_tables *ct = arg; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/lofs/ |
| lofs_vnops.c | 51 lo_open(vnode_t **vpp, int flag, struct cred *cr, caller_context_t *ct) 70 error = VOP_OPEN(&rvp, flag, cr, ct); 110 caller_context_t *ct) 116 return (VOP_CLOSE(vp, flag, count, offset, cr, ct)); 121 caller_context_t *ct) 127 return (VOP_READ(vp, uiop, ioflag, cr, ct)); 132 caller_context_t *ct) 138 return (VOP_WRITE(vp, uiop, ioflag, cr, ct)); 149 caller_context_t *ct) 155 return (VOP_IOCTL(vp, cmd, arg, flag, cr, rvalp, ct)); [all...] |
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| gnxseq.c | 43 int count = 0, ct, ret; local 71 ret = sscanf(buf, "%s%d", name, &ct); 73 ct = 0; 75 if (ct > 9998) 76 ct = 0; 85 count = ++ct; 88 fprintf(fp1, "%s %d %d/%d-%d:%2.2d\n", name, ct,
|
| /onnv/onnv-gate/usr/src/uts/common/contract/ |
| process.c | 229 contract_t *ct; local 258 ct = contract_type_ptr(process_type, param_value, 260 if (ct == NULL) 262 if (ct->ct_owner != curproc) { 263 contract_rele(ct); 266 if (((cont_process_t *)ct->ct_data)->conp_nmembers) { 267 contract_rele(ct); 271 ct = NULL; 275 ctp->ctp_subsume = ct; 462 contract_process_free(contract_t *ct) 886 contract_t *ct; local 924 contract_t *ct = &ctp->conp_contract; local 1013 contract_t *ct; local 1075 contract_t *ct = &ctp->conp_contract; local 1125 contract_t *ct = &ctp->conp_contract; local 1161 contract_t *ct = &ctp->conp_contract; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/tm/ |
| tmxtouch.c | 41 tmxtouch(const char* path, Time_t at, Time_t mt, Time_t ct, int flags) 70 if (ct == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) 72 else if (!ct && !(flags & PATH_TOUCH_VERBATIM)) 76 cv.tv_sec = tmxsec(ct); 77 cv.tv_nsec = tmxnsec(ct);
|
| /onnv/onnv-gate/usr/src/cmd/eqn/ |
| e.y | 65 matrix : MATRIX { $$ = ct; } ; 77 lcol : LCOL { $$ = ct++; } ; 78 ccol : CCOL { $$ = ct++; } ; 79 rcol : RCOL { $$ = ct++; } ; 80 col : COL { $$ = ct++; } ; 95 | lpile '{' list '}' { lpile('L', $1, ct); ct = $1; } 96 | cpile '{' list '}' { lpile('C', $1, ct); ct = $1; } 97 | rpile '{' list '}' { lpile('R', $1, ct); ct = $1; [all...] |