HomeSort by relevance Sort by last modified time
    Searched defs:ct (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /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/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/cmd/refer/
inv6.c 29 int ct = 0; local
51 hfreq[hash] = ct;
58 ct = 0;
66 ct++;
  /onnv/onnv-gate/usr/src/cmd/tbl/
t7.c 19 # define realsplit ((ct=='a'||ct=='n') && table[ldata][c].rcol)
51 int c, ct, vforml, lf; local
60 switch(ct=ctype(vforml,c))
tv.c 142 int ct; local
143 while ( (ct=ctype(i,c)) == 's')
145 if (ct=='-' || ct == '=')
146 return(ct);
147 if (ct=barent(table[i][c].col))
148 return(ct);
t8.c 20 # define realsplit ((ct=='a'||ct=='n') && table[nl][c].rcol)
40 int c, lf, ct, form, lwid, vspf, ip = -1, cmidx, exvspen, vforml; local
74 switch (ct=fullbot[nl])
78 fullwide(nl,ct);
137 ct = c+CLEFT;
138 if (form=='a') ct = c+CMID;
139 if (form=='n' && table[nl][c].rcol && lused[c]==0) ct= c+CMID;
140 fprintf(tabout, "\\h'|\\n(%du'", ct);
146 switch(ct=ctype(vforml, c)
285 int c, s, pl, lwid, dv, lf, ct; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/ctfs/
ctfs_all.c 80 caller_context_t *ct)
104 contract_t *ct; local
110 ct = contract_ptr(i, VTOZONE(vp)->zone_uniqid);
111 if (ct == NULL)
114 *vpp = ctfs_create_symnode(vp, ct);
115 *inop = CTFS_INO_CT_LINK(ct->ct_id);
116 contract_rele(ct);
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...]
ctfs_latest.c 70 contract_t *ct = ttolwp(curthread)->lwp_ct_latest[ local
73 if (ct) {
76 cvp = ctfs_create_cdirnode(gfs_file_parent(vp), ct);
103 caller_context_t *ct)
125 ctfs_latest_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct)
135 return (VOP_OPEN(vpp, flag, cr, ct));
153 caller_context_t *ct)
158 int res = VOP_GETATTR(nvp, vap, flags, cr, ct);
ctfs_tdir.c 86 caller_context_t *ct)
142 contract_t *ct; local
148 ct = contract_type_ptr(ct_types[gfs_file_index(vp)], i,
150 if (ct == NULL)
153 *vpp = ctfs_create_cdirnode(vp, ct);
155 contract_rele(ct);
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_event.c 202 contract_t *ct = evnode->ctfs_ev_contract; local
208 if (error = secpolicy_contract_observer(cr, ct))
225 contract_t *ct = evnode->ctfs_ev_contract; local
228 if (error = secpolicy_contract_observer(cr, ct))
243 ctfs_ev_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct)
271 caller_context_t *ct)
301 caller_context_t *ct)
320 caller_context_t *ct)
386 ctfs_bu_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct)
404 ctfs_bu_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct)
    [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/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/common/syscall/
processor_bind.c 199 contract_t *ct; local
323 if ((ct = contract_type_ptr(process_type, id,
328 ret = cpu_bind_contract(ct->ct_data,
331 contract_rele(ct);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
mkdstore.c 90 int ct = strtol(v[2], 0L, 0L); local
118 entries = (char **) malloc(ct * (sizeof (char *) * 8 + 4));
156 for (i = 0, j = 0; i < ct; i++) {
  /onnv/onnv-gate/usr/src/cmd/eqn/
glob.c 22 int ct; /* pointer to lp */ variable
  /onnv/onnv-gate/usr/src/lib/libdhcpagent/common/
dhcpagent_util.c 127 ctid_t ct; local
173 if (contract_latest(&ct) != -1)
174 (void) contract_abandon_id(ct);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
tftpsubs.c 195 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert)
197 bfs[current].counter = ct; /* set size of data to write */
201 ct = -1;
204 return (ct); /* this is a lie of course */
218 int ct; local
261 ct = count;
262 while (ct--) { /* loop over the buffer */
  /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/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
aes_provider.c 135 * pt = plain text, ct = cipher text
141 /* ct = ciphertext, pt = plaintext */
142 crypto_data_t ct, pt; local
184 ct.cd_format = CRYPTO_DATA_UIO;
185 ct.cd_offset = 0;
186 ct.cd_length = nblocks * BLOCK_SIZE;
187 ct.cd_miscdata = NULL;
189 ct.cd_uio = &uio_ct;
190 ct.cd_uio->uio_iov = iovarray_ct;
191 ct.cd_uio->uio_iovcnt = 2
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
if_dir.c 167 char *p, *ct, *ctime(); local
189 ct = ctime(&(entry->mtime));
190 sprintf(ldescr+len, "%12.12s", ct+4);
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
compile.c 352 int ct; local
474 ct = braelist[*ep++] - bbeg;
476 if(ecmp(bbeg, lp, ct)) {
477 lp += ct;
484 ct = braelist[*ep++] - bbeg;
486 while(ecmp(bbeg, lp, ct))
487 lp += ct;
491 lp -= ct;
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsdb/
fsdb_yacc.y 118 | at | ct | gid | ln | mt | md
490 ct : CTTZ '=' expr { set_file(CTTZ, i_number << l2b, $3); } label
  /onnv/onnv-gate/usr/src/cmd/last/
last.c 119 char *ct; local
291 ct = ctime(&bp->ut_xtime);
301 ct, 11 + ct);
398 ct = ctime(&buf[0].ut_xtime);
399 (void) printf(gettext("\nwtmp begins %10.10s %5.5s \n"), ct, ct + 11);
443 char *ct; local
447 ct = ctime(&buf[0].ut_xtime);
448 (void) printf(gettext("\ninterrupted %10.10s %5.5s \n"), ct, ct + 11)
    [all...]

Completed in 2039 milliseconds

1 2 3 4 5