/titanic_51/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 660 upimutex_unlock(struct upimutex *upimutex, uint16_t flag) in upimutex_unlock() argument 710 uint16_t flag; in lwp_upimutex_lock() local 976 uint16_t flag; lwp_upimutex_unlock() local 1056 uint16_t flag; lwp_clear_mutex() local 1161 uint16_t flag; lwp_mutex_timedlock() local 2862 uint16_t flag; lwp_mutex_cleanup() local 3024 uint16_t flag; lwp_mutex_trylock() local 3118 uint16_t flag; lwp_mutex_unlock() local [all...] |
/titanic_51/usr/src/uts/common/xen/io/ |
H A D | evtchn_dev.c | 331 evtchndrv_ioctl(dev_t dev, int cmd, intptr_t data, int flag, cred_t *cr, in evtchndrv_ioctl() argument 475 evtchndrv_open(dev_t *devp, int flag, int otyp, cred_t *credp) in evtchndrv_open() argument 529 evtchndrv_close(dev_t dev, int flag, int otyp, struct cred *credp) in evtchndrv_close() argument
|
/titanic_51/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_quiesce.c | 97 #define SR_CHECK_FLAG(srh, flag) ((srh)->sr_flags & (flag)) argument 98 #define SR_SET_FLAG(srh, flag) ((srh)->sr_flags |= (flag)) argument 99 #define SR_CLEAR_FLAG(srh, flag) ((srh)->sr_flags &= ~(flag)) argument
|
/titanic_51/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_impl.h | 135 uint_t flag; /* flag specified for registration */ member 154 uint_t flag; /* request flags */ member 180 uint_t flag; /* flag assoc. w command */ member
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 481 struct dolnod *sh_argfree(Shell_t *shp, struct dolnod *blk,int flag) in sh_argfree() 699 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild() 834 static int arg_expand(Shell_t *shp,register struct argnod *argp, struct argnod **argchain,int flag) in arg_expand()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 490 struct dolnod *sh_argfree(Shell_t *shp, struct dolnod *blk,int flag) in sh_argfree() argument 708 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild() argument 842 static int arg_expand(Shell_t *shp,register struct argnod *argp, struct argnod **argchain,int flag) in arg_expand() argument
|
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | tls.c | 109 Dbg_tls_modactivity(Lm_list *lml, void *vtlsmodent, uint_t flag) in Dbg_tls_modactivity() argument
|
/titanic_51/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_noe.c | 109 cpqary3_send_NOE_command(cpqary3_t *ctlr, cpqary3_cmdpvt_t *memp, uint8_t flag) in cpqary3_send_NOE_command() argument
|
/titanic_51/usr/src/cmd/svr4pkg/pkgscripts/ |
H A D | cmdexec.c | 59 int flag; in main() local
|
/titanic_51/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_reset_notify.c | 42 scsi_hba_reset_notify_setup(struct scsi_address *ap, int flag, in scsi_hba_reset_notify_setup() argument
|
/titanic_51/usr/src/uts/common/io/ |
H A D | pipemod.c | 49 pipeopen(queue_t *rqp, dev_t *devp, int flag, int sflag, cred_t *crp) in pipeopen() argument
|
H A D | fd.c | 649 fd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) in fd_open() argument 953 fd_close(dev_t dev, int flag, in argument 1271 fd_ioctl(dev_t dev,int cmd,intptr_t arg,int flag,cred_t * cred_p,int * rval_p) fd_ioctl() argument 2009 int flag = B_READ; fd_rawioctl() local 2311 fd_get_media_info(struct fcu_obj * fjp,caddr_t buf,int flag) fd_get_media_info() argument [all...] |
/titanic_51/usr/src/cmd/expand/ |
H A D | expand.c | 71 int flag, tflag = 0; local
|
/titanic_51/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 319 sdev_open(struct vnode **vpp, int flag, struct cred *cred, caller_context_t *ct) in sdev_open() argument 350 sdev_close(struct vnode *vp, int flag, int count, in sdev_close() argument 432 sdev_ioctl(struct vnode *vp, int cmd, intptr_t arg, int flag, in sdev_ioctl() argument 638 sdev_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) sdev_create() argument 1509 sdev_frlock(struct vnode * vp,int cmd,struct flock64 * bfp,int flag,offset_t offset,struct flk_callback * flk_cbp,struct cred * cr,caller_context_t * ct) sdev_frlock() argument [all...] |
/titanic_51/usr/src/uts/sun4u/lw8/io/ |
H A D | ntwdt.c | 512 #define NTWDT_NDBG(flag, msg) { if ((ntwdt_debug & (flag)) != 0) \ argument 525 #define NTWDT_DBG(flag, msg) { if ((ntwdt_debug & (flag)) != 0) \ argument 528 #define NTWDT_DBG(flag, msg) argument 972 ntwdt_open(dev_t *devp, int flag, int otyp, cred_t *credp) in ntwdt_open() argument 1019 ntwdt_close(dev_t dev, int flag, int otyp, cred_t *credp) in ntwdt_close() argument
|
/titanic_51/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 3443 mac_tx_srs_no_desc(mac_soft_ring_set_t * mac_srs,mblk_t * mp_chain,uint16_t flag,mblk_t ** ret_mp) mac_tx_srs_no_desc() argument 3499 mac_tx_srs_enqueue(mac_soft_ring_set_t * mac_srs,mblk_t * mp_chain,uint16_t flag,uintptr_t fanout_hint,mblk_t ** ret_mp) mac_tx_srs_enqueue() argument 3639 mac_tx_single_ring_mode(mac_soft_ring_set_t * mac_srs,mblk_t * mp_chain,uintptr_t fanout_hint,uint16_t flag,mblk_t ** ret_mp) mac_tx_single_ring_mode() argument 3706 mac_tx_serializer_mode(mac_soft_ring_set_t * mac_srs,mblk_t * mp_chain,uintptr_t fanout_hint,uint16_t flag,mblk_t ** ret_mp) mac_tx_serializer_mode() argument 3783 mac_tx_fanout_mode(mac_soft_ring_set_t * mac_srs,mblk_t * mp_chain,uintptr_t fanout_hint,uint16_t flag,mblk_t ** ret_mp) mac_tx_fanout_mode() argument 3869 mac_tx_bw_mode(mac_soft_ring_set_t * mac_srs,mblk_t * mp_chain,uintptr_t fanout_hint,uint16_t flag,mblk_t ** ret_mp) mac_tx_bw_mode() argument 3990 mac_tx_aggr_mode(mac_soft_ring_set_t * mac_srs,mblk_t * mp_chain,uintptr_t fanout_hint,uint16_t flag,mblk_t ** ret_mp) mac_tx_aggr_mode() argument 4808 mac_tx_sring_enqueue(mac_soft_ring_t * ringp,mblk_t * mp_chain,uint16_t flag,mblk_t ** ret_mp) mac_tx_sring_enqueue() argument 4893 mac_tx_soft_ring_process(mac_soft_ring_t * ringp,mblk_t * mp_chain,uint16_t flag,mblk_t ** ret_mp) mac_tx_soft_ring_process() argument [all...] |
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | pfmt_print.c | 61 __pfmt_print(FILE *stream, long flag, const char *format, in __pfmt_print() argument
|
/titanic_51/usr/src/cmd/backup/dump/ |
H A D | partial.c | 199 lf_ftw_mark(name, st, flag) in lf_ftw_mark() argument
|
/titanic_51/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.c | 122 fmd_thread_destroy(fmd_thread_t *tp, int flag) in fmd_thread_destroy() argument
|
/titanic_51/usr/src/uts/common/os/ |
H A D | streamio.c | 237 stropen(vnode_t *vp, dev_t *devp, int flag, cred_t *crp) in stropen() argument 612 strclose(struct vnode *vp, int flag, cred_t *crp) in strclose() argument 3011 strcopyin_strioctl(void * from,void * to,int flag,int copyflag) strcopyin_strioctl() argument 3044 strcopyout_strioctl(void * from,void * to,int flag,int copyflag) strcopyout_strioctl() argument 3082 strcopyin_strioctl(void * from,void * to,int flag,int copyflag) strcopyin_strioctl() argument 3089 strcopyout_strioctl(void * from,void * to,int flag,int copyflag) strcopyout_strioctl() argument 3191 strioctl(struct vnode * vp,int cmd,intptr_t arg,int flag,int copyflag,cred_t * crp,int * rvalp) strioctl() argument 5868 strdoioctl(struct stdata * stp,struct strioctl * strioc,int fflags,int flag,cred_t * crp,int * rvalp) strdoioctl() argument 7728 strputmsg(struct vnode * vp,struct strbuf * mctl,struct strbuf * mdata,unsigned char pri,int flag,int fmode) strputmsg() argument 7932 kstrputmsg(struct vnode * vp,mblk_t * mctl,struct uio * uiop,ssize_t msgsize,unsigned char pri,int flag,int fmode) kstrputmsg() argument [all...] |
/titanic_51/usr/src/uts/intel/io/ipmi/ |
H A D | ipmi_main.c | 150 ipmi_open(dev_t *devp, int flag, int otyp, cred_t *cred) in ipmi_open() argument 191 ipmi_close(dev_t dev, int flag, int otyp, cred_t *cred) in ipmi_close() argument
|
/titanic_51/usr/src/uts/common/io/vscan/ |
H A D | vscan_drv.c | 404 vscan_drv_open(dev_t *devp, int flag, int otyp, cred_t *credp) in vscan_drv_open() argument 461 vscan_drv_close(dev_t dev, int flag, int otyp, cred_t *credp) in vscan_drv_close() argument
|
/titanic_51/usr/src/ucblib/libucb/i386/sys/ |
H A D | signal.c | 394 _siginterrupt(int sig, int flag) in _siginterrupt() argument 400 ucbsiginterrupt(int sig, int flag) in ucbsiginterrupt() argument
|
/titanic_51/usr/src/uts/common/inet/ip/ |
H A D | ipcsum.c | 84 #define MARK_COVERAGE(flag) (safe_mp->b_next = \ argument 88 #define MARK_COVERAGE(flag) /* */ argument
|
/titanic_51/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 805 process_get_response(object_type obj, xmlChar *doc, uint32_t flag) in process_get_response() argument 1224 cvt_enumerate_rsp_to_get_req(xmlChar * doc,xmlChar ** req_doc,object_type obj,uint32_t flag) cvt_enumerate_rsp_to_get_req() argument 2549 int fd, flag = 0; list_node_func() local 2679 int fd, flag = 0; list_dd_func() local 2790 int fd, flag = 0; list_ddset_func() local 3808 int fd, flag = 0; show_config_func() local [all...] |