Home
last modified time | relevance | path

Searched full:reject (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.js177 return $q.reject();
187 return $q.reject();
197 return $q.reject();
209 return $q.reject();
221 return $q.reject();
232 return $q.reject();
248 return $q.reject();
271 return $q.reject();
276 return $q.reject();
H A Dfirmware-controller.js73 deferred.reject(error);
80 deferred.reject(error);
88 deferred.reject(
211 deferred.reject(
226 deferred.reject(error);
/openbmc/qemu/qapi/
H A Dcompat.json17 # @reject: Reject with an error
24 'data': [ 'accept', 'reject', 'crash' ] }
/openbmc/u-boot/include/linux/
H A Dstring.h85 * of bsytes not in reject.
88 * @reject: strings which cause the search to halt
89 * @return number of characters at the start of @s which are not in @reject
91 size_t strcspn(const char *s, const char *reject);
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dfilter.hpp56 * commands in priority order and each filter has the opportunity to reject the
58 * return success, the actual IPMI command will be executed. Filters can reject
111 * commands in priority order and each filter has the opportunity to reject the
113 * return success, the actual IPMI command will be executed. Filters can reject
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/
H A Dnftables_1.1.3.bb74 kernel-module-nft-ct kernel-module-nft-reject \
75 kernel-module-nft-flow-offload kernel-module-nft-reject-inet \
76 kernel-module-nft-hash kernel-module-nft-reject-ipv4 \
77 kernel-module-nft-limit kernel-module-nft-reject-ipv6 \
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-usage-controller.js84 return $q.reject();
94 return $q.reject();
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A Dinternal_recipient1 root@ permit_mynetworks,reject
/openbmc/qemu/tests/qapi-schema/
H A Dmissing-type.json1 # we reject an expression with missing metatype
H A Dbad-type-dict.json1 # we reject an expression with a metatype that is not a string
H A Dreturns-dict.json1 # we reject inline struct return type
H A Dreturns-unknown.json1 # we reject returns if it does not contain a known type
H A Dargs-unknown.json1 # we reject data if it does not contain a known type
H A Dcommand-int.json1 # we reject collisions between commands and types
H A Dargs-int.json1 # we reject commands where data is not an array or complex type
H A Ddouble-type.json1 # we reject an expression with ambiguous metatype
H A Dbase-cycle-direct.json1 # we reject a loop in base classes
H A Dredefined-predefined.json1 # we reject types that clash with predefined types
H A Denum-bad-member.json1 # we reject any enum member that is not a string
H A Dbad-type-bool.json1 # we reject an expression with a metatype that is not a string
H A Dbad-ident.json1 # we reject creating a type name with bad name
H A Dargs-member-unknown.json1 # we reject data if it does not contain a known type
H A Dreturns-array-bad.json1 # we reject an array return that is not a single type
H A Dalternate-unknown.json1 # we reject an alternate with unknown type in branch
/openbmc/webui-vue/src/store/modules/Settings/
H A DDateTimeStore.js63 return await new Promise((resolve, reject) => {
71 .catch(() => reject());

12345678910>>...12