Home
last modified time | relevance | path

Searched refs:hn (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/hyperv/tools/scripts/
H A Dhyperv_vfup23 hn=$1
24 hn_unit=`echo $hn | sed 's/[^0-9]*//g'`
26 vf=`sysctl -n dev.hn.$hn_unit.vf`
30 echo "$hn: VF was detached"
57 ifconfig $lagg laggproto failover laggport $hn laggport $vf
63 pidfile=/var/run/dhclient.$hn.pid
76 ifconfig $hn -alias > /dev/null 2>&1
93 if dhcpif $hn;
96 if syncdhcpif $hn;
103 ifconfig_args=`ifconfig_getargs $hn`
H A Dhyperv_vfattach7 sysctl -n hw.hn.vf_transparent > /dev/null 2>&1
13 vf_transparent=`sysctl -n hw.hn.vf_transparent`
44 sysctl -n hw.hn.vflist > /dev/null 2>&1
50 vf_list=`sysctl -n hw.hn.vflist`
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c121 struct mlx5e_eth_addr_hash_node *hn; in mlx5e_add_eth_addr_to_hash() local
124 LIST_FOREACH(hn, &hash[ix], hlist) { in mlx5e_add_eth_addr_to_hash()
125 if (bcmp(hn->ai.addr, hn_new->ai.addr, ETHER_ADDR_LEN) == 0) { in mlx5e_add_eth_addr_to_hash()
126 if (hn->action == MLX5E_ACTION_DEL) in mlx5e_add_eth_addr_to_hash()
127 hn->action = MLX5E_ACTION_NONE; in mlx5e_add_eth_addr_to_hash()
137 mlx5e_del_eth_addr_from_hash(struct mlx5e_eth_addr_hash_node *hn) in mlx5e_del_eth_addr_from_hash() argument
139 LIST_REMOVE(hn, hlist); in mlx5e_del_eth_addr_from_hash()
140 free(hn, M_MLX5EN); in mlx5e_del_eth_addr_from_hash()
889 #define mlx5e_for_each_hash_node(hn, tmp, hash, i) \ argument
891 LIST_FOREACH_SAFE(hn, &(hash)[i], hlist, tmp)
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dindex.html.tpl43 var xhr, expected, hn, idx = 0, passed = true;
59 hn.appendChild(document.createTextNode(' - PASSED (time: ' + duration + ' ms)'));
60 hn.className = 'passed';
62 hn.appendChild(document.createTextNode(' - FAILED'));
63 hn.className = 'err';
68 hn = document.getElementsByTagName('h1')[0];
69 hn.appendChild(document.createTextNode('Test: ' + tname));
/freebsd/usr.sbin/ypldap/
H A Dypldap_dns.c131 struct ypldap_addr_list hn = TAILQ_HEAD_INITIALIZER(hn); in dns_dispatch_imsg() local
171 if ((cnt = host_dns(name, &hn)) == -1) in dns_dispatch_imsg()
179 while(!TAILQ_EMPTY(&hn)) { in dns_dispatch_imsg()
180 h = TAILQ_FIRST(&hn); in dns_dispatch_imsg()
181 TAILQ_REMOVE(&hn, h, next); in dns_dispatch_imsg()
206 host_dns(const char *s, struct ypldap_addr_list *hn) in host_dns() argument
245 TAILQ_INSERT_HEAD(hn, h, next); in host_dns()
/freebsd/contrib/libxo/doc/
H A Dxolint-errors.rst35 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
203 'Field has hn-* modifier but not 'h' modifier'
206 The message "Field has hn-* modifier but not 'h' modifier" can be caused by code like:
210 xo_emit("{,hn-1000:value}", value);
216 xo_emit("{h,hn-1000:value}", value);
218 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
H A Dfield-modifiers.rst19 h humanize (hn) Format large numbers in human-readable style
20 \ hn-space Humanize: Place space between numeric and unit
21 \ hn-decimal Humanize: Add a decimal digit, if number < 10
22 \ hn-1000 Humanize: Use 1000 as divisor instead of 1024
164 "hn" can be used as an alias for "humanize".
172 "`hn-space`" modifier places a space between the number and any
174 "`hn-decimal`" modifier will add a decimal point and a single tenths
175 digit when the number is less than 10 (ex: "4.4K"). The "`hn-1000`"
181 xo_emit("{h:input/%u}, {h,hn-space:output/%u}, "
182 "{h,hn-decimal:errors/%u}, {h,hn-1000:capacity/%u}, "
[all …]
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_common.kshlib76 hn=$($HOSTNAME)
80 print -n " [user $user_id ($user) on $hn$zn]" >> $EXPECT_HISTORY
/freebsd/sys/dev/mlx5/mlx5_core/
H A Deswitch.h49 #define for_each_l2hash_node(hn, tmp, hash, i) \
51 hlist_for_each_entry_safe(hn, tmp, &hash[i], hlist)
47 for_each_l2hash_node(hn,tmp,hash,i) global() argument
/freebsd/libexec/bootpd/
H A Dbootptab.mcs18 # hn -- host name set for client
49 :hn:dn="mc.com":\
H A Dbootptab.cmu18 # hn -- host name set for client
46 :hn:dn=cmu.edu:\
H A Dreadfile.c395 char *hn = hp->hostname->string; in readtab() local
398 if (lookup_ipa(hn, &value)) { in readtab()
399 report(LOG_ERR, "can not get IP addr for %s", hn); in readtab()
409 report(LOG_ERR, "can not get netmask for %s", hn); in readtab()
/freebsd/usr.sbin/bsdconfig/includes/
H A Dincludes.sh153 while getopts adfF:hn flag; do
/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c2481 heim_printable_string hn; in hx509_verify_hostname() local
2482 hn.data = rk_UNCONST(hostname); in hx509_verify_hostname()
2483 hn.length = strlen(hostname); in hx509_verify_hostname()
2485 if (der_printable_string_cmp(&san.val[j].u.dNSName, &hn) == 0) { in hx509_verify_hostname()
2510 heim_printable_string hn; in hx509_verify_hostname() local
2511 hn.data = rk_UNCONST(hostname); in hx509_verify_hostname()
2512 hn.length = strlen(hostname); in hx509_verify_hostname()
2514 if (der_printable_string_cmp(&ds->u.printableString, &hn) == 0) in hx509_verify_hostname()
2519 heim_ia5_string hn; in hx509_verify_hostname() local
2520 hn.data = rk_UNCONST(hostname); in hx509_verify_hostname()
[all …]
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr711 awk -v dn="$dp" -v ip4="$cp" -v ip6="$c6p" -v hn="$hp" '
715 h = ( match(hn, /\./) ? substr(hn, 0, RSTART-1) : "" )
724 if ( $n == hn ) hn4found = 1
725 if ( $n == hn "." ) hn4found = 1
729 if ( $n == hn ) hn6found = 1
730 if ( $n == hn "." ) hn6found = 1
746 printf "%s\t%s %s\n", ip6, hn, h >> hosts
747 printf "%s\t%s.\n", ip6, hn >> hosts
754 printf "%s\t%s\n", ip6, hn >> hosts
759 printf "%s\t\t%s %s\n", ip4, hn, h >> hosts
[all …]
/freebsd/contrib/sendmail/src/
H A Ddomain.c1321 char *hn; local
1323 hn = MXHostBuf + 1;
1324 if (!str_is_print(hn))
1328 ahn = hn2alabel(hn);
1336 (void) sm_strlcpy(hn, ahn, sizeof(MXHostBuf) - 1);
H A Dusersmtp.c104 register char *hn; local
196 hn = hnbuf;
198 hn = mci->mci_heloname;
202 hn = MyHostName;
210 smtpmessage("LHLO %s", m, mci, hn);
216 smtpmessage("EHLO %s", m, mci, hn);
221 smtpmessage("HELO %s", m, mci, hn);
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c1268 char *hn; in parse_object() local
1271 hn = hns[u]; in parse_object()
1272 if (hn == NULL) { in parse_object()
1275 id = string_to_hash(hn); in parse_object()
1279 " (line %ld)\n", hn, linenum); in parse_object()
1283 xfree(hn); in parse_object()
/freebsd/contrib/bc/src/
H A Dhistory.c677 HANDLE hn = GetStdHandle(STD_INPUT_HANDLE); in bc_history_read() local
679 good = ReadConsole(hn, buf, (DWORD) n, &read, NULL); in bc_history_read()
/freebsd/crypto/heimdal/
H A DNEWS721 * some missing [hn]to[hn]s fixed.
/freebsd/crypto/openssl/apps/
H A Ds_client.c229 const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); in ssl_servername_cb() local
231 p->ack = !SSL_session_reused(s) && hn != NULL; in ssl_servername_cb()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c455 SYSCTL_NODE(_hw, OID_AUTO, hn, CTLFLAG_RD | CTLFLAG_MPSAFE, NULL,
656 DRIVER_MODULE(hn, vmbus, hn_driver, 0, 0);
657 MODULE_VERSION(hn, 1);
658 MODULE_DEPEND(hn, vmbus, 1, 1, 1);
/freebsd/contrib/tzdata/
H A Dnorthamerica3448 # <http://www.latribuna.hn/99299.html> that Manuel Zelaya, the president
3458 # http://www.elheraldo.hn/nota.php?nid=54941&sec=12
3464 # http://www.presidencia.gob.hn/noticia.aspx?nId=47