Searched defs:ctp (Results 26 - 42 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c1609 char ctp[128]; local
1615 sprintf(ctp, "%d", pwp->pw_uid) +
1616 sprintf(ctp, "%d", pwp->pw_gid) +
1629 char ctp[128]; local
1636 sprintf(ctp, "%d", ssp->sp_lstchg) +
1637 sprintf(ctp, "%d", ssp->sp_min) +
1638 sprintf(ctp, "%d", ssp->sp_max) +
1639 sprintf(ctp, "%d", ssp->sp_warn) +
1640 sprintf(ctp, "%d", ssp->sp_inact) +
1641 sprintf(ctp, "
[all...]
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c246 dc_open(struct vnode **vpp, int flag, struct cred *cr, caller_context_t *ctp) argument
254 struct cred *cr, caller_context_t *ctp)
309 cred_t *cred, caller_context_t *ctp)
315 error = VOP_GETATTR(subvp, vap, flags, cred, ctp);
324 caller_context_t *ctp)
329 return (VOP_SETATTR(subvp, vap, flags, cred, ctp));
334 cred_t *cred, caller_context_t *ctp)
339 return (VOP_ACCESS(subvp, mode, flags, cred, ctp));
344 dc_fsync(vnode_t *vp, int syncflag, cred_t *cred, caller_context_t *ctp) argument
351 dc_inactive(struct vnode *vp, cred_t *cr, caller_context_t *ctp) argument
253 dc_close(struct vnode *vp, int flag, int count, offset_t off, struct cred *cr, caller_context_t *ctp) argument
308 dc_getattr(struct vnode *vp, struct vattr *vap, int flags, cred_t *cred, caller_context_t *ctp) argument
323 dc_setattr(struct vnode *vp, struct vattr *vap, int flags, cred_t *cred, caller_context_t *ctp) argument
333 dc_access(struct vnode *vp, int mode, int flags, cred_t *cred, caller_context_t *ctp) argument
375 dc_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ctp) argument
384 dc_seek(struct vnode *vp, offset_t oof, offset_t *noffp, caller_context_t *ctp) argument
393 dc_frlock(struct vnode *vp, int cmd, struct flock64 *bfp, int flag, offset_t offset, struct flk_callback *flk_cbp, cred_t *cr, caller_context_t *ctp) argument
535 dc_getpage(struct vnode *vp, offset_t off, size_t len, uint_t *protp, struct page *pl[], size_t plsz, struct seg *seg, caddr_t addr, enum seg_rw rw, struct cred *cr, caller_context_t *ctp) argument
615 dc_putpage(struct vnode *vp, offset_t off, size_t len, int flags, struct cred *cr, caller_context_t *ctp) argument
673 dc_map(struct vnode *vp, offset_t off, struct as *as, caddr_t *addrp, size_t len, uchar_t prot, uchar_t maxprot, uint_t flags, struct cred *cred, caller_context_t *ctp) argument
728 dc_addmap(struct vnode *vp, offset_t off, struct as *as, caddr_t addr, size_t len, uchar_t prot, uchar_t maxprot, uint_t flags, struct cred *cr, caller_context_t *ctp) argument
746 dc_delmap(struct vnode *vp, offset_t off, struct as *as, caddr_t addr, size_t len, uint_t prot, uint_t maxprot, uint_t flags, struct cred *cr, caller_context_t *ctp) argument
923 decompvp(struct vnode *vp, cred_t *cred, caller_context_t *ctp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c186 caller_context_t *ctp)
207 fs_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
214 fs_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
185 fs_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr, caller_context_t *ctp) argument
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c2869 smbfs_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
2885 smbfs_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3566 nfs_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
3588 nfs_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
H A Dnfs3_vnops.c4472 nfs3_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
4494 nfs3_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
H A Dnfs4_vnops.c9689 nfs4_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
9712 nfs4_rwunlock(vnode_t *vp, int write_lock, caller_context_t *ctp) argument
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c823 struct close_timer *ctp = arg; local
825 ctp->id = 0;
826 ctp->tp->t_state &= ~TS_IOCWAIT;
H A Dpcic.c2683 struct pcic_card_times *ctp; local
2691 for (ctp = pcic_card_times; speed < ctp->cycle; ctp++)
2697 set = ((ctp->setup + 10 + 1 + (clk_pulse/2))/clk_pulse) - 1;
2701 cmd = ((ctp->width + 10 + 1 + (clk_pulse/2))/clk_pulse) - 1;
2705 rec = ((ctp->hold + 10 + 1 + (clk_pulse/2))/clk_pulse) - 2;
2713 ctp->cycle, clk_pulse, cmd, set, rec);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1562 udf_rwlock(struct vnode *vp, int32_t write_lock, caller_context_t *ctp) argument
1581 udf_rwunlock(struct vnode *vp, int32_t write_lock, caller_context_t *ctp) argument
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2366 tmp_rwlock(struct vnode *vp, int write_lock, caller_context_t *ctp) argument
2380 tmp_rwunlock(struct vnode *vp, int write_lock, caller_context_t *ctp) argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4368 ufs_rwlock(struct vnode *vp, int write_lock, caller_context_t *ctp) argument
4426 ufs_rwunlock(struct vnode *vp, int write_lock, caller_context_t *ctp) argument
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c3377 call_table_t *ctp; local
3567 ctp = &cots_call_ht[i];
3568 mutex_enter(&ctp->ct_lock);
3569 for (e = ctp->ct_call_next;
3570 e != (calllist_t *)ctp;
3586 mutex_exit(&ctp->ct_lock);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5837 prreadlink(vnode_t *vp, uio_t *uiop, cred_t *cr, caller_context_t *ctp) argument
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3515 struct constraintlist *ctp; local
3522 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3524 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0);
3533 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1266 struct aac_container *ctp = local
1268 if (ctp->reset == 0)
1273 ctp->reset = 0;
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c5869 cont_process_t *ctp; local
5930 ctp = pp->p_ct_process;
5931 ct = &ctp->conp_contract;
5934 if ((avl_numnodes(&pp->p_ct_held) != 0) || (ctp->conp_nmembers != 1)) {
5950 if (ctp->conp_ninherited != 0) {
5952 for (next = list_head(&ctp->conp_inherited); next;
5953 next = list_next(&ctp->conp_inherited, next)) {
6110 if (ctp->conp_svc_ctid != ct->ct_id) {
6112 ctp->conp_svc_zone_enter = ct->ct_id;

Completed in 244 milliseconds

12