Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/titanic_41/usr/src/uts/sun4u/io/px/
H A Dpx_csr.h37 #define CSR_XR(base, off) \ argument
40 #define CSRA_XR(base, off, index) \ argument
43 #define CSR_XS(base, off, val) \ argument
46 #define CSRA_XS(base, off, index, val) \ argument
50 #define CSR_FR(base, off, bit) \ argument
54 #define CSRA_FR(base, off, index, bit) \ argument
58 #define CSR_FS(base, off, bit, val) \ argument
64 #define CSRA_FS(base, off, index, bit, val) \ argument
70 #define CSR_FC(base, off, bit) \ argument
75 #define CSRA_FC(base, off, index, bit) \ argument
[all …]
/titanic_41/usr/src/cmd/filesync/
H A Ddatabase.h70 struct base { struct
71 struct base *b_next; /* pointer to next base */ argument
72 fflags_t b_flags; /* what I know about this base */ argument
73 int b_ident; /* base sequence # (DBG) */ argument
74 char *b_src_spec; /* spec name of source dir */
75 char *b_dst_spec; /* spec name of dest dir */
76 char *b_src_name; /* expanded name of source dir */
77 char *b_dst_name; /* expanded name of dest dir */
79 struct rule *b_includes; /* chain of include rules */
80 struct rule *b_excludes; /* chain of exclude rules */
[all …]
/titanic_41/usr/src/lib/libadm/common/
H A Dckint.c42 setmsg(char *msg, short base) in setmsg()
51 setprmpt(char *prmpt, short base) in setprmpt()
60 ckint_val(char *value, short base) in ckint_val()
71 ckint_err(short base, char *error) in ckint_err()
80 ckint_hlp(short base, char *help) in ckint_hlp()
89 ckint(long *intval, short base, char *defstr, char *error, char *help, in ckint()
H A Dckrange.c48 setmsg(char *msg, long lower, long upper, int base) in setmsg()
57 ckrange_err(long lower, long upper, int base, char *error) in ckrange_err()
66 ckrange_hlp(long lower, long upper, int base, char *help) in ckrange_hlp()
75 ckrange_val(long lower, long upper, int base, char *input) in ckrange_val()
87 ckrange(long *rngval, long lower, long upper, short base, char *defstr, in ckrange()
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwcstoimax.c54 wcstoimax(const wchar_t *nptr, wchar_t **endptr, int base) in wcstoimax()
61 wcstoumax(const wchar_t *nptr, wchar_t **endptr, int base) in wcstoumax()
69 _wcstoimax_c89(const wchar_t *nptr, wchar_t **endptr, int base) in _wcstoimax_c89()
76 _wcstoumax_c89(const wchar_t *nptr, wchar_t **endptr, int base) in _wcstoumax_c89()
/titanic_41/usr/src/uts/common/io/
H A Dpci_cap.c58 uint16_t base, pcix_cmd, status; in pci_cap_probe() local
128 uint16_t status, base; in pci_lcap_locate() local
170 uint16_t status, base; in pci_xcap_locate() local
210 uint16_t status, base; in pci_htcap_locate() local
253 uint32_t id, uint16_t base, uint16_t offset) in pci_cap_get()
294 uint32_t id, uint16_t base, uint16_t offset, in pci_cap_put()
329 pci_cap_read(ddi_acc_handle_t h, uint32_t id, uint16_t base, in pci_cap_read()
/titanic_41/usr/src/lib/libtnf/
H A Darray.c73 struct taginfo *info, *base, *elt, *elt_base; in get_array_info() local
98 struct taginfo *base, *elt, *elt_base; in tnf_get_element_count() local
119 struct taginfo *base, *elt, *elt_base; in tnf_get_element() local
163 struct taginfo *base, *elt, *elt_base; in tnf_get_element_type() local
179 struct taginfo *info, *base, *elt, *elt_base; in tnf_get_chars() local
198 struct taginfo *base, *elt, *elt_base; in tnf_get_elements() local
/titanic_41/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c141 print_int(ctf_id_t base, ulong_t off, printarg_t *pap) in print_int()
193 print_float(ctf_id_t base, ulong_t off, printarg_t *pap) in print_float()
223 print_ptr(ctf_id_t base, ulong_t off, printarg_t *pap) in print_ptr()
249 print_array(ctf_id_t base, ulong_t off, printarg_t *pap) in print_array()
259 print_sou(ctf_id_t base, ulong_t off, printarg_t *pap) in print_sou()
266 print_enum(ctf_id_t base, ulong_t off, printarg_t *pap) in print_enum()
281 print_tag(ctf_id_t base, ulong_t off, printarg_t *pap) in print_tag()
303 ctf_id_t base; in elt_print() local
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_inline_reloc.h38 _elf_reloc_relative(ulong_t rbgn, ulong_t base, Rt_map *lmp, APlist **textrel, in _elf_reloc_relative()
97 elf_reloc_relative(ulong_t rbgn, ulong_t rend, ulong_t rsize, ulong_t base, in elf_reloc_relative()
127 ulong_t base, Rt_map *lmp, APlist **textrel, int add) in elf_reloc_relative_count()
145 is_sym_deferred(ulong_t rbgn, ulong_t base, Rt_map *lmp, APlist **textrel, in is_sym_deferred()
/titanic_41/usr/src/uts/intel/kdi/amd64/
H A Dkdi_asm.s88 #define SAVE_GSBASE(base) \ argument
95 #define RESTORE_GSBASE(base) \ argument
109 #define KDI_SAVE_REGS(base) \ argument
139 #define KDI_RESTORE_REGS(base) \ argument
/titanic_41/usr/src/tools/scripts/
H A Dwsdiff.py265 def diffData(base, ptch, d1, d2) : argument
499 def protoCatalog(base, ptch) : argument
571 def flistCatalog(base, ptch, flist) : argument
825 def compareElfs(base, ptch, quiet) : argument
953 def compareArchives(base, ptch, fileType) : argument
1061 def compareBasic(base, ptch, quiet, fileType) : argument
1121 def compareByDumping(base, ptch, quiet, fileType) : argument
1237 def compareOneFile(base, ptch, quiet) : argument
/titanic_41/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c41 lwp_setprivate(klwp_t *lwp, int which, uintptr_t base) in lwp_setprivate()
158 lwp_getprivate(klwp_t *lwp, int which, uintptr_t base) in lwp_getprivate()
260 syslwp_private(int cmd, int which, uintptr_t base) in syslwp_private()
/titanic_41/usr/src/uts/sun4/os/
H A Dmem_config_arch.c37 arch_kphysm_del_span_ok(pfn_t base, pgcnt_t npgs) in arch_kphysm_del_span_ok()
45 arch_kphysm_relocate(pfn_t base, pgcnt_t npgs) in arch_kphysm_relocate()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmem_config_arch.c38 arch_kphysm_del_span_ok(pfn_t base, pgcnt_t npgs) in arch_kphysm_del_span_ok()
46 arch_kphysm_relocate(pfn_t base, pgcnt_t npgs) in arch_kphysm_relocate()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dstrtoimax.c39 strtoimax(const char *nptr, char **endptr, int base) in strtoimax()
55 _strtoimax_c89(const char *nptr, char **endptr, int base) in _strtoimax_c89()
H A Dstrtoumax.c39 strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
55 _strtoumax_c89(const char *nptr, char **endptr, int base) in _strtoumax_c89()
H A Dstack.c77 uintptr_t base = (uintptr_t)ustackp->ss_sp; in stack_inbounds() local
88 uintptr_t base; in stack_violation() local
/titanic_41/usr/src/lib/libumem/common/
H A Dinit_stand.c46 umem_type_init(caddr_t base, size_t len, size_t pgsize) in umem_type_init()
61 umem_add(caddr_t base, size_t len) in umem_add()
/titanic_41/usr/src/lib/libuutil/common/
H A Duu_strtoint.c42 strtoint(const char *s_arg, uint64_t *out, uint32_t base, int sign) in strtoint()
164 uu_strtoint(const char *s, void *v, size_t sz, int base, in uu_strtoint()
235 uu_strtouint(const char *s, void *v, size_t sz, int base, in uu_strtouint()
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_nswstate.c111 nscd_nsw_state_base_t *base = (nscd_nsw_state_base_t *)data; in _nscd_free_nsw_state_base() local
142 nscd_nsw_state_base_t *base; in _nscd_free_all_nsw_state_base() local
390 nscd_nsw_state_base_t *base; in _get_nsw_state_int() local
695 nscd_nsw_state_base_t *base; in _put_nsw_state_int() local
826 nscd_nsw_state_base_t *base = NULL; in _nscd_init_nsw_state_base() local
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c89 const char *base, in ldap_search()
117 const char *base, in ldap_search_ext()
153 const char *base, in nsldapi_search()
271 const char *base, in nsldapi_build_search_req()
910 const char *base, in ldap_search_st()
927 const char *base, in ldap_search_s()
942 const char *base, in ldap_search_ext_s()
963 const char *base, in nsldapi_search_s()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dstrto.c49 register int base; variable
187 sm_strtoull(nptr, endptr, base) in sm_strtoull() argument
/titanic_41/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c74 uintptr_t base; in _Unw_Decode_FDE() local
214 int enc, ptrdiff_t reloc, uintptr_t base, in get_table_ent_val()
320 uintptr_t base; in _Unw_EhfhLookup() local
356 ptrdiff_t reloc, uintptr_t base) in locate_fde_for_pc()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.h132 #define INCR_OK(base, max, ptr, incr) \ argument
145 #define SAFE_GETUINT16(base, max, ptr, incr, s, label) \ argument
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_printf.c96 dboot_putnum(uint64_t x, uint_t is_signed, uint8_t base) in dboot_putnum()
124 uint8_t base; in do_dboot_printf() local

12345678910>>...26