Home
last modified time | relevance | path

Searched defs:cd (Results 1 – 25 of 85) sorted by relevance

1234

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c353 _sd_recovery_wblk_wait(int cd) in _sd_recovery_wblk_wait()
438 int cd = ft_cent->sc_cd; in _sd_ft_clone() local
521 _sd_repin_cd(int cd) in _sd_repin_cd()
697 int cd; in _sd_hash_invalidate_cd() local
774 _sd_cd_online(int cd, int discard) in _sd_cd_online()
904 _sd_cd_discard_mirror(int cd) in _sd_cd_discard_mirror()
915 int r, cd = *ap; in r_cd_discard() local
931 int rc, cd, flag = 0; in _sd_failover_file_open() local
994 sdbc_recover_vol(ss_vol_t *vol, int cd) in sdbc_recover_vol()
1084 int cd; in _sd_failover_done() local
[all …]
H A Dsd_trace.c130 _sdbc_tr_configure(int cd) in _sdbc_tr_configure()
217 _sd_alert(int f, int cd, int len, nsc_off_t fba, int flg, int ret) in _sd_alert()
295 _sd_trace(int f, int cd, int len, nsc_off_t fba, int flg, int ret) in _sd_trace()
360 int cd; in _sd_scan_alert() local
382 int cd; in _sd_scan_entries() local
416 long cd; in _sd_adump() member
425 int cd, count, lost, new_cnt; in _sd_adump() local
570 _sd_set_adump(int cd, int flag, _sdtr_table_t *table) in _sd_set_adump()
H A Dsd_io.c875 int flushed, i, cd; in _sd_async_flclist() local
1053 _sd_enqueue_io_pending(int cd, _sd_cctl_t *cclist) in _sd_enqueue_io_pending()
1074 int cd; in _sd_async_flcent() local
1144 _sd_process_pending(int cd) in _sd_process_pending()
1327 int cd; in _sd_flcent_ea() local
1403 int cd; in _sd_flclist_ea() local
1511 int cd; in _sd_mark_failed() local
1531 int cd, num; in _sd_process_failure() local
1582 int cd; in _sd_process_reflush() local
1618 cd_write_thread(int cd) in cd_write_thread()
[all …]
H A Dsd_bcache.c1320 int cd; in _sd_open() local
1337 int cd; in _sd_open_io() local
1356 _sd_open_cd(char *filename, const int cd, const int flag) in _sd_open_cd()
1554 _sd_close(int cd) in _sd_close()
1637 int cd = (int)(unsigned long)xcd; in _sd_close_io() local
1655 _sdbc_remote_store_pinned(int cd) in _sdbc_remote_store_pinned()
1712 _sd_flush_cd(int cd) in _sd_flush_cd()
1764 int cd = (int)(unsigned long)xcd; in _sdbc_io_attach_cd() local
1828 int cd = (int)(unsigned long)xcd; in sdbc_fd_attach_cd() local
1880 int cd = (int)(unsigned long)xcd; in _sdbc_io_detach_cd() local
[all …]
H A Dsd_tdaemon.c48 #define _CD_VTRK_SIZE(cd) (dev_tsize[GET_CD_STATE(cd)] * 1024) argument
49 #define _CD_VTRK_NUM(cd, len) ((len)/_CD_VTRK_SIZE(cd)) argument
50 #define _CD_VTRK_OFF(cd, len) ((len)%(_CD_VTRK_SIZE(cd))) argument
83 #define SET_CD_STATE(cd, i) (cd_test_sts[(cd)].cd_state = (short)(i)) argument
84 #define GET_CD_STATE(cd) (cd_test_sts[(cd)].cd_state) argument
267 int cd; member
408 _td_attach_cd(int cd) in _td_attach_cd()
415 _td_detach_cd(int cd) in _td_detach_cd()
440 test_control(int typ, int cd, nsc_off_t fba_pos, nsc_size_t fba_len) in test_control()
634 int cd, tsize; member
[all …]
H A Dsd_bio.c1231 int cd; in _sdbc_ioj_lookup() local
1246 _sdbc_ioj_set_dev(int cd, dev_t crdev) in _sdbc_ioj_set_dev()
1260 _sdbc_ioj_set_err(int cd, int err, int count) in _sdbc_ioj_set_err()
1276 _sdbc_ioj_clear_err(int cd) in _sdbc_ioj_clear_err()
1282 _sdbc_inject_ioerr(int cd, int ioj_err, int count) in _sdbc_inject_ioerr()
1293 _sdbc_clear_ioerr(int cd) in _sdbc_clear_ioerr()
H A Dsd_bcache.h716 #define CC_CD_BLK_MATCH(cd, blk, centry) \ argument
731 #define ASSERT_IO_SIZE(fba_num, fba_len, cd) \ argument
758 #define _SD_CD_HINTS(cd) (_sd_cache_files[(cd)].cd_hint) argument
761 #define _SD_SETUP_HANDLE(hndl, cd, fpos, flen, flag) { \ argument
779 #define FILE_OPENED(cd) (((cd) >= 0) && ((cd) < (sdbc_max_devs)) && \ argument
851 #define CACHE_FBA_READ(cd, blks) \ argument
854 #define DISK_FBA_READ(cd, blks) \ argument
857 #define CACHE_FBA_WRITE(cd, blks) \ argument
860 #define DISK_FBA_WRITE(cd, blks) \ argument
868 #define CACHE_WRITE_CANCELLATION(cd) {\ argument
[all …]
H A Dsd_hash.c193 _sd_hash_search(int cd, nsc_off_t block_num, _sd_hash_table_t *table) in _sd_hash_search()
290 _sd_hash_insert(int cd, in _sd_hash_insert()
/titanic_44/usr/src/common/ctf/
H A Dctf_decl.c54 ctf_decl_init(ctf_decl_t *cd, char *buf, size_t len) in ctf_decl_init()
72 ctf_decl_fini(ctf_decl_t *cd) in ctf_decl_fini()
87 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type) in ctf_decl_push()
172 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf()
/titanic_44/usr/src/lib/libtnfctl/
H A Dprobes_ext.c94 _tnfctl_destructor_wrapper(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) in _tnfctl_destructor_wrapper()
103 _tnfctl_creator_wrapper(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) in _tnfctl_creator_wrapper()
259 tnfctl_probe_enable(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, void *cd) in tnfctl_probe_enable()
285 void *cd) in tnfctl_probe_disable()
310 tnfctl_probe_trace(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, void *cd) in tnfctl_probe_trace()
337 void *cd) in tnfctl_probe_untrace()
416 void *cd) in tnfctl_probe_disconnect_all()
449 apply_func(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) in apply_func()
H A Dprb_lmap.c49 prb_loadobj_iter(prb_proc_ctl_t *proc_p, prb_loadobj_f *obj_func, void *cd) in prb_loadobj_iter()
/titanic_44/usr/src/lib/libc/port/gen/
H A Diconv.c89 iconv_t cd; in iconv_open() local
409 iconv_close(iconv_t cd) in iconv_close()
429 passthru_icv_close(iconv_t cd) in passthru_icv_close()
434 iconv(iconv_t cd, const char **inbuf, size_t *inbytesleft, in iconv()
449 passthru_icv_iconv(iconv_t cd, const char **inbuf, size_t *inbufleft, in passthru_icv_iconv()
/titanic_44/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c291 int rc, cd, the_cd; in _raw_open() local
426 int cd; in __raw_get_cd() local
451 int cd; in _raw_close() local
499 int cd = __raw_get_cd(bp->b_edev); in _raw_strategy() local
514 int cd; in _raw_partsize() local
577 int rc, cd; in _raw_get_bsize() local
709 int rc, cd; in _raw_init_dev() local
743 int cd; in _raw_attach_io() local
764 int cd; in nskern_bsize() local
824 int cd, rc; in nskern_partition() local
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_prot.x108 int cd; member
116 int cd; member
128 int cd; member
154 int cd; member
164 int cd; member
174 int cd; member
187 int cd; member
198 int cd; member
216 int cd; member
/titanic_44/usr/src/cmd/avs/sdbc/
H A Dscmadm.c144 get_cd_hint(const int cd) in get_cd_hint()
275 int cd; in restore_hints() local
715 cd_to_device(int cd) in cd_to_device()
751 long cd = 0; in get_device_name() local
843 save_hint(int cd, int hint, int flag) in save_hint()
939 int cd; in scmadm_lintmain() local
1290 int cd; in scmadm_lintmain() local
1321 int cd; in scmadm_lintmain() local
1685 int cd, count, size, flag; local
1782 int cd; local
[all …]
/titanic_44/usr/src/lib/libast/common/comp/
H A Diconv.c260 _win_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in _win_iconv()
531 utf2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in utf2bin()
605 bin2utf(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2utf()
715 ume2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in ume2bin()
791 bin2ume(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2ume()
865 ucs2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in ucs2bin()
910 bin2ucs(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2ucs()
956 scu2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in scu2bin()
1001 bin2scu(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2scu()
1180 _ast_iconv_close(_ast_iconv_t cd) in _ast_iconv_close()
[all …]
/titanic_44/usr/src/ucblib/librpcsoc/
H A Dsvc_tcp.c191 register struct tcp_conn *cd; local
264 register struct tcp_conn *cd = (struct tcp_conn *)xprt->xp_p1; local
346 register struct tcp_conn *cd = local
361 register struct tcp_conn *cd = local
403 register struct tcp_conn *cd = local
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c111 ref_to_str(uint_t name, const ctf_header_t *hp, const ctf_data_t *cd) in ref_to_str()
182 print_header(const ctf_header_t *hp, const ctf_data_t *cd) in print_header()
204 print_labeltable(const ctf_header_t *hp, const ctf_data_t *cd) in print_labeltable()
237 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym()
268 read_data(const ctf_header_t *hp, const ctf_data_t *cd) in read_data()
312 read_funcs(const ctf_header_t *hp, const ctf_data_t *cd) in read_funcs()
389 read_types(const ctf_header_t *hp, const ctf_data_t *cd) in read_types()
634 read_strtab(const ctf_header_t *hp, const ctf_data_t *cd) in read_strtab()
812 ctf_data_t cd; in main() local
/titanic_44/usr/src/uts/common/rpc/
H A Dsvc_cots.c321 cots_data_t *cd = (cots_data_t *)clone_xprt->xp_p2buf; in svc_cots_kclone_destroy() local
351 cots_data_t *cd = (cots_data_t *)clone_xprt->xp_p2buf; in svc_cots_krecv() local
408 cots_data_t *cd = (cots_data_t *)clone_xprt->xp_p2buf; in svc_cots_ksend() local
566 cots_data_t *cd = (cots_data_t *)clone_xprt->xp_p2buf; in svc_cots_kfreeargs() local
597 cots_data_t *cd = (cots_data_t *)clone_xprt->xp_p2buf; in svc_cots_kgetres() local
685 cots_data_t *cd; in svc_cots_kfreeres() local
/titanic_44/usr/src/cmd/allocate/
H A Dmkdevalloc.c110 struct cd { struct
116 } *cd; variable
/titanic_44/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c209 struct cachekey_disklist *cd; in create_cache_file_ch() local
406 struct cachekey_disklist *cd; in cache_remap_addresses_ch() local
465 struct cachekey_disklist *cd = 0; in remap_cache_file_ch() local
586 struct cachekey_disklist *cd; in print_cache_ch() local
803 struct cachekey_disklist *cd; in find_cache_item() local
860 struct cachekey_disklist *cd; in cache_insert_ch() local
923 copy_cl_item(struct cachekey_header *ch, struct cachekey_disklist *cd, in copy_cl_item()
994 struct cachekey_disklist *cd; in cache_retrieve_ch() local
1043 struct cachekey_disklist *cd, *cdtmp; in cache_remove_ch() local
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c452 struct cf_conn *cd = xprt ? (struct cf_conn *)xprt->xp_p1 : NULL; in svc_fd_xprtfree() local
484 struct cf_conn *cd; in makefd_xprt() local
588 struct cf_conn *cd, *pcd; in svc_fd_xprtcopy() local
1106 struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1; in svc_vc_nonblock() local
1279 struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1; in update_nonblock_timestamps() local
1421 struct cf_conn *cd; in svc_timeout_nonblock_xprt_and_LRU() local
1655 struct cf_conn *cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_recv() local
1727 struct cf_conn *cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_reply() local
/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dutf_str.c93 convert_ucs2xx_to_utf8(iconv_t cd, const uint16_t *us) in convert_ucs2xx_to_utf8()
168 convert_utf8_to_ucs2xx(iconv_t cd, const char *utf8_string) in convert_utf8_to_ucs2xx()
/titanic_44/usr/src/lib/libsqlite/src/
H A Dtclsqlite.c312 static int DbBusyHandler(void *cd, const char *zTable, int nTries){ in DbBusyHandler()
336 static int DbProgressHandler(void *cd){ in DbProgressHandler()
352 static void DbTraceHandler(void *cd, const char *zSql){ in DbTraceHandler()
370 static int DbCommitHandler(void *cd){ in DbCommitHandler()
489 static int DbObjCmd(void *cd, Tcl_Interp *interp, int objc,Tcl_Obj *const*objv){ in DbObjCmd()
1025 static int DbMain(void *cd, Tcl_Interp *interp, int objc,Tcl_Obj *const*objv){ in DbMain()
/titanic_44/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh216 function cd function

1234