Searched defs:target (Results 226 - 250 of 262) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c270 * for converting between target number (switch) and hard address/AL_PA
346 #define TARGET_PROP "target"
916 struct sf_target *target; local
965 target = sf->sf_targets[i];
966 if (target != NULL) {
969 mutex_enter(&target->sft_mutex);
970 if (!(target->sft_state & SF_TARGET_OFFLINE)) {
971 target->sft_state |=
975 for (ntarget = target->sft_next_lun;
987 mutex_exit(&target
1259 struct sf_target *target; local
1334 struct sf_target *target = hba_tran->tran_tgt_private; local
1425 struct sf_target *target = ADDR2TARGET(ap); local
1689 struct sf_target *target = ADDR2TARGET(ap); local
1815 struct sf_target *target = ADDR2TARGET(&sd->sd_address); local
2172 struct sf_target *target; local
2690 struct sf_target *target; local
3216 struct sf_target *target, *ntarget, *otarget, *ptarget; local
3435 struct sf_target *target; local
3465 sf_do_reportlun(struct sf *sf, struct sf_els_hdr *privp, struct sf_target *target) argument
3580 struct sf_target *target = privp->target; local
3823 sf_do_inquiry(struct sf *sf, struct sf_els_hdr *privp, struct sf_target *target) argument
3934 struct sf_target *target = privp->target; local
4108 struct sf_target *target; /* current target */ local
4226 sf_create_devinfo(struct sf *sf, struct sf_target *target, int lip_cnt) argument
4330 sf_create_props(dev_info_t *cdip, struct sf_target *target, int lip_cnt) argument
4378 sf_offline_target(struct sf *sf, struct sf_target *target) argument
4587 struct sf_target *target = ADDR2TARGET(ap); local
4766 struct sf_target *target = ADDR2TARGET(ap), *ntarget; local
4987 sf_abort_all(struct sf *sf, struct sf_target *target, int abort, int lip_cnt, int try_abort) argument
5140 struct sf_target *target = ADDR2TARGET(ap); local
5264 sf_prepare_pkt(struct sf *sf, struct sf_pkt *cmd, struct sf_target *target) argument
5319 sf_fill_ids(struct sf *sf, struct sf_pkt *cmd, struct sf_target *target) argument
5397 struct sf_target *target = ADDR2TARGET(&pkt->pkt_address); local
5819 struct sf_target *target; local
5941 struct sf_target *target; local
6116 struct sf_target *target; local
6330 struct sf_target *target = privp->target; local
6484 struct sf_target *target; local
6560 struct sf_target *target; local
6826 struct sf_target *target; local
7026 struct sf_target *target; local
7120 struct sf_target *target; local
7164 struct sf_target *target; local
[all...]
H A Dfas.c33 * - if wide target renegotiates sync, back to narrow?
38 * - keep track if ATN remains asserted and target not going into
247 static void fas_make_sdtr(struct fas *fas, int msgout_offset, int target);
248 static void fas_make_wdtr(struct fas *fas, int msgout_offset, int target,
262 static void fas_set_wide_conf3(struct fas *fas, int target, int width);
263 static void fas_force_renegotiation(struct fas *fas, int target);
482 * target-scsi-options highest
496 "?target%x-scsi-options = 0x%x\n", tgt,
503 IPRINTF2("target%x-scsi-options= 0x%x\n",
539 char *prop_template = "target
3096 uchar_t cmd, target, lun; local
4085 uchar_t target, lun; local
4512 int target = Tgt(sp); local
5906 int target = Tgt(sp); local
6814 fas_make_sdtr(struct fas *fas, int msgout_offset, int target) argument
6902 fas_make_wdtr(struct fas *fas, int msgout_offset, int target, int width) argument
7373 int target, lun, i, n, tag, ncmds; local
7610 fas_force_renegotiation(struct fas *fas, int target) argument
7623 fas_set_wide_conf3(struct fas *fas, int target, int width) argument
8208 int target = ap->a_target; local
8492 int target = slot/NLUNS_PER_TARGET; local
8800 char target = slot/NLUNS_PER_TARGET; local
8829 char target = slot/NLUNS_PER_TARGET; local
8912 int target = ap->a_target; local
9191 int target = slot / NLUNS_PER_TARGET; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c92 const char * const target_attr = "target";
2841 * name, type, required and target.
2869 * - The target attribute may have a value of "instance" only when the
2872 * - The target attribute may have a value of "delegate" only when the
2875 * - The target attribute may have a value of "all" only when the
2884 property_t *target; local
2887 /* Find the value of the target property. */
2888 target = internal_property_find(pg, SCF_PROPERTY_TM_TARGET);
2889 if (target == NULL) {
2894 v = uu_list_first(target
[all...]
H A Dsvccfg_tmpl.c51 * B. Templates at a narrow target (e.g. instance) which define
52 * property groups already templated at a broad target
56 * target entity.
2381 * The target of a pg_pattern in combination with the level at which the
2396 * target.
2399 * target.
2406 target_check(const char *target, tmpl_level_t level) argument
2408 if ((target == NULL) || (*target == 0)) {
2410 target
2453 const char *target; local
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3164 * Given a path to 'target', create all the ancestors between
3165 * the prefixlen portion of the path, and the target itself.
3169 create_parents(libzfs_handle_t *hdl, char *target, int prefixlen) argument
3176 cp = target + prefixlen;
3179 h = zfs_open(hdl, target, ZFS_TYPE_FILESYSTEM);
3182 h = zfs_open(hdl, target, ZFS_TYPE_FILESYSTEM);
3193 for (cp = target + prefixlen + 1;
3198 h = make_dataset_handle(hdl, target);
3205 if (zfs_create(hdl, target, ZFS_TYPE_FILESYSTEM,
3211 h = zfs_open(hdl, target, ZFS_TYPE_FILESYSTE
3552 zfs_clone(zfs_handle_t *zhp, const char *target, nvlist_t *props) argument
3957 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive, boolean_t force_unmount) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1150 * get the target node handle
1920 * get the target node handle
2392 raid_ok2rem_policy(raid_config_t config, int target) argument
2400 if (d == target) {
2437 check_raid(int target) argument
2480 if (raid_ok2rem_policy(config, target)) {
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h583 * Set the target domain for a domain
587 domid_t target; member in struct:xen_domctl_set_target
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c188 ql_atomic_read_32(volatile uint32_t *target) argument
194 return (atomic_add_32_nv(target, 0));
201 ql_atomic_set_32(volatile uint32_t *target, uint32_t newval) argument
203 (void) atomic_swap_32(target, newval);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c757 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, pptr->target,
763 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, pptr->target,
1218 tgt = pptr->target;
1221 "%s: Clearing target 0x%p, inactive iport",
1736 * Flush the target queues and clear each target's PHY
1761 pptr->target = NULL;
1830 * For any iports on this HBA, report empty target sets and
2024 /* create target map */
2045 /* destroy target ma
7203 pmcs_destroy_target(pmcs_xscsi_t *target) argument
8170 pmcs_xscsi_t *target; local
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h113 /* statlock protects both target stats and the special queue (sq) */
153 * LUN representation. Just a LUN (number) and pointer to the target
159 pmcs_xscsi_t *target; member in struct:pmcs_lun
663 * Solaris target representation.
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h270 * Used for storing the $? list and also for the "target + target:"
439 * Count instances of :: definitions for this target
443 * We only clear the automatic depes once per target per report
447 * Count how many conditional macros this target has defined
451 * A conditional macro was used when building this target
456 * this target
462 * This target is a directory that has been read
479 * This target has been built during this make run
517 * rechecking target fo
554 struct _Name *target; member in struct:Conditional
578 struct _Name *target; member in struct:Line
612 struct _Name *target; member in struct:Recursive
643 struct _Name *target; member in struct:Target
678 struct Target target; member in union:Body
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c299 ses_target_t *target; local
312 if ((target = ses_open(LIBSES_VERSION,
328 ses_close(target);
522 /* find target pointer saved in cookie */
533 /* check if target pointer is still valid */
1145 * SAS or the SES target does not support the necessary pages for this; if we
1213 /* copy sas_addresses (target-ports) from parent (with 'w'added) */
1563 /* update the ses property group with SES target info */
2764 * ignoring internal HBAs that present a SES target but don't actually
2985 "instance %u\nand target (
[all...]
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c880 /* Skip the global zone and the current target zone. */
1427 * Specific target zone: disallow -i/-c suboptions.
1609 * 3. The target zone is neither the global zone nor anything starting with
3345 zone_dochandle_t t_handle, char *target)
3353 zperror2(target, gettext("could not enumerate datasets"));
5519 * Fetch the sysboot hook from the target zone's brand.
3344 warn_dataset_match(zone_dochandle_t s_handle, char *source, zone_dochandle_t t_handle, char *target) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c400 rd->srv.priority, rd->srv.weight, mDNSVal16(rd->srv.port), rd->srv.target.c); break;
1529 case kDNSType_SRV: return DomainNameHashValue(&rdb->srv.target);
1603 samename(&b1->srv.target, &b2->srv.target));
2017 case kDNSType_SRV: return (mDNSu16)(6 + CompressedDomainNameLength(&rd->srv.target, name));
2078 len = DomainNameLengthLimit(&rd->u.srv.target, rd->u.data + rdlength);
2125 targ += 1 + *name; // Else, did match, so advance target pointer
2302 return(putDomainNameAsLabels(msg, ptr, limit, &rdb->srv.target));
2493 else LogMsg("PutResourceRecordTTL: ERROR: No target count to update for %##s (%s)", rr->name->c, DNSTypeName(rr->rrtype));
2701 domainname *target; local
[all...]
H A DuDNS.c1714 if (!rr->AutoTarget) // If not automatically tracking this host's current name, just return the existing target
1715 return(&rr->resrec.rdata->u.srv.target);
1835 AssignDomainName(&zd->Host, &answer->rdata->u.srv.target);
1924 mDNSexport ZoneData *StartGetZoneData(mDNS *const m, const domainname *const name, const ZoneService target, ZoneDataCallback callback, void *ZoneDataContext) argument
1932 zd->ZoneService = target;
2040 // came back and we had a target change, we are starting fresh
2064 const domainname *target; local
2098 // Reevaluate the target always as Target could have changed while
2100 target = GetServiceTarget(m, rr);
2102 if (!target || targe
3424 const domainname *target = GetServiceTarget(m, rr); local
4364 const domainname *target; local
5892 StartGetZoneData(mDNS *const m, const domainname *const name, const ZoneService target, ZoneDataCallback callback, void *ZoneDataContext) argument
[all...]
H A Duds_daemon.c2737 char fullname[MAX_ESCAPED_DOMAIN_NAME], target[MAX_ESCAPED_DOMAIN_NAME]; local
2758 ConvertDomainNameToCString(&req->u.resolve.srv->rdata->u.srv.target, target);
2765 len += strlen(target) + 1;
2779 put_string(target, &data);
2785 LogOperation("%3d: DNSServiceResolve(%s) RESULT %s:%d", req->sd, fullname, target, mDNSVal16(req->u.resolve.srv->rdata->u.srv.port));
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c384 * target - NULL, or section to which the symbol must be associated.
390 * returned. If target is non-NULL, the symbol must reference the given
397 Cache *target, Cache *symtab, const char *file)
443 ((target == NULL) || (target->c_ndx == syms->st_shndx))) {
1086 * address/size land inside the target section.
1815 * string. The target section can't be in a NOBITS section.
396 symlookup(const char *name, Cache *cache, Word shnum, Sym **sym, Cache *target, Cache *symtab, const char *file) argument
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c114 static int fs_reparse_mark(char *target, vattr_t *vap, xvattr_t *xvattr);
1474 * target itself instead of to the containing directory
1601 * Make sure both source vnode and target directory vnode are
2963 * Given a starting vnode and a path, updates the path in the target vnode in
3068 * target vnode is available.
3550 * If the target file system doesn't support case-insensitive access
3695 char *target,
3716 (strncmp(target, FS_REPARSE_TAG_STR,
3718 if (!fs_reparse_mark(target, vap, &xvattr))
3723 (dvp, linkname, vap, target, c
3691 fop_symlink( vnode_t *dvp, char *linkname, vattr_t *vap, char *target, cred_t *cr, caller_context_t *ct, int flags) argument
4536 fs_reparse_mark(char *target, vattr_t *vap, xvattr_t *xvattr) argument
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3490 find_zpool(char **target, nvlist_t **configp, int dirc, char **dirv) argument
3504 if ((sepp = strpbrk(*target, "/@")) != NULL) {
3515 if (pool_match(*configp, *target)) {
3544 if (name && (strstr(*target, name) != *target)) {
3547 *target = umem_alloc(sz, UMEM_NOFAIL);
3548 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp : "");
3568 char *target; local
3738 target = argv[0];
3742 char *name = find_zpool(&target,
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c979 * links in it. The target of a mount point path can be any filesystem
996 * Sanity check the target mount point path.
1055 mount_one_dev_symlink_cb(void *arg, const char *source, const char *target) argument
1059 return (di_prof_add_symlink(prof, source, target));
3984 * If the target is already an LOFS mount
4026 * If the target is already an LOFS mount
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1965 krb5_principal target; member in struct:krb5_setpw_req
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c124 sadb_sa_refrele(void *target) argument
126 IPSA_REFRELE(((ipsa_t *)target));
1509 uint8_t *target = NULL; local
1526 if (target != NULL) {
1530 * copying backwards because the target will
1533 copylen = ((uint8_t *)ext) - (target +
1535 ((sadb_ext_t *)target)->sadb_ext_len));
1536 ovbcopy(((uint8_t *)ext - copylen), target,
1538 target += copylen;
1539 ((sadb_ext_t *)target)
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h225 uint8_t target; /* SCSI ID */ member in struct:cmd_chaining_entry
375 #define CS_ABTS_REC 0x13 /* ABTS from target. */
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1938 whereopen_fwalk(uintptr_t addr, struct file *f, uintptr_t *target) argument
1940 if ((uintptr_t)f->f_vnode == *target) {
1942 *target = NULL;
1950 whereopen_pwalk(uintptr_t addr, void *ignored, uintptr_t *target) argument
1952 uintptr_t t = *target;
1969 uintptr_t target = addr; local
1974 if (mdb_walk("proc", (mdb_walk_cb_t)whereopen_pwalk, &target) == -1) {
3474 sysfile_vmem_seg(uintptr_t addr, const vmem_seg_t *vsp, void **target) argument
3476 if (vsp->vs_type == VMEM_ALLOC && (void *)vsp->vs_start == *target) {
3477 *target
[all...]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c445 * Default sata pkt timeout. Used when a target driver scsi_pkt time is zero,
736 * determined. For each device of a supported type, a target node is created.
935 * For the ports with a supported device attached, device target nodes
1019 * Free all target nodes - at this point
1059 * target nodes is failed - albeit in that
1106 * At this point there should be no target nodes attached.
1420 * offline a device. It leaves a target device node attached.
1453 * Onlining the device involves creating a new target node.
1454 * If there is an old target node present (belonging to
1530 "sata_hba_ioctl: target por
2014 int target; local
10920 int target; local
14328 int target, tgt; local
14393 int target, tgt; local
14949 boolean_t target = B_TRUE; local
[all...]

Completed in 247 milliseconds

1234567891011