Home
last modified time | relevance | path

Searched full:f_struct (Results 1 – 17 of 17) sorted by relevance

/freebsd/usr.sbin/bsdconfig/share/
H A Dstruct.subr62 # struct is through the f_struct() function below.
70 # f_struct my_struct set abc 123
71 # f_struct my_struct get abc # prints 123 to stdout
72 # f_struct my_struct get abc abc # sets local variable $abc to 123
90 # if f_struct my_struct; then
94 # For more information, see the f_struct() function.
103 eval $name\(\){ f_struct $name \"\$@\"\; }
106 # f_struct $name
107 # f_struct $name get $property [$var_to_set]
108 # f_struct $name set $property $new_value
[all …]
H A Ddevice.subr199 f_struct $device || continue
326 f_struct "$geom" || return $FAILURE
357 f_struct "$geom_consumer" get provider_ref provider_ref &&
359 if f_struct "$geom_provider"; then
368 f_struct "$provider_class" get name type
369 f_struct "$geom_provider" get mediasize capacity
370 f_struct "$provider_config" get descr desc
385 f_struct "$p_geom" get consumer1 p_consumer
386 f_struct "$p_consumer" get provider_ref p_provider_ref &&
388 if f_struct "$p_provider"; then
[all …]
H A Dkeymap.subr209 f_struct keymap_$name && continue
H A Dgeom.subr405 f_struct "$__struct" # Return status
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr358 f_struct "$scan_struct" || return $FAILURE
359 f_struct "$wireless_struct" || return $FAILURE
504 f_struct "$wireless_prefix$w" set matches ""
513 f_struct "$scans_prefix$s" set matched ""
519 f_struct "$scans_prefix$s" set matched 1
520 debug= f_struct "$wireless_prefix$w" \
523 f_struct "$wireless_prefix$w" \
558 f_struct "$dev" get name if || continue
581 f_struct "$dev" get name if || continue
713 f_struct "$dev" get name if || continue
[all …]
H A Dnfs.subr91 if ! f_struct device_network ||
94 f_struct device_network &&
114 f_struct device_network &&
200 f_struct device_network &&
H A Dcommon.subr62 f_struct device_media &&
76 f_struct device_media &&
90 f_struct device_media || f_media_get_type
H A Dusb.subr80 f_struct device_media &&
85 f_struct device_media get name name
89 f_struct device_media || return $FAILURE
H A Dcdrom.subr81 f_struct device_media || return $FAILURE
94 f_struct "$dev" get devname devname || return $FAILURE
195 f_struct "$dev" || return $SUCCESS
H A Dhttp.subr166 if f_struct device_network && [ "${url#$msg_other}" ]; then
212 if ! f_struct device_network ||
215 f_struct device_network &&
308 f_struct device_network &&
H A Dany.subr135 f_struct device_media || return $FAILURE
H A Ddos.subr79 f_struct device_media || return $FAILURE
H A Ddirectory.subr80 f_struct device_media || return $FAILURE
H A Dufs.subr107 f_struct device_media || return $FAILURE
H A Doptions.subr149 if f_struct device_media; then
H A Dtcpip.subr793 f_struct "$struct_name" && f_struct_free "$struct_name"
1142 f_struct "$dev" get name devname || return $DIALOG_CANCEL
1147 if [ "$private" ] && f_struct "$private"; then
1691 if f_struct device_network &&
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Ddevice.subr82 f_struct "$dev" get name if || continue