Searched refs:target (Results 201 - 225 of 250) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h65 int target; member in struct:alias_info
H A Dfindevs.c1519 /* handle optional target */
1522 /* skip over target */
1633 aliasp->target = get_prop(DM_TARGET, args->node);
1641 "target%d-sync-speed", aliasp->target);
1643 (void) snprintf(prop_name, sizeof (prop_name), "target%d-wide",
1644 aliasp->target);
/osnet-11/usr/src/head/
H A Dldap.h553 const char *target);
555 LDAPMessage *entry, const char *target);
688 unsigned long ldvlist_before_count; /* # entries before target */
689 unsigned long ldvlist_after_count; /* # entries after target */
1190 const char *target, char **type);
1192 LDAPMessage *entry, const char *target, char **type);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm160 have formatting codes expanded, but so will the target of the link (to deal
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c560 char target[kDNSServiceMaxDomainName]; local
573 if (get_string(&data, target, kDNSServiceMaxDomainName) < 0) str_error = 1;
580 ((DNSServiceResolveReply)sdr->app_callback)(sdr, flags, ifi, err, fullname, target, port.s, txtlen, txtrecord, sdr->app_context);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm894 # This is a rename for OS's where the target must be unlinked first.
902 # This is an unlink for OS's where the target must be writable first.
1044 A useful variation of the above is the target C<testdb>. It runs the
1067 The I<install> target of the generated Makefile copies the files found
1202 C<inst_perl> target that installs the new binary into INSTALLBIN.
1208 Warning: the inst_perl: target will most probably overwrite your
1864 The *.PL files are expected to produce output to the target files
1867 target file names. E.g.
2126 needed to tell make the target file of the compression. Setting
2201 Here is a simple example of how to add a new target t
[all...]
H A DInstall.pm64 install() will write the list of target files to $from_to{write}. If
107 #target directory is writable for us
126 #copy the tree to the target directory without altering
160 chdir $cwd; # in case the target is relative
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c244 static void ReportError( JNIEnv *pEnv, jobject target, jobject service, DNSServiceErrorType err) argument
245 // Invoke operationFailed() method on target with err.
247 jclass cls = (*pEnv)->GetObjectClass( pEnv, target);
251 (*pEnv)->CallVoidMethod( pEnv, target, opFailed, service, err);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchpw.c285 req.target = targprinc;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h472 unsigned long ldvlist_before_count; /* # entries before target */
473 unsigned long ldvlist_after_count; /* # entries after target */
1088 char **ldap_get_values(LDAP *ld, LDAPMessage *entry, char *target);
1090 char *target);
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dgfxterm.c156 /* Save previous target and switch to text layer. */
173 /* Restore previous target. */
243 /* Create new render target for text layer. */
252 /* As we want to have colors compatible with rendering target,
284 grub_gfxterm_set_window (struct grub_video_render_target *target, argument
292 /* Set the render target. */
293 render_target = target;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dforcedeth.c349 u32 target, int delay, int delaymax, const char *msg)
362 } while ((readl(base + offset) & mask) != target);
348 reg_delay(int offset, u32 mask, u32 target, int delay, int delaymax, const char *msg) argument
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py1237 path, target = source.rsplit(':', 1)
1243 update_parent(path, int(target), parent)
1485 ('t', 't', '', 'upload target'),
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile11179 target = x86_64-pc-none macro
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile11179 target = i386-pc-solaris2.11 macro
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c555 * Adds the given target to the link in the specified namespace.
605 * Removes the given target from the link in the specified namespace.
791 * Sets the provided information for the specified root or root target.
792 * Root is specified by 'rootdir' and the target is specified by
884 * Creates a new DFS link or adds a new target to an existing link
886 * Optional verification of link target existence is not implemented.
890 * the server MAY choose to verify whether the link target exists.
892 * this test. If it performs the test and the link target does not
937 * Add a target to an existing link only
940 * adding a target t
1966 dfs_isvalidstate(uint32_t state, uint32_t type, boolean_t target, uint32_t infolvl) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c551 grub_dprintf ("hostdisk", "no dm target\n");
556 grub_dprintf ("hostdisk", "ignoring dm target %s (not linear)\n",
566 /* The params string for a linear target looks like this:
1299 char *target, *params; local
1313 &target, &params);
1314 if (grub_strcmp (target, "linear") != 0)
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c808 krb5_principal source, krb5_principal target)
819 if (source == NULL || target == NULL)
822 if ((ret = kdb_get_entry(handle, target, &kdb, &adb)) == 0) {
841 ret = kadm5_copy_principal(handle->context, target, &kdb.princ);
807 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c612 desc->target = (imagesym->st_value & 0xFFFFFF) - kern_start
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm23 available on CPAN near you. The real target of this stub package is to
/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h1004 * target -> A token holding the name of the table to insert into.
1012 * target -> A token holding the name of the table to delete from.
1017 * target -> A token holding the name of the table to update rows of.
1032 Token target; /* Valid for DELETE, UPDATE, INSERT steps */ member in struct:TriggerStep
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c411 * needed since the default is the current (target)
553 * See if the request target is a single
904 * See if the request target is a single
970 * See if the request target is a single
1078 * See if the request target is a single
1170 ap_msg(a, MSG_SKIP, cmd, a->target);
1316 ap_msg(a, MSG_DONE, cmd, a->target);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh2549 aci: (target="ldap:///${LDAP_BASEDN}")(targetattr="shadowLastChange
2606 aci: (target="ldap:///${LDAP_BASEDN}")(targetattr="shadowLastChange||shadowMin||shadowMax||shadowWarning||shadowInactive||shadowExpire||shadowFlag||userPassword||loginShell||homeDirectory||gecos")(version 3.0; acl ${HOST_ACI_NAME}; allow (write,compare,read,search) authmethod="sasl GSSAPI" and userdn = "ldap:///cn=*+ipHostNumber=*,ou=Hosts,${LDAP_BASEDN}";)
4068 aci: (target="ldap:///${_jEXT}")(targetattr="*")(version 3.0; acl "Config";allow(read,search,compare)userdn="ldap:///anyone";)
4562 aci: (target="ldap:///${LDAP_BASEDN}")(targetattr = "shadowLastChange||
4631 aci: (target="ldap:///${LDAP_BASEDN}")(targetattr = "shadowLastChange||
5052 aci: (target="ldap:///${LDAP_BASEDN}")(targetattr="userPassword")
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1547 my($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) =
1554 for my $header ($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) {
1597 push(@header,"Window-Target: $target") if $target;
1652 my($url,$target,$status,$cookie,$nph,@other) =
1662 unshift(@o,'-Target'=>$target) if $target;
1680 # $target -> (optional) target window to load all links into (-target)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c375 Even if op_clear does a pad_free for the target of the op,
378 a target later on when the pad was reallocated.
1486 S_apply_attrs(pTHX_ HV *stash, SV *target, OP *attrs, bool for_my) argument
1521 newRV(target)),
1528 S_apply_attrs_my(pTHX_ HV *stash, OP *target, OP *attrs, OP **imopsp) argument
1536 assert(target->op_type == OP_PADSV ||
1537 target->op_type == OP_PADHV ||
1538 target->op_type == OP_PADAV);
1541 apply_attrs(stash, PAD_SV(target->op_targ), attrs, TRUE);
1552 arg->op_targ = target
[all...]

Completed in 332 milliseconds

12345678910