Searched defs:fallback (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/pyzfs/
H A Dpyzfs.py46 fallback=True).gettext variable
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py42 fallback=True).gettext variable
/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/lib/print/libpapi-dynamic/common/
H A Dservice.c58 default_service_uri(char *fallback) argument
77 result = 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/cmd/nscd/
H A Dnscd_switch.h207 int fallback; /* if set, may need to fall back to main nscd */ member in struct:__anon1028
/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
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc1609 add_to_env(const char *var, const char *value, const char *fallback) argument
1621 var, fallback);
1629 var, oldpath, 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/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) {

Completed in 109 milliseconds