/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_initf.c | 32 _nss_initf_passwd(nss_db_params_t *p) in _nss_initf_passwd() 39 _nss_initf_hosts(nss_db_params_t *p) in _nss_initf_hosts() 46 _nss_initf_group(nss_db_params_t *p) in _nss_initf_group() 53 _nss_initf_ipnodes(nss_db_params_t *p) in _nss_initf_ipnodes() 60 _nss_initf_net(nss_db_params_t *p) in _nss_initf_net() 67 _nss_initf_proto(nss_db_params_t *p) in _nss_initf_proto() 74 _nss_initf_rpc(p) in _nss_initf_rpc() argument 82 _nss_initf_ethers(nss_db_params_t *p) in _nss_initf_ethers() 89 _nss_initf_netmasks(nss_db_params_t *p) in _nss_initf_netmasks() 96 _nss_initf_bootparams(nss_db_params_t *p) in _nss_initf_bootparams() [all …]
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | drm_atomic.h | 56 #define atomic_set(p, v) (*(p) = (v)) argument 57 #define atomic_read(p) (*(p)) argument 58 #define atomic_inc(p) atomic_inc_uint(p) argument 59 #define atomic_dec(p) atomic_dec_uint(p) argument 60 #define atomic_add(n, p) atomic_add_int(p, n) argument 61 #define atomic_sub(n, p) atomic_add_int(p, -n) argument 62 #define atomic_set_int(p, bits) atomic_or_uint(p, bits) argument 63 #define atomic_clear_int(p, bits) atomic_and_uint(p, ~(bits)) argument 64 #define atomic_cmpset_int(p, c, n) \ argument 67 #define set_bit(b, p) \ argument [all …]
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | term.c | 43 term_free(struct termp *p) in term_free() 56 term_begin(struct termp *p, term_margin head, in term_begin() 68 term_end(struct termp *p) in term_end() 105 term_flushln(struct termp *p) in term_flushln() 311 term_newln(struct termp *p) in term_newln() 327 term_vspace(struct termp *p) in term_vspace() 339 term_fontlast(struct termp *p) in term_fontlast() 350 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl() 359 term_fontpush(struct termp *p, enum termfont f) in term_fontpush() 369 term_fontq(struct termp *p) in term_fontq() [all …]
|
H A D | term_ascii.c | 73 struct termp *p; in ascii_init() local 162 ascii_width(const struct termp *p, int c) in ascii_width() 177 ascii_letter(struct termp *p, int c) in ascii_letter() 184 ascii_begin(struct termp *p) in ascii_begin() 191 ascii_end(struct termp *p) in ascii_end() 199 ascii_endline(struct termp *p) in ascii_endline() 207 ascii_advance(struct termp *p, size_t len) in ascii_advance() 217 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan() 256 locale_width(const struct termp *p, int c) in locale_width() 265 locale_advance(struct termp *p, size_t len) in locale_advance() [all …]
|
H A D | term_ps.c | 41 #define PNT2AFM(p, x) /* LINTED */ \ argument 45 #define AFM2PNT(p, x) /* LINTED */ \ argument 409 struct termp *p; in pdf_alloc() local 420 struct termp *p; in ps_alloc() local 431 struct termp *p; in pspdf_alloc() local 533 struct termp *p; in pspdf_free() local 548 ps_printf(struct termp *p, const char *fmt, ...) in ps_printf() 587 ps_putchar(struct termp *p, char c) in ps_putchar() 609 pdf_obj(struct termp *p, size_t obj) in pdf_obj() 631 ps_closepage(struct termp *p) in ps_closepage() [all …]
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | vdbeaux.c | 40 Vdbe *p; in sqliteVdbeCreate() local 57 void sqliteVdbeTrace(Vdbe *p, FILE *trace){ in sqliteVdbeTrace() 77 int sqliteVdbeAddOp(Vdbe *p, int op, int p1, int p2){ in sqliteVdbeAddOp() 114 int sqliteVdbeOp3(Vdbe *p, int op, int p1, int p2, const char *zP3, int p3type){ in sqliteVdbeOp3() 123 int sqliteVdbeCode(Vdbe *p, ...){ in sqliteVdbeCode() 152 int sqliteVdbeMakeLabel(Vdbe *p){ in sqliteVdbeMakeLabel() 179 void sqliteVdbeResolveLabel(Vdbe *p, int x){ in sqliteVdbeResolveLabel() 195 int sqliteVdbeCurrentAddr(Vdbe *p){ in sqliteVdbeCurrentAddr() 204 int sqliteVdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){ in sqliteVdbeAddOpList() 248 void sqliteVdbeChangeP1(Vdbe *p, int addr, int val){ in sqliteVdbeChangeP1() [all …]
|
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | udfslib.c | 275 ud_swap_ext_ad(struct extent_ad *p) in ud_swap_ext_ad() 284 ud_swap_regid(struct regid *p) in ud_swap_regid() 289 ud_swap_icb_tag(struct icb_tag *p) in ud_swap_icb_tag() 301 ud_swap_short_ad(struct short_ad *p) in ud_swap_short_ad() 308 ud_swap_long_ad(struct long_ad *p) in ud_swap_long_ad() 316 ud_swap_pri_vol_desc(struct pri_vol_desc *p) in ud_swap_pri_vol_desc() 336 ud_swap_iuvd(struct iuvd_desc *p) in ud_swap_iuvd() 344 ud_swap_vdp(struct vol_desc_ptr *p) in ud_swap_vdp() 351 ud_swap_avdp(struct anch_vol_desc_ptr *p) in ud_swap_avdp() 358 ud_swap_part_desc(struct part_desc *p) in ud_swap_part_desc() [all …]
|
/titanic_41/usr/src/uts/sun4v/promif/ |
H A D | promif_mon.c | 38 #define PIL_DECL(p) argument 39 #define PIL_SET7(p) argument 40 #define PIL_REST(p) argument 47 #define PIL_DECL(p) int p argument 48 #define PIL_SET7(p) (p = spl7()) argument 49 #define PIL_REST(p) (splx(p)) argument 64 promif_exit_to_mon(void *p) in promif_exit_to_mon() 89 promif_enter_mon(void *p) in promif_enter_mon()
|
H A D | promif_asr.c | 42 promif_asr_list_keys_len(void *p) in promif_asr_list_keys_len() 52 promif_asr_list_keys(void *p) in promif_asr_list_keys() 60 promif_asr_export_len(void *p) in promif_asr_export_len() 70 promif_asr_export(void *p) in promif_asr_export()
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | util.c | 53 char *p; in strnormalize() local 76 char *p; in strtrim() local 93 char *p; in strlower() local 132 in_string_set(char *p, char *set) in in_string_set() 164 strend(char *p) in strend() 173 lastspace(char *p) in lastspace() 189 skipb(char *p) in skipb() 201 nextb(char *p) in nextb() 213 skipsep(char *p) in skipsep() 229 nextsep(char *p) in nextsep() [all …]
|
/titanic_41/usr/src/common/lzma/ |
H A D | LzFind.c | 22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free() 33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create() 50 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos() 51 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } in MatchFinder_GetIndexByte() 53 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes() 55 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() 62 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock() 86 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock() 94 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove() 100 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired() [all …]
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | utf8.c | 58 size_t krb5int_utf8_bytes(const char *p) in krb5int_utf8_bytes() 68 size_t krb5int_utf8_chars(const char *p) in krb5int_utf8_chars() 79 size_t krb5int_utf8c_chars(const char *p, size_t length) in krb5int_utf8c_chars() 92 int krb5int_utf8_offset(const char *p) in krb5int_utf8_offset() 110 int krb5int_utf8_charlen(const char *p) in krb5int_utf8_charlen() 150 int krb5int_utf8_charlen2(const char *p) in krb5int_utf8_charlen2() 166 int krb5int_utf8_to_ucs4(const char *p, krb5_ucs4 *out) in krb5int_utf8_to_ucs4() 194 int krb5int_utf8_to_ucs2(const char *p, krb5_ucs2 *out) in krb5int_utf8_to_ucs2() 209 unsigned char *p = (unsigned char *) buf; in krb5int_ucs4_to_utf8() local 275 char *krb5int_utf8_next(const char *p) in krb5int_utf8_next() [all …]
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | fenv.c | 69 int feholdexcept(fenv_t *p) in feholdexcept() 76 int feholdexcept96(fenv_t *p) in feholdexcept96() 83 int feupdateenv(const fenv_t *p) in feupdateenv() 93 int fegetenv(fenv_t *p) in fegetenv() 100 int fesetenv(const fenv_t *p) in fesetenv() 107 void fex_merge_flags(const fenv_t *p) in fex_merge_flags()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | common.h | 83 #define ABE32_TO_U32(p) (*((uint32_t *)p)) argument 84 #define ABE16_TO_U16(p) (*((uint16_t *)p)) argument 85 #define U16_TO_ABE16(u, p) (*((uint16_t *)p) = (u)) argument 86 #define U32_TO_ABE16(u, p) U16_TO_ABE16(u, p) argument 87 #define U32_TO_ABE32(u, p) (*((uint32_t *)p) = (u)) argument 89 #define ABE16_TO_U16(p) BE16_TO_U16(p) argument 90 #define ABE32_TO_U32(p) BE32_TO_U32(p) argument 91 #define U16_TO_ABE16(u, p) U16_TO_BE16(u, p) argument 92 #define U32_TO_ABE16(u, p) U16_TO_ABE16(u, p) argument 93 #define U32_TO_ABE32(u, p) U32_TO_BE32(u, p) argument
|
/titanic_41/usr/src/cmd/spell/ |
H A D | malloc.c | 28 #define ASSERT(p) if(!(p))botch("p");else argument 36 #define ASSERT(p) argument 64 #define testbusy(p) ((INT)(p)&BUSY) argument 65 #define setbusy(p) (union store *)((INT)(p)|BUSY) argument 66 #define clearbusy(p) (union store *)((INT)(p)&~BUSY) argument 84 register union store *p, *q; local 147 register union store *p = (union store *)ap; local 168 register union store *p, *q, *s; local 207 register union store *p = (union store *)pp; local 239 register union store *p, *r; variable
|
/titanic_41/usr/src/cmd/tip/ |
H A D | value.c | 33 value_t *p; in vinit() local 75 vassign(value_t *p, char *v) in vassign() 122 value_t *p; in vlex() local 147 value_t *p; in vtoken() local 187 vprint(value_t *p) in vprint() 251 value_t *p; in vlookup() local 262 char *p = s, c; in vinterp() local 316 value_t *p; in vstring() local
|
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | syntax.c | 49 register char *p; local 74 register char *p; local 99 register char *p; local 121 register char *p; local 162 register char *p; local
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | fs3d.h | 45 #define iview(p) ((p)->st_spare1) argument 46 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 49 #define iview(p) ((p)->st_spare4[0]) argument 50 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 53 #define iview(p) ((p)->st_pad4[0]) argument 54 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 60 #define iview(p) 0 argument 61 #define IVIEW(p,v) argument
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | fs3d.h | 36 #define iview(p) ((p)->st_spare1) argument 37 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 40 #define iview(p) ((p)->st_spare4[0]) argument 41 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 44 #define iview(p) ((p)->st_pad4[0]) argument 45 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 48 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 49 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 51 #define iview(p) 0 argument 52 #define IVIEW(p,v) argument
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | fs3d.h | 45 #define iview(p) ((p)->st_spare1) argument 46 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 49 #define iview(p) ((p)->st_spare4[0]) argument 50 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 53 #define iview(p) ((p)->st_pad4[0]) argument 54 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 60 #define iview(p) 0 argument 61 #define IVIEW(p,v) argument
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fs3d.h | 45 #define iview(p) ((p)->st_spare1) argument 46 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 49 #define iview(p) ((p)->st_spare4[0]) argument 50 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 53 #define iview(p) ((p)->st_pad4[0]) argument 54 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 60 #define iview(p) 0 argument 61 #define IVIEW(p,v) argument
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | fs3d.h | 45 #define iview(p) ((p)->st_spare1) argument 46 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 49 #define iview(p) ((p)->st_spare4[0]) argument 50 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 53 #define iview(p) ((p)->st_pad4[0]) argument 54 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 60 #define iview(p) 0 argument 61 #define IVIEW(p,v) argument
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | multidata.h | 96 #define PDESC_HDRSIZE(p) ((p)->hdr_lim - (p)->hdr_base) argument 97 #define PDESC_HDRL(p) ((p)->hdr_wptr - (p)->hdr_rptr) argument 98 #define PDESC_HDRHEAD(p) ((p)->hdr_rptr - (p)->hdr_base) argument 99 #define PDESC_HDRTAIL(p) ((p)->hdr_lim - (p)->hdr_wptr) argument 101 #define PDESC_HDR_ADD(p, base, head, len, tail) { \ argument 108 #define PDESC_PLD_INIT(p) ((p)->pld_cnt = 0) argument 110 #define PDESC_PLD_SPAN_SIZE(p, n) \ argument 113 #define PDESC_PLDL(p, n) PDESC_PLD_SPAN_SIZE(p, n) argument 115 #define PDESC_PLD_SPAN_TRIM(p, n, b) { \ argument 120 #define PDESC_PLD_SPAN_CLEAR(p, n) \ argument [all …]
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 173 struct parse *p = &pa; in regcomp() local 278 p_ere(struct parse *p, in p_ere() 323 p_ere_exp(struct parse *p) in p_ere_exp() 483 p_str(struct parse *p) in p_str() 499 p_bre(struct parse *p, in p_bre() 530 p_simp_re(struct parse *p, in p_simp_re() 655 p_count(struct parse *p) in p_count() 673 p_bracket(struct parse *p) in p_bracket() 724 p_b_term(struct parse *p, cset *cs) in p_b_term() 801 p_b_cclass(struct parse *p, cset *cs) in p_b_cclass() [all …]
|
/titanic_41/usr/src/cmd/dc/ |
H A D | dc.h | 44 #define length(p) ((p)->wt-(p)->beg) argument 45 #define rewind(p) ((p)->rd = (p)->beg) argument 46 #define create(p) ((p)->rd = (p)->wt = (p)->beg) argument 47 #define fsfile(p) ((p)->rd = (p)->wt) argument 48 #define truncate(p) ((p)->wt = (p)->rd) argument 49 #define sfeof(p) (((p)->rd >= (p)->wt) ? 1 : 0) argument 50 #define sfbeg(p) (((p)->rd == (p)->beg) ? 1 : 0) argument 51 #define sungetc(p, c) (*(--(p)->rd) = c) argument 52 #define sgetc(p) (((p)->rd == (p)->wt) ? EOF: ctoint((int)*(p)->rd++)) argument 53 #define slookc(p) (((p)->rd == (p)->wt) ? EOF: ctoint((int)*(p)->rd)) argument [all …]
|