Searched refs:fid (Results 1 - 25 of 177) sorted by relevance

12345678

/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dcstubmts.c124 FILE *fid
127 fprintf(fid,
138 FILE *fid
141 fprintf(fid, "if (IDL_ms.IDL_status != error_status_ok)\n{\n");
142 fprintf(fid, "IDL_ms.IDL_elt_p = NULL;\n");
146 fprintf(fid,
148 fprintf(fid," ((rpc_call_handle_t)IDL_ms.IDL_call_h,&IDL_st2)));\n");
150 fprintf(fid, "goto IDL_closedown;\n}\n");
160 FILE *fid,
173 fprintf(fid, "\nstati
158 CSPELL_csr_header( FILE *fid, char const *p_interface_name, AST_operation_n_t *p_operation, boolean use_internal_name ) argument
205 CSPELL_client_stub_routine( FILE *fid, AST_interface_n_t *p_interface, language_k_t language ATTRIBUTE_UNUSED, AST_operation_n_t *p_operation, char const *p_interface_name, unsigned long op_num, boolean *cmd_opt, int num_declared_exceptions, int num_extern_exceptions ) argument
494 DDBE_spell_pickling_stub( FILE *fid, AST_interface_n_t *p_interface, char const *p_interface_name, AST_operation_n_t *p_operation, boolean use_internal_name ) argument
650 DDBE_gen_cstub( FILE *fid, AST_interface_n_t *p_interface, language_k_t language, char header_name[], boolean *cmd_opt, void **cmd_val, DDBE_vectors_t *dd_vip ) argument
[all...]
H A Dhdgen.c151 FILE *fid,
168 fprintf (fid, "#define ");
169 spell_name (fid, cp->name);
170 fprintf (fid, " %s", cast);
172 spell_name (fid, cp->defined_as->name);
176 fprintf (fid, "NULL");
181 fprintf (fid, "(%"LONG_MODIFIER"d)", cp->value.int_val);
183 fprintf (fid, "(0x%"LONG_MODIFIER"x)", cp->value.int_val); /* prevent signed-edness problems with cxx */
186 fprintf (fid, "{%ld,%lu}",
191 fprintf (fid, "'
149 CSPELL_constant_def( FILE *fid, AST_constant_n_t *cp, const char *cast ) argument
205 CSPELL_operation_def( FILE *fid, AST_operation_n_t *op ) argument
222 CSPELL_type_def( FILE *fid, AST_type_n_t *tp, boolean spell_tag ) argument
277 CPPQUOTES_exports( FILE *fid, AST_cpp_quote_n_t *cpps ) argument
292 CSPELL_exports( FILE *fid, AST_export_n_t *ep ) argument
325 CSPELL_epv_field( FILE *fid, AST_operation_n_t *op ) argument
365 BE_gen_orpc_defs(FILE * fid, AST_interface_n_t * ifp, enum orpc_class_def_type deftype) argument
428 CSPELL_epv_type_and_var( FILE *fid, NAMETABLE_id_t if_name, unsigned long int if_version, AST_export_n_t *ep, boolean declare_cepv ) argument
465 CSPELL_if_spec_refs( FILE *fid, NAMETABLE_id_t if_name, unsigned long int if_version ) argument
481 CSPELL_user_prototypes( FILE *fid, AST_interface_n_t *ifp ) argument
612 BE_spell_extern_user_excs( FILE *fid, AST_interface_n_t *ifp ) argument
646 BE_spell_ichar_prototypes( FILE *fid, AST_interface_n_t *ifp ) argument
725 BE_gen_c_header( FILE *fid, AST_interface_n_t *ifp, boolean bugs[] ATTRIBUTE_UNUSED, boolean *cmd_opt ) argument
[all...]
H A Duser_exc.c106 FILE *fid, /* [in] Handle for emitted C text */
123 fprintf(fid, "extern ");
128 fprintf(fid, "EXCEPTION ");
129 spell_name(fid, p_exception->name);
130 fprintf(fid, ";\n");
141 FILE *fid, /* [in] Handle for emitted C text */
147 fprintf(fid, "static void IDL_exceptions_init()\n{\n");
154 fprintf(fid, "EXCEPTION_INIT(");
155 spell_name(fid, p_exception->name);
156 fprintf(fid, ");\
104 DDBE_list_exceptions( FILE *fid, AST_interface_n_t *p_interface, int *p_num_declared_exceptions, int *p_num_extern_exceptions ) argument
139 DDBE_init_exceptions( FILE *fid, AST_interface_n_t *p_interface ) argument
170 DDBE_ref_exception_array( FILE *fid, AST_interface_n_t *p_interface ) argument
199 DDBE_user_exceptions( FILE *fid, AST_interface_n_t *p_interface, int *p_num_declared_exceptions, int *p_num_extern_exceptions ) argument
[all...]
H A Difspemts.c130 FILE *fid,
137 fprintf( fid, "\nstatic %s_v%ld_%ld_epv_t IDL_manager_epv = {\n",
144 if ( ! first_op ) fprintf( fid, "," );
145 spell_name( fid, p_export->thing_p.exported_operation->name );
146 fprintf( fid, "\n" );
151 fprintf( fid,"};\n" );
161 FILE *fid,
174 fprintf(fid,
181 if (!first) fprintf(fid, ",\n");
182 fprintf(fid,
128 CSPELL_manager_epv( FILE *fid, AST_interface_n_t *ifp ) argument
159 CSPELL_interface_def( FILE *fid, AST_interface_n_t *ifp, BE_output_k_t kind, boolean generate_mepv ) argument
[all...]
H A Dclihamts.c113 FILE *fid,
121 fprintf( fid, "error_status_t IDL_st2;\n" );
126 fprintf( fid, "volatile handle_t *%s;\n", assoc_handle_ptr );
130 fprintf (fid, "volatile handle_t %s;\n", assoc_handle_name);
142 FILE *fid,
165 CSPELL_decl_assoc_handle_vars(fid,p_handle_info);
177 CSPELL_decl_assoc_handle_vars(fid,p_handle_info);
196 CSPELL_decl_assoc_handle_vars(fid,p_handle_info);
219 CSPELL_decl_assoc_handle_vars(fid,p_handle_info);
234 CSPELL_decl_assoc_handle_vars(fid,p_handle_inf
111 CSPELL_decl_assoc_handle_vars( FILE *fid, BE_handle_info_t *p_handle_info ) argument
140 BE_setup_client_handle( FILE *fid, AST_interface_n_t *p_interface, AST_operation_n_t *p_operation, BE_handle_info_t *p_handle_info ) argument
271 CSPELL_dup_implicit_handle_t( FILE *fid, AST_interface_n_t *p_interface ) argument
289 CSPELL_bind_generic_handle( FILE *fid, BE_handle_info_t *p_handle_info ) argument
307 CSPELL_bind_auto_handle( FILE *fid, AST_operation_n_t *p_operation ATTRIBUTE_UNUSED, BE_stat_info_t *p_comm_stat_info ATTRIBUTE_UNUSED, BE_stat_info_t *p_fault_stat_info ATTRIBUTE_UNUSED ) argument
354 CSPELL_call_start( FILE *fid, BE_handle_info_t *p_handle_info, AST_interface_n_t *p_interface, AST_operation_n_t *p_operation, unsigned long op_num, BE_stat_info_t *p_comm_stat_info, BE_stat_info_t *p_fault_stat_info ) argument
537 DDBE_spell_restart_logic( FILE * fid, AST_operation_n_t *p_operation ATTRIBUTE_UNUSED ) argument
580 CSPELL_binding_free_if_needed( FILE *fid, BE_handle_info_t *p_handle_info ) argument
[all...]
H A Dclihamts.h96 FILE * fid,
H A Dcstubmts.h93 FILE *fid
98 FILE *fid
103 FILE *fid, /* Handle for emitted C text */
114 FILE *fid,
H A Duser_exc.h96 FILE *fid,
H A Dsstubmts.c216 FILE *fid,
225 fprintf(fid, " = NULL");
228 fprintf(fid, " = ndr_false");
232 fprintf(fid, " = 0.0");
240 fprintf(fid, " = 0");
243 fprintf(fid, " = 0ULL");
246 fprintf(fid, " = 0LL");
251 fprintf(fid, " = {}");
254 fprintf(fid, " /* no initializer for kind %d */", type->kind);
266 FILE *fid,
214 CSPELL_zero_initializer( FILE *fid, const AST_type_n_t *type ) argument
264 DDBE_spell_stack_surrogates( FILE *fid, param_node_link_t **p_fixed_char_array_list ATTRIBUTE_UNUSED, AST_operation_n_t *p_operation ) argument
381 CSPELL_manager_call( FILE *fid, AST_interface_n_t *p_interface, AST_operation_n_t *p_operation, BE_rep_as_handle_t_k_t rep_as_handle_param, NAMETABLE_id_t rep_as_type_name, NAMETABLE_id_t binding_handle_name ) argument
558 DDBE_convert_out_contexts( FILE *fid, AST_operation_n_t *p_operation, NAMETABLE_id_t binding_handle_name ) argument
613 CSPELL_server_stub_routine( FILE *fid, language_k_t language ATTRIBUTE_UNUSED, AST_interface_n_t *p_interface, AST_operation_n_t *p_operation, int num_declared_exceptions, int num_extern_exceptions, boolean *cmd_opt ) argument
911 BE_gen_sstub( FILE *fid, AST_interface_n_t *p_interface, language_k_t language, char header_name[], boolean *cmd_opt, void **cmd_val, DDBE_vectors_t *dd_vip ) argument
[all...]
H A Dcspeldcl.h99 FILE *fid, AST_constant_n_t *cp
103 FILE *fid, AST_case_label_n_t *tgp
107 FILE *fid,
113 FILE *fid, AST_parameter_n_t *paramlist
H A Dcspell.h99 FILE *fid,
106 FILE *fid,
111 FILE *fid,
117 FILE *fid,
127 FILE *fid,
133 FILE *fid,
138 FILE *fid,
143 FILE *fid,
148 FILE *fid,
154 FILE *fid,
[all...]
H A Dcspell.c174 FILE *fid,
180 FILE *fid,
188 FILE *fid,
198 fprintf (fid, ")");
202 fid,
208 fid,
225 FILE *fid,
232 fprintf (fid, "%s", str);
236 FILE *fid,
250 FILE *fid,
186 CSPELL_type_tail( FILE *fid, type_tail_t *tail, boolean encoding_services ) argument
223 spell_name( FILE *fid, NAMETABLE_id_t name ) argument
248 CSPELL_scalar_type_suffix( FILE *fid, AST_type_n_t *tp ) argument
322 spell_idl_scalar_type_name( FILE *fid, AST_type_n_t *tp ) argument
342 CSPELL_function_sig( FILE *fid, AST_parameter_n_t *pp, boolean func_def ATTRIBUTE_UNUSED, boolean encoding_services ) argument
388 CSPELL_array_bounds( FILE *fid, AST_array_n_t *array, boolean in_typedef_or_struct ) argument
431 CSPELL_pipe_struct_routine_decl( FILE *fid, AST_type_n_t *p_pipe_type, BE_pipe_routine_k_t routine_kind, boolean cast ) argument
479 CSPELL_pipe_def( FILE *fid, AST_type_n_t *p_pipe_type ) argument
503 CSPELL_type_exp( FILE *fid, AST_type_n_t *tp, type_tail_t *tail, AST_type_n_t *in_typedef, boolean in_struct, boolean func_def, boolean spell_tag ) argument
805 CSPELL_typed_name( FILE *fid, AST_type_n_t *type, NAMETABLE_id_t name, AST_type_n_t *in_typedef, boolean in_struct, boolean spell_tag, boolean encoding_services ) argument
827 CSPELL_function_def_header( FILE *fid, AST_operation_n_t *oper, NAMETABLE_id_t name ) argument
850 CSPELL_type_exp_simple( FILE *fid, AST_type_n_t *tp ) argument
864 CSPELL_var_decl( FILE *fid, AST_type_n_t *type, NAMETABLE_id_t name ) argument
878 CSPELL_cast_exp( FILE *fid, AST_type_n_t *tp ) argument
892 CSPELL_ptr_cast_exp( FILE *fid, AST_type_n_t *tp ) argument
921 DDBE_spell_manager_param_cast( FILE *fid, AST_type_n_t *tp ) argument
[all...]
H A Dddspell.c199 FILE *fid, /* [in] output file handle */
213 fprintf(fid, "0x%02x,", bp[i]);
217 fprintf(fid, "\t/* long %s %s */",
220 fprintf(fid, "\n");
231 FILE *fid, /* [in] output file handle */
242 fprintf(fid, "0x%02x,", bp[i]);
253 FILE *fid, /* [in] output file handle */
264 fprintf(fid, "0x%02x,", bp[i]);
276 FILE *fid, /* [in] output file handle */
296 fprintf(fid, "
196 DDBE_spell_long_val( FILE *fid, DDBE_vec_rep_t *vec_p, boolean little_endian ATTRIBUTE_UNUSED ) argument
228 DDBE_spell_short_bytes( FILE *fid, unsigned short *val, boolean little_endian ATTRIBUTE_UNUSED ) argument
250 DDBE_spell_long_bytes( FILE *fid, unsigned long *val, boolean little_endian ATTRIBUTE_UNUSED ) argument
273 DDBE_spell_long_bool_val( FILE *fid, DDBE_vec_rep_t *vec_p, boolean little_endian ) argument
361 DDBE_sizeof_expr( FILE *fid, AST_type_n_t *type_p, STRTAB_str_t comment_id ATTRIBUTE_UNUSED ) argument
411 DDBE_sizeof_expr_use_inst( FILE *fid, AST_type_n_t *type_p, STRTAB_str_t comment_id ATTRIBUTE_UNUSED ) argument
496 DDBE_spell_offset_instances( FILE *fid, DDBE_vectors_t *vip, boolean *cmd_opt ATTRIBUTE_UNUSED, void **cmd_val ATTRIBUTE_UNUSED ) argument
550 DDBE_spell_offset_vec( FILE *fid, DDBE_vectors_t *vip, boolean *cmd_opt ATTRIBUTE_UNUSED, void **cmd_val ATTRIBUTE_UNUSED ) argument
694 DDBE_spell_offset_vec_use_inst( FILE *fid, DDBE_vectors_t *vip, boolean *cmd_opt ATTRIBUTE_UNUSED, void **cmd_val ATTRIBUTE_UNUSED ) argument
798 DDBE_init_offset_vec( FILE *fid, DDBE_vectors_t *vip, boolean *cmd_opt ATTRIBUTE_UNUSED, void **cmd_val ATTRIBUTE_UNUSED ) argument
915 DDBE_spell_rtn_vec( FILE *fid, DDBE_vectors_t *vip, boolean *cmd_opt ATTRIBUTE_UNUSED, void **cmd_val ATTRIBUTE_UNUSED, boolean client_side ) argument
967 DDBE_spell_type_vec_preamble( FILE *fid, DDBE_vectors_t *vip ) argument
1222 DDBE_spell_type_vec_addenda( FILE *fid, DDBE_vectors_t *vip, boolean *cmd_opt ATTRIBUTE_UNUSED, void **cmd_val ) argument
1346 DDBE_spell_type_vec( FILE *fid, DDBE_vectors_t *vip, boolean *cmd_opt, void **cmd_val ) argument
1466 DDBE_spell_param_vec_def( FILE *fid, AST_operation_n_t *oper_p, BE_side_t side, boolean *cmd_opt ATTRIBUTE_UNUSED, void **cmd_val ATTRIBUTE_UNUSED ) argument
1510 DDBE_spell_param_vec_init( FILE *fid, AST_operation_n_t *oper_p, BE_side_t side, boolean *cmd_opt ATTRIBUTE_UNUSED, void **cmd_val ATTRIBUTE_UNUSED ) argument
1600 DDBE_spell_marsh_or_unmar( FILE *fid, AST_operation_n_t *oper_p, const char *interp_name, const char *state_ptr_name, BE_side_t side, BE_marshalling_k_t mar_or_unmar ) argument
[all...]
H A Dgenpipes.h108 FILE *fid,
115 FILE *fid,
123 FILE *fid,
129 FILE *fid,
135 FILE *fid,
141 FILE *fid,
H A Difspec.h99 FILE *fid,
107 FILE *fid,
H A Dcspeldcl.c146 FILE *fid,
153 fprintf (fid, "%s", str);
163 FILE *fid,
169 fprintf (fid, "/* case(s): ");
174 fprintf (fid, ", ");
176 fprintf (fid, "default");
178 CSPELL_constant_val (fid, clp->value);
180 fprintf (fid, " */\n");
190 FILE *fid,
212 fprintf(fid, " /* [i
144 CSPELL_constant_val( FILE *fid, AST_constant_n_t *cp ) argument
161 CSPELL_labels( FILE *fid, AST_case_label_n_t *clp ) argument
188 CSPELL_parameter_list( FILE *fid, AST_parameter_n_t *pp, boolean encoding_services ) argument
[all...]
H A Dmtspipes.h102 FILE *fid,
H A Dcstubgen.h103 FILE *fid
108 FILE *fid
112 FILE *fid, /* Handle for emitted C text */
H A Dicharsup.c111 FILE *fid, /* [in] Handle for emitted C text */
153 fprintf(fid, "IDL_cs_tags_t IDL_cs_tags;\n");
165 fprintf(fid, "idl_ulong_int IDL_dummy_stag;\n");
172 fprintf(fid, "idl_ulong_int IDL_dummy_drtag=0;\n");
179 fprintf(fid, "idl_ulong_int IDL_dummy_rtag;\n");
190 fprintf(fid, "idl_ulong_int IDL_stag_value;\n");
191 fprintf(fid, "idl_ulong_int *");
192 spell_name(fid, p_cs_info->stag);
193 fprintf(fid, "= &IDL_stag_value;\n");
197 fprintf(fid, "idl_ulong_in
109 BE_cs_analyze_and_spell_vars( FILE *fid, AST_operation_n_t *p_operation, BE_side_t side, BE_cs_info_t *p_cs_info ) argument
243 BE_spell_cs_state( FILE *fid, const char *state_access, BE_side_t side, BE_cs_info_t *p_cs_info ) argument
296 BE_spell_cs_tag_rtn_call( FILE *fid, const char *state_access, AST_operation_n_t *p_operation, BE_side_t side, BE_handle_info_t *p_handle_info, BE_cs_info_t *p_cs_info, boolean pickling ) argument
[all...]
H A Dhdgen.h99 FILE *fid, /* Handle for emitted C text */
107 FILE *fid,
119 void BE_gen_orpc_defs(FILE * fid, AST_interface_n_t * ifp, enum orpc_class_def_type deftype);
H A Dsstubmts.h94 FILE *fid, /* Handle for emitted C text */
H A Dclihandl.h127 FILE *fid,
134 FILE *fid,
145 FILE * fid
150 FILE * fid,
157 FILE *fid,
H A Dicharsup.h111 FILE *fid, /* [in] Handle for emitted C text */
119 FILE *fid, /* [in] Handle for emitted C text */
127 FILE *fid, /* [in] Handle for emitted C text */
H A Dcommstat.h120 FILE *fid
125 FILE *fid,
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_fid.h34 // An element in the global fid hash table
37 SMBFID fid; member in struct:fid_node_t
49 // Global fid hash table
54 int smb_fid_get_kernel_fid(struct smb_share *share, SMBFID fid, int remove_fid,
57 SMBFID *fid);

Completed in 157 milliseconds

12345678