/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nv.c | 37 #define NV_NAME(v) \ argument 40 #define NV_SIZE(v) \ argument 71 mdb_var_t *v; in nv_var_alloc() local 104 nv_var_free(mdb_var_t *v, uint_t um_flags) in nv_var_free() 144 mdb_var_t *v, *w; in mdb_nv_destroy() local 164 mdb_var_t *v; in mdb_nv_lookup() local 179 nv_var_interpos(mdb_nv_t *nv, size_t i, mdb_var_t *v, mdb_var_t *w) in nv_var_interpos() 202 nv_var_overload(mdb_var_t *v, mdb_var_t *w) in nv_var_overload() 219 mdb_var_t *v; in mdb_nv_insert() local 278 nv_var_defn_remove(mdb_var_t *v, mdb_var_t *corpse, uint_t um_flags) in nv_var_defn_remove() [all …]
|
H A D | mdb_help.c | 57 print_dcmd(mdb_var_t *v, void *ignored) in print_dcmd() 68 print_walk(mdb_var_t *v, void *ignored) in print_walk() 79 print_dmod_long(mdb_var_t *v, void *ignored) in print_dmod_long() 103 print_dmod_short(mdb_var_t *v, void *ignored) in print_dmod_short() 115 mdb_var_t *v; in cmd_dmods() local 143 print_wdesc(mdb_var_t *v, void *ignored) in print_wdesc() 165 print_ddesc(mdb_var_t *v, void *ignored) in print_ddesc() 274 print_dcmd_def(mdb_var_t *v, void *private) in print_dcmd_def() 286 print_walker_def(mdb_var_t *v, void *private) in print_walker_def() 321 mdb_var_t *v = idcp->idc_var; in cmd_which() local [all …]
|
/titanic_41/usr/src/cmd/fm/fminject/common/ |
H A D | inj_hash.c | 58 inj_var_t *v = inj_alloc(sizeof (inj_var_t)); in inj_var_alloc() local 68 inj_var_free(inj_var_t *v, void (*freefn)(inj_var_t *, void *), void *arg) in inj_var_free() argument 79 inj_var_t *v, *w; in inj_hash_destroy() local 96 inj_var_t *v; in inj_hash_insert() local 115 inj_var_t *v; in inj_hash_lookup() local 126 inj_hash_get_key(inj_var_t *v) in inj_hash_get_key() 132 inj_hash_get_value(inj_var_t *v) in inj_hash_get_value() 138 inj_hash_get_cookie(inj_var_t *v) in inj_hash_get_cookie()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | transition.c | 60 gt_enter_uninit(scf_handle_t *h, graph_vertex_t *v, in gt_enter_uninit() 105 gt_enter_maint(scf_handle_t *h, graph_vertex_t *v, in gt_enter_maint() 153 gt_enter_offline(scf_handle_t *h, graph_vertex_t *v, in gt_enter_offline() 221 gt_enter_disabled(scf_handle_t *h, graph_vertex_t *v, in gt_enter_disabled() 282 gt_internal_online_or_degraded(scf_handle_t *h, graph_vertex_t *v, in gt_internal_online_or_degraded() 352 gt_enter_online(scf_handle_t *h, graph_vertex_t *v, in gt_enter_online() 366 gt_enter_degraded(scf_handle_t *h, graph_vertex_t *v, in gt_enter_degraded() 389 gt_transition(scf_handle_t *h, graph_vertex_t *v, restarter_error_t rerr, in gt_transition()
|
H A D | graph.c | 178 #define IS_ENABLED(v) ((v)->gv_flags & (GV_ENABLED | GV_ENBLD_NOOVR)) argument 208 #define is_depgrp_bypassed(v) ((v->gv_type == GVT_GROUP) && \ argument 387 graph_vertex_t *v; in graph_add_vertex() local 419 graph_remove_vertex(graph_vertex_t *v) in graph_remove_vertex() 462 graph_remove_edge(graph_vertex_t *v, graph_vertex_t *dv) in graph_remove_edge() 488 remove_inst_vertex(graph_vertex_t *v) in remove_inst_vertex() 521 graph_walk_dependents(graph_vertex_t *v, void (*func)(graph_vertex_t *, void *), in graph_walk_dependents() argument 533 graph_walk_dependencies(graph_vertex_t *v, void (*func)(graph_vertex_t *, in graph_walk_dependencies() argument 587 graph_vertex_t *v = e->ge_vertex; in graph_walk_recurse() local 646 graph_walk(graph_vertex_t *v, graph_walk_dir_t dir, in graph_walk() [all …]
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | notify_params.c | 354 add_boolean_entry(scf_handle_t *h, scf_transaction_entry_t *te, uint8_t v) in add_boolean_entry() 367 add_count_entry(scf_handle_t *h, scf_transaction_entry_t *te, uint64_t v) in add_count_entry() 380 add_integer_entry(scf_handle_t *h, scf_transaction_entry_t *te, int64_t v) in add_integer_entry() 423 boolean_t v; in get_nvpair_vals() local 430 boolean_t *v; in get_nvpair_vals() local 442 uchar_t v; in get_nvpair_vals() local 449 uint8_t v; in get_nvpair_vals() local 456 uint16_t v; in get_nvpair_vals() local 463 uint32_t v; in get_nvpair_vals() local 470 uint64_t v; in get_nvpair_vals() local [all …]
|
/titanic_41/usr/src/common/crypto/chacha/ |
H A D | chacha.c | 16 #define U8C(v) (v##U) argument 17 #define U32C(v) (v##U) argument 19 #define U8V(v) ((u8)(v) & U8C(0xFF)) argument 20 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) argument 22 #define ROTL32(v, n) \ argument 31 #define U32TO8_LITTLE(p, v) \ argument 39 #define ROTATE(v,c) (ROTL32(v,c)) argument 40 #define XOR(v,w) ((v) ^ (w)) argument 41 #define PLUS(v,w) (U32V((v) + (w))) argument 42 #define PLUSONE(v) (PLUS((v),1)) argument
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 98 #define CLEAR(v) ((v) = 0) 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))) != 0) argument 107 #define SETUP(v) ((v) = 0) argument 111 #define ISSTATEIN(v, o) (((v) & (o)) != 0) argument 116 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) argument 150 #define CLEAR(v) (void) memset(v, 0, m->g->nstates) argument 151 #define SET0(v, n) ((v)[n] = 0) argument 152 #define SET1(v, n) ((v)[n] = 1) argument [all …]
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.func.c | 153 doonintr(tchar **v) in doonintr() 219 doalias(tchar **v) in doalias() 247 unalias(tchar **v) in unalias() 268 dologin(tchar **v) in dologin() 290 donewgrp(tchar **v) in donewgrp() 331 doif(tchar **v, struct command *kp) in doif() 404 dogoto(tchar **v) in dogoto() 434 doswitch(tchar **v) in doswitch() 472 doexit(tchar **v) in doexit() 499 doforeach(tchar **v) in doforeach() [all …]
|
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | utility.c | 51 _data_beg(char *v, int n) in _data_beg() 63 _data_end(char *v, int n) in _data_end() 72 _whsp_beg(char *v, int n) in _whsp_beg() 81 _whsp_end(char *v, int n) in _whsp_end() 93 _adjust_cursor(FORM *f, char *v) in _adjust_cursor() 111 char * v = Buf(f); in _buf_to_win() local 132 char * v = Buf(f); in _win_to_buf() local 247 char * v = _data_beg(Buf(f), BufSize(f)); in justify() local 272 char * v = _data_beg(Buf(f), BufSize(f)); in unjustify() local 355 int v = TRUE; in _sync_field() local [all …]
|
H A D | ty_enum.c | 88 char ** v; in make_enum() local 122 cmp(char *x, char *v, int checkcase) in cmp() 157 char * v = field_buffer(f, 0); in fcheck_enum() local 191 char * v = field_buffer(f, 0); in next_enum() local 213 char * v = field_buffer(f, 0); in prev_enum() local
|
/titanic_41/usr/src/lib/libpcidb/common/ |
H A D | pcidb.c | 114 pcihdl_add_vendor(pcidb_hdl_t *hdl, pcidb_vendor_t *v) in pcihdl_add_vendor() 132 pcidb_vendor_t *v; in parse_vendor() local 156 insert_device(pcidb_vendor_t *v, pcidb_device_t *d) in insert_device() 173 parse_device(char *buf, pcidb_vendor_t *v) in parse_device() 263 pcidb_vendor_t *v = NULL; in parse_db() local 354 pcidb_vendor_t *v, *tv; in pcidb_close() local 387 pcidb_vendor_t *v; in pcidb_lookup_vendor() local 398 pcidb_vendor_name(pcidb_vendor_t *v) in pcidb_vendor_name() 404 pcidb_vendor_id(pcidb_vendor_t *v) in pcidb_vendor_id() 416 pcidb_vendor_iter_next(pcidb_vendor_t *v) in pcidb_vendor_iter_next() [all …]
|
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | AbstractAggregationValue.java | 50 AbstractAggregationValue(long v) in AbstractAggregationValue() 56 AbstractAggregationValue(double v) in AbstractAggregationValue() 80 AbstractAggregationValue v = (AbstractAggregationValue)o; in equals() local
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kiconv_tc.h | 38 #define KICONV_TC_IS_BIG5_1st_BYTE(v) ((v) >= 0x81 && (v) <= 0xFE) argument 41 #define KICONV_TC_IS_BIG5_2nd_BYTE(v) \ argument 51 #define KICONV_TC_IS_EUCTW_1st_BYTE(v) \ argument
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_module_load.c | 71 mdb_var_t *v; in mdb_module_load() local 127 mdb_var_t *v; in kmdb_module_loaded() local 251 mdb_var_t *v; in mdb_module_unload() local 312 mdb_var_t *v; in kmdb_module_unloaded() local 354 mdb_var_t *v; in kmdb_module_sync() local
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | debug.h | 57 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument 60 #define DEBUG_DECLARE(t,v) t v argument 61 #define DEBUG_SET(n,v) ((n) = (v)) argument 62 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) argument 80 #define DEBUG_TALLY(c,n,v) argument 83 #define DEBUG_DECLARE(t,v) argument 84 #define DEBUG_SET(n,v) argument 85 #define DEBUG_PRINT(fd,s,v) argument
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | debug.h | 48 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument 51 #define DEBUG_DECLARE(t,v) t v argument 52 #define DEBUG_SET(n,v) ((n) = (v)) argument 53 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) argument 71 #define DEBUG_TALLY(c,n,v) argument 74 #define DEBUG_DECLARE(t,v) argument 75 #define DEBUG_SET(n,v) argument 76 #define DEBUG_PRINT(fd,s,v) argument
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | debug.h | 57 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument 60 #define DEBUG_DECLARE(t,v) t v argument 61 #define DEBUG_SET(n,v) ((n) = (v)) argument 62 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) argument 80 #define DEBUG_TALLY(c,n,v) argument 83 #define DEBUG_DECLARE(t,v) argument 84 #define DEBUG_SET(n,v) argument 85 #define DEBUG_PRINT(fd,s,v) argument
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | debug.h | 57 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument 60 #define DEBUG_DECLARE(t,v) t v argument 61 #define DEBUG_SET(n,v) ((n) = (v)) argument 62 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) argument 80 #define DEBUG_TALLY(c,n,v) argument 83 #define DEBUG_DECLARE(t,v) argument 84 #define DEBUG_SET(n,v) argument 85 #define DEBUG_PRINT(fd,s,v) argument
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | debug.h | 57 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument 60 #define DEBUG_DECLARE(t,v) t v argument 61 #define DEBUG_SET(n,v) ((n) = (v)) argument 62 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) argument 80 #define DEBUG_TALLY(c,n,v) argument 83 #define DEBUG_DECLARE(t,v) argument 84 #define DEBUG_SET(n,v) argument 85 #define DEBUG_PRINT(fd,s,v) argument
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.c | 86 sl_data_t v; in sl_extract_as_word() local 129 sl_data_t v; in sl_extract_as_lword() local 173 sl_data_t v; in sl_extract_as_sword() local 268 sl_data_t v; in sl_fmt_num() local
|
/titanic_41/usr/src/lib/print/libipp-core/common/ |
H A D | read.c | 192 int8_t v = (int8_t)va_arg(ap, int); in validate_value() local 223 char *v = (char *)va_arg(ap, char *); in validate_value() local 234 char *v = (char *)va_arg(ap, char *); in validate_value() local 350 int32_t v; in ipp_read_attribute_group() local 365 int8_t v; in ipp_read_attribute_group() local 426 time_t v; in ipp_read_attribute_group() local 512 char *v; in ipp_read_attribute_group() local 554 char *v; in ipp_read_attribute_group() local
|
/titanic_41/usr/src/lib/libcpc/sparc/ |
H A D | conf_ultra.c | 88 #define USall_EVENTS_0(v) \ argument 107 #define US3all_EVENTS_0(v) \ argument 124 #define US3_MC_EVENTS_0(v) \ argument 132 #define US3_I_MC_EVENTS_0(v) \ argument 225 #define USall_EVENTS_1(v) \ argument 244 #define US3all_EVENTS_1(v) \ argument 273 #define US3_MC_EVENTS_1(v) \ argument 281 #define US3_I_MC_EVENTS_1(v) \ argument
|
/titanic_41/usr/src/uts/intel/amd64/krtld/ |
H A D | doreloc.c | 223 Half v = (Half)(*value); in do_reloc_krtld() local 288 Word v; in do_reloc_krtld() local 310 Xword v; in do_reloc_krtld() local
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdr.h | 334 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)v)) argument 336 #define IXDR_PUT_U_INT32(buf, v) IXDR_PUT_INT32((buf), ((int32_t)(v))) argument 341 #define IXDR_PUT_LONG(buf, v) (*(buf)++ = (long)htonl((ulong_t)v)) argument 343 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) argument 350 #define IXDR_PUT_BOOL(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) argument 351 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) argument 352 #define IXDR_PUT_SHORT(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) argument 353 #define IXDR_PUT_U_SHORT(buf, v) IXDR_PUT_LONG((buf), ((long)(v))) argument 362 #define IXDR_PUT_BOOL(buf, v) IXDR_PUT_INT32((buf), ((int)(v))) argument 363 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_INT32((buf), ((int)(v))) argument [all …]
|