/titanic_52/usr/src/cmd/lp/lib/lp/ |
H A D | Syscalls.c | 53 register int n; local 70 register int n; local 89 register int n; local 110 register int n; local 127 register int n; global() local 146 register int n; global() local 167 register int n; global() local 186 register int n; global() local 205 register int n; global() local 224 register int n; global() local 245 register int n; global() local 266 register int n; global() local 287 register int n; global() local 308 register int n; global() local 327 register int n; global() local 346 register int n; global() local 365 register int n; global() local 382 register int n; global() local 399 register int n; global() local 420 register int n; global() local [all...] |
/titanic_52/usr/src/uts/sparc/sys/fpu/ |
H A D | globals.h | 53 #define DOUBLE_E(n) (n & 0xfffe) /* More significant word of double. */ argument 54 #define DOUBLE_F(n) (1+DOUBLE_E(n)) /* Less significant word of double. */ argument 55 #define EXTENDED_E(n) (n & 0xfffc) /* Sign/exponent/significand of extended. */ argument 56 #define EXTENDED_F(n) (1+EXTENDED_E(n)) /* 2nd word of extended significand. */ argument 57 #define EXTENDED_G(n) (2+EXTENDED_E(n)) /* argument 58 EXTENDED_H(n) global() argument 59 DOUBLE(n) global() argument 60 QUAD_E(n) global() argument 61 QUAD_F(n) global() argument [all...] |
/titanic_52/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_vir.h | 43 #define VIR_ID_SHIFT(n) (n << NPI_PORT_CHAN_SHIFT) argument 73 #define NPI_VIR_OCODE_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | OPCODE_INVALID) argument 74 #define NPI_VIR_FUNC_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | FUNCID_INVALID) argument 75 #define NPI_VIR_CN_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | CHANNEL_INVALID) argument 80 #define NPI_VIR_TAS_BUSY(n) (VIR_ID_SHIFT(n) | VIR_ERR_S argument 81 NPI_VIR_TAS_NOTREAD(n) global() argument 82 NPI_VIR_SR_RESET(n) global() argument 83 NPI_VIR_SR_FREE(n) global() argument 84 NPI_VIR_SR_BUSY(n) global() argument 85 NPI_VIR_SR_INVALID(n) global() argument 86 NPI_VIR_SR_NOTOWNER(n) global() argument 87 NPI_VIR_SR_INITIALIZED(n) global() argument 98 NPI_VIR_BD_FUNC_INVALID(n) global() argument 100 NPI_VIR_BD_REG_INVALID(n) global() argument 102 NPI_VIR_BD_ID_INVALID(n) global() argument 104 NPI_VIR_BD_TXDMA_INVALID(n) global() argument 106 NPI_VIR_BD_RXDMA_INVALID(n) global() argument 112 NPI_VIR_LD_INVALID(n) global() argument 113 NPI_VIR_LDG_INVALID(n) global() argument 114 NPI_VIR_LDSV_INVALID(n) global() argument 116 NPI_VIR_INTM_TM_INVALID(n) global() argument 119 NPI_VIR_SID_VEC_INVALID(n) global() argument 163 DMA_BIND_TX_VALIDATE(n,status) global() argument 171 DMA_BIND_RX_VALIDATE(n,status) global() argument [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | stak.h | 40 #define stakptr(n) stkptr(stkstd,n) argument 43 #define stakwrite(b,n) sfwrite(stkstd,(b),(n)) argument 45 #define stakseek(n) stkseek(stkstd,n) argument 46 #define stakcreate(n) stkopen(n) argument 50 #define stakalloc(n) stkalloc(stkstd,n) argument 52 stakset(c,n) global() argument 53 stakfreeze(n) global() argument [all...] |
H A D | debug.h | 47 #define DEBUG_COUNT(n) ((n) += 1) argument 48 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument 49 #define DEBUG_INCREASE(n) ((n) += 1) argument 50 #define DEBUG_DECREASE(n) ((n) -= 1) argument 52 #define DEBUG_SET(n, argument 54 DEBUG_WRITE(fd,d,n) global() argument 70 DEBUG_COUNT(n) global() argument 71 DEBUG_TALLY(c,n,v) global() argument 72 DEBUG_INCREASE(n) global() argument 73 DEBUG_DECREASE(n) global() argument 75 DEBUG_SET(n,v) global() argument 77 DEBUG_WRITE(fd,d,n) global() argument [all...] |
/titanic_52/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 63 xmbrtowc(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, wint_t dummy) in xmbrtowc() argument 83 xmbrtowc_dummy(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, in xmbrtowc_dummy() argument 99 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) argument 100 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) argument 101 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) ! argument 105 STATESETUP(m,n) global() argument 109 INIT(o,n) global() argument 114 FWD(dst,src,n) global() argument 115 BACK(dst,src,n) global() argument 116 ISSETBACK(v,n) global() argument 151 SET0(v,n) global() argument 152 SET1(v,n) global() argument 153 ISSET(v,n) global() argument 164 INIT(o,n) global() argument 169 FWD(dst,src,n) global() argument 170 BACK(dst,src,n) global() argument 171 ISSETBACK(v,n) global() argument [all...] |
/titanic_52/usr/src/uts/common/sys/ |
H A D | avl_impl.h | 68 #define AVL_XPARENT(n) ((n)->avl_parent) argument 69 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) argument 71 #define AVL_XCHILD(n) ((n)->avl_child_index) argument 72 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) argument 74 #define AVL_XBALANCE(n) ((n) argument 75 AVL_SETBALANCE(n,b) global() argument 128 AVL_NODE2DATA(n,o) global() argument 138 AVL_MKINDEX(n,c) global() argument [all...] |
/titanic_52/usr/src/uts/sun4u/io/px/ |
H A D | px_err_impl.h | 96 #define PX_ERR_BIT_HANDLE_DEC(n) int px_err_ ## n ## _handle\ argument 99 #define PX_ERR_BIT_HANDLE(n) px_err_ ## n ## _handle argument 104 #define PX_ERPT_SEND_DEC(n) int px_err_ ## n ## _send_ereport\ argument 107 #define PX_ERPT_SEND(n) px_err_ ## n ## _send_ereport argument 145 #define PX_ERR_JBC_CLASS(n) PCIEX_FIRE "." FIRE_JBC_ ## n argument 146 PX_ERR_UBC_CLASS(n) global() argument 186 PX_ERR_DMC_CLASS(n) global() argument 213 PX_ERR_PEC_CLASS(n) global() argument 214 PX_ERR_PEC_OB_CLASS(n) global() argument [all...] |
/titanic_52/usr/src/cmd/mandoc/ |
H A D | mdoc_validate.c | 295 mdoc_valid_pre(struct mdoc *mdoc, struct mdoc_node *n) in mdoc_valid_pre() argument 323 struct mdoc_node *n; mdoc_valid_post() local 364 check_args(struct mdoc * mdoc,struct mdoc_node * n) check_args() argument 377 check_argv(struct mdoc * mdoc,struct mdoc_node * n,struct mdoc_argv * v) check_argv() argument 833 struct mdoc_node *n; post_lb() local 853 const struct mdoc_node *n; post_eoln() local 866 const struct mdoc_node *n; post_fname() local 889 const struct mdoc_node *n; post_fo() local 915 const struct mdoc_node *n; post_fa() local 936 const struct mdoc_node *n; post_vt() local 958 struct mdoc_node *n; post_nm() local 980 struct mdoc_node *n; post_nd() local 997 struct mdoc_node *n; post_d1() local 1014 struct mdoc_node *n; post_literal() local 1070 struct mdoc_node *n; post_at() local 1203 struct mdoc_node *n, *ni, *nc; post_bl_block() local 1282 struct mdoc_node *n, *nn; post_bl_block_tag() local 1492 struct mdoc_node *n; post_bk() local 1536 struct mdoc_node *n; post_root() local 1576 struct mdoc_node *n, *nch; post_st() local 1750 struct mdoc_node *n; post_sh_name() local 1788 const struct mdoc_node *n; post_sh_see_also() local 1848 child_an(const struct mdoc_node * n) child_an() argument 1869 struct mdoc_node *n; post_sh_head() local 2118 struct mdoc_node *n; post_dd() local 2147 struct mdoc_node *nn, *n; post_dt() local 2232 struct mdoc_node *n; post_bx() local 2252 struct mdoc_node *n; post_os() local 2302 struct mdoc_node *n; post_ex() local [all...] |
/titanic_52/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 215 get_server_host(uint32_t n) in get_server_host() argument 322 int n; in unmount_client() local 442 int n; mount_client() local 649 int n; fs_tab_free() local 1168 use_srvr_map_n(uint32_t n) use_srvr_map_n() argument 1179 is_mounted_n(uint32_t n) is_mounted_n() argument 1189 is_fs_writeable_n(uint32_t n) is_fs_writeable_n() argument 1215 is_remote_fs_n(uint32_t n) is_remote_fs_n() argument 1222 is_served_n(uint32_t n) is_served_n() argument 1233 get_blk_free_n(uint32_t n) get_blk_free_n() argument 1244 get_blk_used_n(uint32_t n) get_blk_used_n() argument 1255 get_inode_free_n(uint32_t n) get_inode_free_n() argument 1266 get_inode_used_n(uint32_t n) get_inode_used_n() argument 1277 set_blk_used_n(uint32_t n,fsblkcnt_t value) set_blk_used_n() argument 1284 get_blk_size_n(uint32_t n) get_blk_size_n() argument 1291 get_frag_size_n(uint32_t n) get_frag_size_n() argument 1300 get_fs_name_n(uint32_t n) get_fs_name_n() argument 1317 get_source_name_n(uint32_t n) get_source_name_n() argument 1399 get_remote_path(uint32_t n) get_remote_path() argument 1419 get_mount_point(uint32_t n) get_mount_point() argument 1427 get_fs_entry(uint32_t n) get_fs_entry() argument [all...] |
/titanic_52/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Option.java | 141 kb(int n) in kb() argument 155 mb(int n) in mb() argument 169 gb(int n) in gb() argument 183 tb(int n) tb() argument 197 nanos(int n) nanos() argument 211 micros(int n) micros() argument 225 millis(int n) millis() argument 237 seconds(int n) seconds() argument 249 minutes(int n) minutes() argument 261 hours(int n) hours() argument 273 days(int n) days() argument 285 hz(int n) hz() argument [all...] |
/titanic_52/usr/src/common/crypto/aes/amd64/ |
H A D | aestab.h | 90 #define t_dec(m, n) t_##m##n argument 91 #define t_set(m, n) t_##m##n argument 92 #define t_use(m, n) t_##m##n argument 95 #define d_1(t, n, b, e) static const t n[25 argument 96 d_4(t,n,b,e,f,g,h) global() argument [all...] |
/titanic_52/usr/src/lib/iconv_modules/common/ |
H A D | ucs4.h | 42 #define valid_ucs4_value(n) (_valid_ucs4_value(n)) argument 44 #define ext_ucs4_lsw(n) ((ucs2_t)((((ucs4_t)(n))&((ucs4_t)0x0000ffff)))) argument 45 #define ext_ucs4_msw(n) ((ucs2_t)((((ucs4_t)(n))&((ucs4_t)0xffff0000))>>16)) argument 48 #define set_ucs4_word(p,n) ((*((ucs4_t*)(p)))=n) argument 54 #define set_ucs4_word_BB(p,n) (set_ucs2_word_BB((p),ext_ucs4_msw(n)),\ argument 60 set_ucs4_word_BB(p,n) global() argument [all...] |
H A D | ucs2.h | 36 #define valid_ucs2_value(n) (_valid_ucs2_value(n)) argument 42 #define ext_ucs2_lsb(n) ((uchar_t)(((ucs2_t)(n))&((ucs2_t)0x00ff))) argument 43 #define ext_ucs2_msb(n) ((uchar_t)(((((ucs2_t)(n))&((ucs2_t)0xff00)))>>8)) argument 46 #define set_ucs2_word(p,n) ((*((ucs2_t*)(p)))=(n)) argument 52 #define set_ucs2_word_BB(p,n) \ argument 59 set_ucs2_word_BB(p,n) global() argument [all...] |
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 49 hline(chtype h, int n) in hline() argument 65 mvhline(int y, int x, chtype h, int n) in mvhline() argument 82 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() argument 99 vline(chtype v, int n) in vline() argument 115 mvvline(int y,int x,chtype v,int n) mvvline() argument 132 mvwvline(WINDOW * w,int y,int x,chtype v,int n) mvwvline() argument [all...] |
H A D | hln_st.c | 49 hline_set(const cchar_t *h, int n) in hline_set() argument 65 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set() argument 82 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set() argument 99 vline_set(const cchar_t *v, int n) in vline_set() argument 115 mvvline_set(int y,int x,const cchar_t * v,int n) mvvline_set() argument 132 mvwvline_set(WINDOW * w,int y,int x,const cchar_t * v,int n) mvwvline_set() argument [all...] |
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 52 hline(chtype h, int n) in hline() argument 64 mvhline(int y, int x, chtype h, int n) in mvhline() argument 77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() argument 90 vline(chtype v, int n) in vline() argument 102 mvvline(int y, int x, chtype v, int n) in mvvline() argument 115 mvwvline(WINDOW * w,int y,int x,chtype v,int n) mvwvline() argument [all...] |
H A D | hln_st.c | 52 hline_set(const cchar_t *h, int n) in hline_set() argument 64 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set() argument 77 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set() argument 90 vline_set(const cchar_t *v, int n) in vline_set() argument 102 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set() argument 115 mvwvline_set(WINDOW * w,int y,int x,const cchar_t * v,int n) mvwvline_set() argument [all...] |
/titanic_52/usr/src/cmd/localedef/ |
H A D | wide.c | 165 towide_none(wchar_t *c, const char *mb, unsigned n) in towide_none() argument 193 towide_utf8(wchar_t *wc, const char *mb, unsigned n) in towide_utf8() argument 297 towide_dbcs(wchar_t *wc, const char *mb, unsigned n) in towide_dbcs() argument 329 int n = 0, c; in tomb_mbs() local 356 towide_big5(wchar_t * wc,const char * mb,unsigned n) towide_big5() argument 366 towide_gbk(wchar_t * wc,const char * mb,unsigned n) towide_gbk() argument 376 towide_gb2312(wchar_t * wc,const char * mb,unsigned n) towide_gb2312() argument 387 towide_gb18030(wchar_t * wc,const char * mb,unsigned n) towide_gb18030() argument 430 towide_mskanji(wchar_t * wc,const char * mb,unsigned n) towide_mskanji() argument 463 towide_euc_impl(wchar_t * wc,const char * mb,unsigned n,uint8_t cs2,uint8_t cs2width,uint8_t cs3,uint8_t cs3width) towide_euc_impl() argument 520 towide_euccn(wchar_t * wc,const char * mb,unsigned n) towide_euccn() argument 534 towide_eucjp(wchar_t * wc,const char * mb,unsigned n) towide_eucjp() argument 548 towide_euckr(wchar_t * wc,const char * mb,unsigned n) towide_euckr() argument 562 towide_euctw(wchar_t * wc,const char * mb,unsigned n) towide_euctw() argument [all...] |
/titanic_52/usr/src/common/util/ |
H A D | memstr.c | 42 memmove(void *s1, const void *s2, size_t n) in memmove() argument 54 memset(void *s, int c, size_t n) in memset() argument 68 memcmp(const void *s1, const void *s2, size_t n) in memcmp() argument 85 memcpy(void * s1,const void * s2,size_t n) memcpy() argument 92 memchr(const void * sptr,int c1,size_t n) memchr() argument [all...] |
/titanic_52/usr/src/cmd/sh/ |
H A D | name.c | 114 syslook(unsigned char *w, struct sysnod syswds[], int n) in syslook() argument 167 struct namnod *n; in setname() local 204 dfault(struct namnod * n,unsigned char * v) dfault() argument 211 assign(struct namnod * n,unsigned char * v) assign() argument 305 struct namnod *n = lookup(*names++); /* done now to avoid storage mess */ readvar() local 538 printnam(struct namnod * n) printnam() argument 566 printro(struct namnod * n) printro() argument 578 printexp(struct namnod * n) printexp() argument 602 countnam(struct namnod * n) countnam() argument 609 pushnam(struct namnod * n) pushnam() argument 678 struct namnod *n; unset_name() local 761 struct namnod *n; global() local [all...] |
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 147 #define nv_isref(n) (nv_isattr((n),NV_REF|NV_TAGGED|NV_FUNCT)==NV_REF) argument 148 #define is_abuiltin(n) (nv_isattr(n,NV_BLTIN|NV_INTEGER)==NV_BLTIN) argument 149 #define is_afunction(n) (nv_isattr(n,NV_FUNCTION|NV_REF)==NV_FUNCTION) argument 150 #define nv_funtree(n) ((n)->nvalue.rp->ptree) argument 151 #define funptr(n) ((n) argument 158 nv_setattr(n,f) global() argument 159 nv_context(n) global() argument 161 nv_refnode(n) global() argument 162 nv_reftree(n) global() argument 163 nv_reftable(n) global() argument 164 nv_refsub(n) global() argument 166 nv_refindex(n) global() argument 167 nv_refdimen(n) global() argument 172 nv_setsize(n,s) global() argument [all...] |
/titanic_52/usr/src/cmd/oawk/ |
H A D | run.c | 125 program(NODE **a, int n) in program() argument 171 array(NODE **a, int n) in array() argument 208 matchop(NODE **a, int n) in matchop() argument 228 boolop(NODE **a, int n) in boolop() argument 267 relop(NODE **a, int n) in relop() argument 341 indirect(NODE ** a,int n) indirect() argument 362 int k, m, n; substr() local 575 a_sprintf(NODE ** a,int n) a_sprintf() argument 593 arith(NODE ** a,int n) arith() argument 641 incrdecr(NODE ** a,int n) incrdecr() argument 664 assign(NODE ** a,int n) assign() argument 753 pastat(NODE ** a,int n) pastat() argument 775 dopa2(NODE ** a,int n) dopa2() argument 805 aprintf(NODE ** a,int n) aprintf() argument 833 int n, flag; split() local 912 ifstat(NODE ** a,int n) ifstat() argument 935 whilestat(NODE ** a,int n) whilestat() argument 961 forstat(NODE ** a,int n) forstat() argument 994 instat(NODE ** a,int n) instat() argument 1028 jump(NODE ** a,int n) jump() argument 1058 fncn(NODE ** a,int n) fncn() argument 1089 print(NODE ** a,int n) print() argument [all...] |
/titanic_52/usr/src/cmd/awk/ |
H A D | run.c | 128 program(Node **a, int n) in program() argument 182 call(Node **a, int n) in call() argument 308 int n; in arg() local 320 jump(Node ** a,int n) jump() argument 361 getaline(Node ** a,int n) getaline() argument 414 getnf(Node ** a,int n) getnf() argument 423 array(Node ** a,int n) array() argument 469 delete(Node ** a,int n) delete() argument 505 intest(Node ** a,int n) intest() argument 546 matchop(Node ** a,int n) matchop() argument 588 boolop(Node ** a,int n) boolop() argument 621 relop(Node ** a,int n) relop() argument 690 indirect(Node ** a,int n) indirect() argument 711 register int k, m, n; substr() local 931 a_sprintf(Node ** a,int n) a_sprintf() argument 949 aprintf(Node ** a,int n) aprintf() argument 972 arith(Node ** a,int n) arith() argument 1025 ipow(double x,int n) ipow() argument 1039 incrdecr(Node ** a,int n) incrdecr() argument 1060 assign(Node ** a,int n) assign() argument 1151 pastat(Node ** a,int n) pastat() argument 1169 dopa2(Node ** a,int n) dopa2() argument 1210 int n, tempstat; split() local 1347 condexpr(Node ** a,int n) condexpr() argument 1364 ifstat(Node ** a,int n) ifstat() argument 1381 whilestat(Node ** a,int n) whilestat() argument 1403 dostat(Node ** a,int n) dostat() argument 1423 forstat(Node ** a,int n) forstat() argument 1450 instat(Node ** a,int n) instat() argument 1484 bltin(Node ** a,int n) bltin() argument 1572 print(Node ** a,int n) print() argument 1598 nullproc(Node ** a,int n) nullproc() argument 1674 closefile(Node ** a,int n) closefile() argument [all...] |
/titanic_52/usr/src/uts/common/io/hxge/ |
H A D | hpi_vir.h | 40 #define VIR_ID_SHIFT(n) (n << HPI_PORT_CHAN_SHIFT) argument 53 #define HPI_VIR_LD_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_LD_INVALID) argument 54 #define HPI_VIR_LDG_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_LDG_INVALID) argument 55 #define HPI_VIR_LDSV_INVALID(n) (VIR_ID_SHIFT(n) | \ argument 57 #define HPI_VIR_INTM_TM_INVALID(n) (VIR_ID_SHIFT(n) | \ argument 60 HPI_VIR_SID_VEC_INVALID(n) global() argument [all...] |