/titanic_52/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-types.h | 34 #define BIT(loc) (0x8000000000000000ULL >> (loc)) argument 39 #define vBIT(val, loc, sz) (((u64)(val)) << (64-(loc)-(sz))) argument 40 #define vBIT32(val, loc, sz) (((u32)(val)) << (32-(loc)-(sz))) argument 45 #define bVAL1(bits, loc) ((((u6 argument 46 bVAL2(bits,loc) global() argument 47 bVAL3(bits,loc) global() argument 48 bVAL4(bits,loc) global() argument 49 bVAL5(bits,loc) global() argument 50 bVAL6(bits,loc) global() argument 51 bVAL7(bits,loc) global() argument 52 bVAL8(bits,loc) global() argument 53 bVAL12(bits,loc) global() argument 54 bVAL14(bits,loc) global() argument 55 bVAL16(bits,loc) global() argument 56 bVAL20(bits,loc) global() argument 57 bVAL22(bits,loc) global() argument 58 bVAL24(bits,loc) global() argument 59 bVAL28(bits,loc) global() argument 60 bVAL32(bits,loc) global() argument 61 bVAL36(bits,loc) global() argument 62 bVAL40(bits,loc) global() argument 63 bVAL44(bits,loc) global() argument 64 bVAL48(bits,loc) global() argument 65 bVAL52(bits,loc) global() argument 66 bVAL56(bits,loc) global() argument 67 bVAL60(bits,loc) global() argument [all...] |
/titanic_52/usr/src/lib/libc/port/locale/ |
H A D | localeimpl.c | 208 struct locdata *loc; in locdata_get_cache() local 360 __mb_cur_max_l(locale_t loc) __mb_cur_max_l() argument 378 locale_t loc; duplocale() local 404 freelocale(locale_t loc) freelocale() argument 418 locale_t loc; newlocale() local 468 uselocale(locale_t loc) uselocale() argument 506 mklocname(locale_t loc) mklocname() argument [all...] |
H A D | fgetwc.c | 46 _fgetwc_unlocked_l(FILE *fp, locale_t loc) in _fgetwc_unlocked_l() argument 114 locale_t loc = uselocale(NULL); in fgetwc() local 133 locale_t loc = uselocale(NULL); in __fgetwc_xpg5() local 146 fgetwc_l(FILE *fp, locale_t loc) in fgetwc_l() argument
|
H A D | towlower.c | 48 change_case_ext(locale_t loc, wint_t c, int lower) in change_case_ext() argument 76 towlower_l(wint_t wc, locale_t loc) in towlower_l() argument 95 towupper_l(wint_t wc, locale_t loc) in towupper_l() argument
|
H A D | setlocale.c | 70 locale_t loc; in setlocale() local 124 current_locale(locale_t loc,int cat) current_locale() argument 142 install_legacy(locale_t loc,int mask) install_legacy() argument [all...] |
H A D | tolower.c | 26 tolower_l(int c, locale_t loc) in tolower_l() argument 32 toupper_l(int c, locale_t loc) in toupper_l() argument
|
H A D | isdigit.c | 44 isctype_l(int c, int mask, locale_t loc) in isctype_l() argument 49 #define ISTYPE_L(c, mask, loc) \ argument
|
H A D | fnmatch.c | 81 locale_t loc = uselocale(NULL); local 90 int flags, mbstate_t patmbs, mbstate_t strmbs, locale_t loc) in fnmatch1() argument 221 rangematch(const char * pattern,wchar_t test,int flags,char ** newp,mbstate_t * patmbs,locale_t loc) rangematch() argument [all...] |
H A D | wcscasecmp.c | 44 wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t loc) in wcscasecmp_l() argument 65 wcsncasecmp_l(const wchar_t *s1, const wchar_t *s2, size_t n, locale_t loc) in wcsncasecmp_l() argument [all...] |
H A D | wctrans.c | 43 towctrans_l(wint_t wc, wctrans_t desc, locale_t loc) in towctrans_l() argument 72 wctrans_l(const char *charclass, locale_t loc) in wctrans_l() argument
|
H A D | mbrtowc.c | 37 size_t n, mbstate_t *_RESTRICT_KYWD ps, locale_t loc) in mbrtowc_l() argument 55 size_t n, mbstate_t *_RESTRICT_KYWD ps, locale_t loc) in mbrtowc_nz_l() argument
|
H A D | iswctype.c | 63 __istype_l(locale_t loc, wint_t c, unsigned int f) in __istype_l() argument 81 iswctype_l(wint_t wc, wctype_t class, locale_t loc) in iswctype_l() argument
|
H A D | strptime.c | 56 locale_t _RESTRICT_KYWD loc) in __strptime() argument 557 strptime_l(const char * _RESTRICT_KYWD buf,const char * _RESTRICT_KYWD fmt,struct tm * _RESTRICT_KYWD tm,locale_t loc) strptime_l() argument [all...] |
H A D | collcmp.c | 38 _collate_range_cmp(wchar_t c1, wchar_t c2, locale_t loc) in _collate_range_cmp() argument
|
/titanic_52/usr/src/lib/libc/port/gen/ |
H A D | seekdir.c | 53 seekdir(DIR *dirp, long loc) in seekdir() argument 86 seekdir64(DIR *dirp, off64_t loc) in seekdir64() argument 122 seekdir(DIR *dirp, long loc) in seekdir() argument [all...] |
H A D | tsdalloc.c | 48 tsdent_t *loc = ptr; in _free_tsdbuf() local 70 tsdent_t *loc; in tsdalloc() local [all...] |
H A D | gettxt.c | 71 char *loc; member 92 locale_t loc; in gettxt() local
|
/titanic_52/usr/src/test/libc-tests/tests/newlocale/ |
H A D | newlocale_test.c | 62 locale_t cloc, loc; in testlocale_thr_one() local 135 locale_t loc, bad; in test_newlocale_negative() local 164 locale_t loc; test_newlocale_categories() local 199 locale_t loc; test_newlocale_composite() local [all...] |
/titanic_52/usr/src/test/libc-tests/tests/strerror/ |
H A D | strerror.c | 57 strerror_l_verify(locale_t loc, const char *exp) in strerror_l_verify() argument 69 locale_t loc; in main() local [all...] |
/titanic_52/usr/src/lib/libnisdb/ |
H A D | db_index_entry_c.c | 49 register db_index_entry *loc; local 148 register db_free_entry *loc; local [all...] |
H A D | db_table.cc | 888 db_table::cacheValid(entryp loc) { in cacheValid() argument 913 db_table::dupEntry(entry_object *obj, entryp loc) { in dupEntry() argument 1031 enumTouch(entryp loc) enumTouch() argument 1055 enumSetup(entryp loc,long index) enumSetup() argument 1069 touchEntry(entryp loc) touchEntry() argument [all...] |
/titanic_52/usr/src/cmd/msgfmt/ |
H A D | gnu_msgfmt.h | 69 struct loc { struct 80 struct loc *pos; argument
|
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 63 uchar_t *loc = NULL; in platform_pci_label() local 108 uchar_t *loc; in platform_pci_fru() local 187 platform_pci_fru_location(topo_mod_t *mod, tnode_t *node, uchar_t *loc, in platform_pci_fru_location() argument
|
/titanic_52/usr/src/common/zfs/ |
H A D | zfs_namecheck.c | 70 const char *loc; in zfs_component_namecheck() local 181 for (const char *loc = start; loc != end; loc++) { in entity_namecheck() local [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | errorx.c | 32 errorx(const char* loc, const char* cmd, const char* cat, const char* msg) in errorx() argument
|