Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 924) sorted by relevance

12345678910>>...37

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in2811 my ($executable_name, $base_va_executable, $loadobj, $routine) = @_;
2818 gp_message ("debugXL", $subr_name, "routine = $routine");
3246 my ($elf_loadobjects_found, $elf_arch, $loadobj, $routine,
3271 $return_value = elf_phdr_usual ($elf_arch, $loadobj, $routine, \%elf_rats);
3276 …$return_value = elf_phdr_sometimes ($elf_arch, $loadobj, $routine, $ARCHIVES_MAP_NAME, $ARCHIVES_M…
3296 my ($elf_arch, $loadobj, $routine, $ARCHIVES_MAP_NAME,
3386 my ($elf_arch, $loadobj, $routine, $elf_rats_ref) = @_;
3404 gp_message ("debug", $subr_name, "elf_arch = $elf_arch loadobj = $loadobj routine = $routine");
3886 my $routine = ${ $routine_ref };
3893 …gp_message ("debugXL", $subr_name, "find index for routine = $routine and current_address = $curre…
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in3266 my ($executable_name, $base_va_executable, $loadobj, $routine) = @_;
3276 $msg = "routine = " . $routine;
3562 my ($elf_loadobjects_found, $elf_arch, $loadobj, $routine,
3593 $routine,
3601 $routine,
3627 my ($elf_arch, $loadobj, $routine, $ARCHIVES_MAP_NAME,
3720 my ($elf_arch, $loadobj, $routine, $elf_rats_ref) = @_;
3745 $msg = "elf_arch = $elf_arch loadobj = $loadobj routine = $routine";
4534 my $routine = ${ $routine_ref };
4541 …gp_message ("debugXL", $subr_name, "find index for routine = $routine and current_address = $curre…
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dhash.texi7 currently no routine to delete an string from a hash table.
152 @subsubsection Write the derived creation routine
153 You must write a routine which will create and initialize an
154 entry in the hash table. This routine is passed as the
158 hash table you are creating, this routine must be written in a
161 The first argument to the creation routine is a pointer to a
163 routine should allocate the right amount of space. Otherwise
167 After allocating space, the creation routine must call the
168 creation routine of the hash table type it is derived from,
172 Finally the creation routine must initialize any local fields
[all …]
H A Dlinker.texi10 The first routine creates a hash table used by the other
11 routines. The second routine adds the symbols from an object
12 file to the hash table. The third routine takes all the
20 The second routine and third routines are passed a pointer to
24 first routine) and a set of callback functions to the linker
117 The @code{_bfd_final_link} routine must be prepared to handle a
133 When the @code{_bfd_link_add_symbols} routine is passed an object
138 @code{_bfd_link_add_symbols} routine is responsible for reading
142 The @code{_bfd_link_add_symbols} routine should not use
144 providing this routine is to avoid the overhead of converting
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drq.c48 ldap_pvt_thread_start_t *routine, in ldap_pvt_runqueue_insert() argument
62 entry->routine = routine; in ldap_pvt_runqueue_insert()
74 ldap_pvt_thread_start_t *routine, in ldap_pvt_runqueue_find() argument
81 if ( e->routine == routine && e->arg == arg ) in ldap_pvt_runqueue_find()
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dfskeletn.s69 # routine. The operating system can do system dependent clean-up or
80 # is present. The routine below should point to the operating system handler
84 # The sample routine below simply clears the exception status bit and
98 # is present. The routine below should point to the operating system handler
102 # The sample routine below simply clears the exception status bit and
116 # is present. The routine below should point to the operating system handler
121 # The sample routine below simply clears the exception status bit and
135 # is present. The routine below should point to the operating system handler
140 # The sample routine below simply clears the exception status bit and
154 # is present. The routine below should point to the operating system handler
[all …]
H A Diskeletn.s85 # stack frame and branches to this routine.
118 # Integer Instruction stack frame and branches to this routine.
156 # then this routine simply re-enters the package through _isp_cas.
167 # then this routine simply re-enters the package through _isp_cas2.
198 # Entry point for the operating system's routine to "unlock" a
200 # Note: the routine must unlock two pages if the operand spans
H A Dilsp.doc81 within the package will then enter the correct emulation code routine.
99 bsr.l _060LISP_TOP+0x18 # branch to multiply routine
114 bsr.l _060LISP_TOP+0x08 # branch to divide routine
121 routine must make sure that the value isn't lost while popping
131 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine
138 operand is a zero, then the library routine, as it's last
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dhash.texi7 currently no routine to delete an string from a hash table.
152 @subsubsection Write the derived creation routine
153 You must write a routine which will create and initialize an
154 entry in the hash table. This routine is passed as the
158 hash table you are creating, this routine must be written in a
161 The first argument to the creation routine is a pointer to a
163 routine should allocate the right amount of space. Otherwise
167 After allocating space, the creation routine must call the
168 creation routine of the hash table type it is derived from,
172 Finally the creation routine must initialize any local fields
[all …]
H A Dlinker.texi10 The first routine creates a hash table used by the other
11 routines. The second routine adds the symbols from an object
12 file to the hash table. The third routine takes all the
20 The second routine and third routines are passed a pointer to
24 first routine) and a set of callback functions to the linker
117 The @code{_bfd_final_link} routine must be prepared to handle a
133 When the @code{_bfd_link_add_symbols} routine is passed an object
138 @code{_bfd_link_add_symbols} routine is responsible for reading
142 The @code{_bfd_link_add_symbols} routine should not use
144 providing this routine is to avoid the overhead of converting
[all …]
/netbsd-src/lib/libpthread/
H A Dpthread_once.c57 pthread_once(pthread_once_t *once_control, void (*routine)(void)) in pthread_once()
60 return __libc_thr_once_stub(once_control, routine); in pthread_once()
66 routine(); in pthread_once()
/netbsd-src/games/warp/
H A Dconfig.h.SH55 * This symbol, if defined, indicates that the ftime() routine exists.
61 * gethostname() routine to derive the host name. See also DOUNAME
66 * uname() routine to derive the host name. See also GETHOSTNAME and
71 * contents of PHOSTNAME as a command to feed to the popen() routine
79 * This symbol, if defined, indicates that the getpwent() routine
80 * should be used instead of the getpw() routine.
122 * This symbol, if defined, indicates that the rdchk routine is available
124 * the routine is used only if FIONREAD and O_NDELAY aren't available.
/netbsd-src/tests/lib/libpthread/dlopen/
H A Dt_main_pthread_create.c45 routine(void *arg) in routine() function
65 ret = pthread_create(&thread, NULL, routine, arg); in ATF_TC_BODY()
93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg); in ATF_TC_BODY()
H A Dt_dso_pthread_create.c46 routine(void *arg) in routine() function
84 ret = testf_dso_pthread_create(&thread, NULL, routine, arg); in ATF_TC_BODY()
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dspeed.c145 } routine[] = { variable
1025 for (i = 0; i < numberof (routine); i++) in routine_find()
1027 nlen = strlen (routine[i].name); in routine_find()
1028 if (memcmp (s, routine[i].name, nlen) != 0) in routine_find()
1035 if (! (routine[i].flag & (FLAG_R|FLAG_R_OPTIONAL))) in routine_find()
1043 c->p = &routine[i]; in routine_find()
1052 if (routine[i].flag & FLAG_R) in routine_find()
1060 c->p = &routine[i]; in routine_find()
1112 for (i = 0; i < numberof (routine); i++) in usage()
1114 if (routine[i].flag & FLAG_R) in usage()
[all …]
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_rq.h30 ldap_pvt_thread_start_t *routine; member
47 ldap_pvt_thread_start_t* routine,
56 ldap_pvt_thread_start_t* routine,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c1106 pattern_routine *routine;
1415 return (a.u.pattern->routine == b.u.pattern->routine
2326 pattern_routine *routine; variable
2338 routine (0) in merge_pattern_info()
2843 pattern_routine *routine; member
2871 cpi->routine = pat->routine; in init_pattern_use()
2872 if (!cpi->routine) in init_pattern_use()
2876 pattern_routine *routine = new pattern_routine; in init_pattern_use() local
2877 pat->routine = routine; in init_pattern_use()
2878 cpi->routine = routine; in init_pattern_use()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc1104 pattern_routine *routine; member in pattern_use
1413 return (a.u.pattern->routine == b.u.pattern->routine in operator ==()
2324 pattern_routine *routine; member in merge_pattern_info
2336 routine (0) in merge_pattern_info()
2841 pattern_routine *routine; member
2869 cpi->routine = pat->routine; in init_pattern_use()
2870 if (!cpi->routine) in init_pattern_use()
2874 pattern_routine *routine = new pattern_routine; in init_pattern_use() local
2875 pat->routine = routine; in init_pattern_use()
2876 cpi->routine = routine; in init_pattern_use()
[all …]
/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt64 All devices are stored in a list. Every ioctl routine have to work with this
82 dm_dev_remove_ioctl -> remove device from list, this routine have to
104 dm_table_head_t is used as entry for every dm_table synchronisation routine.
170 uses dm_table_busy routine to hold reference counter during work and dm_table_unbusy for reference …
221 For this dm_dev_lookup is used. This routine returns device with hold reference
243 Before returning from ioctl routine must release reference counter with
246 dm_dev_remove_ioctl routine have to remove dm_dev from global device list,
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-crt3.c381 struct one_atexit_routine * routine = routine_param; in cxa_atexit_wrapper() local
395 if (routine->has_arg) in cxa_atexit_wrapper()
396 routine->callback.cac (routine->arg); in cxa_atexit_wrapper()
398 routine->callback.ac (); in cxa_atexit_wrapper()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Ddarwin-crt3.c381 struct one_atexit_routine * routine = routine_param; in cxa_atexit_wrapper() local
395 if (routine->has_arg) in cxa_atexit_wrapper()
396 routine->callback.cac (routine->arg); in cxa_atexit_wrapper()
398 routine->callback.ac (); in cxa_atexit_wrapper()
/netbsd-src/tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c78 void *(*routine)(void *), void *arg) in testf_dso_pthread_create()
82 ret = pthread_create(thread, attr, routine, arg); in testf_dso_pthread_create()
/netbsd-src/external/bsd/jemalloc/dist/test/src/
H A Dthd.c6 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; in thd_create() local
7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL); in thd_create()
/netbsd-src/external/ibm-public/postfix/dist/implementation-notes/
H A DENHANCED_STATUS_CODES25 convenience, the smtpd_check_reject() routine automatically changes
37 - Don't rely on the system errno value after calling a routine that
38 performs or prepares for mail delivery. Instead, have that routine
52 routine. The third exception, enhanced status codes in external
/netbsd-src/sys/dev/isa/
H A DREADME.seagate26 the queue or an retryable message is returned. The routine may wait for
34 scsi_cmd, the interrupt routine, and the timeout routine. The sea_main routine

12345678910>>...37