Home
last modified time | relevance | path

Searched +defs:one +defs:target (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dctld.cc934 const struct target *target = kv.second.get(); in isns_register_request() local
1093 port::port(struct target *target) : in port()
1105 portal_group_port::portal_group_port(struct target *target, in portal_group_port()
1112 portal_group_port::portal_group_port(struct target *target, in portal_group_port()
1134 conf::add_port(struct target *target, struct portal_group *pg, auth_group_sp ag) in add_port()
1149 conf::add_port(struct target *target, struct portal_group *pg, in add_port()
1165 conf::add_port(struct target *target, struct pport *pp) in add_port()
1181 conf::add_port(struct kports &kports, struct target *target, int pp, int vp) in add_port()
1245 target::target(struct conf *conf, const char *keyword, std::string_view name) : in target() function in target
1852 int one = 1; in init_socket() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c1695 dsl_dataset_promote_crypt_check(dsl_dir_t *target, dsl_dir_t *origin) in dsl_dataset_promote_crypt_check()
1745 dsl_dataset_promote_crypt_sync(dsl_dir_t *target, dsl_dir_t *origin, in dsl_dataset_promote_crypt_sync()
2272 uint64_t rddobj, one = 1; in dsl_crypto_recv_raw_key_sync() local
2573 uint64_t one = 1ULL; in dsl_crypto_key_create_sync() local
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c3496 parse_btl_name(char *tstr, path_id_t *bus, target_id_t *target, lun_id_t *lun, in parse_btl_name()
3560 parse_btl(char *tstr, path_id_t *bus, target_id_t *target, lun_id_t *lun, in parse_btl()
3616 target_id_t target = CAM_TARGET_WILDCARD; in dorescan_or_reset() local
3827 scanlun_or_reset_dev(path_id_t bus, target_id_t target, lun_id_t lun, int scan) in scanlun_or_reset_dev()
5043 target_id_t target = CAM_TARGET_WILDCARD; in camdebug() local
9518 struct scsi_report_supported_opcodes_one *one; in scsigetopcodes() local
9654 struct scsi_report_supported_opcodes_one *one; in scsiprintoneopcode() local
10381 target_id_t target; in main() local
/freebsd/contrib/tzcode/
H A Dzic.c163 symlink(char const *target, char const *linkname) in symlink()
170 # define linkat(targetdir, target, linknamedir, linkname, flag) \ argument
1464 relname(char const *target, char const *linkname) in relname()
1513 dolink(char const *target, char const *linkname, bool staysymlink) in dolink()
3343 zic_t one = 1; in outzone() local
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js3730 on: function( types, selector, data, fn, /*INTERNAL*/ one ) { argument
3783 one: function( types, selector, data, fn ) { method
5419 has: function( target ) { argument
7028 function ajaxExtend( target, src ) { argument
7184 ajaxSetup: function( target, settings ) { argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3713 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) { in UnorderedEquals()
4074 TakeGenerator(size_t target, GeneratorWrapper<T>&& generator): in TakeGenerator()
4100 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take()
8986 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
8995 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto()
8999 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto()
9012 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto()
11414 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
11486 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher()
[all …]
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c1033 jsegdep_merge(struct jsegdep *one, struct jsegdep *two) in jsegdep_merge()
1055 freedep_merge(struct freedep *one, struct freedep *two) in freedep_merge()
1890 int target, in process_worklist_item()
/freebsd/contrib/sqlite3/
H A Dshell.c2823 static unsigned int one = 1; in SHA3Init() local
3264 static int one = 1; in SHA1Transform() local
3580 static int one = 1; in sqlite3_sha_init() local
14283 double target; /* Target nRet/nRow value */ member