Searched defs:target (Results 26 - 50 of 262) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_listutils.c116 * Implements a * b and stores the result in target; caller guarantees
117 * that a and b are <= MAX_FILTER_SIZE, and that target is a valid pointer.
118 * target must not be the same as a or b; for that case see
122 l_intersection(const slist_t *a, const slist_t *b, slist_t *target) argument
126 target->sl_numsrc = 0;
138 target->sl_addr[target->sl_numsrc++] =
147 * Implements a - b and stores the result in target; caller guarantees
148 * that a and b are <= MAX_FILTER_SIZE, and that target is a valid pointer.
149 * target mus
152 l_difference(const slist_t *a, const slist_t *b, slist_t *target) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_fa.c119 * Add target to the list of FA clients.
123 s1394_fa_list_add(s1394_hal_t *hal, s1394_target_t *target, argument
130 fal->fal_head = fal->fal_tail = target;
132 fal->fal_tail->target_fa[type].fat_next = target;
133 fal->fal_tail = target;
140 * Remove target from the list of FA clients.
144 s1394_fa_list_remove(s1394_hal_t *hal, s1394_target_t *target, argument
151 if (curp == target) {
152 *nextp = target->target_fa[type].fat_next;
153 if (target
[all...]
H A Ds1394_cmp.c57 * number of retries to notify registered targets in case target list
88 s1394_cmp_register(s1394_target_t *target, t1394_cmp_evts_t *evts) argument
90 s1394_hal_t *hal = target->on_hal;
97 * if registering the first target, claim and initialize addresses
116 /* Add on the target list (we only use one list) */
117 s1394_fa_list_add(hal, target, S1394_FA_TYPE_CMP);
122 target->target_fa[S1394_FA_TYPE_CMP].fat_u.cmp.cm_evts = *evts;
131 s1394_cmp_unregister(s1394_target_t *target) argument
133 s1394_hal_t *hal = target->on_hal;
140 if (s1394_fa_list_remove(hal, target,
160 s1394_cmp_read(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t *valp) argument
185 s1394_cmp_cas(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t arg_val, uint32_t new_val, uint32_t *old_valp) argument
376 s1394_target_t *target; local
[all...]
H A Ds1394_fcp.c46 static int s1394_fcp_register_common(s1394_target_t *target,
48 static int s1394_fcp_unregister_common(s1394_target_t *target,
59 * number of retries to notify registered targets in case target list
107 s1394_fcp_register_ctl(s1394_target_t *target, t1394_fcp_evts_t *evts) argument
109 return (s1394_fcp_register_common(target, evts, S1394_FA_TYPE_FCP_CTL,
114 s1394_fcp_register_tgt(s1394_target_t *target, t1394_fcp_evts_t *evts) argument
116 return (s1394_fcp_register_common(target, evts, S1394_FA_TYPE_FCP_TGT,
121 s1394_fcp_unregister_ctl(s1394_target_t *target) argument
123 return (s1394_fcp_unregister_common(target, S1394_FA_TYPE_FCP_CTL));
127 s1394_fcp_unregister_tgt(s1394_target_t *target) argument
134 s1394_fcp_register_common(s1394_target_t *target, t1394_fcp_evts_t *evts, s1394_fa_type_t type, s1394_fa_descr_t *descr) argument
161 s1394_fcp_unregister_common(s1394_target_t *target, s1394_fa_type_t type) argument
247 s1394_target_t *target; local
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_mp_startup.c133 struct mp_find_cpu_arg *target = (struct mp_find_cpu_arg *)arg; local
154 if (cpuid != target->cpuid)
159 target->dip = dip;
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.c44 ushort_t target,
62 gtgtp->gt_target = target;
68 * property not specified on target or hba devinfo node
92 if (gdevp->gd_target == target && gdevp->gd_lun == lun) {
94 " gtgtp 0x%p max %lu\n", target, lun,
110 gdevp->gd_target = target;
120 " max %lu\n", target, lun, (void *)gdevp, (void *)gtgtp,
221 * because the different target drives might have
263 * it might only have made it to the target queue. Otherwise,
264 * both the target an
39 ghd_target_init(dev_info_t *hba_dip, dev_info_t *tgt_dip, ccc_t *cccp, size_t tgt_private_size, void *hba_private, ushort_t target, uchar_t lun) argument
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc35 void print_dependencies(register Name target, register Property line);
36 static void print_deps(register Name target, register Property line);
37 static void print_more_deps(Name target, Name name);
40 static void print_forest(Name target);
43 static void print_rule(register Name target);
44 static void print_rec_info(Name target);
49 * print_dependencies(target, line)
51 * Print all the dependencies of a target. First print all the Makefiles.
56 * target The target w
65 print_dependencies(register Name target, register Property line) argument
120 print_more_deps(Name target, Name name) argument
154 print_deps(register Name target, register Property line) argument
284 print_forest(Name target) argument
328 print_rule(register Name target) argument
348 print_rec_info(Name target) argument
[all...]
H A Drep.cc145 * get target name into recursive struct
148 rp->target = (wchar_t *) wcsdup(line);
157 * report_recursive_dep(target, line)
159 * Report a target as recursive.
169 report_recursive_dep(Name target, wchar_t *line) argument
176 cond_macros_into_string(target, &string);
180 rp = find_recursive_target(target);
184 wchar_t * wcb = get_wstring(target->string_mb); // XXX Tolik: needs retmem
185 rp->target = wcb;
201 * find_recursive_target(target)
217 find_recursive_target(Name target) argument
287 remove_recursive_dep(Name target) argument
[all...]
H A Dmisc.cc67 static void print_rule(register Name target);
68 static void print_target_n_deps(register Name target);
288 * default_target_to_build The first target to print
316 /* Default target */
447 * print_rule(target)
449 * Print the rule for one target
452 * target Target we print rule for
457 print_rule(register Name target) argument
463 if (target->dependency_printed ||
464 ((line = get_prop(target
507 print_target_n_deps(register Name target) argument
[all...]
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dld_file.c103 char lockfile[MAXPATHLEN], * err, * space, * target; local
113 target = &space[1];
125 (void) fprintf(ofp, "%s: ", target);
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_macro.c138 * supposed to rewind to, that means the target node
140 * of the parent instead of as a sibling of the target.
199 int nrew, target; local
210 target = strtol(p, &p, 10);
214 if (target == 0)
215 target = 1;
216 nrew -= target;
219 line, ppos, "RE %d", target);
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_enclosure.c243 ses_open(uint_t version, const char *target) argument
256 if ((stp = libscsi_open(hp, NULL, target)) == NULL) {
257 (void) ses_libscsi_error(hp, "failed to open SES target");
285 ses_panic("attempt to close SES target with active snapshots");
/illumos-gate/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;
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c181 ** If the target file doesn't exist, check the directory to
490 char *target; local
511 target = buf;
577 target = fullbuf;
579 ret = safedirpath(target, uid, gid, user, flags,
/illumos-gate/usr/src/uts/common/syscall/
H A Dppriv.c57 priv_set_t pset, *target; local
130 target = &(CR_PRIVS(cr)->crprivs[type]);
134 priv_union(&pset, target);
138 priv_intersect(target, &pset);
141 * Fall-thru to set target and change other process
147 *target = pset;
190 priv_basic_test >= 0 && !PRIV_ISASSERT(target, priv_basic_test)) {
235 * Set process flags in the given target cred. If NULL is specified, then
/illumos-gate/usr/src/uts/common/os/
H A Discsiboot_prop.c212 iscsi_boot_free_tgt(ib_tgt_prop_t *target) argument
214 if (target == NULL) {
218 if (target->tgt_name != NULL) {
219 kmem_free(target->tgt_name,
220 target->tgt_name_len);
221 target->tgt_name = NULL;
222 target->tgt_name_len = 0;
224 if (target->tgt_chap_name != NULL) {
225 kmem_free(target->tgt_chap_name,
226 target
[all...]
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Drules.c179 Purge(register char *string, register char target) argument
185 if (*string != target) {
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c164 libscsi_open(libscsi_hdl_t *hp, const char *engine, const void *target) argument
181 if ((private = ep->lse_ops->lseo_open(hp, target)) == NULL) {
232 * used (which may vary based on the target, command or other variables).
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c133 #define STR_TGT_UNKNOWN "unknown target"
189 char *target; local
237 check_tgt(a->target, target);
238 len += strlen(cmd) + strlen(target);
239 DBG("<%s><%s>", cmd, target);
244 target = STR_BD;
246 check_tgt(a->cname, target);
247 len += strlen(cmd) + strlen(target);
248 DBG("<%s><%s>", cmd, target);
445 char *target; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c667 dh_principal target, /* Remote principal */
699 if ((dh_gss_ctx->remote = strdup(target)) == NULL) {
893 gss_name_t target, /* The server to talk to */
932 /* validate target name */
934 * we could check that the target is in the proper form and
947 (dh_principal)target, channel, req_flags,
663 create_context(OM_uint32 *minor, dh_context_t cntx, dh_gss_context_t *gss_ctx, dh_principal netname, dh_principal target, gss_channel_bindings_t channel, OM_uint32 flags_req, OM_uint32 time_req, OM_uint32 *flags_rec, OM_uint32 *time_rec, gss_buffer_t results ) argument
889 __dh_gss_init_sec_context(void *ctx, OM_uint32 *minor, gss_cred_id_t cred, gss_ctx_id_t *context, gss_name_t target, gss_OID mech, OM_uint32 req_flags, OM_uint32 time_req, gss_channel_bindings_t channel, gss_buffer_t input_token, gss_OID *mech_rec, gss_buffer_t output_token, OM_uint32 *flags_rec, OM_uint32 *time_rec ) argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java192 // Merge source to target. The target has already
198 mergeQueryReturns(ParserRecord target, argument
201 Hashtable targetServices = target.services;
213 Hashtable targetSigs = target.signatures;
228 // Merge tables by removing anything from target that isn't in source.
230 private static boolean mergeTablesWithAnd(Hashtable target, argument
233 Enumeration en = target.keys();
235 // Remove any from target that aren't in source.
241 target
259 mergeTablesWithOr(Hashtable target, Hashtable source) argument
[all...]
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcrules.c416 char target[NSC_MAXPATH]; local
426 for (s = target; i < NSC_MAXPATH && (*s = *device++); i++) {
434 mntref.mnt_special = target;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c42 internal_ldap_get_values( LDAP *ld, LDAPMessage *entry, const char *target, argument
55 if ( target == NULL ||
69 rc = strcasecmp( (char *)target, attr );
79 rc = strcasecmp( (char *)target, attr );
134 If not in the target, they are ignored. If they are in the target,
146 parse_subtypes( const char *target, int *baseLenp, char **langp, argument
162 targetLen = strlen( target );
165 nextToken = strchr( target, ';' );
167 subtypeStart = nextToken - target
250 check_lang_match( const char *target, const char *baseTarget, _SubStringIndex *targetTypes, int ntargetTypes, char *targetLang, char *attr ) argument
319 check_base_match( const char *target, char *attr ) argument
330 internal_ldap_get_lang_values( LDAP *ld, LDAPMessage *entry, const char *target, char **type, int lencall ) argument
463 ldap_get_lang_values( LDAP *ld, LDAPMessage *entry, const char *target, char **type ) argument
472 ldap_get_lang_values_len( LDAP *ld, LDAPMessage *entry, const char *target, char **type ) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java285 * belongs based on the target details in the supplied
309 * Return the difference (gap) between the target utilization
313 * @param kve Objective expression used to determine target
366 * The target of the event.
368 private final AggregateStatistic target; field in class:StatisticEvent
380 * @param target The target of the event.
382 public StatisticEvent(Object source, int id, AggregateStatistic target) argument
386 this.target = target;
671 getZone(double target, double val) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h125 char target[LINESIZE]; member in struct:linkbuf

Completed in 161 milliseconds

1234567891011