Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 25 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c50 lo_open(vnode_t **vpp, int flag, struct cred *cr, caller_context_t *ct) in lo_open()
109 caller_context_t *ct) in lo_close()
120 caller_context_t *ct) in lo_read()
131 caller_context_t *ct) in lo_write()
148 caller_context_t *ct) in lo_ioctl()
158 lo_setfl(vnode_t *vp, int oflags, int nflags, cred_t *cr, caller_context_t *ct) in lo_setfl()
170 caller_context_t *ct) in lo_getattr()
189 caller_context_t *ct) in lo_setattr()
204 caller_context_t *ct) in lo_access()
218 lo_fsync(vnode_t *vp, int syncflag, struct cred *cr, caller_context_t *ct) in lo_fsync()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c157 #define CALLOUT_APPEND(ct, cp) \ argument
162 #define CALLOUT_DELETE(ct, cp) \ argument
194 #define CALLOUT_EXEC_COMPUTE(ct, nextexp, exec) \ argument
243 #define CALLOUT_LIST_FREE(ct, cl) \ argument
253 #define CALLOUT_FREE(ct, cl) \ argument
267 callout_alloc(callout_table_t *ct) in callout_alloc()
297 callout_list_alloc(callout_table_t *ct) in callout_list_alloc()
320 callout_list_get(callout_table_t *ct, hrtime_t expiration, int flags, int hash) in callout_list_get()
358 callout_queue_add(callout_table_t *ct, callout_list_t *cl) in callout_queue_add()
387 callout_queue_insert(callout_table_t *ct, callout_list_t *cl) in callout_queue_insert()
[all …]
H A Dcontract.c263 contract_dtor(contract_t *ct) in contract_dtor()
287 contract_ctor(contract_t *ct, ct_type_t *type, ct_template_t *tmpl, void *data, in contract_ctor()
390 contract_rele(contract_t *ct) in contract_rele()
446 contract_hold(contract_t *ct) in contract_hold()
463 contract_getzuniqid(contract_t *ct) in contract_getzuniqid()
480 contract_setzuniqid(contract_t *ct, uint64_t zuniqid) in contract_setzuniqid()
497 contract_abandon(contract_t *ct, proc_t *p, int explicit) in contract_abandon()
584 contract_newct(contract_t *ct) in contract_newct()
598 contract_adopt(contract_t *ct, proc_t *p) in contract_adopt()
666 contract_ack(contract_t *ct, uint64_t evid, int ack) in contract_ack()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_deleg_ops.c64 recall_all_delegations(rfs4_file_t *fp, bool_t trunc, caller_context_t *ct) in recall_all_delegations()
102 deleg_rd_open(femarg_t *arg, int mode, cred_t *cr, caller_context_t *ct) in deleg_rd_open()
127 deleg_wr_open(femarg_t *arg, int mode, cred_t *cr, caller_context_t *ct) in deleg_wr_open()
156 struct caller_context *ct) in deleg_wr_read()
177 struct caller_context *ct) in deleg_rd_write()
196 struct caller_context *ct) in deleg_wr_write()
214 caller_context_t *ct) in deleg_rd_setattr()
234 caller_context_t *ct) in deleg_wr_setattr()
257 deleg_rd_rwlock(femarg_t *arg, int write_lock, caller_context_t *ct) in deleg_rd_rwlock()
277 deleg_wr_rwlock(femarg_t *arg, int write_lock, caller_context_t *ct) in deleg_wr_rwlock()
[all …]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c120 caller_context_t *ct) in socket_vop_open()
139 struct cred *cr, caller_context_t *ct) in socket_vop_close()
175 caller_context_t *ct) in socket_vop_read()
189 struct cred *cr, caller_context_t *ct) in socket_vop_write()
210 struct cred *cr, int32_t *rvalp, caller_context_t *ct) in socket_vop_ioctl()
226 caller_context_t *ct) in socket_vop_setfl()
283 struct cred *cr, caller_context_t *ct) in socket_vop_getattr()
378 struct cred *cr, caller_context_t *ct) in socket_vop_setattr()
412 caller_context_t *ct) in socket_vop_access()
433 caller_context_t *ct) in socket_vop_fsync()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c76 caller_context_t *ct) in fop_open()
99 caller_context_t *ct) in fop_close()
128 caller_context_t *ct) in fop_read()
224 caller_context_t *ct) in fop_write()
273 caller_context_t *ct) in fop_ioctl()
308 caller_context_t *ct) in fop_setfl()
321 caller_context_t *ct) in fop_getattr()
344 caller_context_t *ct) in fop_setattr()
391 caller_context_t *ct) in fop_access()
487 caller_context_t *ct, in fop_lookup()
[all …]
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c78 nm_open(vnode_t **vpp, int flag, cred_t *crp, caller_context_t *ct) in nm_open()
165 caller_context_t *ct) in nm_close()
194 caller_context_t *ct) in nm_read()
201 caller_context_t *ct) in nm_write()
208 caller_context_t *ct) in nm_ioctl()
220 caller_context_t *ct) in nm_getattr()
333 nm_access(vnode_t *vp, int mode, int flags, cred_t *crp, caller_context_t *ct) in nm_access()
355 vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct, in nm_create()
376 caller_context_t *ct, int flags) in nm_link()
382 nm_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct) in nm_fsync()
[all …]
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c75 caller_context_t *ct) in devfs_open() argument
91 offset_t offset, struct cred *cred, caller_context_t *ct) in devfs_close() argument
110 struct caller_context *ct) in devfs_read() argument
125 struct caller_context *ct) in devfs_write() argument
140 struct cred *cred, int *rvalp, caller_context_t *ct) in devfs_ioctl() argument
163 caller_context_t *ct) in devfs_getattr() argument
344 caller_context_t *ct) in devfs_setattr() argument
589 devfs_pathconf(vnode_t * vp,int cmd,ulong_t * valp,cred_t * cr,caller_context_t * ct) devfs_pathconf() argument
615 devfs_getsecattr(struct vnode * vp,struct vsecattr * vsap,int flags,struct cred * cr,caller_context_t * ct) devfs_getsecattr() argument
649 devfs_setsecattr(struct vnode * vp,struct vsecattr * vsap,int flags,struct cred * cr,caller_context_t * ct) devfs_setsecattr() argument
729 devfs_access(struct vnode * vp,int mode,int flags,struct cred * cr,caller_context_t * ct) devfs_access() argument
812 devfs_lookup(struct vnode * dvp,char * nm,struct vnode ** vpp,struct pathname * pnp,int flags,struct vnode * rdir,struct cred * cred,caller_context_t * ct,int * direntflags,pathname_t * realpnp) devfs_lookup() argument
832 devfs_create(struct vnode * dvp,char * nm,struct vattr * vap,vcexcl_t excl,int mode,struct vnode ** vpp,struct cred * cred,int flag,caller_context_t * ct,vsecattr_t * vsecp) devfs_create() argument
865 devfs_readdir(struct vnode * dvp,struct uio * uiop,struct cred * cred,int * eofp,caller_context_t * ct,int flags) devfs_readdir() argument
1038 devfs_fsync(struct vnode * vp,int syncflag,struct cred * cred,caller_context_t * ct) devfs_fsync() argument
1058 devfs_inactive(struct vnode * vp,struct cred * cred,caller_context_t * ct) devfs_inactive() argument
1081 devfs_fid(struct vnode * vp,struct fid * fidp,caller_context_t * ct) devfs_fid() argument
1109 devfs_rwlock(struct vnode * vp,int write_flag,caller_context_t * ct) devfs_rwlock() argument
1118 devfs_rwunlock(struct vnode * vp,int write_flag,caller_context_t * ct) devfs_rwunlock() argument
1131 devfs_seek(struct vnode * vp,offset_t ooff,offset_t * noffp,caller_context_t * ct) devfs_seek() argument
[all...]
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_fssub.c103 caller_context_t *ct) in fs_nosys_map() argument
112 caller_context_t *ct) in fs_nosys_addmap() argument
120 struct pollhead **phpp, caller_context_t *ct) in fs_nosys_poll() argument
142 fs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) in fs_fsync() argument
190 fs_cmp(vnode_t *vp1, vnode_t *vp2, caller_context_t *ct) in fs_cmp() argument
200 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument
211 flk_callback_t *flk_cbp, cred_t *cr, caller_context_t *ct) in fs_frlock() argument
221 fs_setfl(vnode_t *vp, int oflags, int nflags, cred_t *cr, caller_context_t *ct) in fs_setfl() argument
235 struct pollhead **phpp, caller_context_t *ct) in fs_poll() argument
264 caller_context_t *ct) in fs_pathconf() argument
276 fs_dispose(struct vnode * vp,page_t * pp,int fl,int dn,struct cred * cr,caller_context_t * ct) fs_dispose() argument
283 fs_nodispose(struct vnode * vp,page_t * pp,int fl,int dn,struct cred * cr,caller_context_t * ct) fs_nodispose() argument
294 fs_fab_acl(vnode_t * vp,vsecattr_t * vsecattr,int flag,cred_t * cr,caller_context_t * ct) fs_fab_acl() argument
329 fs_shrlock(struct vnode * vp,int cmd,struct shrlock * shr,int flag,cred_t * cr,caller_context_t * ct) fs_shrlock() argument
337 fs_vnevent_nosupport(vnode_t * vp,vnevent_t e,vnode_t * dvp,char * fnm,caller_context_t * ct) fs_vnevent_nosupport() argument
346 fs_vnevent_support(vnode_t * vp,vnevent_t e,vnode_t * dvp,char * fnm,caller_context_t * ct) fs_vnevent_support() argument
[all...]
H A Dfake_vnode.c999 caller_context_t *ct) in fop_open()
1063 caller_context_t *ct) in fop_close()
1094 caller_context_t *ct) in fop_read()
1113 caller_context_t *ct) in fop_write()
1134 caller_context_t *ct) in fop_ioctl()
1151 caller_context_t *ct) in fop_setfl()
1168 caller_context_t *ct) in fop_getattr()
1201 caller_context_t *ct) in fop_setattr()
1234 caller_context_t *ct) in fop_access()
1259 caller_context_t *ct, in fop_lookup()
[all …]
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c124 auto_open(vnode_t **vpp, int flag, cred_t *cred, caller_context_t *ct) in auto_open()
160 caller_context_t *ct) in auto_close()
171 caller_context_t *ct) in auto_getattr()
280 caller_context_t *ct) in auto_setattr()
314 caller_context_t *ct) in auto_access()
362 caller_context_t *ct, in auto_lookup()
673 caller_context_t *ct, in auto_create()
707 caller_context_t *ct, in auto_remove()
741 caller_context_t *ct, in auto_link()
791 caller_context_t *ct, in auto_rename()
[all …]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c319 sdev_open(struct vnode **vpp, int flag, struct cred *cred, caller_context_t *ct) in sdev_open()
351 offset_t offset, struct cred *cred, caller_context_t *ct) in sdev_close()
375 struct caller_context *ct) in sdev_read()
402 struct caller_context *ct) in sdev_write()
433 struct cred *cred, int *rvalp, caller_context_t *ct) in sdev_ioctl()
450 struct cred *cr, caller_context_t *ct) in sdev_getattr()
490 struct cred *cr, caller_context_t *ct) in sdev_getsecattr()
515 struct cred *cr, caller_context_t *ct) in sdev_setsecattr()
581 caller_context_t *ct) in sdev_self_access()
601 caller_context_t *ct) in sdev_access()
[all …]
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c44 bootfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) in bootfs_open()
52 caller_context_t *ct) in bootfs_close()
60 caller_context_t *ct) in bootfs_read()
130 cred_t *cr, int *rvalp, caller_context_t *ct) in bootfs_ioctl()
138 caller_context_t *ct) in bootfs_getattr()
152 caller_context_t *ct) in bootfs_access()
170 int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, in bootfs_lookup()
208 caller_context_t *ct, int flags) in bootfs_readdir()
329 bootfs_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) in bootfs_inactive()
335 bootfs_rwlock(vnode_t *vp, int write_lock, caller_context_t *ct) in bootfs_rwlock()
[all …]
/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()
155 caller_context_t *ct) in port_close()
285 struct pollhead **phpp, caller_context_t *ct) in port_poll()
314 caller_context_t *ct) in port_getattr()
345 port_inactive(struct vnode *vp, cred_t *cr, caller_context_t *ct) in port_inactive()
365 caller_context_t *ct) in port_access()
372 port_realvp(vnode_t *vp, vnode_t **vpp, caller_context_t *ct) in port_realvp()
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c139 xattr_file_open(vnode_t **vpp, int flags, cred_t *cr, caller_context_t *ct) in xattr_file_open()
152 caller_context_t *ct) in xattr_file_access()
165 cred_t *cr, caller_context_t *ct) in xattr_file_close()
173 xattr_common_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) in xattr_common_fid()
212 cred_t *cr, caller_context_t *ct) in xattr_fill_nvlist()
459 cred_t *cr, caller_context_t *ct) in xattr_file_size()
480 caller_context_t *ct) in xattr_file_getattr()
520 caller_context_t *ct) in xattr_file_read()
566 caller_context_t *ct) in xattr_file_write()
811 caller_context_t *ct) in xattr_file_pathconf()
[all …]
H A Dfem.c436 vhead_open(vnode_t **vpp, int mode, cred_t *cr, caller_context_t *ct) in vhead_open()
463 caller_context_t *ct) in vhead_close()
490 caller_context_t *ct) in vhead_read()
517 caller_context_t *ct) in vhead_write()
544 int *rvalp, caller_context_t *ct) in vhead_ioctl()
571 caller_context_t *ct) in vhead_setfl()
598 caller_context_t *ct) in vhead_getattr()
626 caller_context_t *ct) in vhead_setattr()
654 caller_context_t *ct) in vhead_access()
682 int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, in vhead_lookup()
[all …]
H A Dvnode.c2576 vnevent_support(vnode_t *vp, caller_context_t *ct) in vnevent_support()
2585 vnevent_rename_src(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) in vnevent_rename_src()
2595 caller_context_t *ct) in vnevent_rename_dest()
2604 vnevent_rename_dest_dir(vnode_t *vp, caller_context_t *ct) in vnevent_rename_dest_dir()
2613 vnevent_remove(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) in vnevent_remove()
2622 vnevent_rmdir(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) in vnevent_rmdir()
2632 caller_context_t *ct) in vnevent_pre_rename_src()
2642 caller_context_t *ct) in vnevent_pre_rename_dest()
2652 caller_context_t *ct) in vnevent_pre_rename_dest_dir()
2661 vnevent_create(vnode_t *vp, caller_context_t *ct) in vnevent_create()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fem.c243 caller_context_t *ct, in smb_fem_fcn_create()
278 caller_context_t *ct, in smb_fem_fcn_remove()
303 caller_context_t *ct, in smb_fem_fcn_rename()
337 caller_context_t *ct, in smb_fem_fcn_mkdir()
362 caller_context_t *ct, in smb_fem_fcn_rmdir()
386 caller_context_t *ct, in smb_fem_fcn_link()
411 caller_context_t *ct, in smb_fem_fcn_symlink()
441 caller_context_t *ct) in smb_fem_oplock_open()
491 caller_context_t *ct) in smb_fem_oplock_read()
524 caller_context_t *ct) in smb_fem_oplock_write()
[all …]
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c230 contract_t *ct; in ctmpl_process_set() local
463 contract_process_free(contract_t *ct) in contract_process_free()
511 contract_process_kill(contract_t *ct, proc_t *ex, int checkpriv) in contract_process_kill()
582 contract_process_adopt(contract_t *ct, proc_t *p) in contract_process_adopt()
606 contract_process_abandon(contract_t *ct) in contract_process_abandon()
637 contract_process_destroy(contract_t *ct) in contract_process_destroy()
665 contract_process_status(contract_t *ct, zone_t *zone, int detail, nvlist_t *nvl, in contract_process_status()
764 contract_process_newct(contract_t *ct) in contract_process_newct()
887 contract_t *ct; in contract_process_create() local
925 contract_t *ct = &ctp->conp_contract; in contract_process_exit() local
[all …]
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c201 contract_t *ct = evnode->ctfs_ev_contract; in ctfs_ev_access() local
224 contract_t *ct = evnode->ctfs_ev_contract; in ctfs_ev_open() local
242 ctfs_ev_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) in ctfs_ev_inactive()
270 caller_context_t *ct) in ctfs_ev_getattr()
300 caller_context_t *ct) in ctfs_ev_ioctl()
319 caller_context_t *ct) in ctfs_ev_poll()
385 ctfs_bu_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) in ctfs_bu_open()
403 ctfs_bu_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) in ctfs_bu_inactive()
429 caller_context_t *ct) in ctfs_bu_getattr()
460 caller_context_t *ct) in ctfs_bu_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c76 door_open(struct vnode **vpp, int flag, struct cred *cr, caller_context_t *ct) in door_open()
105 struct cred *cr, caller_context_t *ct) in door_close()
144 caller_context_t *ct) in door_getattr()
171 door_inactive(struct vnode *vp, struct cred *cr, caller_context_t *ct) in door_inactive()
239 caller_context_t *ct) in door_access()
246 door_realvp(vnode_t *vp, vnode_t **vpp, caller_context_t *ct) in door_realvp()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c82 tmp_open(struct vnode **vpp, int flag, struct cred *cred, caller_context_t *ct) in tmp_open()
101 caller_context_t *ct) in tmp_close()
117 struct caller_context *ct) in wrtmp()
453 struct caller_context *ct) in rdtmp()
583 struct caller_context *ct) in tmp_read()
612 struct caller_context *ct) in tmp_write()
654 caller_context_t *ct) in tmp_ioctl()
666 caller_context_t *ct) in tmp_getattr()
729 caller_context_t *ct) in tmp_setattr()
809 caller_context_t *ct) in tmp_access()
[all …]
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c224 fifo_open(vnode_t **vpp, int flag, cred_t *crp, caller_context_t *ct) in fifo_open()
440 caller_context_t *ct) in fifo_close()
661 caller_context_t *ct) in fifo_read()
846 caller_context_t *ct) in fifo_write()
1118 int *rvalp, caller_context_t *ct) in fifo_ioctl()
1456 caller_context_t *ct) in fifo_getattr()
1553 fifo_access(vnode_t *vp, int mode, int flags, cred_t *crp, caller_context_t *ct) in fifo_access()
1569 caller_context_t *ct, vsecattr_t *vsecp) in fifo_create()
1599 fifo_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct) in fifo_fsync()
1630 fifo_inactive(vnode_t *vp, cred_t *crp, caller_context_t *ct) in fifo_inactive()
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c143 struct ct_data *ct; member
179 set_blocking_connection(struct ct_data *ct, bool_t blocking) in set_blocking_connection()
241 struct ct_data *ct; /* private data */ in _clnt_vc_create_timed() local
454 set_up_connection(int fd, struct netbuf *svcaddr, struct ct_data *ct, in set_up_connection()
641 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_call() local
804 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_send() local
873 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_freeres() local
893 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_control() local
1087 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_destroy() local
1122 struct ct_data *ct = ct_tmp; in read_vc() local
[all …]
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c112 struct ct_data *ct; in clnttcp_create() local
220 struct ct_data *ct; in clnttcp_call() local
317 struct ct_data *ct; in clnttcp_geterr() local
326 struct ct_data *ct; in clnttcp_freeres() local
343 struct ct_data *ct; in clnttcp_control() local
376 struct ct_data *ct; in clnttcp_destroy() local
397 struct ct_data *ct; in readtcp() local
442 struct ct_data *ct; in writetcp() local

123456789