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

/freebsd-11-stable/tools/tools/vhba/
H A DMakefile27 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd-11-stable/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-11-stable/sbin/dhclient/
H A Ddhclient.conf30 medium "link0 link1";
H A Dprivsep.c108 char *medium, *reason, *filename, local
128 if ((medium = calloc(1, medium_len + 1)) == NULL)
130 buf_read(fd, medium, medium_len);
132 medium = NULL;
145 priv_script_init(reason, medium);
147 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.c604 /* Zap the medium list... */
605 ip->client->medium = NULL;
663 script_init("ARPCHECK", lp->medium);
826 /* Remember the medium. */
827 ip->client->new->medium = ip->client->medium;
857 ip->client->new->medium);
1033 /* Record the medium under which this lease was offered. */
1034 lease->medium = ip->client->medium;
1996 script_init(const char *reason, struct string_list *medium) argument
2031 priv_script_init(const 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.c643 parse_string_list(cfile, &lease->medium, 0);
889 /* Find the last medium in the media list. */
911 /* Store this medium at the end of the media list. */
/freebsd-11-stable/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-11-stable/sys/dev/ocs_fc/
H A Dsli4.c7860 event.medium = SLI_LINK_MEDIUM_ETHERNET;
7866 event.medium = SLI_LINK_MEDIUM_MAX;
7957 event.medium = SLI_LINK_MEDIUM_FC;
H A Dsli4.h3109 sli4_link_medium_e medium; /* Ethernet / FC */ member in struct:sli4_link_event_s
H A Docs_hw.c252 hw->link.medium = SLI_LINK_MEDIUM_MAX;
1839 ocs_log_test(hw->os, "unsupported topology=%#x medium=%#x\n",
1873 ocs_log_test(hw->os, "unsupported speed=%#x medium=%#x\n",
9932 hw->link.medium = SLI_LINK_MEDIUM_FC;

Completed in 172 milliseconds