Searched refs:medium (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/tools/tools/vhba/
H A DMakefile27 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd-10.3-release/lib/msun/src/
H A De_rem_pio2.c70 goto medium; /* cancellation -- use medium case */
100 goto medium;
114 goto medium;
128 if(ix<0x413921fb) { /* |x| ~< 2^20*(pi/2), medium size */
129 medium:
/freebsd-10.3-release/sbin/dhclient/
H A Ddhclient.conf30 medium "link0 link1";
H A Dprivsep.c107 char *medium, *reason, *filename, local
126 if ((medium = calloc(1, medium_len + 1)) == NULL)
128 buf_read(fd, medium, medium_len);
130 medium = NULL;
143 priv_script_init(reason, medium);
145 free(medium);
H A Ddhclient-script57 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
65 $medium"
316 eval "$IFCONFIG $interface $medium"
317 eval "$IFCONFIG $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1
401 eval "$IFCONFIG $interface inet -alias $new_ip_address $medium"
H A Ddhclient.c598 /* Zap the medium list... */
599 ip->client->medium = NULL;
657 script_init("ARPCHECK", lp->medium);
803 /* Remember the medium. */
804 ip->client->new->medium = ip->client->medium;
813 ip->client->new->medium);
980 /* Record the medium under which this lease was offered. */
981 lease->medium = ip->client->medium;
1942 script_init(char *reason, struct string_list *medium) argument
1977 priv_script_init(char *reason, char *medium) argument
[all...]
H A Ddhcpd.h127 struct string_list *medium; member in struct:client_lease
167 struct string_list *medium; member in struct:client_config
183 struct string_list *medium; member in struct:client_state
H A Dclparse.c640 parse_string_list(cfile, &lease->medium, 0);
883 /* Find the last medium in the media list. */
905 /* Store this medium at the end of the media list. */
/freebsd-10.3-release/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script57 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
65 $medium"
301 eval "$IFCONFIG $interface $medium"
302 eval "$IFCONFIG $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1
378 eval "$IFCONFIG $interface inet -alias $new_ip_address $medium"
/freebsd-10.3-release/sys/dev/hyperv/netvsc/
H A Dhv_rndis.h327 * Remote NDIS medium types.
340 /* Not a real medium, defined as an upper bound */
344 * Remote NDIS medium connection states.
407 /* RNDIS medium */
408 uint32_t medium; member in struct:rndis_initialize_complete_

Completed in 94 milliseconds