Home
last modified time | relevance | path

Searched defs:mp (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/titanic_51/usr/src/uts/common/sys/
H A Dstrsun.h44 #define DB_BASE(mp) ((mp)->b_datap->db_base) argument
45 #define DB_LIM(mp) ((mp)->b_datap->db_lim) argument
46 #define DB_REF(mp) ((mp)->b_datap->db_ref) argument
47 #define DB_TYPE(mp) ((mp)->b_datap->db_type) argument
48 #define DB_FLAGS(mp) ((mp) argument
51 MBLKL(mp) global() argument
52 MBLKSIZE(mp) global() argument
53 MBLKHEAD(mp) global() argument
54 MBLKTAIL(mp) global() argument
55 MBLKIN(mp,off,len) global() argument
[all...]
/titanic_51/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c100 fmd_module_t *mp = arg; in fmd_module_start() local
177 fmd_module_t *mp = fmd_zalloc(sizeof (fmd_module_t), FMD_SLEEP); fmd_module_create() local
338 fmd_module_untimeout(fmd_idspace_t * ids,id_t id,fmd_module_t * mp) fmd_module_untimeout() argument
352 fmd_module_unload(fmd_module_t * mp) fmd_module_unload() argument
416 fmd_module_destroy(fmd_module_t * mp) fmd_module_destroy() argument
497 fmd_module_error(fmd_module_t * mp,int err) fmd_module_error() argument
528 fmd_module_dispatch(fmd_module_t * mp,fmd_event_t * e) fmd_module_dispatch() argument
609 fmd_module_transport(fmd_module_t * mp,fmd_xprt_t * xp,fmd_event_t * e) fmd_module_transport() argument
633 fmd_module_gc(fmd_module_t * mp) fmd_module_gc() argument
657 fmd_module_trygc(fmd_module_t * mp) fmd_module_trygc() argument
667 fmd_module_contains(fmd_module_t * mp,fmd_event_t * ep) fmd_module_contains() argument
688 fmd_module_setdirty(fmd_module_t * mp) fmd_module_setdirty() argument
696 fmd_module_setcdirty(fmd_module_t * mp) fmd_module_setcdirty() argument
704 fmd_module_clrdirty(fmd_module_t * mp) fmd_module_clrdirty() argument
730 fmd_module_commit(fmd_module_t * mp) fmd_module_commit() argument
756 fmd_module_lock(fmd_module_t * mp) fmd_module_lock() argument
777 fmd_module_unlock(fmd_module_t * mp) fmd_module_unlock() argument
792 fmd_module_trylock(fmd_module_t * mp) fmd_module_trylock() argument
811 fmd_module_locked(fmd_module_t * mp) fmd_module_locked() argument
818 fmd_module_enter(fmd_module_t * mp,void (* func)(fmd_hdl_t *)) fmd_module_enter() argument
848 fmd_module_exit(fmd_module_t * mp) fmd_module_exit() argument
868 fmd_module_abort(fmd_module_t * mp,int err) fmd_module_abort() argument
918 fmd_module_hold(fmd_module_t * mp) fmd_module_hold() argument
932 fmd_module_rele(fmd_module_t * mp) fmd_module_rele() argument
953 fmd_module_dc_opendict(fmd_module_t * mp,const char * dict) fmd_module_dc_opendict() argument
1008 fmd_module_dc_key2code(fmd_module_t * mp,char * const keys[],char * code,size_t codelen) fmd_module_dc_key2code() argument
1038 fmd_module_t *mp, *nmp; fmd_modhash_destroy() local
1098 fmd_module_t *mp, *np; fmd_modhash_apply() local
1116 fmd_module_t *mp, *np; fmd_modhash_tryapply() local
1135 fmd_module_t *mp; fmd_modhash_dispatch() local
1176 fmd_module_t *mp; fmd_modhash_lookup() local
1200 fmd_module_t *mp; fmd_modhash_load() local
1250 fmd_module_t *mp, **pp; fmd_modhash_unload() local
1284 fmd_modstat_publish(fmd_module_t * mp) fmd_modstat_publish() argument
1299 fmd_modstat_snapshot(fmd_module_t * mp,fmd_ustat_snap_t * uss) fmd_modstat_snapshot() argument
1385 fmd_module_topo_hold(fmd_module_t * mp) fmd_module_topo_hold() argument
1400 fmd_module_topo_rele(fmd_module_t * mp,struct topo_hdl * hdl) fmd_module_topo_rele() argument
[all...]
H A Dfmd_api.c92 fmd_api_vxerror(fmd_module_t *mp, int err, const char *format, va_list ap) in fmd_api_vxerror() argument
182 fmd_api_xerror(fmd_module_t *mp, int err, const char *format, ...) in fmd_api_xerror() argument
198 fmd_api_verror(fmd_module_t *mp, int err, const char *format, va_list ap) in fmd_api_verror() argument
209 fmd_api_error(fmd_module_t * mp,int err,const char * format,...) fmd_api_error() argument
226 fmd_module_t *mp; fmd_api_module() local
279 fmd_module_t *mp = fmd_api_module(hdl); fmd_api_module_lock() local
296 fmd_api_case_impl(fmd_module_t * mp,fmd_case_t * cp) fmd_api_case_impl() argument
319 fmd_module_t *mp = fmd_api_module(hdl); fmd_api_transport_impl() local
338 fmd_hdl_register_error(fmd_module_t * mp,int err) fmd_hdl_register_error() argument
357 fmd_module_t *mp = tp->thr_mod; fmd_hdl_register() local
543 fmd_module_thrcancel(fmd_idspace_t * ids,id_t id,fmd_module_t * mp) fmd_module_thrcancel() argument
577 fmd_module_unregister(fmd_module_t * mp) fmd_module_unregister() argument
649 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_unregister() local
657 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_subscribe() local
672 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_unsubscribe() local
687 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_setspecific() local
696 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_getspecific() local
706 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_opendict() local
734 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_topo_hold() local
752 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_topo_rele() local
762 fmd_hdl_alloc_locked(fmd_module_t * mp,size_t size,int flags) fmd_hdl_alloc_locked() argument
783 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_alloc() local
804 fmd_hdl_free_locked(fmd_module_t * mp,void * data,size_t size) fmd_hdl_free_locked() argument
813 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_free() local
853 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_abort() local
864 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_verror() local
883 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_vdebug() local
938 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_prop_get_int32() local
960 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_prop_get_int64() local
982 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_prop_get_string() local
1005 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_prop_free_string() local
1013 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_stat_create() local
1034 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_stat_destroy() local
1043 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_stat_setstr() local
1060 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_open() local
1069 fmd_module_t *mp; fmd_case_open_uuid() local
1102 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_reset() local
1117 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_solve() local
1132 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_close() local
1143 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_uuid() local
1154 fmd_module_t *cmp, *mp = fmd_api_module_lock(hdl); fmd_case_uulookup() local
1170 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_uuclose() local
1184 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_uuclosed() local
1201 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_uuresolved() local
1223 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_uuisresolved() local
1240 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_instate() local
1263 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_add_ereport() local
1276 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_add_serd() local
1299 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_add_suspect() local
1400 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_setspecific() local
1413 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_getspecific() local
1428 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_setprincipal() local
1441 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_getprincipal() local
1456 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_next() local
1470 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_case_prev() local
1486 fmd_buf_gethash(fmd_module_t * mp,fmd_case_t * cp) fmd_buf_gethash() argument
1494 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_buf_create() local
1531 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_buf_destroy() local
1552 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_buf_read() local
1571 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_buf_write() local
1612 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_buf_size() local
1630 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_serd_create() local
1646 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_serd_destroy() local
1656 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_serd_exists() local
1666 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_serd_reset() local
1682 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_serd_record() local
1703 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_serd_fired() local
1720 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_serd_empty() local
1737 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_thr_create() local
1764 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_thr_destroy() local
1811 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_thr_signal() local
1826 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_thr_checkpoint() local
1846 fmd_module_t *mp; fmd_doorthr_create() local
1902 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_timer_install() local
1930 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_timer_remove() local
1960 fmd_module_t *mp; fmd_nvl_create_suspect() local
2003 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_fmauth() local
2016 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_hdl_modauth() local
2030 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_class_match() local
2044 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_expand() local
2060 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_present() local
2082 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_replaced() local
2099 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_unusable() local
2121 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_retire() local
2138 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_unretire() local
2155 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_service_state() local
2202 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_has_fault() local
2245 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_contains() local
2267 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_fmri_translate() local
2283 fmd_module_t *mp = va_arg(ap, fmd_module_t *); fmd_nvl_op_init() local
2293 fmd_module_t *mp = ops->nva_arg; fmd_nvl_op_alloc_sleep() local
2301 fmd_module_t *mp = ops->nva_arg; fmd_nvl_op_alloc_nosleep() local
2309 fmd_module_t *mp = ops->nva_arg; fmd_nvl_op_free() local
2333 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_alloc() local
2356 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_nvl_dup() local
2427 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_xprt_open() local
2458 fmd_module_t *mp = fmd_api_module_lock(hdl); fmd_xprt_close() local
2481 fmd_module_t *mp = fmd_api_module(hdl); fmd_xprt_post() local
[all...]
/titanic_51/usr/src/lib/libfakekernel/common/
H A Dmutex.c40 kmutex_init(kmutex_t *mp, char *name, kmutex_type_t typ, void *arg) in kmutex_init() argument
48 kmutex_destroy(kmutex_t *mp) in kmutex_destroy() argument
54 mutex_enter(kmutex_t *mp) in mutex_enter() argument
61 mutex_tryenter(kmutex_t *mp) in mutex_tryenter() argument
74 mutex_exit(kmutex_t * mp) mutex_exit() argument
85 mutex_owner(const kmutex_t * mp) mutex_owner() argument
91 mutex_owned(const kmutex_t * mp) mutex_owned() argument
[all...]
H A Dcond.c71 cv_wait(kcondvar_t *cv, kmutex_t *mp) in cv_wait() argument
77 cv_wait_sig(kcondvar_t *cv, kmutex_t *mp) in cv_wait_sig() argument
83 cv__wait(kcondvar_t *cv, kmutex_t *mp, int sigok) in cv__wait() argument
104 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_ argument
113 cv_timedwait_sig(kcondvar_t * cv,kmutex_t * mp,clock_t abstime) cv_timedwait_sig() argument
122 cv_reltimedwait(kcondvar_t * cv,kmutex_t * mp,clock_t delta,time_res_t res) cv_reltimedwait() argument
130 cv_reltimedwait_sig(kcondvar_t * cv,kmutex_t * mp,clock_t delta,time_res_t res) cv_reltimedwait_sig() argument
146 cv__twait(kcondvar_t * cv,kmutex_t * mp,clock_t delta,int sigok) cv__twait() argument
[all...]
/titanic_51/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_menu.c48 append_line(grub_menu_t *mp, grub_line_t *lp) in append_line() argument
62 process_line(grub_menu_t *mp) in process_line() argument
107 add_entry(grub_menu_t *mp, grub_line_ argument
130 default_entry(grub_menu_t * mp) default_entry() argument
182 free_entries(grub_menu_t * mp) free_entries() argument
198 grub_menu_append_line(grub_menu_t * mp,const char * line) grub_menu_append_line() argument
261 grub_menu_process(grub_menu_t * mp) grub_menu_process() argument
349 grub_menu_t *mp; grub_menu_init() local
434 grub_menu_fini(grub_menu_t * mp) grub_menu_fini() argument
446 grub_menu_next_line(const grub_menu_t * mp,const grub_line_t * lp) grub_menu_next_line() argument
456 grub_menu_prev_line(const grub_menu_t * mp,const grub_line_t * lp) grub_menu_prev_line() argument
466 grub_menu_get_line(const grub_menu_t * mp,int num) grub_menu_get_line() argument
480 grub_menu_get_cmdline(const grub_menu_t * mp,int num,char * cmdl,size_t size) grub_menu_get_cmdline() argument
492 grub_menu_next_entry(const grub_menu_t * mp,const grub_entry_t * ent) grub_menu_next_entry() argument
504 grub_menu_prev_entry(const grub_menu_t * mp,const grub_entry_t * ent) grub_menu_prev_entry() argument
516 grub_menu_get_entry(const grub_menu_t * mp,int num) grub_menu_get_entry() argument
[all...]
/titanic_51/usr/src/uts/sun4/io/px/
H A Dpx_dma.h43 #define PX_HAS_REDZONE(mp) \ argument
45 #define PX_MAP_BUFZONE(mp) \ argument
96 #define PX_MP_PFN0(mp) ((px_iopfn_t)(mp)->dmai_pfn0) argument
97 #define PX_WINLST(mp) ((px_dma_win_t *)(mp)->dmai_winlst) argument
98 #define PX_DEV_ATTR(mp) ((ddi_dma_attr_t *)(mp argument
136 PX_HAS_NOFASTLIMIT(mp) global() argument
137 PX_HAS_NOSYSLIMIT(mp) global() argument
138 PX_DMA_ISPEERONLY(mp) global() argument
139 PX_DMA_ISPGPFN(mp) global() argument
140 PX_DMA_TYPE(mp) global() argument
141 PX_DMA_ISDVMA(mp) global() argument
142 PX_DMA_ISBYPASS(mp) global() argument
143 PX_DMA_ISPTP(mp) global() argument
144 PX_DMA_ISPTP32(mp) global() argument
145 PX_DMA_ISPTP64(mp) global() argument
146 PX_DMA_CANFAST(mp) global() argument
148 PX_DMA_WINNPGS(mp) global() argument
149 PX_DMA_CANCACHE(mp) global() argument
162 PX_DMA_USECTX(mp) global() argument
167 PX_DMA_CURWIN(mp) global() argument
173 PX_DVMA_FASTTRAK_PROF(mp) global() argument
182 PX_DVMA_FASTTRAK_PROF(mp) global() argument
199 ddi_dma_impl_t *mp; global() member
232 PX_GET_MP_NCOOKIES(mp) global() argument
233 PX_SET_MP_NCOOKIES(mp,nc) global() argument
234 PX_GET_MP_PFN1_ADDR(mp) global() argument
242 PX_SAVE_MP_TTE(mp,tte) global() argument
247 PX_GET_MP_PFN1(mp,page_no) global() argument
249 PX_GET_MP_PFN(mp,page_no) global() argument
252 PX_SET_MP_PFN(mp,page_no,pfn) global() argument
260 PX_SET_MP_PFN1(mp,page_no,pfn) global() argument
[all...]
/titanic_51/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c65 MPOOL *mp; local
99 mpool_filter(mp, pgi argument
115 mpool_new(mp,pgnoaddr,flags) mpool_new() argument
152 mpool_delete(mp,page) mpool_delete() argument
183 mpool_get(mp,pgno,flags) mpool_get() argument
279 mpool_put(mp,page,flags) mpool_put() argument
308 mpool_close(mp) mpool_close() argument
329 mpool_sync(mp) mpool_sync() argument
350 mpool_bkt(mp) mpool_bkt() argument
410 mpool_write(mp,bp) mpool_write() argument
445 mpool_look(mp,pgno) mpool_look() argument
472 mpool_stat(mp) mpool_stat() argument
[all...]
/titanic_51/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h44 #define HAS_REDZONE(mp) (((mp)->dmai_rflags & DDI_DMA_REDZONE) ? 1 : 0) argument
97 #define MP_PFN0(mp) ((iopfn_t)(mp)->dmai_pfn0) argument
98 #define MP_HAT_CB_COOKIE(mp, i) ((i < PCI_DMA_HAT_NUM_CB_COOKIES)? \ argument
100 #define MP_HAT_CB_COOKIE_PTR(mp, i) \ argument
103 #define WINLST(mp) ((pci_dma_win_t *)(mp) argument
104 DEV_ATTR(mp) global() argument
105 SYNC_BUF_PA(mp) global() argument
136 HAS_NOFASTLIMIT(mp) global() argument
137 HAS_NOSYSLIMIT(mp) global() argument
138 PCI_DMA_ISPEERONLY(mp) global() argument
139 PCI_DMA_ISPGPFN(mp) global() argument
140 PCI_DMA_TYPE(mp) global() argument
141 PCI_DMA_ISDVMA(mp) global() argument
142 PCI_DMA_ISBYPASS(mp) global() argument
143 PCI_DMA_ISPTP(mp) global() argument
144 PCI_DMA_CANFAST(mp) global() argument
146 PCI_DMA_WINNPGS(mp) global() argument
147 PCI_DMA_CANCACHE(mp) global() argument
149 PCI_DMA_CANRELOC(mp) global() argument
150 PCI_DMA_ISMAPPED(mp) global() argument
182 PCI_DMA_USECTX(mp) global() argument
184 PCI_DMA_BYPASS_PREFIX(mp,pfn) global() argument
190 PCI_DMA_CURWIN(mp) global() argument
196 PCI_DVMA_FASTTRAK_PROF(mp) global() argument
205 PCI_DVMA_FASTTRAK_PROF(mp) global() argument
222 ddi_dma_impl_t *mp; global() member
263 PCI_GET_MP_NCOOKIES(mp) global() argument
264 PCI_SET_MP_NCOOKIES(mp,nc) global() argument
265 PCI_GET_MP_PFN1_ADDR(mp) global() argument
270 PCI_SAVE_MP_TTE(mp,tte) global() argument
273 PCI_GET_MP_PFN1(mp,page_no) global() argument
274 PCI_GET_MP_PFN(mp,page_no) global() argument
277 PCI_SET_MP_PFN(mp,page_no,pfn) global() argument
284 PCI_SET_MP_PFN1(mp,page_no,pfn) global() argument
288 GET_TTE_TEMPLATE(mp) global() argument
[all...]
/titanic_51/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c35 tf_info_new(topo_mod_t *mp, xmlDocPtr doc, xmlChar *scheme) in tf_info_new() argument
51 tf_info_free(topo_mod_t *mp, tf_info_t *p) in tf_info_free() argument
62 tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot) in tf_rdata_new() argument
109 tf_rdata_free(topo_mod_t * mp,tf_rdata_t * p) tf_rdata_free() argument
123 tf_idata_new(topo_mod_t * mp,topo_instance_t i,tnode_t * tn) tf_idata_new() argument
136 tf_idata_free(topo_mod_t * mp,tf_idata_t * p) tf_idata_free() argument
175 tf_pad_new(topo_mod_t * mp,int pcnt,int dcnt) tf_pad_new() argument
189 tf_pad_free(topo_mod_t * mp,tf_pad_t * p) tf_pad_free() argument
206 tf_edata_free(topo_mod_t * mp,tf_edata_t * p) tf_edata_free() argument
[all...]
/titanic_51/usr/src/uts/common/fs/sockfs/
H A Dnl7cnca.c232 nl7c_uri_ttl_get(queue_t *q, mblk_t *mp, caddr_t cp, cred_t *cr) in nl7c_uri_ttl_get() argument
240 nl7c_uri_ttl_set(queue_t *q, mblk_t *mp, char *value, caddr_t nu, cred_t *cr) in nl7c_uri_ttl_set() argument
249 nca_logging_on_get(queue_t *q, mblk_t *mp, caddr_t cp, cred_t *cr) in nca_logging_on_get() argument
257 nca_logging_on_set(queue_t *q, mblk_t *mp, char *value, caddr_t nu, cred_t *cr) in nca_logging_on_set() argument
274 nca_version_get(queue_t *q, mblk_t *mp, caddr_t cp, cred_t *cr) in nca_version_get() argument
282 nca_httpd_version_get(queue_t *q, mblk_t *mp, caddr_t cp, cred_t *cr) in nca_httpd_version_get() argument
290 nca_logd_version_get(queue_t * q,mblk_t * mp,caddr_t cp,cred_t * cr) nca_logd_version_get() argument
298 nca_httpd_door_inst_get(queue_t * q,mblk_t * mp,caddr_t nu,cred_t * cr) nca_httpd_door_inst_get() argument
306 nca_param_get(queue_t * q,mblk_t * mp,caddr_t cp,cred_t * cr) nca_param_get() argument
316 nca_param_set(queue_t * q,mblk_t * mp,char * value,caddr_t cp,cred_t * cr) nca_param_set() argument
331 nca_obsolete(queue_t * q,mblk_t * mp,caddr_t cp,cred_t * cr) nca_obsolete() argument
339 nca_ip_obsolete(queue_t * q,mblk_t * mp,caddr_t cp,cred_t * cr) nca_ip_obsolete() argument
347 nca_tcp_obsolete(queue_t * q,mblk_t * mp,caddr_t cp,cred_t * cr) nca_tcp_obsolete() argument
355 nca_nca_obsolete(queue_t * q,mblk_t * mp,caddr_t cp,cred_t * cr) nca_nca_obsolete() argument
[all...]
/titanic_51/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c302 sppp_mproto(queue_t *q, mblk_t *mp, spppstr_t *sps) in sppp_mproto() argument
370 sppp_dlattachreq(queue_t *q, mblk_t *mp, spppstr_t *sps) in sppp_dlattachreq() argument
404 sppp_dl_attach_upper(queue_t * q,mblk_t * mp) sppp_dl_attach_upper() argument
488 sppp_dldetachreq(queue_t * q,mblk_t * mp,spppstr_t * sps) sppp_dldetachreq() argument
512 sppp_dl_detach_upper(queue_t * q,mblk_t * mp) sppp_dl_detach_upper() argument
538 sppp_dlbindreq(queue_t * q,mblk_t * mp,spppstr_t * sps) sppp_dlbindreq() argument
581 sppp_dl_bind(queue_t * q,mblk_t * mp) sppp_dl_bind() argument
664 sppp_dlunbindreq(queue_t * q,mblk_t * mp,spppstr_t * sps) sppp_dlunbindreq() argument
687 sppp_dl_unbind(queue_t * q,mblk_t * mp) sppp_dl_unbind() argument
749 sppp_dlinforeq(queue_t * q,mblk_t * mp,spppstr_t * sps) sppp_dlinforeq() argument
807 sppp_dlunitdatareq(queue_t * q,mblk_t * mp,spppstr_t * sps) sppp_dlunitdatareq() argument
935 sppp_dlpromisconreq(queue_t * q,mblk_t * mp,spppstr_t * sps) sppp_dlpromisconreq() argument
968 sppp_dl_promiscon(queue_t * q,mblk_t * mp) sppp_dl_promiscon() argument
1005 sppp_dlpromiscoffreq(queue_t * q,mblk_t * mp,spppstr_t * sps) sppp_dlpromiscoffreq() argument
1039 sppp_dl_promiscoff(queue_t * q,mblk_t * mp) sppp_dl_promiscoff() argument
1078 sppp_dlphyreq(queue_t * q,mblk_t * mp,spppstr_t * us) sppp_dlphyreq() argument
1096 sppp_dladdether(spppstr_t * sps,mblk_t * mp,t_scalar_t proto) sppp_dladdether() argument
1138 sppp_dladdud(spppstr_t * sps,mblk_t * mp,t_scalar_t proto,boolean_t promisc) sppp_dladdud() argument
1205 sppp_dlprsendup(spppstr_t * sps,mblk_t * mp,t_scalar_t proto,boolean_t header) sppp_dlprsendup() argument
[all...]
/titanic_51/usr/src/uts/common/io/
H A Dstrsun.c43 merror(queue_t *wq, mblk_t *mp, int error) in merror() argument
53 mioc2ack(mblk_t *mp, mblk_t *dp, size_t count, int rval) in mioc2ack() argument
70 miocack(queue_t * wq,mblk_t * mp,int count,int rval) miocack() argument
82 miocnak(queue_t * wq,mblk_t * mp,int count,int error) miocnak() argument
93 mexchange(queue_t * wq,mblk_t * mp,size_t size,uchar_t type,int32_t primtype) mexchange() argument
116 msgsize(mblk_t * mp) msgsize() argument
127 mcopymsg(mblk_t * mp,void * bufp) mcopymsg() argument
143 mcopyin(mblk_t * mp,void * private,size_t size,void * useraddr) mcopyin() argument
170 mcopyout(mblk_t * mp,void * private,size_t size,void * useraddr,mblk_t * dp) mcopyout() argument
276 mblk_t *mp; mcopyinuio() local
[all...]
H A Ddedump.c66 dedump_raw(mblk_t *mp) in dedump_raw() argument
109 dedump_char(mblk_t *mp) in dedump_char() argument
115 dedump_int(mblk_t *mp) in dedump_int() argument
121 dedump_ssize(mblk_t *mp) in dedump_ssize() argument
127 dedump_cmdblk(mblk_t * mp) dedump_cmdblk() argument
136 dedump_iocblk(mblk_t * mp) dedump_iocblk() argument
146 dedump_stroptions(mblk_t * mp) dedump_stroptions() argument
161 dedump_copyreq(mblk_t * mp) dedump_copyreq() argument
171 dedump_copyresp(mblk_t * mp) dedump_copyresp() argument
245 dedumpput(queue_t * q,mblk_t * mp) dedumpput() argument
[all...]
H A Dsundlpi.c44 mblk_t *mp, in dlbindack() argument
72 mblk_t *mp, in dlokack() argument
88 dlerrorack(queue_t * wq,mblk_t * mp,t_uscalar_t error_primitive,t_uscalar_t error,t_uscalar_t unix_errno) dlerrorack() argument
108 dluderrorind(queue_t * wq,mblk_t * mp,const void * addrp,t_uscalar_t addrlen,t_uscalar_t error,t_uscalar_t unix_errno) dluderrorind() argument
134 dlphysaddrack(queue_t * wq,mblk_t * mp,const void * addrp,t_uscalar_t len) dlphysaddrack() argument
177 dlnotifyack(queue_t * wq,mblk_t * mp,uint32_t notifications) dlnotifyack() argument
196 mblk_t *mp = *mpp; dl_op() local
286 mblk_t *mp; dl_attach() local
312 mblk_t *mp; dl_bind() local
353 mblk_t *mp; dl_phys_addr() local
407 mblk_t *mp; dl_info() local
451 mblk_t *mp; dl_notify() local
[all...]
H A Dconsms.c380 consmsuwput(q, mp) in consmsuwput() argument
451 consmsioctl(q,mp) consmsioctl() argument
527 register mblk_t *mp; global() local
537 consmslrput(q,mp) consmslrput() argument
631 consms_punlink(queue_t * q,mblk_t * mp) consms_punlink() argument
669 consms_plink(queue_t * q,mblk_t * mp) consms_plink() argument
707 consms_lqs_ack_complete(consms_lq_t * lq,mblk_t * mp) consms_lqs_ack_complete() argument
919 mblk_t *mp; consms_check_caps() local
1066 consms_mux_ack(consms_msg_t * msg,mblk_t * mp) consms_mux_ack() argument
1152 consms_mux_copyreq(queue_t * q,consms_msg_t * msg,mblk_t * mp) consms_mux_copyreq() argument
1177 consms_mux_disp_iocdata(consms_response_t * rsp,mblk_t * mp) consms_mux_disp_iocdata() argument
1218 consms_mux_iocdata(consms_msg_t * msg,mblk_t * mp) consms_mux_iocdata() argument
1279 consms_mux_max_wheel_report(mblk_t * mp) consms_mux_max_wheel_report() argument
1307 consms_mux_cache_states(mblk_t * mp) consms_mux_cache_states() argument
1352 consms_mux_disp_ioctl(queue_t * q,mblk_t * mp) consms_mux_disp_ioctl() argument
1402 consms_mux_disp_data(mblk_t * mp) consms_mux_disp_data() argument
[all...]
/titanic_51/usr/src/lib/libc/port/threads/
H A Dsynch.c128 mutex_init(mutex_t *mp, int type, void *arg) in mutex_init() argument
212 _ceil_mylist_del(mutex_t * mp) _ceil_mylist_del() argument
235 _ceil_mylist_add(mutex_t * mp) _ceil_mylist_add() argument
414 spin_lock_set(mutex_t * mp) spin_lock_set() argument
451 spin_lock_clear(mutex_t * mp) spin_lock_clear() argument
982 mutex_lock_kernel(mutex_t * mp,timespec_t * tsp,tdb_mutex_stats_t * msp) mutex_lock_kernel() argument
1056 mutex_trylock_kernel(mutex_t * mp) mutex_trylock_kernel() argument
1246 mutex_trylock_adaptive(mutex_t * mp,int tryhard) mutex_trylock_adaptive() argument
1400 mutex_queuelock_adaptive(mutex_t * mp) mutex_queuelock_adaptive() argument
1436 mutex_trylock_process(mutex_t * mp,int tryhard) mutex_trylock_process() argument
1614 mutex_wakeup(mutex_t * mp) mutex_wakeup() argument
1639 mutex_wakeup_all(mutex_t * mp) mutex_wakeup_all() argument
1705 mutex_unlock_queue(mutex_t * mp,int release_all) mutex_unlock_queue() argument
1733 mutex_unlock_process(mutex_t * mp,int release_all) mutex_unlock_process() argument
1782 mutex_lock_queue(ulwp_t * self,tdb_mutex_stats_t * msp,mutex_t * mp,timespec_t * tsp) mutex_lock_queue() argument
1899 mutex_recursion(mutex_t * mp,int mtype,int try) mutex_recursion() argument
1928 register_lock(mutex_t * mp) register_lock() argument
2044 mutex_lock_internal(mutex_t * mp,timespec_t * tsp,int try) mutex_lock_internal() argument
2177 fast_process_lock(mutex_t * mp,timespec_t * tsp,int mtype,int try) fast_process_lock() argument
2228 mutex_lock_impl(mutex_t * mp,timespec_t * tsp) mutex_lock_impl() argument
2312 mutex_lock(mutex_t * mp) mutex_lock() argument
2319 mutex_enter(mutex_t * mp) mutex_enter() argument
2342 pthread_mutex_timedlock(pthread_mutex_t * _RESTRICT_KYWD mp,const struct timespec * _RESTRICT_KYWD abstime) pthread_mutex_timedlock() argument
2357 pthread_mutex_reltimedlock_np(pthread_mutex_t * _RESTRICT_KYWD mp,const struct timespec * _RESTRICT_KYWD reltime) pthread_mutex_reltimedlock_np() argument
2373 mutex_trylock(mutex_t * mp) mutex_trylock() argument
2440 mutex_unlock_internal(mutex_t * mp,int retain_robust_flags) mutex_unlock_internal() argument
2504 mutex_unlock(mutex_t * mp) mutex_unlock() argument
2601 mutex_exit(mutex_t * mp) mutex_exit() argument
2628 lmutex_lock(mutex_t * mp) lmutex_lock() argument
2667 lmutex_unlock(mutex_t * mp) lmutex_unlock() argument
2706 sig_mutex_lock(mutex_t * mp) sig_mutex_lock() argument
2715 sig_mutex_unlock(mutex_t * mp) sig_mutex_unlock() argument
2724 sig_mutex_trylock(mutex_t * mp) sig_mutex_trylock() argument
2739 sig_cond_wait(cond_t * cv,mutex_t * mp) sig_cond_wait() argument
2759 sig_cond_reltimedwait(cond_t * cv,mutex_t * mp,const timespec_t * ts) sig_cond_reltimedwait() argument
2782 cancel_safe_mutex_lock(mutex_t * mp) cancel_safe_mutex_lock() argument
2789 cancel_safe_mutex_trylock(mutex_t * mp) cancel_safe_mutex_trylock() argument
2799 cancel_safe_mutex_unlock(mutex_t * mp) cancel_safe_mutex_unlock() argument
2837 volatile mutex_t *mp = (volatile mutex_t *)mparg; shared_mutex_held() local
2848 volatile mutex_t *mp = (volatile mutex_t *)mparg; mutex_held() local
2858 mutex_destroy(mutex_t * mp) mutex_destroy() argument
2870 mutex_consistent(mutex_t * mp) mutex_consistent() argument
2895 mutex_t *mp = (mutex_t *)lock; pthread_spin_init() local
2929 mutex_t *mp = (mutex_t *)lock; pthread_spin_trylock() local
2949 mutex_t *mp = (mutex_t *)lock; pthread_spin_lock() local
2987 mutex_t *mp = (mutex_t *)lock; pthread_spin_unlock() local
3112 mutex_t *mp; heldlock_exit() local
3178 cond_sleep_queue(cond_t * cvp,mutex_t * mp,timespec_t * tsp) cond_sleep_queue() argument
3295 cond_wait_check_alignment(cond_t * cvp,mutex_t * mp) cond_wait_check_alignment() argument
3304 cond_wait_queue(cond_t * cvp,mutex_t * mp,timespec_t * tsp) cond_wait_queue() argument
3352 cond_sleep_kernel(cond_t * cvp,mutex_t * mp,timespec_t * tsp) cond_sleep_kernel() argument
3391 cond_wait_kernel(cond_t * cvp,mutex_t * mp,timespec_t * tsp) cond_wait_kernel() argument
3431 cond_wait_common(cond_t * cvp,mutex_t * mp,timespec_t * tsp) cond_wait_common() argument
3530 __cond_wait(cond_t * cvp,mutex_t * mp) __cond_wait() argument
3558 cond_wait(cond_t * cvp,mutex_t * mp) cond_wait() argument
3576 pthread_cond_wait(pthread_cond_t * _RESTRICT_KYWD cvp,pthread_mutex_t * _RESTRICT_KYWD mp) pthread_cond_wait() argument
3588 __cond_timedwait(cond_t * cvp,mutex_t * mp,const timespec_t * abstime) __cond_timedwait() argument
3617 cond_timedwait(cond_t * cvp,mutex_t * mp,const timespec_t * abstime) cond_timedwait() argument
3635 pthread_cond_timedwait(pthread_cond_t * _RESTRICT_KYWD cvp,pthread_mutex_t * _RESTRICT_KYWD mp,const struct timespec * _RESTRICT_KYWD abstime) pthread_cond_timedwait() argument
3652 __cond_reltimedwait(cond_t * cvp,mutex_t * mp,const timespec_t * reltime) __cond_reltimedwait() argument
3664 cond_reltimedwait(cond_t * cvp,mutex_t * mp,const timespec_t * reltime) cond_reltimedwait() argument
3679 pthread_cond_reltimedwait_np(pthread_cond_t * _RESTRICT_KYWD cvp,pthread_mutex_t * _RESTRICT_KYWD mp,const struct timespec * _RESTRICT_KYWD reltime) pthread_cond_reltimedwait_np() argument
3704 mutex_t *mp; cond_signal() local
3834 mutex_t *mp; cond_broadcast() local
[all...]
/titanic_51/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c49 mblk_t *mp; in sctp_notify() local
130 mblk_t *mp; sctp_assoc_event() local
167 mblk_t *mp; sctp_sendfail() local
207 mblk_t *mp; sctp_sendfail_sent() local
254 mblk_t *mp; sctp_sendfail_event() local
299 mblk_t *mp; sctp_regift_xmitlist() local
328 mblk_t *mp; sctp_intf_event() local
366 mblk_t *mp; sctp_error_event() local
432 mblk_t *mp; sctp_shutdown_event() local
456 mblk_t *mp; sctp_adaptation_event() local
486 mblk_t *mp; sctp_partial_delivery_event() local
[all...]
/titanic_51/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c284 oplmsu_iocack(queue_t *q, mblk_t *mp, int errno) in oplmsu_iocack() argument
346 oplmsu_set_ioctl_path(lpath_t *lpath, queue_t *hndl_queue, mblk_t *mp) in oplmsu_set_ioctl_path() argument
567 mblk_t *mp; oplmsu_cmn_put_xoffxon() local
633 oplmsu_cmn_set_mflush(mblk_t * mp) oplmsu_cmn_set_mflush() argument
673 oplmsu_cmn_allocmb(queue_t * q,mblk_t * mp,mblk_t ** nmp,size_t size,int rw_flag) oplmsu_cmn_allocmb() argument
699 oplmsu_cmn_copymb(queue_t * q,mblk_t * mp,mblk_t ** nmp,mblk_t * cmp,int rw_flag) oplmsu_cmn_copymb() argument
723 oplmsu_cmn_bufcall(queue_t * q,mblk_t * mp,size_t size,int rw_flag) oplmsu_cmn_bufcall() argument
809 oplmsu_cmn_prechg(queue_t * q,mblk_t * mp,int rw_flag,mblk_t ** term_mp,int * term_ioctl,int * term_stat) oplmsu_cmn_prechg() argument
936 oplmsu_cmn_prechg_termio(queue_t * q,mblk_t * mp,int rw_flag,int prev_flag,mblk_t ** term_mp,int * term_stat) oplmsu_cmn_prechg_termio() argument
991 oplmsu_cmn_pullup_msg(queue_t * q,mblk_t * mp) oplmsu_cmn_pullup_msg() argument
1177 oplmsu_wcmn_chknode(queue_t * q,int node,mblk_t * mp) oplmsu_wcmn_chknode() argument
1212 oplmsu_wcmn_flush_hndl(queue_t * q,mblk_t * mp,krw_t rw) oplmsu_wcmn_flush_hndl() argument
1250 oplmsu_wcmn_through_hndl(queue_t * q,mblk_t * mp,int pri_flag,krw_t rw) oplmsu_wcmn_through_hndl() argument
1327 mblk_t *mp; oplmsu_wcmn_high_getq() local
1360 oplmsu_wcmn_norm_putbq(queue_t * uwq,mblk_t * mp,queue_t * dq) oplmsu_wcmn_norm_putbq() argument
1388 mblk_t *mp; oplmsu_wcmn_high_qenable() local
1424 oplmsu_rcmn_flush_hndl(queue_t * q,mblk_t * mp) oplmsu_rcmn_flush_hndl() argument
1482 oplmsu_rcmn_through_hndl(queue_t * q,mblk_t * mp,int pri_flag) oplmsu_rcmn_through_hndl() argument
1547 mblk_t *mp; oplmsu_rcmn_high_qenable() local
1639 oplmsu_cmn_trace(queue_t * q,mblk_t * mp,int op) oplmsu_cmn_trace() argument
1758 oplmsu_cmn_msglog(mblk_t * mp,int direction) oplmsu_cmn_msglog() argument
[all...]
/titanic_51/usr/src/uts/common/os/
H A Drmap.c49 rmfreemap(void *mp) in rmfreemap() argument
55 rmalloc(void *mp, size_t size) in rmalloc() argument
61 rmalloc_wait(void *mp, size_t size) in rmalloc_wait() argument
67 rmfree(void *mp, size_t size, ulong_t addr) in rmfree() argument
[all...]
/titanic_51/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c138 mblk_t *mp; in tcp_timeout() local
178 mblk_t *mp = (mblk_t *)arg; tcp_timer_callback() local
190 tcp_timer_handler(void * arg,mblk_t * mp,void * arg2,ip_recv_attr_t * dummy) tcp_timer_handler() argument
233 mblk_t *mp = (mblk_t *)id; tcp_timeout_cancel() local
282 mblk_t *mp = (mblk_t *)kmem_cache_alloc(tcp_timercache, tcp_timermp_alloc() local
333 mblk_t *mp; tcp_timermp_free() local
348 tcp_timer_free(tcp_t * tcp,mblk_t * mp) tcp_timer_free() argument
420 mblk_t *mp; tcp_keepalive_timer() local
562 mblk_t *mp; tcp_ack_timer() local
644 mblk_t *mp; tcp_timer() local
[all...]
/titanic_51/usr/src/uts/common/inet/
H A Dmi.c55 #define MI_IS_TRANSPARENT(mp) (mp->b_cont && \ argument
203 mi_copyin(queue_t *q, MBLKP mp, char *uaddr, size_t len) in mi_copyin() argument
294 mi_copyin_n(queue_t * q,MBLKP mp,size_t offset,size_t len) mi_copyin_n() argument
313 mi_copyout(queue_t * q,MBLKP mp) mi_copyout() argument
372 mi_copyout_alloc(queue_t * q,MBLKP mp,char * uaddr,size_t len,boolean_t free_on_error) mi_copyout_alloc() argument
413 mi_copy_done(queue_t * q,MBLKP mp,int err) mi_copy_done() argument
441 mi_copy_state(queue_t * q,MBLKP mp,MBLKP * mpp) mi_copy_state() argument
634 mi_mpprintf(MBLKP mp,char * fmt,...) mi_mpprintf() argument
652 mi_mpprintf_nr(MBLKP mp,char * fmt,...) mi_mpprintf_nr() argument
672 MBLKP mp = (MBLKP)cookie; mi_mpprintf_putc() local
876 mi_offset_param(mblk_t * mp,size_t offset,size_t len) mi_offset_param() argument
890 mi_offset_paramc(mblk_t * mp,size_t offset,size_t len) mi_offset_paramc() argument
1084 mi_timer(queue_t * q,MBLKP mp,clock_t tim) mi_timer() argument
1152 MBLKP mp; mi_timer_alloc() local
1190 mi_timer_free(MBLKP mp) mi_timer_free() argument
1225 mi_timer_move(queue_t * q,MBLKP mp) mi_timer_move() argument
1277 mi_timer_stop(MBLKP mp) mi_timer_stop() argument
1310 mi_timer_valid(MBLKP mp) mi_timer_valid() argument
1353 mi_tpi_addr_and_opt(MBLKP mp,char * addr,t_scalar_t addr_length,char * opt,t_scalar_t opt_length) mi_tpi_addr_and_opt() argument
1387 MBLKP mp; mi_tpi_conn_con() local
1402 MBLKP mp; mi_tpi_conn_ind() local
1420 MBLKP mp; mi_tpi_extconn_ind() local
1444 MBLKP mp; mi_tpi_discon_ind() local
1461 mi_tpi_err_ack_alloc(MBLKP mp,t_scalar_t tlierr,int unixerr) mi_tpi_err_ack_alloc() argument
1480 mi_tpi_ok_ack_alloc_extra(MBLKP mp,int extra) mi_tpi_ok_ack_alloc_extra() argument
1496 mi_tpi_ok_ack_alloc(MBLKP mp) mi_tpi_ok_ack_alloc() argument
1504 MBLKP mp; mi_tpi_ordrel_ind() local
1517 MBLKP mp; mi_tpi_trailer_alloc() local
1533 MBLKP mp; mi_tpi_uderror_ind() local
[all...]
/titanic_51/usr/src/lib/libumem/common/
H A Dstub_stand.c86 mutex_init(mutex_t *mp, int type, void *arg) in mutex_init() argument
94 mutex_destroy(mutex_t *mp) in mutex_destroy() argument
101 _mutex_held(void *mp) in _mutex_held() argument
108 mutex_lock(mutex_t *mp) in mutex_lock() argument
115 mutex_trylock(mutex_t *mp) in mutex_trylock() argument
122 mutex_unlock(mutex_t *mp) in mutex_unlock() argument
/titanic_51/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c49 pci_sc_pg_inv(dev_info_t *dip, sc_t *sc_p, ddi_dma_impl_t *mp, off_t off, in pci_sc_pg_inv() argument
84 pci_dma_sync_flag_wait(ddi_dma_impl_t *mp, sc_t *sc_p, uint32_t onstack) in pci_dma_sync_flag_wait() argument
151 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)handle; pci_dma_sync() local
229 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; pci_dma_handle_clean() local
253 ddi_dma_impl_t *mp; pci_dma_allocmp() local
312 pci_dma_freemp(ddi_dma_impl_t * mp) pci_dma_freemp() argument
323 pci_dma_freepfn(ddi_dma_impl_t * mp) pci_dma_freepfn() argument
360 ddi_dma_impl_t *mp; pci_dma_lmts2hdl() local
425 pci_dma_attr2hdl(pci_t * pci_p,ddi_dma_impl_t * mp) pci_dma_attr2hdl() argument
550 pci_dma_type(pci_t * pci_p,ddi_dma_req_t * dmareq,ddi_dma_impl_t * mp) pci_dma_type() argument
650 pci_dma_pgpfn(pci_t * pci_p,ddi_dma_impl_t * mp,uint_t npages) pci_dma_pgpfn() argument
699 pci_dma_vapfn(pci_t * pci_p,ddi_dma_req_t * dmareq,ddi_dma_impl_t * mp,uint_t npages) pci_dma_vapfn() argument
761 pci_dma_pfn(pci_t * pci_p,ddi_dma_req_t * dmareq,ddi_dma_impl_t * mp) pci_dma_pfn() argument
838 pci_dvma_win(pci_t * pci_p,ddi_dma_req_t * dmareq,ddi_dma_impl_t * mp) pci_dvma_win() argument
909 pci_dvma_map_fast(iommu_t * iommu_p,ddi_dma_impl_t * mp) pci_dvma_map_fast() argument
985 pci_dvma_map(ddi_dma_impl_t * mp,ddi_dma_req_t * dmareq,iommu_t * iommu_p) pci_dvma_map() argument
1052 pci_dvma_unmap(iommu_t * iommu_p,ddi_dma_impl_t * mp) pci_dvma_unmap() argument
1078 pci_dma_sync_unmap(dev_info_t * dip,dev_info_t * rdip,ddi_dma_impl_t * mp) pci_dma_sync_unmap() argument
1111 pci_dvma_ctl(dev_info_t * dip,dev_info_t * rdip,ddi_dma_impl_t * mp,enum ddi_dma_ctlops cmd,off_t * offp,size_t * lenp,caddr_t * objp,uint_t cache_flags) pci_dvma_ctl() argument
1131 pci_dma_freewin(ddi_dma_impl_t * mp) pci_dma_freewin() argument
1173 pci_dma_newwin(ddi_dma_req_t * dmareq,ddi_dma_impl_t * mp,uint32_t cookie_no,uint32_t start_idx,uint32_t end_idx,pci_dma_win_t ** win_pp,uint64_t count_max,uint64_t bypass_prefix) pci_dma_newwin() argument
1248 pci_dma_adjust(ddi_dma_req_t * dmareq,ddi_dma_impl_t * mp,pci_dma_win_t * win_p) pci_dma_adjust() argument
1327 pci_dma_physwin(pci_t * pci_p,ddi_dma_req_t * dmareq,ddi_dma_impl_t * mp) pci_dma_physwin() argument
1425 pci_dma_ctl(dev_info_t * dip,dev_info_t * rdip,ddi_dma_impl_t * mp,enum ddi_dma_ctlops cmd,off_t * offp,size_t * lenp,caddr_t * objp,uint_t cache_flags) pci_dma_ctl() argument
1547 pci_dvma_alloc_debug(iommu_t * iommu_p,char * address,uint_t len,ddi_dma_impl_t * mp) pci_dvma_alloc_debug() argument
1580 pci_dvma_free_debug(iommu_t * iommu_p,char * address,uint_t len,ddi_dma_impl_t * mp) pci_dvma_free_debug() argument
[all...]
/titanic_51/usr/src/uts/common/io/dld/
H A Ddld_str.c397 dld_wput(queue_t *wq, mblk_t *mp) in dld_wput() argument
772 i_dld_ether_header_update_tag(mblk_t * mp,uint_t pri,uint16_t vid,link_tagmode_t tagmode) i_dld_ether_header_update_tag() argument
861 str_mdata_fastpath_put(dld_str_t * dsp,mblk_t * mp,uintptr_t f_hint,uint16_t flag) str_mdata_fastpath_put() argument
899 str_mdata_raw_put(dld_str_t * dsp,mblk_t * mp) str_mdata_raw_put() argument
1143 i_dld_ether_header_strip_tag(mblk_t * mp,boolean_t keep_pri) i_dld_ether_header_strip_tag() argument
1181 dld_str_rx_raw(void * arg,mac_resource_handle_t mrh,mblk_t * mp,mac_header_info_t * mhip) dld_str_rx_raw() argument
1262 dld_str_rx_fastpath(void * arg,mac_resource_handle_t mrh,mblk_t * mp,mac_header_info_t * mhip) dld_str_rx_fastpath() argument
1325 dld_str_rx_unitdata(void * arg,mac_resource_handle_t mrh,mblk_t * mp,mac_header_info_t * mhip) dld_str_rx_unitdata() argument
1399 mblk_t *mp; str_notify_sdu_size() local
1447 str_unitdata_ind(dld_str_t * dsp,mblk_t * mp,boolean_t strip_vlan) str_unitdata_ind() argument
1529 mblk_t *mp; str_notify_promisc_on_phys() local
1553 mblk_t *mp; str_notify_promisc_off_phys() local
1577 mblk_t *mp; str_notify_phys_addr() local
1613 mblk_t *mp; str_notify_link_up() local
1637 mblk_t *mp; str_notify_link_down() local
1661 mblk_t *mp; str_notify_speed() local
1686 mblk_t *mp; str_notify_capab_reneg() local
1710 mblk_t *mp; str_notify_fastpath_flush() local
1731 mblk_t *mp; str_notify_allowed_ips() local
1906 mblk_t *mp; dld_wput_nondata_task() local
1997 dld_wput_nondata(dld_str_t * dsp,mblk_t * mp) dld_wput_nondata() argument
2037 dld_ioc(dld_str_t * dsp,mblk_t * mp) dld_ioc() argument
2069 ioc_native(dld_str_t * dsp,mblk_t * mp) ioc_native() argument
2091 ioc_margin(dld_str_t * dsp,mblk_t * mp) ioc_margin() argument
2117 ioc_raw(dld_str_t * dsp,mblk_t * mp) ioc_raw() argument
2155 ioc_fast(dld_str_t * dsp,mblk_t * mp) ioc_fast() argument
2255 ioc_lowlink(dld_str_t * dsp,mblk_t * mp) ioc_lowlink() argument
2273 ioc(dld_str_t * dsp,mblk_t * mp) ioc() argument
[all...]

12345678910>>...40