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

/freebsd-13-stable/tools/tools/vhba/
H A DMakefile27 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd-13-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-13-stable/sbin/dhclient/
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.c638 /* Zap the medium list... */
639 ip->client->medium = NULL;
697 script_init("ARPCHECK", lp->medium);
860 /* Remember the medium. */
861 ip->client->new->medium = ip->client->medium;
899 ip->client->new->medium);
1066 /* Record the medium under which this lease was offered. */
1067 lease->medium = ip->client->medium;
2027 script_init(const char *reason, struct string_list *medium) argument
2062 priv_script_init(const char *reason, char *medium) argument
[all...]
H A Ddhcpd.h132 struct string_list *medium; member in struct:client_lease
172 struct string_list *medium; member in struct:client_config
188 struct string_list *medium; member in struct:client_state
H A Dclparse.c644 parse_string_list(cfile, &lease->medium, 0);
890 /* Find the last medium in the media list. */
912 /* Store this medium at the end of the media list. */
/freebsd-13-stable/sys/conf/
H A Dkern.mk131 # We also specify the "medium" code model, which generates code suitable for a
134 # code model as "medium" and "medany" respectively.
139 CFLAGS.clang+= -mcmodel=medium
/freebsd-13-stable/stand/
H A Ddefs.mk133 CFLAGS.clang+= -mcmodel=medium
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.c7837 event.medium = SLI_LINK_MEDIUM_ETHERNET;
7843 event.medium = SLI_LINK_MEDIUM_MAX;
7934 event.medium = SLI_LINK_MEDIUM_FC;
H A Dsli4.h3089 sli4_link_medium_e medium; /* Ethernet / FC */ member in struct:sli4_link_event_s
H A Docs_hw.c248 hw->link.medium = SLI_LINK_MEDIUM_MAX;
1825 ocs_log_test(hw->os, "unsupported topology=%#x medium=%#x\n",
1859 ocs_log_test(hw->os, "unsupported speed=%#x medium=%#x\n",
9899 hw->link.medium = SLI_LINK_MEDIUM_FC;

Completed in 310 milliseconds