Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 2414) sorted by relevance

12345678910>>...97

/titanic_53/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.complex.d42 struct s { struct
49 union sigval u; argument
51 struct vnode s; argument
52 struct s1 { argument
61 struct vnode s; member
62 } sx; argument
72 tracemem(curthread, sizeof (struct s)); argument
/titanic_53/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java85 static public void fatal(String s) { in fatal()
93 static public void error(String s) { in error()
101 static public void warning(String s) { in warning()
109 static public void message(String s) { in message()
118 static public void info(String s) { in info()
127 static public void fatal(Object o, String s) { in fatal()
135 static public void error(Object o, String s) { in error()
143 static public void warning(Object o, String s) { in warning()
151 static public void message(Object o, String s) { in message()
159 static public void info(Object o, String s) { in info()
[all …]
/titanic_53/usr/src/lib/libmail/inc/
H A Ds_string.h53 #define s_clone(s) s_copy((s)->ptr) argument
54 #define s_curlen(s) ((s)->ptr - (s)->base) argument
55 #define s_dup(s) s_copy((s)->base) argument
56 #define s_getc(s) (*((s)->ptr++)) argument
57 #define s_peek(s) (*((s)->ptr)) argument
58 #define s_putc(s,c) (((s)->ptr < (s)->end) ? (*((s)->ptr)++ = (char)(c)) : s_grow((s),(c))) argument
59 #define s_reset(s) ((s) ? (*((s)->ptr = (s)->base) = '\0' , (s)) : s_new()) argument
60 #define s_restart(s) ((s)->ptr = (s)->base , (s)) argument
61 #define s_skipc(s) ((s)->ptr++) argument
62 #define s_space(s) ((s)->end - (s)->base) argument
[all …]
/titanic_53/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c130 pqi_check_firmware(pqi_state_t s) in pqi_check_firmware()
150 pqi_prep_full(pqi_state_t s) in pqi_prep_full()
168 pqi_calculate_io_resources(pqi_state_t s) in pqi_calculate_io_resources()
191 pqi_check_alloc(pqi_state_t s) in pqi_check_alloc()
209 pqi_wait_for_mode_ready(pqi_state_t s) in pqi_wait_for_mode_ready()
248 save_ctrl_mode_pqi(pqi_state_t s) in save_ctrl_mode_pqi()
255 pqi_process_config_table(pqi_state_t s) in pqi_process_config_table()
286 pqi_alloc_admin_queue(pqi_state_t s) in pqi_alloc_admin_queue()
323 pqi_create_admin_queues(pqi_state_t s) in pqi_create_admin_queues()
375 pqi_report_device_capability(pqi_state_t s) in pqi_report_device_capability()
[all …]
H A Dsmartpqi_hba.c60 smartpqi_register_hba(pqi_state_t s) in smartpqi_register_hba()
138 smartpqi_unregister_hba(pqi_state_t s) in smartpqi_unregister_hba()
160 pqi_state_t s = hba_tran->tran_hba_private; in pqi_scsi_tgt_init() local
212 pqi_state_t s = ap->a_hba_tran->tran_hba_private; in pqi_start() local
294 pqi_state_t s; in pqi_scsi_reset() local
331 pqi_state_t s = ADDR2PQI(ap); in pqi_scsi_abort() local
358 pqi_state_t s = ap->a_hba_tran->tran_hba_private; in pqi_scsi_getcap() local
381 pqi_state_t s = ADDR2PQI(ap); in pqi_scsi_setcap() local
415 pqi_state_t s = un; in pqi_cache_constructor() local
459 pqi_state_t s; in pqi_init_pkt() local
[all …]
H A Dsmartpqi_hw.c57 pqi_state_t s = v; in pqi_watchdog() local
85 pqi_start_io(pqi_state_t s, pqi_queue_group_t *qg, pqi_path_t path, in pqi_start_io()
175 pqi_transport_command(pqi_state_t s, pqi_cmd_t cmd) in pqi_transport_command()
203 pqi_state_t s = v; in pqi_do_rescan() local
218 pqi_state_t s = v; in pqi_event_worker() local
287 pqi_disable_intr(pqi_state_t s) in pqi_disable_intr()
299 pqi_enable_intr(pqi_state_t s, uint32_t old_state) in pqi_enable_intr()
320 pqi_lun_reset(pqi_state_t s, pqi_device_t d) in pqi_lun_reset()
340 pqi_state_t s; in lun_reset_worker() local
388 send_event_ack(pqi_state_t s, pqi_event_acknowledge_request_t *rqst) in send_event_ack()
[all …]
/titanic_53/usr/src/cmd/sgs/libelf/misc/
H A DString.c59 grow(s) in grow() argument
84 ror(s, n) in ror() argument
113 prep_String(c, s) in prep_String() argument
125 nprep_String(c, s, n) in nprep_String() argument
146 app_String(s, c) in app_String() argument
158 napp_String(String *s, const char *c, int n) in napp_String()
182 mk_String(s) in mk_String() argument
197 free_String(s) in free_String() argument
210 set_String(s, c) in set_String() argument
227 trunc_String(String *s, int n) in trunc_String()
/titanic_53/usr/src/common/crypto/edonr/
H A Dedonr_byteorder.h127 #define ld_swap32(s, d) aix_ld_swap32(s, d) argument
128 #define st_swap32(s, d) aix_st_swap32(s, d) argument
129 #define ld_swap64(s, d) aix_ld_swap64(s, d) argument
130 #define st_swap64(s, d) aix_st_swap64(s, d) argument
144 #define st_swap64(s, d) sparc_st_swap64(s, d) argument
165 #define ld_swap32(s, d) sparc_ld_swap32(s, d) argument
166 #define st_swap32(s, d) sparc_st_swap32(s, d) argument
167 #define ld_swap64(s, d) sparc_ld_swap64(s, d) argument
168 #define st_swap64(s, d) sparc_st_swap64(s, d) argument
174 #define ld_swap32(s, d) (d = __builtin_bswap32(*(s))) argument
[all …]
/titanic_53/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c36 ldap_utf8len (const char* s) in ldap_utf8len()
44 ldap_utf8next (char* s) in ldap_utf8next()
65 ldap_utf8prev (char* s) in ldap_utf8prev()
87 register const unsigned char* s = (const unsigned char*)src; in ldap_utf8copy() local
105 register char* s = (char*)src; in ldap_utf8characters() local
115 register const unsigned char* s = (const unsigned char*)*src; in ldap_utf8getcc() local
184 ldap_utf8isalnum( char* s ) in ldap_utf8isalnum()
196 ldap_utf8isalpha( char* s ) in ldap_utf8isalpha()
207 ldap_utf8isdigit( char* s ) in ldap_utf8isdigit()
217 ldap_utf8isxdigit( char* s ) in ldap_utf8isxdigit()
[all …]
/titanic_53/usr/src/lib/json_nvlist/
H A Djson_nvlist.c94 movestate(state_t *s, parse_state_t ps) in movestate()
104 posterror(state_t *s, int erno, const char *error) in posterror()
129 pushstate(state_t *s, parse_state_t ps, parse_state_t retps) in pushstate()
163 popchar(state_t *s) in popchar()
172 peekchar(state_t *s) in peekchar()
181 discard_whitespace(state_t *s) in discard_whitespace()
193 collect_string_escape(state_t *s) in collect_string_escape()
255 collect_string(state_t *s) in collect_string()
293 collect_bareword(state_t *s) in collect_bareword()
310 hdlr_bareword(state_t *s) in hdlr_bareword()
[all …]
/titanic_53/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c113 strtonum(const char *s, int base) in strtonum()
160 strntoul(const char *s, size_t nbytes, int base) in strntoul()
176 strisnum(const char *s) in strisnum()
193 strisbasenum(const char *s) in strisbasenum()
239 strtoi(const char *s) in strtoi()
253 strdup(const char *s) in strdup()
265 strndup(const char *s, size_t n) in strndup()
278 strfree(char *s) in strfree()
289 stresc2chr(char *s) in stresc2chr()
369 strchr2esc(const char *s, size_t n) in strchr2esc()
[all …]
/titanic_53/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c36 topo_hdl_strdup(topo_hdl_t *thp, const char *s) in topo_hdl_strdup()
52 topo_hdl_strfree(topo_hdl_t *thp, char *s) in topo_hdl_strfree()
59 topo_mod_strdup(topo_mod_t *mod, const char *s) in topo_mod_strdup()
65 topo_mod_strfree(topo_mod_t *mod, char *s) in topo_mod_strfree()
71 topo_strbasename(const char *s) in topo_strbasename()
82 topo_strdirname(char *s) in topo_strdirname()
133 topo_stresc2chr(char *s) in topo_stresc2chr()
225 topo_strmatch(const char *s, const char *p) in topo_strmatch()
/titanic_53/usr/src/cmd/truss/
H A Dprint.c217 escape_string(private_t *pri, const char *s) in escape_string()
256 char *s = raw? NULL : fetchstring(pri, (long)val, PATH_MAX); in prt_stg() local
268 char *s = (raw || pri->Errno)? NULL : in prt_rst() local
284 char *s = (raw || pri->Errno || pri->Rval1 <= 0)? NULL : in prt_rlk() local
300 const char *s = raw? NULL : ioctlname(pri, (int)val); in prt_ioc() local
311 const char *s; in prt_ioa() local
378 const char *s = NULL; in prt_pip() local
420 const char *s = raw? NULL : fcntlname(val); in prt_fcn() local
432 const char *s = raw? NULL : si86name(val); in prt_s86() local
443 const char *s = raw? NULL : utscode(val); in prt_uts() local
[all …]
/titanic_53/usr/src/lib/libc/inc/
H A Dmtlib.h65 #define FILENO(s) _fileno(s) argument
66 #define FERROR(s) ferror(s) argument
67 #define GETC(s) _getc_internal(s) argument
68 #define UNGETC(c, s) _ungetc_unlocked(c, s) argument
69 #define PUTC(c, s) _putc_internal(c, s) argument
70 #define GETWC(s) getwc(s) argument
71 #define PUTWC(c, s) putwc(c, s) argument
/titanic_53/usr/src/contrib/zlib/
H A Ddeflate.c161 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
175 #define INSERT_STRING(s, str, match_head) \ argument
180 #define INSERT_STRING(s, str, match_head) \ argument
190 #define CLEAR_HASH(s) \ argument
202 local void slide_hash(s) in slide_hash() argument
252 deflate_state *s; local
394 deflate_state *s; local
419 deflate_state *s; local
488 deflate_state *s; local
508 deflate_state *s; local
[all …]
H A Dtrees.c161 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
165 # define send_code(s, c, tree) \ argument
174 #define put_short(s, w) { \ argument
186 local void send_bits(s, value, length) in send_bits() argument
211 #define send_bits(s, value, length) \ argument
379 void ZLIB_INTERNAL _tr_init(s) in _tr_init() argument
407 local void init_block(s) in init_block() argument
430 #define pqremove(s, tree, top) \ argument
451 local void pqdownheap(s, tree, k) in pqdownheap() argument
486 local void gen_bitlen(s, desc) in gen_bitlen() argument
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/comp/
H A Dwc.c36 mbtowc(wchar_t* t, const char* s, size_t n) in mbtowc()
47 mbrtowc(wchar_t* t, const char* s, size_t n, mbstate_t* q) in mbrtowc()
65 mbstowcs(wchar_t* t, const char* s, size_t n) in mbstowcs()
82 wctomb(char* s, wchar_t c) in wctomb()
93 wcrtomb(char* s, wchar_t c, mbstate_t* q) in wcrtomb()
111 wcslen(const wchar_t* s) in wcslen()
124 wcstombs(char* t, register const wchar_t* s, size_t n) in wcstombs()
/titanic_53/usr/src/boot/lib/libz/
H A Ddeflate.c167 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
181 #define INSERT_STRING(s, str, match_head) \ argument
186 #define INSERT_STRING(s, str, match_head) \ argument
196 #define CLEAR_HASH(s) \ argument
224 deflate_state *s; local
328 deflate_state *s; local
395 deflate_state *s; local
469 deflate_state *s; local
495 deflate_state *s; local
538 deflate_state *s; local
[all …]
H A Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
167 # define send_code(s, c, tree) \ argument
176 #define put_short(s, w) { \ argument
188 local void send_bits(s, value, length) in send_bits() argument
213 #define send_bits(s, value, length) \ argument
381 void ZLIB_INTERNAL _tr_init(s) in _tr_init() argument
409 local void init_block(s) in init_block() argument
432 #define pqremove(s, tree, top) \ argument
453 local void pqdownheap(s, tree, k) in pqdownheap() argument
488 local void gen_bitlen(s, desc) in gen_bitlen() argument
[all …]
/titanic_53/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c44 char * s, in _Access()
63 char * s in _Chdir()
80 char * s, in _Chmod()
99 char * s, in _Chown()
137 char * s, in _Creat()
215 char * s, in _Lstat()
234 char * s, in _Mknod()
255 char * s, in _Open()
277 char * s, in _Read()
337 char * s, in _Stat()
[all …]
/titanic_53/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.c35 fmd_strdup(const char *s, int flags) in fmd_strdup()
51 fmd_strfree(char *s) in fmd_strfree()
58 fmd_strbasename(const char *s) in fmd_strbasename()
69 fmd_strdirname(char *s) in fmd_strdirname()
120 fmd_stresc2chr(char *s) in fmd_stresc2chr()
217 fmd_strbadid(const char *s, int check_prefixes) in fmd_strbadid()
237 fmd_strmatch(const char *s, const char *p) in fmd_strmatch()
/titanic_53/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c54 innstr(char *s, int n) in innstr()
66 mvinnstr(int y, int x, char *s, int n) in mvinnstr()
79 mvwinnstr(WINDOW *w, int y, int x, char *s, int n) in mvwinnstr()
92 instr(char *s) in instr()
104 mvinstr(int y, int x, char *s) in mvinstr()
117 mvwinstr(WINDOW *w, int y, int x, char *s) in mvwinstr()
130 winstr(WINDOW *w, char *s) in winstr()
/titanic_53/usr/src/cmd/filesync/
H A Dfiles.c163 { const char *s; in expand() local
268 const char *s; in noblanks() local
328 char *s; in lex() local
428 { const char *s; in wildcards() local
479 { char *s, *p; in cannonize() local
523 prefix(const char *s, const char *p) in prefix()
548 { const char *s; in suffix() local
580 { const char *s, *p; in contains() local
/titanic_53/usr/src/lib/libdtrace/common/
H A Ddt_string.c39 stresc2chr(char *s) in stresc2chr()
136 strchr2esc(const char *s, size_t n) in strchr2esc()
236 strbasename(const char *s) in strbasename()
253 strbadidnum(const char *s) in strbadidnum()
280 strisglob(const char *s) in strisglob()
297 strhyphenate(char *s) in strhyphenate()
/titanic_53/usr/src/uts/common/vm/
H A Dseg.h213 #define SEGOP_DUP(s, n) (*(s)->s_ops->dup)((s), (n)) argument
214 #define SEGOP_UNMAP(s, a, l) (*(s)->s_ops->unmap)((s), (a), (l)) argument
215 #define SEGOP_FREE(s) (*(s)->s_ops->free)((s)) argument
216 #define SEGOP_FAULT(h, s, a, l, t, rw) \ argument
218 #define SEGOP_FAULTA(s, a) (*(s)->s_ops->faulta)((s), (a)) argument
219 #define SEGOP_SETPROT(s, a, l, p) (*(s)->s_ops->setprot)((s), (a), (l), (p)) argument
220 #define SEGOP_CHECKPROT(s, a, l, p) (*(s)->s_ops->checkprot)((s), (a), (l), (p)) argument
221 #define SEGOP_KLUSTER(s, a, d) (*(s)->s_ops->kluster)((s), (a), (d)) argument
222 #define SEGOP_SWAPOUT(s) (*(s)->s_ops->swapout)((s)) argument
223 #define SEGOP_SYNC(s, a, l, atr, f) \ argument
[all …]

12345678910>>...97