Searched defs:target (Results 176 - 200 of 262) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1435 error("rcp: ambiguous target\n");
2194 char *target; local
2217 if (target = colon(cur_argv[cur_argc - 1])) {
2218 toremote(target, cur_argc, cur_argv);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h231 struct target *pii_targets; /* List of targets on this link */
254 struct target *pr_target; /* Probe Target */
274 struct target *pii_target_next; /* next target for probing */
275 struct target *pii_rtt_target_next;
276 /* next target for rtt probes */
323 struct target { struct
324 struct target *tg_next; /* Next target for this phyint inst. */
325 struct target *tg_pre
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c63 * Since target information is included with the interface information,
797 struct sockaddr_storage *target; local
801 (uchar_t **)&target, &nelem) != 0)
804 sockaddr2str(target, buf, bufsize);
1138 "\t\t -t display IPMP target information\n\n"
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c94 * "c3" -> { ctrl=3, target=ID_UNSPECIFIED,
97 * "c3t2" -> { ctrl=3, target=2,
104 int target; member in struct:__anon847
949 * OUTPUT: disks - disks matching the input target name
955 * input target.
957 * The input name is assumed to be a target name, cXtX, and
959 * looks to be "on" that target.
962 * aliases to the target to see if they match.
1715 if ((((device_spec_t *)spec1)->data.ctd->target != ID_UNSPECIFIED) &&
1716 (((device_spec_t *)spec2)->data.ctd->target
2801 uint_t target; local
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c364 iscsi_target_entry_t target; local
396 (void) memset(&target, 0, sizeof (iscsi_target_entry_t));
397 target.te_entry.e_vers = ISCSI_INTERFACE_VERSION;
398 target.te_entry.e_oid = ISCSI_OID_NOTSET;
400 (void) wcstombs((char *)target.te_name, staticConfig.targetName,
403 target.te_entry.e_insize = target_in_addr_size;
404 if (target.te_entry.e_insize == sizeof (struct in_addr)) {
405 target.te_entry.e_u.u_in4.s_addr = target_in.u_in4.s_addr;
406 } else if (target.te_entry.e_insize == sizeof (struct in6_addr)) {
408 target
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c169 "logical unit number, the target group name and the\n" \
189 {"target-group", required_arg, 't', "group-name"},
226 {"list-target", listTargetFunc, "v", NULL, NULL,
236 {"online-target", onlineTargetFunc, NULL, NULL, NULL,
238 {"offline-target", offlineTargetFunc, NULL, NULL, NULL,
343 * Add members to a target group
360 /* target group name */
424 gettext("STMF target must be offline"));
650 /* target group */
730 gettext("invalid target grou
2984 onlineOfflineTarget(char *target, int state) argument
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1885 uint32_t *target; local
1890 target = &csip->csi_parent_ids[csip->csi_nparents++];
1891 string_to_id(vals[0], target, "snap_level_*_id");
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1737 int target = max(nrxq10g, nofldrxq10g); local
1740 while (n < target && leftover >= n10g) {
1752 int target = max(nrxq1g, nofldrxq1g); local
1755 while (n < target && leftover >= n1g) {
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c50 * The COMSTAR iSCSI target uses four pieces of iSNS functionality:
52 * - DeregDev to notify when a target goes away or we shut down
60 * Set "source" to same iSCSI target each time
68 * UPDATE-EXISTING - used to register/change one target at a time
76 * iscsit_isns_init -- called when iscsi/target service goes online
77 * iscsit_isns_fini -- called when iscsi/target service goes offline
78 * iscsit_isns_register -- a new target comes online
79 * iscsit_isns_deregister -- target goes offline
80 * iscsit_isns_target_update -- called when a target is modified
89 * program. Specifically, we copy the target nam
661 isnst_create_target_info(iscsit_tgt_t *target) argument
751 iscsit_isns_register(iscsit_tgt_t *target) argument
790 iscsit_isns_deregister(iscsit_tgt_t *target) argument
831 iscsit_isns_target_update(iscsit_tgt_t *target) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1019 * Switch back to x2apic IPI sending method for performance when target
1144 processorid_t target; local
1268 target = (int)(intptr_t)hdlp->ih_private;
1269 if (!apic_cpu_in_range(target)) {
1271 "[grp_]set_cpu: cpu out of range: %d\n", target));
1289 newvecp = apix_set_cpu(vecp, target, result);
1291 newvecp = apix_grp_set_cpu(vecp, target, result);
1299 newvecp->v_bound_cpuid = target;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c572 * or boot target info in case of iscsi boot
768 * iscsi_tran_lun_init - Find target device based on SCSI device
769 * Based on the information given (SCSI device, target dev_info) find
770 * the target iSCSI device and put a pointer to that information in
942 * If we haven't received data from the target in the
965 * If we haven't received data from the target in the
1025 * iscsi_tran_reset - Reset target at either BUS, TARGET, or LUN
1027 * command down to the target/lun.
1049 * network!? Just fall through to a target reset.
1064 * iscsi_tran_getcap - Get target/lu
1312 int target = 0; local
1496 iscsi_target_entry_t *target; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c358 /* Create this iport's target map */
1292 /* Destroy the iport target map */
1710 * Safe defaults - use only if this target is brand new (i.e. doesn't
1760 * Called with PHY lock and target statlock held and scratch acquired
1763 pmcs_add_new_device(pmcs_hw_t *pwp, pmcs_xscsi_t *target) argument
1765 ASSERT(target != NULL);
1766 pmcs_prt(pwp, PMCS_PRT_DEBUG_CONFIG, NULL, target, "%s: target = 0x%p",
1767 __func__, (void *) target);
1769 switch (target
2019 pmcs_xscsi_t *target; local
2856 pmcs_prt_impl(pmcs_hw_t *pwp, pmcs_prt_level_t level, pmcs_phy_t *phyp, pmcs_xscsi_t *target, const char *fmt, ...) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1874 /* attach target & lun properties */
1875 rval = ndi_prop_update_int(DDI_DEV_T_NONE, cdip, "target", 0);
1879 "ndi_prop_update_int target failed %d", rval);
2731 /* flush waitQ if target and lun match */
4257 scsa2usb_do_inquiry(scsa2usb_state_t *scsa2usbp, uint_t target, uint_t lun) argument
4278 ap.a_target = (ushort_t)target;
5335 * set pkt state to NONE *before* calling back as the target
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1582 wpi_load_firmware(wpi_sc_t *sc, uint32_t target) argument
1592 if (target == WPI_FW_TEXT) {
1622 WPI_WRITE(sc, WPI_FW_TARGET, target);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h128 pmcs_xscsi_t *target; /* back ptr to current target */ member in struct:pmcs_phy
129 pmcs_xscsi_t **target_addr; /* address of real target pointer */
132 * Attached port phy mask and target port phymask. With 16 bytes
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h89 uint8_t target[260]; member in struct:slist_target_port
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c2949 * and target CPU for this channel
3891 caddr_t target; local
3897 target = target_bufp;
4117 target = target_bufp;
4142 target = target_bufp;
4153 bcopy(msgbuf, target, len);
4154 target += len;
4168 target = target_bufp;
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h181 struct sf_target *target; member in struct:sf_reset_list
197 * sf per target structure
283 /* default target private area */
304 #define CFLAG_PRIVEXTERN 0x1000 /* target private was */
328 struct sf_target *target; member in struct:sf_els_hdr
354 struct sf_target *target; member in struct:sf_hp_elem
432 /* Number of bytes of data the target has available to send. */
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c484 lsrec_t *target, *current; local
486 target = lock[0];
490 if (cmp(current, target) != 0) {
491 target = current;
495 target->ls_count += current->ls_count;
496 target->ls_refcnt += current->ls_refcnt;
499 target->ls_time += current->ls_time;
503 target->ls_hist[j] += current->ls_hist[j];
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc641 /* Build the target .DONE or .FAILED if we caught an error */
701 line = get_prop(rp->target->prop, line_prop);
727 * current_target Sometimes the current target is removed
731 * touch Current target is not removed if -t on
803 if (rp->target->is_member &&
804 ((member = get_prop(rp->target->prop, member_prop)) !=
806 rp->target = member->body.member.library;
811 !(rp->target->stat.is_precious || all_precious)) {
813 rp->target->stat.time = file_no_time;
814 if (exists(rp->target) !
3018 report_recursion(register Name target) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c136 boolean_t is_alive = _B_FALSE; /* is target host alive */
137 struct targetaddr *current_targetaddr; /* current target IP address to probe */
139 static int num_targetaddrs; /* no of target addresses to probe */
147 /* that goes to target and comes back */
203 int nreceived; /* # of packets we got back from target host */
204 int nreceived_last_target; /* received from last target IP */
610 * gateways, the actual and the effective target.
668 * gateways, so that the probes travel to and from the target
677 /* We add 1 because we put the target as the middle gateway */
756 * Build the target I
2310 struct targetaddr *target = targetaddr_list; local
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c1064 char target[CFGA_AP_LOG_ID_LEN] = ""; /* optional */ local
1079 if ((cp = strstr(cfga->ap_info, "target")) != NULL) {
1088 if (sscanf(cp, "target=%s deleted=%u remaining=%u", &target,
1126 if (target[0] != '\0' &&
1127 (nvlist_add_string(mem->conf_props, RI_MEM_TARG, target) != 0 ||
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1170 xmlNodePtr cn, gcn, psn, ecn, target; local
1303 target = psn;
1305 target = pxn;
1314 if (xmlStrcmp(target->name, (xmlChar *)Range) == 0 ||
1315 xmlStrcmp(target->name, (xmlChar *)Set) == 0) {
1328 if (fac_enum_process(mp, target, ct) < 0)
1331 if (fac_process(mp, target, rd, ct) < 0)
1335 if (fac_enum_process(mp, target, ptn) < 0)
1337 if (fac_process(mp, target, rd, ptn) < 0)
1340 if (pgcnt > 0 && pgroups_record(mp, target, pt
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c917 struct ud_inode *tip; /* target inode */
918 struct ud_inode *sdp, *tdp; /* source and target parent inode */
987 /* Notify the target dir. if not the same as the source dir. */
994 * Link source to the target.
1001 * operation should not be done because the source and target
1265 char *target,
1293 * If the first character in target is "/"
1296 if (*target == '/') {
1300 while (*target == '/') {
1301 target
1261 udf_symlink( struct vnode *dvp, char *linkname, struct vattr *vap, char *target, struct cred *cr, caller_context_t *ct, int flags) argument
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c86 ath9k_hw_interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, argument
94 rv = (int16_t)(((target - srcLeft) * targetRight +
95 (srcRight - target) * targetLeft) /
102 ath9k_hw_get_lower_upper_index(uint8_t target, uint8_t *pList, argument
107 if (target <= pList[0]) {
111 if (target >= pList[listSize - 1]) {
117 if (pList[i] == target) {
121 if (target < pList[i + 1]) {

Completed in 204 milliseconds

1234567891011