Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 3151) sorted by relevance

12345678910>>...127

/titanic_41/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c53 register int n; local
70 register int n; local
89 register int n; local
110 register int n; local
127 register int n; local
146 register int n; local
167 register int n; local
186 register int n; local
205 register int n; local
224 register int n; local
[all …]
/titanic_41/usr/src/uts/sparc/sys/fpu/
H A Dglobals.h53 #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)) /* 3rd word of extended significand. */ argument
58 #define EXTENDED_H(n) (3+EXTENDED_E(n)) /* 4th word of extended significand. */ argument
59 #define DOUBLE(n) ((n & 0xfffe) >> 1) /* Shift n to access double regs. */ argument
60 #define QUAD_E(n) ((n & 0xfffc) >> 1) /* More significant half of quad. */ argument
61 #define QUAD_F(n) (1+QUAD_E(n)) /* Less significant half of quad. */ argument
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.h43 #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_ST | VIR_TAS_BUSY) argument
81 #define NPI_VIR_TAS_NOTREAD(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_TAS_NOTREAD) argument
82 #define NPI_VIR_SR_RESET(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_SR_RESET) argument
83 #define NPI_VIR_SR_FREE(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_SR_FREE) argument
84 #define NPI_VIR_SR_BUSY(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_SR_BUSY) argument
85 #define NPI_VIR_SR_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_SR_INVALID) argument
[all …]
/titanic_41/usr/src/lib/libast/common/include/
H A Dstak.h40 #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 #define stakset(c,n) stkset(stkstd,c,n) argument
53 #define stakfreeze(n) stkfreeze(stkstd,n) argument
H A Ddebug.h47 #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,v) ((n) = (v)) argument
54 #define DEBUG_WRITE(fd,d,n) write((fd),(d),(n)) argument
70 #define DEBUG_COUNT(n) argument
71 #define DEBUG_TALLY(c,n,v) argument
72 #define DEBUG_INCREASE(n) argument
73 #define DEBUG_DECREASE(n) argument
[all …]
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dstak.h49 #define stakptr(n) stkptr(stkstd,n) argument
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n)) argument
54 #define stakseek(n) stkseek(stkstd,n) argument
55 #define stakcreate(n) stkopen(n) argument
59 #define stakalloc(n) stkalloc(stkstd,n) argument
61 #define stakset(c,n) stkset(stkstd,c,n) argument
62 #define stakfreeze(n) stkfreeze(stkstd,n) argument
H A Ddebug.h56 #define DEBUG_COUNT(n) ((n) += 1) argument
57 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument
58 #define DEBUG_INCREASE(n) ((n) += 1) argument
59 #define DEBUG_DECREASE(n) ((n) -= 1) argument
61 #define DEBUG_SET(n,v) ((n) = (v)) argument
63 #define DEBUG_WRITE(fd,d,n) write((fd),(d),(n)) argument
79 #define DEBUG_COUNT(n) argument
80 #define DEBUG_TALLY(c,n,v) argument
81 #define DEBUG_INCREASE(n) argument
82 #define DEBUG_DECREASE(n) argument
[all …]
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dstak.h49 #define stakptr(n) stkptr(stkstd,n) argument
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n)) argument
54 #define stakseek(n) stkseek(stkstd,n) argument
55 #define stakcreate(n) stkopen(n) argument
59 #define stakalloc(n) stkalloc(stkstd,n) argument
61 #define stakset(c,n) stkset(stkstd,c,n) argument
62 #define stakfreeze(n) stkfreeze(stkstd,n) argument
H A Ddebug.h56 #define DEBUG_COUNT(n) ((n) += 1) argument
57 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument
58 #define DEBUG_INCREASE(n) ((n) += 1) argument
59 #define DEBUG_DECREASE(n) ((n) -= 1) argument
61 #define DEBUG_SET(n,v) ((n) = (v)) argument
63 #define DEBUG_WRITE(fd,d,n) write((fd),(d),(n)) argument
79 #define DEBUG_COUNT(n) argument
80 #define DEBUG_TALLY(c,n,v) argument
81 #define DEBUG_INCREASE(n) argument
82 #define DEBUG_DECREASE(n) argument
[all …]
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dstak.h49 #define stakptr(n) stkptr(stkstd,n) argument
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n)) argument
54 #define stakseek(n) stkseek(stkstd,n) argument
55 #define stakcreate(n) stkopen(n) argument
59 #define stakalloc(n) stkalloc(stkstd,n) argument
61 #define stakset(c,n) stkset(stkstd,c,n) argument
62 #define stakfreeze(n) stkfreeze(stkstd,n) argument
H A Ddebug.h56 #define DEBUG_COUNT(n) ((n) += 1) argument
57 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument
58 #define DEBUG_INCREASE(n) ((n) += 1) argument
59 #define DEBUG_DECREASE(n) ((n) -= 1) argument
61 #define DEBUG_SET(n,v) ((n) = (v)) argument
63 #define DEBUG_WRITE(fd,d,n) write((fd),(d),(n)) argument
79 #define DEBUG_COUNT(n) argument
80 #define DEBUG_TALLY(c,n,v) argument
81 #define DEBUG_INCREASE(n) argument
82 #define DEBUG_DECREASE(n) argument
[all …]
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dstak.h49 #define stakptr(n) stkptr(stkstd,n) argument
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n)) argument
54 #define stakseek(n) stkseek(stkstd,n) argument
55 #define stakcreate(n) stkopen(n) argument
59 #define stakalloc(n) stkalloc(stkstd,n) argument
61 #define stakset(c,n) stkset(stkstd,c,n) argument
62 #define stakfreeze(n) stkfreeze(stkstd,n) argument
H A Ddebug.h56 #define DEBUG_COUNT(n) ((n) += 1) argument
57 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument
58 #define DEBUG_INCREASE(n) ((n) += 1) argument
59 #define DEBUG_DECREASE(n) ((n) -= 1) argument
61 #define DEBUG_SET(n,v) ((n) = (v)) argument
63 #define DEBUG_WRITE(fd,d,n) write((fd),(d),(n)) argument
79 #define DEBUG_COUNT(n) argument
80 #define DEBUG_TALLY(c,n,v) argument
81 #define DEBUG_INCREASE(n) argument
82 #define DEBUG_DECREASE(n) argument
[all …]
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregexec.c63 xmbrtowc(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, wint_t dummy) in xmbrtowc()
83 xmbrtowc_dummy(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, in xmbrtowc_dummy()
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))) != 0) argument
105 #define STATESETUP(m, n) /* nothing */ argument
109 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument
114 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) argument
115 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) argument
116 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) argument
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Davl_impl.h68 #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)->avl_balance) argument
75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) argument
128 #define AVL_NODE2DATA(n, o) ((void *)((uintptr_t)(n) - (o))) argument
138 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c)) argument
/titanic_41/usr/src/uts/sun4u/io/px/
H A Dpx_err_impl.h96 #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 #define PX_ERR_UBC_CLASS(n) PCIEX_OBERON "." FIRE_UBC_ ## n argument
186 #define PX_ERR_DMC_CLASS(n) PCIEX_FIRE "." FIRE_DMC_ ## n argument
213 #define PX_ERR_PEC_CLASS(n) PCIEX_FIRE "." FIRE_PEC_ ## n argument
214 #define PX_ERR_PEC_OB_CLASS(n) PCIEX_OBERON "." FIRE_PEC_ ## n argument
/titanic_41/usr/src/common/crypto/aes/amd64/
H A Daestab.h90 #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[256] = b(e) argument
96 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \ argument
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c219 get_server_host(uint32_t n) in get_server_host()
326 int n; in unmount_client() local
446 int n; in mount_client() local
653 int n; in fs_tab_free() local
1175 use_srvr_map_n(uint32_t n) in use_srvr_map_n()
1186 is_mounted_n(uint32_t n) in is_mounted_n()
1196 is_fs_writeable_n(uint32_t n) in is_fs_writeable_n()
1222 is_remote_fs_n(uint32_t n) in is_remote_fs_n()
1229 is_served_n(uint32_t n) in is_served_n()
1240 get_blk_free_n(uint32_t n) in get_blk_free_n()
[all …]
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c49 hline(chtype h, int n) in hline()
65 mvhline(int y, int x, chtype h, int n) in mvhline()
82 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline()
99 vline(chtype v, int n) in vline()
115 mvvline(int y, int x, chtype v, int n) in mvvline()
132 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
H A Dhln_st.c49 hline_set(const cchar_t *h, int n) in hline_set()
65 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set()
82 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set()
99 vline_set(const cchar_t *v, int n) in vline_set()
115 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set()
132 mvwvline_set(WINDOW *w, int y, int x, const cchar_t *v, int n) in mvwvline_set()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c52 hline(chtype h, int n) in hline()
64 mvhline(int y, int x, chtype h, int n) in mvhline()
77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline()
90 vline(chtype v, int n) in vline()
102 mvvline(int y, int x, chtype v, int n) in mvvline()
115 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
H A Dhln_st.c52 hline_set(const cchar_t *h, int n) in hline_set()
64 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set()
77 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set()
90 vline_set(const cchar_t *v, int n) in vline_set()
102 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set()
115 mvwvline_set(WINDOW *w, int y, int x, const cchar_t *v, int n) in mvwvline_set()
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java141 kb(int n) in kb()
155 mb(int n) in mb()
169 gb(int n) in gb()
183 tb(int n) in tb()
197 nanos(int n) in nanos()
211 micros(int n) in micros()
225 millis(int n) in millis()
237 seconds(int n) in seconds()
249 minutes(int n) in minutes()
261 hours(int n) in hours()
[all …]
/titanic_41/usr/src/cmd/mandoc/
H A Dman_macro.c103 rew_warn(struct man *man, struct man_node *n, enum mandocerr er) in rew_warn()
126 struct man_node *n; in man_unscope() local
157 rew_block(enum mant ntok, enum man_type type, const struct man_node *n) in rew_block()
173 rew_dohalt(enum mant tok, enum man_type type, const struct man_node *n) in rew_dohalt()
249 struct man_node *n; in rew_scope() local
317 struct man_node *n; in blk_exp() local
367 struct man_node *n; in blk_imp() local
420 struct man_node *n; in in_line_eoln() local
/titanic_41/usr/src/common/util/
H A Dmemstr.c42 memmove(void *s1, const void *s2, size_t n) in memmove()
54 memset(void *s, int c, size_t n) in memset()
68 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
85 memcpy(void *s1, const void *s2, size_t n) in memcpy()
92 memchr(const void *sptr, int c1, size_t n) in memchr()

12345678910>>...127