Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 1059) sorted by relevance

12345678910>>...43

/titanic_52/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.c37 #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) nv_var_free() argument
144 mdb_var_t *v, *w; mdb_nv_destroy() local
164 mdb_var_t *v; mdb_nv_lookup() local
179 nv_var_interpos(mdb_nv_t * nv,size_t i,mdb_var_t * v,mdb_var_t * w) nv_var_interpos() argument
202 nv_var_overload(mdb_var_t * v,mdb_var_t * w) nv_var_overload() argument
219 mdb_var_t *v; mdb_nv_insert() local
278 nv_var_defn_remove(mdb_var_t * v,mdb_var_t * corpse,uint_t um_flags) nv_var_defn_remove() argument
300 mdb_var_t *v = nv->nv_hash[i]; mdb_nv_remove() local
365 mdb_var_t *v = nv->nv_iter_elt; mdb_nv_advance() local
413 mdb_var_t *v, **vpp = vps; mdb_nv_sort_iter() local
433 mdb_nv_defn_iter(mdb_var_t * v,int (* func)(mdb_var_t *,void *),void * private) mdb_nv_defn_iter() argument
445 mdb_nv_get_value(const mdb_var_t * v) mdb_nv_get_value() argument
454 mdb_nv_set_value(mdb_var_t * v,uintmax_t l) mdb_nv_set_value() argument
468 mdb_nv_get_cookie(const mdb_var_t * v) mdb_nv_get_cookie() argument
477 mdb_nv_set_cookie(mdb_var_t * v,void * cookie) mdb_nv_set_cookie() argument
483 mdb_nv_get_name(const mdb_var_t * v) mdb_nv_get_name() argument
489 mdb_nv_get_ndef(const mdb_var_t * v) mdb_nv_get_ndef() argument
[all...]
H A Dmdb_help.c57 print_dcmd(mdb_var_t *v, void *ignored) in print_dcmd() argument
68 print_walk(mdb_var_t *v, void *ignored) in print_walk() argument
79 print_dmod_long(mdb_var_t *v, void *ignored) in print_dmod_long() argument
103 print_dmod_short(mdb_var_t *v, void *ignored) in print_dmod_short() argument
115 mdb_var_t *v; in cmd_dmods() local
143 print_wdesc(mdb_var_t * v,void * ignored) print_wdesc() argument
165 print_ddesc(mdb_var_t * v,void * ignored) print_ddesc() argument
274 print_dcmd_def(mdb_var_t * v,void * private) print_dcmd_def() argument
286 print_walker_def(mdb_var_t * v,void * private) print_walker_def() argument
321 mdb_var_t *v = idcp->idc_var; cmd_which() local
338 mdb_var_t *v = iwp->iwlk_var; cmd_which() local
[all...]
/titanic_52/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c58 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; inj_hash_insert() local
115 inj_var_t *v; inj_hash_lookup() local
126 inj_hash_get_key(inj_var_t * v) inj_hash_get_key() argument
132 inj_hash_get_value(inj_var_t * v) inj_hash_get_value() argument
138 inj_hash_get_cookie(inj_var_t * v) inj_hash_get_cookie() argument
[all...]
/titanic_52/usr/src/cmd/svc/startd/
H A Dtransition.c60 gt_enter_uninit(scf_handle_t *h, graph_vertex_t *v, in gt_enter_uninit() argument
105 gt_enter_maint(scf_handle_t *h, graph_vertex_t *v, in gt_enter_maint() argument
153 gt_enter_offline(scf_handle_t * h,graph_vertex_t * v,restarter_instance_state_t old_state,restarter_error_t rerr) gt_enter_offline() argument
221 gt_enter_disabled(scf_handle_t * h,graph_vertex_t * v,restarter_instance_state_t old_state,restarter_error_t rerr) gt_enter_disabled() argument
282 gt_internal_online_or_degraded(scf_handle_t * h,graph_vertex_t * v,restarter_instance_state_t old_state,restarter_error_t rerr) gt_internal_online_or_degraded() argument
352 gt_enter_online(scf_handle_t * h,graph_vertex_t * v,restarter_instance_state_t old_state,restarter_error_t rerr) gt_enter_online() argument
366 gt_enter_degraded(scf_handle_t * h,graph_vertex_t * v,restarter_instance_state_t old_state,restarter_error_t rerr) gt_enter_degraded() argument
389 gt_transition(scf_handle_t * h,graph_vertex_t * v,restarter_error_t rerr,restarter_instance_state_t old_state) gt_transition() argument
[all...]
H A Dgraph.c179 #define IS_ENABLED(v) ((v)->gv_flags & (GV_ENABLED | GV_ENBLD_NOOVR)) argument
209 #define is_depgrp_bypassed(v) ((v->gv_type == GVT_GROUP) && \ argument
388 graph_vertex_t *v; in graph_add_vertex() local
420 graph_remove_vertex(graph_vertex_t * v) graph_remove_vertex() argument
463 graph_remove_edge(graph_vertex_t * v,graph_vertex_t * dv) graph_remove_edge() argument
489 remove_inst_vertex(graph_vertex_t * v) remove_inst_vertex() argument
522 graph_walk_dependents(graph_vertex_t * v,void (* func)(graph_vertex_t *,void *),void * arg) graph_walk_dependents() argument
534 graph_walk_dependencies(graph_vertex_t * v,void (* func)(graph_vertex_t *,void *),void * arg) graph_walk_dependencies() argument
588 graph_vertex_t *v = e->ge_vertex; graph_walk_recurse() local
647 graph_walk(graph_vertex_t * v,graph_walk_dir_t dir,int (* pre)(graph_vertex_t *,void *),void (* post)(graph_vertex_t *,void *),void * arg) graph_walk() argument
683 child_pre(graph_vertex_t * v,void * arg) child_pre() argument
699 child_post(graph_vertex_t * v,void * arg) child_post() argument
737 graph_vertex_t *v; path_to_str() local
786 graph_clogin_start(graph_vertex_t * v) graph_clogin_start() argument
797 graph_su_start(graph_vertex_t * v) graph_su_start() argument
863 vertex_send_event(graph_vertex_t * v,restarter_event_type_t e) vertex_send_event() argument
922 graph_unset_restarter(graph_vertex_t * v) graph_unset_restarter() argument
945 free_if_unrefed(graph_vertex_t * v) free_if_unrefed() argument
969 delete_depgroup(graph_vertex_t * v) delete_depgroup() argument
1010 graph_vertex_t *v = ptrs[0]; delete_instance_deps_cb() local
1050 delete_instance_dependencies(graph_vertex_t * v,boolean_t delete_restarter_dep) delete_instance_dependencies() argument
1206 inst_running(graph_vertex_t * v) inst_running() argument
1317 graph_vertex_t *v; optional_all_satisfied() local
1471 LOG_EXCLUDE(u,v) global() argument
1481 graph_vertex_t *v, *v2; exclude_all_satisfied() local
1583 instance_satisfied(graph_vertex_t * v,boolean_t satbility) instance_satisfied() argument
1596 dependency_satisfied(graph_vertex_t * v,boolean_t satbility) dependency_satisfied() argument
1689 graph_start_if_satisfied(graph_vertex_t * v) graph_start_if_satisfied() argument
1730 satbility_cb(graph_vertex_t * v,void * arg) satbility_cb() argument
1739 propagate_satbility(graph_vertex_t * v) propagate_satbility() argument
1748 propagate_start(graph_vertex_t * v,void * arg) propagate_start() argument
1785 propagate_stop(graph_vertex_t * v,void * arg) propagate_stop() argument
1850 offline_vertex(graph_vertex_t * v) offline_vertex() argument
1935 graph_vertex_t *v; graph_enable_by_vertex() local
2062 graph_change_restarter(graph_vertex_t * v,const char * fmri_arg,scf_handle_t * h,int ** pathp) graph_change_restarter() argument
2315 graph_vertex_t *v; /* GVT_GROUP vertex */ global() member
2342 graph_vertex_t *depgroup_v, *v; process_dependency_fmri() local
2519 graph_vertex_t *v; /* GVT_INST vertex */ global() member
2695 set_dependencies(graph_vertex_t * v,scf_instance_t * inst,int ** pathp) set_dependencies() argument
2762 vertex_ref(graph_vertex_t * v) vertex_ref() argument
2777 vertex_unref(graph_vertex_t * v) vertex_unref() argument
2799 graph_vertex_t *v = e->ge_vertex; append_svcs_or_insts() local
2842 should_be_in_subgraph(graph_vertex_t * v) should_be_in_subgraph() argument
2913 eval_subgraph(graph_vertex_t * v,scf_handle_t * h) eval_subgraph() argument
3014 refresh_vertex(graph_vertex_t * v,scf_instance_t * inst) refresh_vertex() argument
3146 configure_vertex(graph_vertex_t * v,scf_instance_t * inst) configure_vertex() argument
3836 graph_vertex_t *v; run_sulogin() local
4112 graph_vertex_t *v; dgraph_add_instance() local
4177 graph_vertex_t *v; dgraph_update_general() local
4310 dgraph_refresh_instance(graph_vertex_t * v,scf_instance_t * inst) dgraph_refresh_instance() argument
4374 insubtree_dependents_down(graph_vertex_t * v) insubtree_dependents_down() argument
4420 is_nonsubgraph_leaf(graph_vertex_t * v) is_nonsubgraph_leaf() argument
4471 disable_service_temporarily(graph_vertex_t * v,scf_handle_t * h) disable_service_temporarily() argument
4556 offline_subtree_leaves(graph_vertex_t * v,void * arg) offline_subtree_leaves() argument
4590 graph_offline_subtree_leaves(graph_vertex_t * v,void * h) graph_offline_subtree_leaves() argument
4602 disable_nonsubgraph_leaves(graph_vertex_t * v,void * arg) disable_nonsubgraph_leaves() argument
4691 dgraph_state_transition_notify(graph_vertex_t * v,restarter_instance_state_t old_state,restarter_str_t reason) dgraph_state_transition_notify() argument
4793 graph_vertex_t *v; dgraph_set_instance_state() local
4846 vertex_subgraph_dependencies_shutdown(scf_handle_t * h,graph_vertex_t * v,restarter_instance_state_t old_state) vertex_subgraph_dependencies_shutdown() argument
4957 graph_transition_propagate(graph_vertex_t * v,propagate_event_t type,restarter_error_t rerr) graph_transition_propagate() argument
4987 graph_vertex_t *v; dgraph_remove_instance() local
5439 graph_vertex_t *v; mark_subtree() local
5476 graph_vertex_t *v; mark_subgraph() local
5554 graph_vertex_t *nm, *v; dgraph_set_milestone() local
[all...]
/titanic_52/usr/src/lib/libscf/common/
H A Dnotify_params.c354 add_boolean_entry(scf_handle_t *h, scf_transaction_entry_t *te, uint8_t v) in add_boolean_entry() argument
367 add_count_entry(scf_handle_t *h, scf_transaction_entry_t *te, uint64_t v) in add_count_entry() argument
380 add_integer_entry(scf_handle_t *h, scf_transaction_entry_t *te, int64_t v) in add_integer_entry() argument
423 boolean_t v; in get_nvpair_vals() local
430 boolean_t *v; in get_nvpair_vals() local
442 uchar_t v; get_nvpair_vals() local
449 uint8_t v; get_nvpair_vals() local
456 uint16_t v; get_nvpair_vals() local
463 uint32_t v; get_nvpair_vals() local
470 uint64_t v; get_nvpair_vals() local
477 uchar_t *v; get_nvpair_vals() local
488 uint8_t *v; get_nvpair_vals() local
499 uint16_t *v; get_nvpair_vals() local
510 uint32_t *v; get_nvpair_vals() local
521 uint64_t *v; get_nvpair_vals() local
532 int8_t v; get_nvpair_vals() local
539 int16_t v; get_nvpair_vals() local
546 int32_t v; get_nvpair_vals() local
553 int64_t v; get_nvpair_vals() local
560 int8_t *v; get_nvpair_vals() local
572 int16_t *v; get_nvpair_vals() local
584 int32_t *v; get_nvpair_vals() local
596 int64_t *v; get_nvpair_vals() local
615 char **v; get_nvpair_vals() local
882 get_v_pointer(scf_values_t * v) get_v_pointer() argument
906 get_value(scf_value_t * val,scf_values_t * v,int c,char * buf,int sz) get_value() argument
940 values_get(scf_property_t * prop,scf_values_t * v) values_get() argument
1077 boolean_t *v; add_prop_to_nvlist() local
[all...]
/titanic_52/usr/src/cmd/csh/
H A Dsh.func.c153 doonintr(tchar **v) in doonintr() argument
219 doalias(tchar **v) in doalias() argument
247 unalias(tchar **v) in unalias() argument
268 dologin(tchar ** v) dologin() argument
290 donewgrp(tchar ** v) donewgrp() argument
331 doif(tchar ** v,struct command * kp) doif() argument
404 dogoto(tchar ** v) dogoto() argument
434 doswitch(tchar ** v) doswitch() argument
472 doexit(tchar ** v) doexit() argument
499 doforeach(tchar ** v) doforeach() argument
542 dowhile(tchar ** v) dowhile() argument
658 dorepeat(tchar ** v,struct command * kp) dorepeat() argument
974 doecho(tchar ** v) doecho() argument
984 doglob(tchar ** v) doglob() argument
995 echo(tchar sep,tchar ** v) echo() argument
1087 dosetenv(tchar ** v) dosetenv() argument
1124 dounsetenv(tchar ** v) dounsetenv() argument
1256 doumask(tchar ** v) doumask() argument
1306 dolimit(tchar ** v) dolimit() argument
1346 getval(struct limits * lp,tchar ** v,rlim_t * retval) getval() argument
1509 dounlimit(tchar ** v) dounlimit() argument
1602 doeval(tchar ** v) doeval() argument
[all...]
H A Dsh.set.c40 doset(tchar **v) in doset() argument
153 struct varent *v = getvx(vp, subscr); asx() local
165 struct varent *v = adrof(vp); getvx() local
180 dolet(tchar ** v) dolet() argument
289 tchar **v = vec; operate() local
411 adrof1(tchar * name,struct varent * v) adrof1() argument
505 unset(tchar * v[]) unset() argument
523 unset1(tchar * v[],struct varent * head) unset1() argument
610 shift(tchar ** v) shift() argument
[all...]
/titanic_52/usr/src/lib/libc/port/locale/
H A Dregexec.c98 #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) argument
111 ISSTATEIN(v,o) global() argument
116 ISSETBACK(v,n) global() argument
150 CLEAR(v) global() argument
151 SET0(v,n) global() argument
152 SET1(v,n) global() argument
153 ISSET(v,n) global() argument
162 SETUP(v) global() argument
166 ISSTATEIN(v,o) global() argument
171 ISSETBACK(v,n) global() argument
[all...]
/titanic_52/usr/src/common/crypto/chacha/
H A Dchacha.c16 #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, argument
31 U32TO8_LITTLE(p,v) global() argument
39 ROTATE(v,c) global() argument
40 XOR(v,w) global() argument
41 PLUS(v,w) global() argument
42 PLUSONE(v) global() argument
[all...]
/titanic_52/usr/src/lib/libeti/form/common/
H A Dutility.c51 _data_beg(char *v, int n) in _data_beg() argument
63 _data_end(char * v,int n) _data_end() argument
72 _whsp_beg(char * v,int n) _whsp_beg() argument
81 _whsp_end(char * v,int n) _whsp_end() argument
93 _adjust_cursor(FORM * f,char * v) _adjust_cursor() argument
111 char * v = Buf(f); _buf_to_win() local
132 char * v = Buf(f); _win_to_buf() local
247 char * v = _data_beg(Buf(f), BufSize(f)); justify() local
272 char * v = _data_beg(Buf(f), BufSize(f)); unjustify() local
355 int v = TRUE; _sync_field() local
389 int v = TRUE; _sync_attrs() local
425 int v = TRUE; _sync_opts() local
[all...]
H A Dty_enum.c88 char ** v; in make_enum() local
122 cmp(char *x, char *v, int checkcase) in cmp() argument
157 char * v = field_buffer(f, 0); fcheck_enum() local
191 char * v = field_buffer(f, 0); next_enum() local
213 char * v = field_buffer(f, 0); prev_enum() local
[all...]
/titanic_52/usr/src/lib/libpcidb/common/
H A Dpcidb.c114 pcihdl_add_vendor(pcidb_hdl_t *hdl, pcidb_vendor_t *v) in pcihdl_add_vendor() argument
132 pcidb_vendor_t *v; in parse_vendor() local
156 insert_device(pcidb_vendor_t * v,pcidb_device_t * d) insert_device() argument
173 parse_device(char * buf,pcidb_vendor_t * v) parse_device() argument
263 pcidb_vendor_t *v = NULL; parse_db() local
354 pcidb_vendor_t *v, *tv; pcidb_close() local
387 pcidb_vendor_t *v; pcidb_lookup_vendor() local
398 pcidb_vendor_name(pcidb_vendor_t * v) pcidb_vendor_name() argument
404 pcidb_vendor_id(pcidb_vendor_t * v) pcidb_vendor_id() argument
416 pcidb_vendor_iter_next(pcidb_vendor_t * v) pcidb_vendor_iter_next() argument
423 pcidb_lookup_device_by_vendor(pcidb_vendor_t * v,uint16_t id) pcidb_lookup_device_by_vendor() argument
438 pcidb_vendor_t *v; pcidb_lookup_device() local
448 pcidb_device_iter(pcidb_vendor_t * v) pcidb_device_iter() argument
492 pcidb_lookup_subvd_by_vendor(pcidb_vendor_t * v,uint16_t devid,uint16_t svid,uint16_t sdid) pcidb_lookup_subvd_by_vendor() argument
[all...]
/titanic_52/usr/src/uts/common/sys/
H A Dkiconv_tc.h38 #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
[all...]
/titanic_52/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAbstractAggregationValue.java50 AbstractAggregationValue(long v) in AbstractAggregationValue() argument
56 AbstractAggregationValue(double v) in AbstractAggregationValue() argument
80 AbstractAggregationValue v = (AbstractAggregationValue)o; in equals() local
/titanic_52/usr/src/contrib/ast/src/lib/libast/include/
H A Ddebug.h48 #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 DEBUG_SET(n,v) global() argument
76 DEBUG_PRINT(fd,s,v) global() argument
[all...]
H A Dfs3d.h37 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument
41 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument
45 #define IVIEW(p,v) ((p)->st_extra[0]=(v)) argument
49 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument
53 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}whil argument
56 IVIEW(p,v) global() argument
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dvmalloc.h29 #define vmalloc(v,n) _vm_resize(v,(void*)0,n) argument
30 #define vmalign(v,n,a) _vm_resize(v,(void*)0,n) argument
31 #define vmclose(v) _vm_close(v) argument
32 #define vmfree(v,p) argument
33 #define vmnewof(v,o,t,n,x) (t*)_vm_resize(v,(void*)o,sizeof(t)*(n)+(x)) argument
/titanic_52/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module_load.c71 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; kmdb_module_unloaded() local
354 mdb_var_t *v; kmdb_module_sync() local
[all...]
/titanic_52/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.c86 sl_data_t v; in sl_extract_as_word() local
129 sl_data_t v; sl_extract_as_lword() local
173 sl_data_t v; sl_extract_as_sword() local
268 sl_data_t v; sl_fmt_num() local
[all...]
/titanic_52/usr/src/lib/iconv_modules/zh/common/
H A Dzh_CN.gbk%HZ-GB-2312.c34 #define gbk_2nd_byte(v) ( (v) >= 0x40 && (v) <= 0xfe && (v) != 0x7f ) argument
35 #define gbk4_2nd_byte(v) ( (v) >= 0x30 && (v) <= 0x39 ) argument
36 #define gbk4_3rd_byte(v) ( (v) >= 0x81 && (v) < argument
37 gbk4_4th_byte(v) global() argument
[all...]
/titanic_52/usr/src/lib/print/libipp-core/common/
H A Dread.c192 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; ipp_read_attribute_group() local
365 int8_t v; ipp_read_attribute_group() local
426 time_t v; ipp_read_attribute_group() local
512 char *v; ipp_read_attribute_group() local
554 char *v; ipp_read_attribute_group() local
[all...]
/titanic_52/usr/src/lib/libcpc/sparc/
H A Dconf_ultra.c88 #define USall_EVENTS_0(v) \ argument
107 #define US3all_EVENTS_0(v) \ argument
124 US3_MC_EVENTS_0(v) global() argument
132 US3_I_MC_EVENTS_0(v) global() argument
225 USall_EVENTS_1(v) global() argument
244 US3all_EVENTS_1(v) global() argument
273 US3_MC_EVENTS_1(v) global() argument
281 US3_I_MC_EVENTS_1(v) global() argument
[all...]
/titanic_52/usr/src/uts/common/rpc/
H A Dxdr.h334 #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 IXDR_PUT_ENUM(buf,v) global() argument
352 IXDR_PUT_SHORT(buf,v) global() argument
353 IXDR_PUT_U_SHORT(buf,v) global() argument
362 IXDR_PUT_BOOL(buf,v) global() argument
363 IXDR_PUT_ENUM(buf,v) global() argument
364 IXDR_PUT_SHORT(buf,v) global() argument
365 IXDR_PUT_U_SHORT(buf,v) global() argument
370 IXDR_GET_HYPER(buf,v) global() argument
375 IXDR_PUT_HYPER(buf,v) global() argument
384 IXDR_GET_HYPER(buf,v) global() argument
392 IXDR_PUT_HYPER(buf,v) global() argument
400 IXDR_GET_U_HYPER(buf,v) global() argument
401 IXDR_PUT_U_HYPER(buf,v) global() argument
[all...]
/titanic_52/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c238 elfedit_atoi2(const char *str, const elfedit_atoi_sym_t *sym, elfedit_atoi_t *v) in elfedit_atoi2() argument
256 elfedit_atoi_t v; in elfedit_atoi() local
264 elfedit_atoui_t *v) in elfedit_atoui2() argument
282 elfedit_atoui_t v; elfedit_atoui() local
290 elfedit_atoconst2(const char * str,elfedit_const_t const_type,elfedit_atoui_t * v) elfedit_atoconst2() argument
330 elfedit_atoi_range2(const char * str,elfedit_atoi_t min,elfedit_atoi_t max,const elfedit_atoi_sym_t * sym,elfedit_atoi_t * v) elfedit_atoi_range2() argument
339 elfedit_atoi_t v = elfedit_atoi(str, sym); elfedit_atoi_range() local
349 elfedit_atoui_range2(const char * str,elfedit_atoui_t min,elfedit_atoui_t max,const elfedit_atoui_sym_t * sym,elfedit_atoui_t * v) elfedit_atoui_range2() argument
358 elfedit_atoui_t v = elfedit_atoui(str, sym); elfedit_atoui_range() local
368 elfedit_atoconst_range2(const char * str,elfedit_atoui_t min,elfedit_atoui_t max,elfedit_const_t const_type,elfedit_atoui_t * v) elfedit_atoconst_range2() argument
701 elfedit_bits_set(u_longlong_t v,int sizeof_orig_v) elfedit_bits_set() argument
[all...]

12345678910>>...43