Searched refs:target (Results 101 - 125 of 250) sorted by relevance

12345678910

/osnet-11/usr/src/lib/sun_fc/common/
H A DExceptions.h214 IOError(HBAPort *port, uint64_t target);
215 IOError(HBAPort *port, uint64_t target, uint64_t lun);
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java789 compareEqual(Object target, Object pattern) { argument
791 if (target instanceof Integer ||
792 target instanceof Boolean ||
793 target instanceof Opaque ||
794 target instanceof Long) {
795 if (pattern.equals(target)) {
800 } else if (target instanceof AttributeString) {
806 (AttributeString)target)) {
824 compareLessEqual(Object target, Object pattern) { argument
826 if (target instanceo
867 compareGreaterEqual(Object target, Object pattern) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_ruleval.h49 int mergeRuleValue(__nis_rule_value_t *target,
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dmechstr.c342 pkcs11_mapping_t target; local
350 target.mech = mech;
351 target.str = NULL;
352 result = (pkcs11_mapping_t *)bsearch((void *)&target, (void *)mapping,
/osnet-11/usr/src/lib/libadt_jni/com/sun/audit/
H A DMakefile36 JAVAFLAGS += -source 1.4 -target 1.4
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dkernel-8086.S48 #error unsupported target
H A Dkbsd.init-i386.S24 #error unknown target
H A Dkbsd.init-x86_64.S28 #error unknown target
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_uga.c283 grub_video_uga_set_active_render_target (struct grub_video_render_target *target) argument
285 if (target == GRUB_VIDEO_RENDER_TARGET_DISPLAY)
286 target = framebuffer.render_target;
288 return grub_video_fb_set_active_render_target (target);
H A Defi_gop.c341 grub_dprintf ("video", "GOP: Couldn't create FB target\n");
349 grub_dprintf ("video", "GOP: Couldn't set FB target\n");
372 grub_video_gop_set_active_render_target (struct grub_video_render_target *target) argument
374 if (target == GRUB_VIDEO_RENDER_TARGET_DISPLAY)
375 target = framebuffer.render_target;
377 return grub_video_fb_set_active_render_target (target);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmultiboot.h47 grub_err_t grub_multiboot_make_mbi (grub_uint32_t *target);
H A Dvideo.h46 /* Defines used to describe video mode or rendering target. */
47 /* If following is set render target contains currenly displayed image
78 /* The basic render target representing the whole display. This always
112 /* Replace target bitmap data with source. */
114 /* Blend target and source based on source's alpha value. */
368 grub_err_t (*delete_render_target) (struct grub_video_render_target *target);
370 grub_err_t (*set_active_render_target) (struct grub_video_render_target *target);
372 grub_err_t (*get_active_render_target) (struct grub_video_render_target **target);
484 grub_err_t EXPORT_FUNC (grub_video_delete_render_target) (struct grub_video_render_target *target);
486 grub_err_t EXPORT_FUNC (grub_video_set_active_render_target) (struct grub_video_render_target *target);
[all...]
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_list.c598 uu_list_insert_before(uu_list_t *lp, void *target, void *elem) argument
600 uu_list_node_impl_t *np = ELEM_TO_NODE(lp, target);
602 if (target == NULL)
609 (void *)lp, target, elem, target);
624 uu_list_insert_after(uu_list_t *lp, void *target, void *elem) argument
626 uu_list_node_impl_t *np = ELEM_TO_NODE(lp, target);
628 if (target == NULL)
635 (void *)lp, target, elem, target);
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dmenulst.py189 self.target = self
321 # If found, add whitespace line/comment to the target
324 self.target.add_comment(nextline)
351 self.target = MenuLstMenuEntry()
352 self._entitylist.append(self.target)
357 self.target.add_command(MenuLstCommand(argv[0], argv[1:]))
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.c147 int target; local
153 for ( target = start_kb; target <= end_kb; target++ ) {
154 index = FIRING_SQUAD_TARGET_INDEX ( target );
155 bit = FIRING_SQUAD_TARGET_BIT ( target );
165 int target; local
167 for ( target = 0; target <= 640; target
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp6.c67 grub_uint64_t target[2]; member in struct:neighbour_solicit
73 grub_uint64_t target[2]; member in struct:neighbour_advertise
237 && grub_memcmp (&inf->address.addr.ipv6, &nbh->target, 16) == 0)
280 grub_memcpy (&adv->target, &nbh->target, 16);
494 grub_memcpy (&sol->target, &proto_addr->ipv6, 16);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dalias.c71 if (ap->target >= 0) {
78 if (nvlist_add_uint32(attrs, DM_TARGET, ap->target) != 0) {
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c159 if ((a->target = strdup(a->path)) == NULL) {
234 * Get the operation target, e.g. slot0, slot0::cpu0.
237 * the case of a logical ap_id, the target is already
240 if (phys != 0 && (a->target = ap_logid(a, a->path)) == NULL) {
295 DBG("target=<%s>\n", a->target ? a->target : "");
368 * Each command has a (command) mask specifying the AP target classes
370 * In addition each AP target class has a separate option mask specifying
371 * which command options are valid for that target clas
656 int target; local
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dphp_syscolors.d113 /pid == $target/
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_syscolors.d113 /pid == $target/
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.h89 void hal_device_merge (HalDevice *target,
92 void hal_device_merge_with_rewrite (HalDevice *target,
/osnet-11/usr/src/lib/libbsm/
H A DxmlHandlers.pm231 my $target = shift;
237 $currentObj->processAttributes ($target, $data, @_);
/osnet-11/usr/src/lib/scsi/plugins/smp/usmp/common/
H A Dusmp.c82 usmp_open(const void *target) argument
85 const char *target_name = (const char *)target;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddir.h78 ntfschar *name, u8 name_len, ntfschar *target, u8 target_len);
/osnet-11/usr/src/grub/grub2/include/grub/net/
H A Dip.h55 const grub_net_network_level_address_t *target,

Completed in 105 milliseconds

12345678910