HomeSort by relevance Sort by last modified time
    Searched defs:target (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/uts/common/rpc/
xdr_array.c 62 caddr_t target = *addrp; local
82 if (target == NULL)
87 *addrp = target = (char *)mem_alloc(nodesize);
88 bzero(target, nodesize);
102 stat = (*elproc)(xdrs, target, LASTUNSIGNED);
103 target += elsize;
  /onnv/onnv-gate/usr/src/lib/efcode/engine/
interp.c 37 token_t target, indirect; local
55 target = indirect & ~1;
56 target = *((token_t *)target);
58 target = indirect;
59 fn = (void (*)(fcode_env_t *)) target;
64 WA = (token_t *) target;
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
xdr_array.c 71 caddr_t target = *addrp; local
89 if (target == NULL)
94 *addrp = target = malloc(nodesize);
95 if (target == NULL) {
99 (void) memset(target, 0, nodesize);
110 stat = (*elproc)(xdrs, target);
111 target += elsize;
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Message.java 48 public Object target; field in class:Message
59 public Message(Object target, String name, Object arg) {
60 this(target, null, null, name, arg);
63 public Message(Object target, String name, Object arg, boolean isAWT) {
64 this(target, null, null, name, arg);
68 public Message(Object target, String targetName, String type, String name,
70 this.target = target;
80 this(msg.target, msg.targetName, msg.type, msg.name, msg.arg);
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
fseek.c 86 off_t target, curoff; local
218 target = offset;
223 target = st.st_size + offset;
263 ** If the target offset is within the current buffer,
269 if (target >= curoff && target < curoff + (off_t) n)
271 register int o = target - curoff;
291 curoff = target & ~(fp->f_blksize - 1);
299 n = target - curoff;
  /onnv/onnv-gate/usr/src/lib/efcode/packages/
parse.c 73 * Consists of alias:target<CR>
77 * and target is:
94 char *buffer, *line, *target, *next; local
111 if ((target = strchr(line, ':')) == NULL) {
115 *target++ = 0;
120 if (strlen(target) == 0) {
121 line_error(where, lnum, "Badly formed target");
130 define_hook(env, line, strlen(line), target);
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
iscsi_targetparam.c 43 * Initializes the target list structure. Called from iscsi_attach.
53 * Frees target param list and destroys the list lock.
73 * Creates a target param entry and adds it to the target param
79 iscsi_targetparam_entry_t *target; local
83 target = kmem_alloc(sizeof (iscsi_targetparam_entry_t),
85 (void) strlcpy((char *)target->target_name, (char *)name,
86 sizeof (target->target_name));
88 /* assign unique key for the target */
90 target->target_oid = iscsi_oid++
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/os/
mach_mp_startup.c 113 struct mp_find_cpu_arg *target = (struct mp_find_cpu_arg *)arg; local
130 if (cpuid != target->cpuid)
135 target->dip = dip;
151 struct mp_find_cpu_arg target; local
155 target.dip = NULL;
156 target.cpuid = cpuid;
157 ddi_walk_devs(ddi_root_node(), mp_find_cpu, &target); local
159 if (target.dip == NULL)
166 fill_cpu_ddi(target.dip);
  /onnv/onnv-gate/usr/src/lib/libcryptoutil/common/
mechstr.c 342 pkcs11_mapping_t target; local
350 target.mech = mech;
351 target.str = NULL;
352 result = (pkcs11_mapping_t *)bsearch((void *)&target, (void *)mapping,
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
OpAction.java 80 * Used when setting the action target, specifies
81 * that the target is
83 * target memeber.
85 * @see #target
91 * Used when setting the action target, specifies that
92 * the target should
93 * be the same as the target of the event
97 public static final int TARGET = 11;
100 * Used when setting the action target, specifies
101 * that the target shoul
120 public AMRef target; field in class:OpAction
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/syscall/
ppriv.c 57 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;
220 * Set process flags in the given target cred. If NULL is specified, then
  /onnv/onnv-gate/usr/src/cmd/sgs/libldmake/common/
ld_file.c 108 char lockfile[MAXPATHLEN], *err, *space, *target; local
118 target = &space[1];
130 (void) fprintf(ofp, "%s: ", target);
  /onnv/onnv-gate/usr/src/uts/common/io/1394/
s1394_cmp.c 57 * number of retries to notify registered targets in case target list
88 s1394_cmp_register(s1394_target_t *target, t1394_cmp_evts_t *evts)
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)
133 s1394_hal_t *hal = target->on_hal;
140 if (s1394_fa_list_remove(hal, target,
376 s1394_target_t *target; local
    [all...]
s1394_fcp.c 46 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)
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)
116 return (s1394_fcp_register_common(target, evts, S1394_FA_TYPE_FCP_TGT,
121 s1394_fcp_unregister_ctl(s1394_target_t *target)
123 return (s1394_fcp_unregister_common(target, S1394_FA_TYPE_FCP_CTL));
127 s1394_fcp_unregister_tgt(s1394_target_t *target)
247 s1394_target_t *target; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/os/
mach_mp_startup.c 125 struct mp_find_cpu_arg *target = (struct mp_find_cpu_arg *)arg; local
146 if (cpuid != target->cpuid)
151 target->dip = dip;
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/test/
madman_api_test.c 52 } Target;
59 static Target *first_target = NULL;
71 Target *new;
82 new = (Target *) malloc(sizeof(Target));
819 char target[1000]; local
823 Target *t;
850 target[i++] = *ptr;
854 target[i] = '\0';
856 if(target_add(target, error_label)
    [all...]
madman_api_test_2.c 52 } Target;
59 static Target *first_target = NULL;
71 Target *new;
82 new = (Target *) malloc(sizeof(Target));
804 char target[1000]; local
808 Target *t;
835 target[i++] = *ptr;
839 target[i] = '\0';
841 if(target_add(target, error_label)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/
piclsbl.c 144 * check a target for RAID membership
147 check_raid(int target)
166 * HBA and check target against all member targets
183 if (config.disk[j] == target) {
210 int target; local
271 * Strip off the target from the NAC name.
277 target = (int)req_ptr->sbl_id;
287 if (check_raid(target))
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
ResourceMonitor.java 50 private Resource target; field in class:ResourceMonitor
63 * Constructor. No monitor target and a default buffer size of
74 * @param target The resource to be monitored.
77 public ResourceMonitor(Resource target, int maxSize)
80 this.target = target;
98 List candidates = target.getComponents(null);
132 return (target);
136 * Set the resource to be monitored. A resource target can
140 * @param target The resource to be monitored
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsmutil/
safefile.c 183 ** If the target file doesn't exist, check the directory to
492 char *target; local
513 target = buf;
579 target = fullbuf;
581 ret = safedirpath(target, uid, gid, user, flags,
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
getenv.c 164 char target; local
173 target = name_only ? '\0' : '=';
188 if (*s1 == target && *s2 == '=') {
425 * Find the target, overwrite it with the first entry, increment the
429 /* Overwrite target with the first entry. */
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
pmcs_sata.c 75 "%s: target %p actv count %u",
81 "%s: target %p special running already",
101 "%s: target %p cmd %p cdb0 %x with actv_cnt %u",
123 "%s: target %p identify failed %x",
561 uint16_t target; local
563 for (target = 0; target < pwp->max_dev; target++) {
564 xp = pwp->targets[target];
  /onnv/onnv-gate/usr/src/cmd/avs/rdc/
sndrsubr.c 64 char target[NSC_MAXPATH]; local
73 for (s = target; i < NSC_MAXPATH && (*s = *device++); i++) {
81 mntref.mnt_special = target;
  /onnv/onnv-gate/usr/src/cmd/cat/
cat.c 79 struct stat source, target; local
201 if (fstat(fileno(stdout), &target) < 0) {
207 obsize = target.st_blksize;
267 * to the target.
270 if (!S_ISCHR(target.st_mode) &&
271 !S_ISBLK(target.st_mode) &&
272 !S_ISSOCK(target.st_mode) &&
273 IDENTICAL(target, source)) {
295 estatus = cat(fi, &source, &target,
  /onnv/onnv-gate/usr/src/cmd/cdrw/
main.c 69 cd_device *target = NULL; /* Default target device */ variable
203 target = get_device(tgtdev, devpath);
206 if (target == NULL) {
211 return (scan_for_cd_device(flag, &target));
405 (void) check_device(target, CHECK_TYPE_NOT_CDROM|EXIT_IF_CHECK_FAILED);
407 if (check_device(target, CHECK_NO_MEDIA) == 0) {
410 if (check_device(target, CHECK_DEVICE_NOT_READY) == 0)
470 (void) check_device(target, CHECK_NO_MEDIA |
474 if (!check_device(target, CHECK_MEDIA_IS_NOT_BLANK)
    [all...]

Completed in 4439 milliseconds

1 2 3 4 5 6