/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSymbolContextExtensions.i | 6 …perty(GetModule, SetModule, doc='''A read/write property that allows the getting/setting of the mo… 7 …ompileUnit, SetCompileUnit, doc='''A read/write property that allows the getting/setting of the co… 8 …y(GetFunction, SetFunction, doc='''A read/write property that allows the getting/setting of the fu… 9 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting … 10 …perty(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setting of the sy… 11 …GetLineEntry, SetLineEntry, doc='''A read/write property that allows the getting/setting of the li…
|
/freebsd/share/man/man4/ |
H A D | ng_car.4 | 79 Committed burst getting refilled with CIR (Committed Information Rate) speed. 80 When it is full, exceeded burst getting refilled. 85 Committed burst getting refilled with CIR speed. 86 Peak burst getting refilled with PIR (Peak Information Rate) speed at the 94 Extended burst getting refilled first. 95 When it is full, committed burst getting refilled.
|
/freebsd/crypto/krb5/src/lib/krb5/keytab/ |
H A D | t_keytab.c | 106 CHECK_STR(type, "getting kt type"); in kt_test() 134 CHECK_ERR(kret, KRB5_KT_NOTFOUND, "Getting non-existent entry"); in kt_test() 204 CHECK_ERR(kret, KRB5_KT_END, "getting next entry"); in kt_test() 222 CHECK_ERR(kret, KRB5_KT_NOTFOUND, "Getting nonexistent entry"); in kt_test() 308 CHECK(kret, "getting next entry(2)"); in kt_test() 311 CHECK(kret, "getting next entry(3)"); in kt_test() 313 CHECK(kret, "getting next entry(4)"); in kt_test() 319 CHECK(kret, "getting next entry(5)"); in kt_test() 327 CHECK(kret, "getting next entry(6)"); in kt_test() 329 CHECK(kret, "getting next entry(7)"); in kt_test()
|
/freebsd/lib/libpmc/ |
H A D | pmc.corei7uc.3 | 640 selected for arbitration because another virtual channel is getting arbitrated. 646 selected for arbitration because another virtual channel is getting arbitrated. 652 selected for arbitration because another virtual channel is getting arbitrated. 658 selected for arbitration because another virtual channel is getting arbitrated. 664 selected for arbitration because another virtual channel is getting arbitrated. 670 selected for arbitration because another virtual channel is getting arbitrated. 676 selected for arbitration because another virtual channel is getting arbitrated. 682 selected for arbitration because another virtual channel is getting arbitrated. 688 selected for arbitration because another virtual channel is getting arbitrated. 694 selected for arbitration because another virtual channel is getting arbitrated. [all …]
|
H A D | pmc.westmereuc.3 | 753 for arbitration because another virtual channel is getting arbitrated. 759 for arbitration because another virtual channel is getting arbitrated. 765 for arbitration because another virtual channel is getting arbitrated. 771 for arbitration because another virtual channel is getting arbitrated. 777 for arbitration because another virtual channel is getting arbitrated. 783 for arbitration because another virtual channel is getting arbitrated. 789 for arbitration because another virtual channel is getting arbitrated. 795 for arbitration because another virtual channel is getting arbitrated. 801 for arbitration because another virtual channel is getting arbitrated. 807 for arbitration because another virtual channel is getting arbitrated. [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | msgs.h | 93 #define ISC_MSG_GETDESTADDR 504 /*%< "%s: getting destination address: %s" */ 94 #define ISC_MSG_GETNETMASK 505 /*%< "%s: getting netmask: %s" */ 95 #define ISC_MSG_GETBCSTADDR 506 /*%< "%s: getting broadcast address: %s" */ 97 #define ISC_MSG_GETIFLISTSIZE 601 /*%< "getting interface list size: ..." */ 98 #define ISC_MSG_GETIFLIST 602 /*%< "getting interface list: ..." */ 191 #define ISC_MSG_GETIFADDRS 1801 /*%< "getting interface addresses: ..." */
|
/freebsd/contrib/bc/include/ |
H A D | vm.h | 180 /// A convenience macro for getting the TTYIN flag. 183 /// A convenience macro for getting the TTY flag. 186 /// A convenience macro for getting the SIGINT flag. 191 /// A convenience macro for getting the POSIX error flag. 194 /// A convenience macro for getting the POSIX warning flag. 197 /// A convenience macro for getting the math library flag. 200 /// A convenience macro for getting the global stacks flag. 207 /// A convenience macro for getting the extended register flag. 212 /// A convenience macro for getting the interactive flag. 215 /// A convenience macro for getting the prompt flag. [all …]
|
/freebsd/crypto/krb5/src/appl/user_user/ |
H A D | server.c | 129 com_err("uu-server", retval, "getting credentials cache"); in main() 136 com_err("uu-client", retval, "getting principal name"); in main() 156 com_err("uu-server", retval, "getting user-user ticket"); in main() 164 com_err("uu-server", errno, "getting client address"); in main() 171 com_err("uu-server", errno, "getting local address"); in main()
|
H A D | client.c | 130 com_err("uu-client", retval, "getting credentials cache"); in main() 138 com_err("uu-client", retval, "getting principal name"); in main() 152 com_err("uu-client", retval, "getting realms for \"%s\"", hname); in main() 177 com_err("uu-client", retval, "getting TGT"); in main()
|
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/ |
H A D | Getting_Started.htm | 6 <title>Getting Started</title></head> 9 <h1><a name="top">Getting Started</a></h1> 18 <li> Just want a quick introduction to getting tickets?<a href="#get-tickets"> Click here</a></li> 30 the back button or "Getting Started" in the table of contents to the 94 <h2><a name="get-tickets"> Introduction to Getting Tickets</a></h2>
|
/freebsd/usr.bin/systat/ |
H A D | ip.c | 263 error("sysctl getting ipstat size failed"); in initip() 271 error("sysctl getting ipstat failed"); in initip() 279 error("sysctl getting udpstat size failed"); in initip() 287 error("sysctl getting udpstat failed"); in initip() 307 error("sysctl getting ipstat failed"); in resetip() 314 error("sysctl getting udpstat failed"); in resetip()
|
/freebsd/lib/libc/gen/ |
H A D | tcsetattr.3 | 71 functions are provided for getting and setting the termios structure. 80 functions are provided for getting and setting the baud rate values in 92 .Sh GETTING AND SETTING THE BAUD RATE 164 .Sh GETTING AND SETTING THE TERMIOS STATE
|
/freebsd/crypto/openssl/crypto/ |
H A D | params_from_text.c | 252 ok = BIO_printf(bio, "error getting value\n"); in OSSL_PARAM_print_to_bio() 257 ok = BIO_printf(bio, "error getting value\n"); in OSSL_PARAM_print_to_bio() 265 ok = BIO_printf(bio, "error getting value\n"); in OSSL_PARAM_print_to_bio() 270 ok = BIO_printf(bio, "error getting value\n"); in OSSL_PARAM_print_to_bio() 290 ok = BIO_printf(bio, "error getting value\n"); in OSSL_PARAM_print_to_bio()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.get_neg.ksh | 22 # Getting failures should work correctly. 44 log_pass "Getting failures should work correctly."
|
H A D | tst.get_index_props.ksh | 22 # Getting index props should work correctly. 42 log_pass "Getting index props should work correctly."
|
H A D | tst.get_string_props.ksh | 22 # Getting string props should work correctly. 46 log_pass "Getting string props should work correctly."
|
H A D | tst.get_type.ksh | 23 # Getting type should work correctly. 55 log_pass "Getting type should work correctly."
|
H A D | tst.get_written.ksh | 23 # Getting written@ props should work correctly. 58 log_pass "Getting written@ props should work correctly."
|
H A D | tst.get_number_props.ksh | 22 # Getting number props should work correctly on filesystems, 53 log_pass "Getting number props should work correctly."
|
/freebsd/crypto/openssl/include/internal/ |
H A D | constant_time.h | 42 /* Convenience method for getting an 8-bit mask. */ 54 /* Convenience method for getting an 8-bit mask. */ 60 /* Convenience method for getting an 8-bit mask. */ 62 /* Convenience method for getting a 32-bit mask. */ 68 /* Convenience method for getting an 8-bit mask. */ 73 /* Convenience method for getting an 8-bit mask. */
|
/freebsd/crypto/openssl/engines/ |
H A D | e_capi.txt | 20 CAPI_R_ERROR_GETTING_FRIENDLY_NAME:111:error getting friendly name 21 CAPI_R_ERROR_GETTING_KEY_PROVIDER_INFO:112:error getting key provider info
|
/freebsd/crypto/openssl/ |
H A D | CONTRIBUTING.md | 4 Please visit our [Getting Started] page for other ideas about how to contribute. 6 [Getting Started]: <https://openssl-library.org/community/getting-started>
|
/freebsd/crypto/krb5/src/lib/kadm5/ |
H A D | chpass_util_strings.et | 5 error_code CHPASS_UTIL_GET_POLICY_INFO, "while getting policy info." 6 error_code CHPASS_UTIL_GET_PRINC_INFO, "while getting principal info."
|
/freebsd/crypto/krb5/src/clients/kpasswd/ |
H A D | kpasswd.c | 98 com_err(argv[0], ret, _("getting principal from ccache")); in main() 135 _("Password incorrect while getting initial ticket")); in main() 137 com_err(argv[0], ret, _("getting initial ticket")); in main()
|
/freebsd/sys/contrib/openzfs/ |
H A D | README.md | 20 be found at the [Getting Started Page](https://openzfs.github.io/openzfs-docs/Getting%20Started/ind…
|