Searched refs:handle (Results 1 - 25 of 531) sorted by path

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.c40 handle(int sig) function
49 (void) signal(SIGUSR1, handle);
H A Dtst.ret1.c52 handle(int sig) function
61 (void) signal(SIGUSR1, handle);
H A Dtst.ret2.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
H A Dtst.weak1.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
H A Dtst.weak2.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh29 # This script tests that the proc:::signal-send and proc:::signal-handle
43 * This is guaranteed to not race with signal-handle.
48 proc:::signal-handle
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.c34 handle(int sig) function
44 sa.sa_handler = handle;
H A Dtst.raise3.c34 handle(int sig) function
44 sa.sa_handler = handle;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c678 * zfs_sa_find_share(handle, path)
684 zfs_sa_find_share(sa_handle_t handle, char *path) argument
687 return (_sa_find_share(handle, path));
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
201 % change spans more than two lines of output. To handle that, we would
2907 % We have this subroutine so that we can handle at least some @value's
3265 % how to handle braces?
4450 \begingroup % Set up to handle contents files properly.
6413 % If label is given but no type, we handle that as the empty type.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgen-unix.h52 DIR *handle; member in struct:__anon136
60 dir->handle = opendir(path);
62 if (dir->handle != NULL)
75 if (dir->handle != NULL) {
76 dirent = readdir(dir->handle);
89 if (dir->handle != NULL)
90 (void)closedir(dir->handle);
92 dir->handle = NULL;
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dentropy.c137 FILESOURCE_HANDLE_TYPE handle; member in struct:__anon231
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Ddir.c49 dir->handle = NULL;
87 dir->handle = opendir(dirname);
89 if (dir->handle == NULL)
106 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
111 entry = readdir(dir->handle);
137 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
139 (void)closedir(dir->handle);
140 dir->handle = NULL;
148 REQUIRE(VALID_DIR(dir) && dir->handle != NULL);
150 rewinddir(dir->handle);
[all...]
H A Dentropy.c58 int handle; member in struct:__anon274
76 int fd = source->sources.file.handle;
105 source->sources.file.handle = -1;
116 int fd = source->sources.usocket.handle;
239 source->sources.usocket.handle = -1;
404 fd = source->sources.file.handle;
411 fd = source->sources.usocket.handle;
445 (void)close(source->handle);
450 close(source->handle);
574 source->sources.usocket.handle
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Ddir.h57 DIR * handle; member in struct:isc_dir
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbfd-in.h46 /* This is a utility macro to handle the situation where the code
50 also safely handle the case where a NULL is passed as the arg. */
634 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
637 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
642 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
661 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
H A Dbfd-in2.h53 /* This is a utility macro to handle the situation where the code
57 also safely handle the case where a NULL is passed as the arg. */
641 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
644 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
649 (void *handle, bfd *output_bfd, struct ecoff_debug_info *output_debug,
668 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
1274 should handle duplicate sections. */
1550 /* Macros to handle insertion and deletion of a bfd's sections. These
1551 only handle the list pointers, ie. do not adjust section_count,
5334 /* Routines to handle dynami
[all...]
H A Decoff.c444 handle this when we first read the file in coffgen.c. */
3516 on Ultrix 4.2 to handle the symbol cred in -lckrb. */
3908 void * handle)
3957 (handle, output_bfd, &ecoff_data (output_bfd)->debug_info,
4455 void * handle;
4492 handle = bfd_ecoff_debug_init (abfd, debug, &backend->debug_swap, info);
4493 if (handle == NULL)
4511 handle);
4514 ret = bfd_ecoff_debug_accumulate_other (handle, abfd,
4559 if (! bfd_ecoff_write_accumulated_debug (handle, abf
3895 ecoff_final_link_debug_accumulate(bfd *output_bfd, bfd *input_bfd, struct bfd_link_info *info, void * handle) argument
4445 void * handle; local
[all...]
H A Decofflink.c491 /* Initialize the FDR hash table. This returns a handle which is then
555 bfd_ecoff_debug_free (handle, output_bfd, output_debug, output_swap, info)
556 PTR handle;
562 struct accumulate *ainfo = (struct accumulate *) handle;
583 bfd_ecoff_debug_accumulate (handle, output_bfd, output_debug, output_swap,
586 PTR handle;
595 struct accumulate *ainfo = (struct accumulate *) handle;
656 to handle them whether they are swapped or not. */
1122 bfd_ecoff_debug_accumulate_other (handle, output_bfd, output_debug,
1124 PTR handle;
[all...]
H A Delfxx-mips.c678 /* The mips16 compiler uses a couple of special sections to handle
974 mips_elf_create_procedure_table (void *handle, bfd *abfd,
1013 if (! _bfd_ecoff_get_accumulated_pdr (handle, (bfd_byte *) epdr))
1032 if (! _bfd_ecoff_get_accumulated_sym (handle, (bfd_byte *) esym))
1039 if (! _bfd_ecoff_get_accumulated_ss (handle, (bfd_byte *) ss))
4066 than simply ignoring them, but we do not handle this for now.
4442 R_MIPS_HI16 relocation will handle the overflow.
4449 /* Because we don't merge literal sections, we can handle this
4525 /* We're allowed to handle these two relocations identically.
4526 The dynamic linker is allowed to handle th
967 mips_elf_create_procedure_table(void *handle, bfd *abfd, struct bfd_link_info *info, asection *s, struct ecoff_debug_info *debug) argument
[all...]
H A Dopncls.c1432 FILE * handle;
1448 handle = real_fopen (filename, FOPEN_RB);
1449 if (handle == NULL)
1456 while ((count = fread (buffer, 1, sizeof buffer, handle)) > 0)
1458 fclose (handle);
1431 FILE * handle; local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c36 structure is the debugging handle passed to all the routines. */
660 /* Return a handle for debugging information. */
676 debug_set_filename (void *handle, const char *name)
678 struct debug_handle *info = (struct debug_handle *) handle;
717 debug_start_source (void *handle, const char *name)
719 struct debug_handle *info = (struct debug_handle *) handle;
767 debug_record_function (void *handle, const char *name,
771 struct debug_handle *info = (struct debug_handle *) handle;
803 /* FIXME: If we could handle nested functions, this would be the
823 debug_record_parameter (void *handle, cons
674 debug_set_filename(void *handle, const char *name) argument
715 debug_start_source(void *handle, const char *name) argument
765 debug_record_function(void *handle, const char *name, debug_type return_type, bfd_boolean global, bfd_vma addr) argument
821 debug_record_parameter(void *handle, const char *name, debug_type type, enum debug_parm_kind kind, bfd_vma val) argument
857 debug_end_function(void *handle, bfd_vma addr) argument
889 debug_start_block(void *handle, bfd_vma addr) argument
927 debug_end_block(void *handle, bfd_vma addr) argument
957 debug_record_line(void *handle, unsigned long lineno, bfd_vma addr) argument
1036 debug_record_int_const(void *handle, const char *name, bfd_vma val) argument
1057 debug_record_float_const(void *handle, const char *name, double val) argument
1078 debug_record_typed_const(void *handle, const char *name, debug_type type, bfd_vma val) argument
1120 debug_record_variable(void *handle, const char *name, debug_type type, enum debug_var_kind kind, bfd_vma val) argument
1193 debug_make_indirect_type(void *handle, debug_type *slot, const char *tag) argument
1217 debug_make_void_type(void *handle) argument
1228 debug_make_int_type(void *handle, unsigned int size, bfd_boolean unsignedp) argument
1247 debug_make_float_type(void *handle, unsigned int size) argument
1257 debug_make_bool_type(void *handle, unsigned int size) argument
1267 debug_make_complex_type(void *handle, unsigned int size) argument
1279 debug_make_struct_type(void *handle, bfd_boolean structp, bfd_vma size, debug_field *fields) argument
1310 debug_make_object_type(void *handle, bfd_boolean structp, bfd_vma size, debug_field *fields, debug_baseclass *baseclasses, debug_method *methods, debug_type vptrbase, bfd_boolean ownvptr) argument
1345 debug_make_enum_type(void *handle, const char **names, bfd_signed_vma *values) argument
1370 debug_make_pointer_type(void *handle, debug_type type) argument
1396 debug_make_function_type(void *handle, debug_type type, debug_type *arg_types, bfd_boolean varargs) argument
1425 debug_make_reference_type(void *handle, debug_type type) argument
1445 debug_make_range_type(void *handle, debug_type type, bfd_signed_vma lower, bfd_signed_vma upper) argument
1478 debug_make_array_type(void *handle, debug_type element_type, debug_type range_type, bfd_signed_vma lower, bfd_signed_vma upper, bfd_boolean stringp) argument
1512 debug_make_set_type(void *handle, debug_type type, bfd_boolean bitstringp) argument
1542 debug_make_offset_type(void *handle, debug_type base_type, debug_type target_type) argument
1572 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bfd_boolean varargs) argument
1603 debug_make_const_type(void *handle, debug_type type) argument
1623 debug_make_volatile_type(void *handle, debug_type type) argument
1644 debug_make_undefined_tagged_type(void *handle, const char *name, enum debug_type_kind kind) argument
1827 debug_name_type(void *handle, const char *name, debug_type type) argument
1873 debug_tag_type(void *handle, const char *name, debug_type type) argument
1941 debug_find_named_type(void *handle, const char *name) argument
1994 debug_find_tagged_type(void *handle, const char *name, enum debug_type_kind kind) argument
2033 debug_get_real_type(void *handle, debug_type type, struct debug_type_real_list *list) argument
2082 debug_get_type_kind(void *handle, debug_type type) argument
2095 debug_get_type_name(void *handle, debug_type type) argument
2112 debug_get_type_size(void *handle, debug_type type) argument
2141 debug_get_return_type(void *handle, debug_type type) argument
2166 debug_get_parameter_types(void *handle, debug_type type, bfd_boolean *pvarargs) argument
2193 debug_get_target_type(void *handle, debug_type type) argument
2222 debug_get_fields(void *handle, debug_type type) argument
2308 debug_write(void *handle, const struct debug_write_fns *fns, void *fhandle) argument
[all...]
H A Dstabs.c43 /* This structure is used as a handle so that the stab parsing doesn't
60 /* The value of the start of the file, so that we can handle file
63 /* The offset of the start of the function, so that we can handle
349 /* Create a handle to parse stabs symbols with. */
374 finish_stab (void *dhandle, void *handle) argument
376 struct stab_handle *info = (struct stab_handle *) handle;
406 parse_stab (void *dhandle, void *handle, int type, int desc, bfd_vma value, argument
409 struct stab_handle *info = (struct stab_handle *) handle;
1732 We hack here to handle this reasonably. */
2225 should handle lik
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddep.mk6 # handle Proc*C as well...
H A Dlibs.mk77 # handle being called [bsd.]libs.mk

Completed in 276 milliseconds

1234567891011>>