Searched refs:fallback (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dgetresponse.c73 * as a fallback. The default values are the same as the C locale values.
78 int fallback = 0; local
100 fallback = 1;
105 if (fallback == 1) {
106 /* The fallback yesexpr failed, so exit */
110 /* The locale's yesexpr or noexpr failed so use fallback */
113 fallback = 1;
/illumos-gate/usr/src/cmd/pyzfs/
H A Dpyzfs.py46 fallback=True).gettext variable
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c524 goto fallback;
529 goto fallback;
537 goto fallback;
546 fallback:
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c83 * Only way for a fallback listener to receive connections is when
84 * a handshake fails and socket is moved from the proxy to the fallback.
85 * Connections that come in directly on the fallback are denied.
412 sof_handle_t fallback; local
428 fallback =
431 * No fallback: the remote will timeout and
434 if (fallback != NULL &&
435 sof_newconn_move(handle, fallback))
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py42 fallback=True).gettext variable
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dservice.c58 default_service_uri(char *fallback) argument
77 result = fallback;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h207 int fallback; /* if set, may need to fall back to main nscd */ member in struct:__anon1028
H A Dnscd_switch.c616 (me, "NSS_NOTFOUND (ldap): fallback to main nscd "
935 swret->fallback = set_fallback_flag(
1397 if (swret.fallback == 1 && status == NSS_NOTFOUND) {
1409 (me, "NSS_ALTRETRY: fallback to main nscd needed\n");
1554 (me, "NSS_TRYLOCAL: fallback to caller process\n");
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_prv.c95 * fallback to the old behaviour.
119 * supports device id in disksets. We fallback
124 goto fallback;
164 fallback:
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c128 struct symbol *fallback; /* fallback token in case this token doesn't parse */ member in struct:symbol
270 int has_fallback; /* True if any %fallback is seen in the grammer */
1886 struct symbol *fallback; /* The fallback token */ member in struct:pstate
2164 }else if( strcmp(x,"fallback")==0 ){
2165 psp->fallback = 0;
2251 "%%fallback argument \"%s\" should be a token", x);
2255 if( psp->fallback==0 ){
2256 psp->fallback
[all...]
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1026 * /dev/net node, and perhaps fallback to open the style-1 /dev node if the
1028 * fallback and the subsequent style-2 attempt will not happen if:
1036 * ENOENT, but we should not fallback to open /dev/bge1000 in this case,
1071 goto fallback;
1078 * We don't fallback to open the /dev node when it returns
1093 * we should not fallback to open the /dev/<devname> node.
1100 goto fallback;
1116 fallback:
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1554 int fallback; local
1567 fallback = 0;
1584 fallback = 1;
1618 if (fallback) {
1695 if (fallback) {
1786 * target date was in fallback period, it needs to be adjusted
1925 * will be called when clock fallback is about to happen.
1932 * fallback).
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c224 static struct filed fallback[2]; variable in typeref:struct:filed
3239 * to our hardcoded fallback configuration.
3247 Files = (struct filed *) &fallback; /*lint !e545 */
3258 Files = (struct filed *) &fallback; /*lint !e545 */
3279 Files = (struct filed *) &fallback; /*lint !e545 */
5262 if (Files != (struct filed *)&fallback) {
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c2029 * fails, the logical geometry is used as the fallback for
5721 /* Always fallback to ddi_prop_op... */
5724 fallback: return (ddi_prop_op(dev, dip, prop_op, mod_flags,
5731 goto fallback;
5746 goto fallback;
5804 goto fallback;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y123 // fallback to ID if they will not parse as their original value.
126 %fallback ID
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c2749 * If we are done and there was an error then set fallback pid
2765 int fallback)
2804 if (!fallback) {
2986 * This allows us to specify a fallback unixname per _domain_ or no mapping
3464 * from the AD object -- then we ignore it and fallback
3493 * Therefore we ignore this and fallback to name-based
3510 /* fallback */
2764 generate_localsid(idmap_mapping *req, idmap_id_res *res, int is_user, int fallback) argument

Completed in 130 milliseconds