Searched defs:target (Results 126 - 150 of 262) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c1267 blkif_request_t *target; local
1274 target = RING_GET_REQUEST(uring, uring->req_prod_pvt);
1284 bcopy(req, target, sizeof (*req));
1285 target->id = (uint64_t)uid;
1344 blkif_response_t *target; local
1353 target = NULL;
1354 target = RING_GET_RESPONSE(uring, uring->rsp_cons);
1355 if (target == NULL) {
1360 bcopy(target, resp, sizeof (*resp));
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c222 diskmon_t *target; member in struct:walk_diskmon
229 diskmon_t *target_diskp = wdp->target;
464 diskmon_t *target_diskp = wdp->target;
754 wd.target = diskp;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c77 dsl_dir_t *target = dd; local
100 if (dd != target || snapshot) {
922 DSL_PROP_GET_INHERITING = 0x1, /* searching parent of target ds */
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c782 /* get the current bits from the target bit string */
826 /* get the current bits from the target bit string */
878 /* get the current bits from the target bit string */
930 /* get the current bits from the target bit string */
953 u8 *src, *target; local
973 target = dest + ce_info->offset;
976 i40e_memcpy(target, &dest_byte, sizeof(dest_byte), I40E_NONDMA_TO_DMA);
990 u8 *src, *target; local
1017 target = dest + ce_info->offset;
1020 i40e_memcpy(target,
1034 u8 *src, *target; local
1087 u8 *src, *target; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h112 char *target; member in struct:__anon2411
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c1310 long target; local
1317 * target id follows the disk@ substring.
1319 target = strtol(changeptr+5, NULL, 16);
1321 (void) sprintf(targetstr, "sd@%ld,0:c,raw", target);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java392 public void accesstoArray(String[] target) { argument
393 access.copyInto(target);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c61 static void pi_set_crtt(struct target *tg, int64_t m,
73 struct target *target);
75 struct target *cur_tg, struct probe_fail_count *pfinfo);
77 struct target *cur_tg, struct probe_success_count *psinfo);
80 static boolean_t highest_ack_tg(uint16_t seq, struct target *tg);
140 * target list. So the phyints are in the PI_NOTARGETS state.
181 * : delete the target list on all phyints
220 struct sockaddr_storage targ; /* target address */
252 * the all hosts address. Otherwise it is unicast to the next target
622 struct target *target; local
712 struct target *target; local
1076 check_exception_target(struct phyint_instance *pii, struct target *target) argument
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c99 nvlist_t *fmri; /* The fmri for this target */
284 access_fmri(ses_log_monitor_t *slmp, nvlist_t *fmri, char *target, argument
307 * passed in "target" value (such as controller) in it.
325 /* If this isn't the target, go to the next pair. */
326 if (strcmp(name, target) != 0) {
334 "Could not find hc-id in the fmri for %s", target);
339 * This is the target pair. If we can't get the value then
388 /* Exit the loop. You have found the target */
396 * Generate a filename based on the target path
402 * byte_count: The number of bytes that will be added to the target fil
[all...]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c823 uint64_t target = need64 + used64; local
827 if (target <= size64)
850 if ((target > 0xffffffff) && (sys32 || tbl32))
863 while (target > size64) {
864 if ((target > 0x7fffffff) && (sys32 || tbl32)) {
865 size64 = ((target + STRTBL_INITSZ) / STRTBL_INITSZ) *
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c1025 cleardirentry(fsck_ino_t parentdir, fsck_ino_t target) argument
1033 idesc.id_parent = target;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c2036 * still able to accommodate the target, is found by moving the window
2051 daddr_t target; /* amount of space sought */ local
2060 target = requested;
2070 /* Advance the end of the window until it accommodates the target. */
2071 while (ctotal < target && e < ncgs) {
2078 * accommodates the target.
2080 while (ctotal >= target && s < e) {
H A Dufs_dir.c592 * to find our target, we must check the beginning as well.
641 struct inode *tdp, /* target directory to make entry in */
649 struct inode *tip; /* inode of (existing) target file */
676 * Check accessibility of target directory.
717 * If target directory has not been removed, then we can consider
808 struct inode *tdp, /* target directory to make entry in */
815 struct inode *tip; /* inode of (existing) target file */
900 * If target directory has not been removed, then we can consider
909 * Check accessibility of target directory.
1002 * The target director
2963 ufs_dircheckpath( ino_t source_ino, struct inode *target, struct inode *sdp, struct cred *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c242 char *target, cred_t *cr, caller_context_t *ct, int flags);
2241 * The target directory is notified thru a VNEVENT by the filesystem
2242 * if the source dir != target dir.
2293 port_fop_symlink(femarg_t *vf, char *linkname, vattr_t *vap, char *target, argument
2299 retval = vnext_symlink(vf, linkname, vap, target, cr, ct, flags);
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c1130 /* Update the target list, if any */
2074 /* Update the target list */
2796 * the target device given the current topological (speed) constraints
2803 s1394_get_maxpayload(s1394_target_t *target, uint_t *dev_max_payload, argument
2821 /* Find the HAL this target resides on */
2822 hal = target->on_hal;
2828 bus_capabilities = target->on_hal->halinfo.bus_capabilities;
2838 /* Is this target on a node? */
2839 if ((target->target_state & S1394_TARG_GONE) == 0 &&
2840 (target
[all...]
H A Dt1394.c30 * by target drivers
51 * Input(s): dip The dip given to the target driver
53 * version The version of the target driver -
57 * Output(s): attachinfo Used to pass info back to target,
60 * t1394_hdl The target "handle" to be used for
64 * Description: t1394_attach() registers the target (based on its dip) with
67 * the target, as well as a handle (t1394_hdl) that will be used
76 s1394_target_t *target; local
100 tnf_string, msg, "No parent dip found for target");
112 target
214 s1394_target_t *target; local
295 s1394_target_t *target; local
376 s1394_target_t *target; local
458 s1394_target_t *target; local
629 s1394_target_t *target; local
820 s1394_target_t *target; local
965 s1394_target_t *target; local
1130 s1394_target_t *target; local
3536 s1394_target_t *target; local
3640 s1394_target_t *target; local
3712 s1394_target_t *target; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c155 /* free all the target group */
203 * take all host/target group into consideration
514 /* This ilport belongs to the target group */
637 /* Return the target group which a target belong to */
642 stmf_id_data_t *target; local
648 target = stmf_lookup_id(
651 if (target)
841 /* add target group */
1457 /* verify target i
[all...]
/illumos-gate/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);
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c643 * Duplicate number of continuous vectors to specified target vectors.
889 apix_remove_av(apix_vector_t *vecp, struct autovec *target) argument
894 if (target == NULL)
898 "cpu %d\n", (void *)target->av_dip, vecp->v_vector, vecp->v_cpuid));
901 if (p == target || p->av_vector == NULL)
914 target->av_vector = NULL;
922 target->av_ticksp = &dummy_tick;
923 apix_wait_till_seen(vecp->v_cpuid, target->av_prilevel);
1453 * tocpu : Target cpu. IRQ_UNINIT means target is vecp->v_cpuid.
/illumos-gate/usr/src/uts/common/io/
H A Dgen_drv.c1436 int target, lun; local
1440 target = atod(address);
1444 target = 10;
1449 "target", (caddr_t)&target, sizeof (int))
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1008 uint32_t *target; local
1010 target = (uint32_t *)cq_arm_dbr + 1;
1011 *target = htonl(1 << HERMON_CQDB_CMDSN_SHIFT);
1028 uint32_t *target; local
1031 target = (uint32_t *)cq_arm_dbr + 1;
1033 cmp = *target;
1039 tmp = atomic_cas_32(target, cmp, new);
1198 uint32_t *target; local
1206 target = (uint32_t *)cq->cq_arm_ci_vdbr + 1;
1212 cmp = *target;
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c191 * Get the target address
197 "Couldn't get target UA");
225 * See if there's already a target softstate. If not, allocate one.
268 "(target = 0x%p)", __func__, (void *)tgt);
299 lun->target = tgt;
302 * If this is the first tran_tgt_init, add this target to our list
305 int target; local
306 for (target = 0; target < pwp->max_dev; target
416 pmcs_xscsi_t *target; local
1293 int target; local
1448 uint16_t target; local
1690 uint16_t target_start, target; local
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c704 krb5_principal source, krb5_principal target)
715 if (source == NULL || target == NULL)
718 if ((ret = kdb_get_entry(handle, target, &kdb, &adb)) == 0) {
737 ret = kadm5_copy_principal(handle->context, target, &kdb.princ);
703 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument

Completed in 205 milliseconds

1234567891011