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

<<11

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c4739 * Return with all constituent members of target and replacement
4745 page_t **target,
4780 targ = *target;
4822 dofree = npgs; /* Size of target page in MMU pages */
4832 * seg kmem pages require that the target and replacement
4858 if (hat_page_relocate(target, replacement, nrelocp) != 0) {
4899 targ = *target;
4922 targ = *target;
4952 *target = pl;
4966 page_t **target,
4744 do_page_relocate( page_t **target, page_t **replacement, int grouplock, spgcnt_t *nrelocp, lgrp_t *lgrp) argument
4965 page_relocate( page_t **target, page_t **replacement, int grouplock, int freetarget, spgcnt_t *nrelocp, lgrp_t *lgrp) argument
5049 page_relocate_cage(page_t **target, page_t **replacement) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c454 * buffers to reach it's target amount.
790 #define arc_p ARCSTAT(arcstat_p) /* target size of MRU */
791 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */
792 #define arc_c_min ARCSTAT(arcstat_c_min) /* min target cache size */
793 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */
3392 * progress, but still have not hit the target number of bytes
3414 * While we haven't hit our target number of bytes to evict, or
3547 int64_t target; local
3556 target = MIN((int64_t)(arc_meta_used - arc_meta_limit),
3560 total_evicted += arc_adjust_impl(arc_mru, 0, target, ARC_BUFC_METADAT
3658 int64_t target; local
[all...]
H A Dzfs_ioctl.c3637 * outnvl: "target" -> name of most recent snapshot
5103 char *src, *target; local
5193 &target)) {
5200 error = VOP_RENAME(ZTOV(sharedir), src, ZTOV(sharedir), target,
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h397 uint32_t target; /* use this one for CBR */ member in struct:v4l2_bitrate
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c36 * SCSI disk target driver.
309 * The structure records the number of luns attached to each target connected
1180 * Attached luns on target for parallel scsi
1184 static int sd_scsi_get_target_lun_count(dev_info_t *dip, int target);
1185 static void sd_scsi_update_lun_on_target(dev_info_t *dip, int target, int flag);
2752 * have a target at this SCSI nexus.
2953 * which target we failed to open, we just clear the
2984 * with cache. The driver maintains a cache of the target
2986 * target during a probe inquiry, we remember that, and we
2988 * on the same target unti
3127 sd_scsi_get_target_lun_count(dev_info_t *dip, int target) argument
3168 sd_scsi_update_lun_on_target(dev_info_t *dip, int target, int flag) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c214 static int mptsas_do_scsi_abort(mptsas_t *mpt, int target, int lun,
228 static void mptsas_flush_target(mptsas_t *mpt, ushort_t target, int lun,
378 static int mptsas_config_raid(dev_info_t *pdip, uint16_t target,
570 #define TARGET_PROP "target"
1116 * to a target.
1387 * The refhash for temporary targets uses the address of the target
2972 /* Get the target num */
3003 * tran_tgt_init(9E) - target device instance initialization
3017 * Use this function to allocate target-private data structures,
3052 * lost the pathinfo node for this target
9053 mptsas_flush_target(mptsas_t *mpt, ushort_t target, int lun, uint8_t tasktype) argument
9415 mptsas_test_reset(mptsas_t *mpt, int target) argument
9443 int target, lun; local
9460 mptsas_do_scsi_abort(mptsas_t *mpt, int target, int lun, struct scsi_pkt *pkt) argument
13633 int target = ptgt->m_devhdl; local
14276 mptsas_config_raid(dev_info_t *pdip, uint16_t target, dev_info_t **dip) argument
14316 int target; local
14897 int target = ptgt->m_devhdl; local
15014 int target; local
15363 int target; local
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c509 static int utf8_local(char *option, char **Xhdr_ptrptr, char *target,
511 static int local_utf8(char **Xhdr_ptrptr, char *target, const char *src,
513 static int c_utf8(char *target, const char *source);
687 * target tar invocation, eg. "tar cDf tarfile file". If stderr is available,
6642 * If hflag is set then delete the symbolic link's target.
6643 * If !hflag then delete the target.
7247 char *target,
7300 (void) strcpy(target, source);
7301 else if (c_utf8(target, source) != 0) {
7307 *Xhdr_ptrptr = target;
7244 utf8_local( char *option, char **Xhdr_ptrptr, char *target, const char *source, int max_val) argument
7444 local_utf8( char **Xhdr_ptrptr, char *target, const char *source, iconv_t iconv_cd, int xhdrflg, int max_val) argument
7563 c_utf8(char *target, const char *source) argument
[all...]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6743 * target : constituent pages are SE_EXCL locked.
6751 hat_page_relocate(page_t **target, page_t **replacement, spgcnt_t *nrelocp) argument
6766 if (!kcage_on || PP_ISNORELOC(*target)) {
6767 PAGE_RELOCATE_LOG(target, replacement, EAGAIN, -1);
6774 targ = *target;
6806 PAGE_RELOCATE_LOG(target, replacement, ret, -1);
6813 * acquire p_mapping list lock for both the target and replacement
6919 * the mapping list from the target page to the replacement page.
6959 PAGE_RELOCATE_LOG(target, replacement, ret, cap_cpus);
6982 * concatenate target; calle
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c477 // the target name is still the same), and then when we stop question B, UpdateQuestionDuplicates
480 // those cases the newly re-appended question A has a different target name and therefore cannot be
906 const domainname *target; local
916 target = GetServiceTarget(m, rr);
917 if (!target || target->c[0] == 0)
919 // defer registration until we've got a target
920 LogInfo("SetUnicastTargetToHostName No target for %s", ARDisplayString(m, rr));
926 LogInfo("SetUnicastTargetToHostName target %##s for resource record %s", target
935 domainname *const target = GetRRDomainNameTarget(&rr->resrec); local
1225 domainname *target = GetRRDomainNameTarget(&rr->resrec); local
8080 domainname *target = GetRRDomainNameTarget(&cr->resrec); local
[all...]
H A DmDNSEmbeddedAPI.h629 mDNSv6Addr target; variable
758 typedef packedstruct { mDNSu16 priority; mDNSu16 weight; mDNSIPPort port; domainname target; } rdataSRV; variable
1431 regState_Refresh = 5, // outstanding refresh (or target change) message
1516 mDNSu8 AutoTarget; // Set if the target of this record (PTR, CNAME, SRV, etc.) is our host name
1574 mDNSBool SRVChanged; // temporarily deregistered service because its SRV target or port changed
1752 AuthRecord RR_SRV; // e.g. Name._printer._tcp.local. SRV 0 0 port target
1827 AuthRecord AutoTunnelHostRecord; // User-visible hostname; used as SRV target for AutoTunnel services
1828 AuthRecord AutoTunnelTarget; // Opaque hostname of tunnel endpoint; used as SRV target for AutoTunnelService record
1987 mDNSAddr Target; // Non-zero if you want to direct queries to a specific unicast target address
2077 extern ZoneData *StartGetZoneData(mDNS *const m, const domainname *const name, const ZoneService target, ZoneDataCallbac
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1173 component4 target; member in struct:REMOVE4args
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c566 * the target of a neo-puritan witch trial, we're
1350 * invoking ECB match the target credentials
1378 * matches the target credentials
4373 char c, target = (char)tupregs[1].dttk_value; local
4382 if ((c = dtrace_load8(addr)) == target) {
9344 err += efunc(pc, "invalid branch target %u\n",

Completed in 266 milliseconds

<<11