Searched refs:target (Results 176 - 200 of 250) sorted by relevance

12345678910

/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile764 target = x86_64-pc-none macro
971 target=`echo $@ | sed s/-recursive//`; \
973 echo "Making $$target in $$subdir"; \
976 local_target="$$target-am"; \
978 local_target="$$target"; \
984 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1006 target=`echo $@ | sed s/-recursive//`; \
1008 echo "Making $$target in $$subdir"; \
1010 local_target="$$target-am"; \
1012 local_target="$$target"; \
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c408 char *target; /* What we are looking for */ local
425 /* Set up target */
427 target = PASSWD_ADJUNCT_PREFIX;
429 target = PASSWD_PREFIX;
430 target_len = strlen(target);
442 if (0 != strncmp(it->name, target, target_len))
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c985 uint32_t *target; local
994 target = cq->cq_arm_dbp + 1;
996 cmp = *target;
1004 tmp = atomic_cas_32(target, cmp, new);
1016 tmp = atomic_cas_32(target, cmp, new);
H A Ddapl_hermon_hw.c991 uint32_t *target; local
999 target = cq->cq_arm_dbp;
1001 cmp = *target;
1010 tmp = atomic_cas_32(target, cmp, new);
1022 tmp = atomic_cas_32(target, cmp, new);
/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c220 pfn_t target = (pfn_t)(page >> kd->kvm_dump.dump_pageshift); local
226 if (pfn == target) {
232 if (pfn < target)
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c52 int uefi_add_scsi(uint8_t target, uint8_t lun,
1270 uint32_t target, lun; local
1272 ret = sscanf(busaddr, "%"PRIx32",%"PRIx32, &target, &lun);
1295 "no class code for target"
1322 return (uefi_add_scsi(target, lun, dpath_array_ptr));
1333 return (uefi_add_atapi(channel, (uint8_t)target,
1338 uint16_t port = target & 0x1f;
1339 uint16_t port_mult = (target >> 5) & 0x0f;
1341 * For the Solaris SATA driver, if bit 9 of target is
1347 if ((target
1655 uefi_add_scsi(uint8_t target, uint8_t lun, uefi_device_path_t ***dpath_array_ptr) argument
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c701 * Construct a service name for the target system (i.e. the DNS server) as
792 * target : server principal
801 gss_ctx_id_t *gss_context, gss_cred_id_t cred_handle, gss_name_t target,
843 target, GSS_C_NO_OID, gss_flags, 0, NULL, inputptr, NULL,
965 gss_name_t initiator = GSS_C_NO_NAME, target = GSS_C_NO_NAME; local
986 &target) != 0)
1004 if (dyndns_establish_sec_ctx(statp, &gss_context, cred_handle, target,
1016 (void) gss_release_name(&minor, &target);
800 dyndns_establish_sec_ctx(res_state statp, gss_ctx_id_t *gss_context, gss_cred_id_t cred_handle, gss_name_t target, const char *key_name) argument
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c1068 * @target: target in unicode (only for symlinks)
1069 * @target_len: length of target in unicode characters
1086 * @target and @target_len are used only if @type is S_IFLNK, in other cases
1094 ntfschar *target, u8 target_len)
1277 memcpy(data->u.target, target,
1419 ntfschar *target, u8 target_len)
1421 if (!target || !target_len) {
1426 target, target_le
1092 __ntfs_create(ntfs_inode *dir_ni, ntfschar *name, u8 name_len, dev_t type, dev_t dev, ntfschar *target, u8 target_len) argument
1418 ntfs_create_symlink(ntfs_inode *dir_ni, ntfschar *name, u8 name_len, ntfschar *target, u8 target_len) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL15 # This forces PL files to create target in same directory as PL file.
597 my $target = eval 'readlink($dirlink)';
599 if ($target =~ m:^\.\./: or $target =~ m:^/:) {
600 # The target of a parent or absolute link could leave the $Dest_dir
602 # the contents of $target) into @ARGV; as a side effect down the
611 if (eval 'symlink($target, "$Dest_dir/$dirlink")') {
612 print "Linking $target -> $Dest_dir/$dirlink\n";
615 if (! -e "$Dest_dir/$target") {
616 mkpath("$Dest_dir/$target", 075
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_targets.c32 * All UA functions use target lists to select and manage their
46 * unicast target fails, callers then walk to the right, through failover
61 * All access to a target list is done through the following functions
64 * slp_target_list_t: A handle to a target list
65 * slp_target_t: A handle to an individual target. slp_get_target_sin
66 * will extract an inet address for this target.
69 * slp_new_target_list: creates a new target list for the given scopes,
76 * target, or NULL for none.
77 * slp_next_failover: Returns the next failover DA for a given target, or
81 * successfully communicating with that target
334 slp_free_target(slp_target_t *target) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm240 Add .USESHELL target for dmake.
414 This target is stubbed out. Not sure why.
/osnet-11/usr/src/lib/libstmf/common/
H A Dlibstmf.h391 int stmfGetSessionList(stmfDevid *target, stmfSessionList **sessionList);
397 int stmfGetTargetProperties(stmfDevid *target,
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c163 libscsi_open(libscsi_hdl_t *hp, const char *engine, const void *target) argument
180 if ((private = ep->lse_ops->lseo_open(hp, target)) == NULL) {
249 * used (which may vary based on the target, command or other variables).
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1380 * or _TEMPLATE_INVALID (target property is not SCF_TYPE_ASTRING or has
1384 check_target_match(scf_propertygroup_t *pg, const char *target) argument
1421 /* For a desired target of 'this', check for 'this' and 'instance'. */
1422 if ((strcmp(target, SCF_TM_TARGET_INSTANCE) == 0 ||
1423 strcmp(target, SCF_TM_TARGET_THIS) == 0) &&
1429 if (strcmp(target, SCF_TM_TARGET_DELEGATE) == 0 &&
1434 if (strcmp(target, SCF_TM_TARGET_ALL) == 0 &&
1468 * target property is not SCF_TYPE_ASTRING or has more than one value.
1473 const char *target, char **tmpl_pg_name)
1513 if ((r = check_target_match(pg, target))
1471 _find_template_pg_match(scf_service_t *svc, scf_instance_t *inst, const scf_snapshot_t *snap, const char *pg_name, const char *pg_type, const char *target, char **tmpl_pg_name) argument
6509 char *target = NULL; local
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dllib-lldap170 char **ldap_get_values( LDAP *ld, LDAPMessage *entry, char *target );
172 char *target );
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h185 char *target, char *inter);
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_mbi2.c660 grub_multiboot_make_mbi (grub_uint32_t *target) argument
695 *target = get_physical_target_address (ch);
697 *target = get_physical_target_address (ch) | 0x80000000;
709 grub_dprintf("multiboot", "mbistart = 0x%llx | *target = 0x%llx\n",
711 (unsigned long long)*target);
H A Dxnu.c56 grub_xnu_heap_malloc (int size, void **src, grub_addr_t *target) argument
68 *target = grub_xnu_heap_target_start + grub_xnu_heap_size;
200 grub_xnu_writetree_toheap (grub_addr_t *target, grub_size_t *size) argument
239 &src, target);
244 extdesc->addr = *target;
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c117 * The status target is the board. If we need to
168 * The target is a specific component. Pass its
196 * Convert a component to a target type.
336 s_free(a->target);
538 ap_msg(a, MSG_ISSUE, cmd, a->target);
589 ap_msg(a, MSG_DONE, cmd, a->target);
597 ap_msg(a, MSG_DONE, cmd, a->target);
819 * default to the current target component.
877 * Convert a component to a target type.
1154 " target
[all...]
H A Dap_seq.c253 ap_msg(a, MSG_SKIP, c, a->target);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm37 When C<use re 'taint'> is in effect, and a tainted string is the target
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1247 xmlNodePtr cn, gcn, psn, ecn, target; local
1381 target = psn;
1383 target = pxn;
1392 if (xmlStrcmp(target->name, (xmlChar *)Range) == 0 ||
1393 xmlStrcmp(target->name, (xmlChar *)Set) == 0) {
1406 if (fac_enum_process(mp, target, ct) < 0)
1409 if (fac_process(mp, target, rd, ct) < 0)
1413 if (fac_enum_process(mp, target, ptn) < 0)
1415 if (fac_process(mp, target, rd, ptn) < 0)
1418 if (pgcnt > 0 && pgroups_record(mp, target, pt
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in414 install_device="`"$grub_mkdevicemap" --device-map=/dev/stdout | "$grub_probe" --target=device --device-map=/dev/stdin "${bootdir}/efi"`"
416 if test "x$install_device" != "x`"$grub_mkdevicemap" --device-map=/dev/stdout | "$grub_probe" --target=device --device-map=/dev/stdin "${bootdir}"`"; then
420 install_device="`"$grub_mkdevicemap" --device-map=/dev/stdout | "$grub_probe" --target=device --device-map=/dev/stdin "${bootdir}/EFI"`"
422 if test "x$install_device" != "x`"$grub_mkdevicemap" --device-map=/dev/stdout | "$grub_probe" --target=device --device-map=/dev/stdin "${bootdir}"`"; then
428 install_device="`"$grub_mkdevicemap" --device-map=/dev/stdout | "$grub_probe" --target=device --device-map=/dev/stdin "${rootdir}"`"
430 if test "x$install_device" != "x`"$grub_mkdevicemap" --device-map=/dev/stdout | "$grub_probe" --target=device --device-map=/dev/stdin "${rootdir}/.."`"; then
436 efi_fs=`"$grub_probe" --target=fs "--device-map=${device_map}" "${efidir}"`
597 grub_device="`"$grub_probe" --device-map="${device_map}" --target=device "${grubdir}"`" || exit 1
604 fs_module="`"$grub_probe" --device-map="${device_map}" --target=fs --device "${grub_device}"`"
608 echo "If the problem persists please report this together with the output of \"$grub_probe --device-map=\"${device_map}\" --target
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dmultiboot_mbi.c438 grub_multiboot_make_mbi (grub_uint32_t *target) argument
463 *target = ptrdest;
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c59 static int addtab(size_t len, size_t target, int spaced,
1222 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { argument
1227 if (spaced || len >= target - 1) {
1231 for (t = (target - len - 1) / 8; t >= 0; t--)

Completed in 2914 milliseconds

12345678910