Searched refs:global (Results 1 - 25 of 136) sorted by relevance

123456

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsparc_data.s32 .global errno
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsparc_data.s32 .global errno
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dptr_call.s38 .global .ptr_call
/illumos-gate/usr/src/cmd/fs.d/nfs/etc/
H A Dnfslog.conf34 global defaultdir=/var/nfs \
/illumos-gate/usr/src/uts/common/io/
H A Di8042.c399 static void i8042_send(struct i8042 *global, int reg, unsigned char cmd);
405 i8042_discard_junk_data(struct i8042 *global) argument
411 stat = ddi_get8(global->io_handle,
412 global->io_addr + I8042_STAT);
415 (void) ddi_get8(global->io_handle,
416 global->io_addr + I8042_DATA);
422 i8042_cleanup(struct i8042 *global) argument
427 ASSERT(global != NULL);
429 if (global->initialized == B_TRUE) {
434 mutex_enter(&global
523 i8042_wait_obf(struct i8042 *global) argument
542 i8042_purge_outbuf(struct i8042 *global) argument
575 struct i8042 *global; local
791 struct i8042 *global = (struct i8042 *)ddi_get_driver_private(dip); local
832 struct i8042 *global; local
1005 struct i8042 *global = (struct i8042 *)arg; local
1069 i8042_write_command_byte(struct i8042 *global, unsigned char cb) argument
1082 i8042_send(struct i8042 *global, int reg, unsigned char val) argument
1141 struct i8042 *global; local
1293 struct i8042 *global; local
1357 struct i8042 *global; local
1465 struct i8042 *global; local
[all...]
/illumos-gate/usr/src/lib/c_synonyms/sparc/
H A Dsynonyms.s31 .global name; \
32 .global _/**/name; \
42 .global name; \
43 .global __/**/name; \
/illumos-gate/usr/src/lib/c_synonyms/sparcv9/
H A Dsynonyms.s31 .global name; \
32 .global _/**/name; \
42 .global name; \
43 .global __/**/name; \
/illumos-gate/usr/src/lib/common/sparc/
H A Dcrti.s44 .global _init
55 .global _fini
/illumos-gate/usr/src/lib/common/sparcv9/
H A Dcrti.s45 .global _init
55 .global _fini
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s30 / global symbol errno
H A Dproc64_support.s44 .global .memops_method
45 .global .amd64cache1, .amd64cache1half, .amd64cache2, .amd64cache2half
46 .global .largest_level_cache_size
95 * Set cache info global variables used by various libc primitives.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Di386_data.s33 / global symbol errno
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/
H A Dio-retire.conf29 setprop global-disable false
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-resource-mgmt31 [ ! -f /etc/zones/global.xml ] && exit $SMF_EXIT_OK # No global zone
43 zoneadm -z global apply
/illumos-gate/usr/src/cmd/sgs/lddstub/sparc/
H A Dlddstub.s35 .global stub
/illumos-gate/usr/src/cmd/sgs/lddstub/sparcv9/
H A Dlddstub.s35 .global stub
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel40 global:
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dnet-ipmgmt38 # When the non-global shared-IP stack zone boots, it tries to bring up this
46 if [ `/sbin/zonename` != global ]; then
54 # We must be now in a global zone or non-global zone with exclusive-IP stack.
/illumos-gate/usr/src/cmd/intrd/
H A Dsvc-intrd39 if /usr/bin/pgrep -x -z global intrd >/dev/null; then
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dpandaboard-common.dtsi39 global-timer@48240600 {
40 compatible = "arm,cortex-a9-global-timer";
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_global.c173 /* Points to the context for the current set of global names, and
182 global. */
187 /* Points to the current global read. */
188 Dwarf_Global global = 0; local
298 global =
300 if (global == NULL) {
306 global->gl_context = pubnames_context;
308 global->gl_named_die_offset_within_cu = die_offset_in_cu;
310 global->gl_name = pubnames_like_ptr;
324 /* Put current global o
418 dwarf_global_die_offset(Dwarf_Global global, Dwarf_Off * ret_off, Dwarf_Error * error) argument
451 dwarf_global_cu_offset(Dwarf_Global global, Dwarf_Off * cu_header_offset, Dwarf_Error * error) argument
488 dwarf_global_name_offsets(Dwarf_Global global, char **ret_name, Dwarf_Off * die_offset, Dwarf_Off * cu_die_offset, Dwarf_Error * error) argument
[all...]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h158 .global x; \
167 .global x; \
174 .global x; \
184 .global x, y; \
194 .global x, y; \
206 .global x; \
211 * DGDEF and DGDEF2 provide global data declarations.
222 .global name; \
230 .global name; \
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.s92 .global _rt_boot, _setup, atexit_fini
183 mov %g0, %g4 ! clear one last global in delay
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_srt0.s47 .global end
48 .global edata
49 .global main
72 .global prom_exit_to_mon
/illumos-gate/usr/src/lib/libtnfctl/
H A Dsparc_assm.s29 .global prb_callinfo
37 .global prb_chain_entry
38 .global prb_chain_down
39 .global prb_chain_next
40 .global prb_chain_end

Completed in 158 milliseconds

123456