Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_dcb.c14 u8 selectors[IEEE_8021QAZ_APP_SEL_MAX + 1]; member
41 if (conf->selectors[i] == selector) in lan966x_dcb_apptrust_contains()
228 u8 *selectors, in lan966x_dcb_apptrust_validate() argument
239 if (lan966x_dcb_apptrust_policies[i].selectors[j] != in lan966x_dcb_apptrust_validate()
240 *(selectors + j)) { in lan966x_dcb_apptrust_validate()
257 u8 *selectors, in lan966x_dcb_setapptrust() argument
263 idx = lan966x_dcb_apptrust_validate(dev, selectors, nselectors); in lan966x_dcb_setapptrust()
273 static int lan966x_dcb_getapptrust(struct net_device *dev, u8 *selectors, in lan966x_dcb_getapptrust() argument
281 memcpy(selectors, trust->selectors, trust->nselectors); in lan966x_dcb_getapptrust()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_dcb.c20 u8 selectors[IEEE_8021QAZ_APP_SEL_MAX + 1]; member
90 static int sparx5_dcb_apptrust_validate(struct net_device *dev, u8 *selectors, in sparx5_dcb_apptrust_validate() argument
101 if (sparx5_dcb_apptrust_policies[i].selectors[ii] != in sparx5_dcb_apptrust_validate()
102 *(selectors + ii)) { in sparx5_dcb_apptrust_validate()
128 if (conf->selectors[i] == selector) in sparx5_dcb_apptrust_contains()
299 static int sparx5_dcb_setapptrust(struct net_device *dev, u8 *selectors, in sparx5_dcb_setapptrust() argument
305 idx = sparx5_dcb_apptrust_validate(dev, selectors, nselectors, &err); in sparx5_dcb_setapptrust()
314 static int sparx5_dcb_getapptrust(struct net_device *dev, u8 *selectors, in sparx5_dcb_getapptrust() argument
322 memcpy(selectors, trust->selectors, trust->nselectors); in sparx5_dcb_getapptrust()
/openbmc/linux/lib/
H A Ddecompress_bunzip2.c106 unsigned char selectors[32768]; /* nSelectors = 15 bits */ member
163 unsigned char uc, *symToByte, *mtfSymbol, *selectors; in get_next_block() local
168 selectors = bd->selectors; in get_next_block()
228 mtfSymbol[0] = selectors[i] = uc; in get_next_block()
365 hufGroup = bd->groups+selectors[selector++]; in get_next_block()
/openbmc/linux/tools/testing/selftests/x86/
H A Dsigreturn.c300 struct selectors { struct
306 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in ssptr() argument
312 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in csptr()
658 struct selectors *req_sels = in test_valid_sigreturn()
660 struct selectors *res_sels = in test_valid_sigreturn()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-elementpath_4.4.0.bb1 DESCRIPTION = "Provide XPath 1.0 and 2.0 selectors for Python's ElementTree XML data structures, bo…
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js177 selectors: buildSelectors(classes) property in AnonymousFunctionc6d3f3560800.build.www
183 selectors: www.selectors,
196 var selectors = {};
198 selectors[k] = "." + v;
200 return selectors;
906 return this.$node.find(this.selectors.selectable);
927 this.$node.on("click.tt", this.selectors.selectable, onSelectableClick);
967 var $selectable = this._getSelectables().filter(this.selectors.cursor).first();
1534 $wrapper = $input.parent().filter(www.selectors.wrapper);
H A Djquery-2.0.3.min.js4selectors={cacheLength:50,createPseudo:at,match:J,attrHandle:{},find:{},relative:{">":{dir:"parent…
H A Djquery-3.7.1.min.js2 …ze=Y,I.escape=ce.escapeSelector,I.getText=ce.text,I.isXML=ce.isXMLDoc,I.selectors=ce.expr,I.suppor…
H A Djquery-2.0.3.min.map1 …"duplicates","detectDuplicates","sortStable","textContent","nodeValue","selectors","createPseudo",…
H A Djquery-3.7.1.min.map1 …dirrunsUnique","token","compiled","filters","unique","getText","isXML","selectors","until","trunca…
/openbmc/qemu/tests/tcg/i386/
H A DREADME10 The Linux system call modify_ldt() is used to create x86 selectors
/openbmc/linux/net/dcb/
H A Ddcbnl.c1070 u8 *selectors; in dcbnl_getapptrust() local
1073 if (!selectors) in dcbnl_getapptrust()
1076 err = ops->dcbnl_getapptrust(netdev, selectors, &nselectors); in dcbnl_getapptrust()
1089 type = dcbnl_app_attr_type_get(selectors[i]); in dcbnl_getapptrust()
1090 err = nla_put_u8(skb, type, selectors[i]); in dcbnl_getapptrust()
1099 kfree(selectors); in dcbnl_getapptrust()
1644 u8 selectors[IEEE_8021QAZ_APP_SEL_MAX + 1] = {0}; in dcbnl_ieee_set() local
1662 nselectors >= sizeof(selectors)) { in dcbnl_ieee_set()
1676 if (selectors[i] == selector) { in dcbnl_ieee_set()
1682 selectors[nselectors++] = selector; in dcbnl_ieee_set()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DAUTHORS.txt15 support CSS selectors.
H A DNEWS.txt96 selectors.
310 * Added support for simple CSS selectors, taken from the soupselect project.
/openbmc/linux/Documentation/sound/cards/
H A Dmaya44.rst159 Digital output selectors
180 Selectable values for each of the digital output selectors are:
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst57 selectors to load balance amongst these paths. We also build a
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-etm4x-reference.rst483 higher as selectors 0 and 1 are hardwired.
575 Where evBevF is a 16 bit value made up of two event selectors,
/openbmc/webui-vue/docs/customization/
H A Dreadme.md32 Boostrap-vue library file naming since most of the ruleset selectors in these
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/
H A Dlibrsvg-crates.inc195 crate://crates.io/selectors/0.25.0 \
467 SRC_URI[selectors-0.25.0.sha256sum] = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a0…
/openbmc/linux/Documentation/networking/
H A Dnf_flowtable.rst28 n-tuple selectors: layer 2 protocol encapsulation (VLAN and PPPoE), layer 3
/openbmc/linux/drivers/char/
H A DKconfig304 # what about 2 selectors differing: m != y
/openbmc/linux/Documentation/arch/x86/
H A Dboot.rst1357 disabled; a GDT must be loaded with the descriptors for selectors
1396 a GDT must be loaded with the descriptors for selectors
/openbmc/rest-dbus/resources/
H A Djquery.min.js2selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parent…
/openbmc/linux/Documentation/driver-api/
H A Dpin-control.rst181 determine the total number of legal selectors, then it will call the other functions
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt7361 -rw-r--r-- root root 16935 ./usr/lib/python3.8/__pycache__/selectors.cpython-38.op…
7362 -rw-r--r-- root root 12900 ./usr/lib/python3.8/__pycache__/selectors.cpython-38.op…
7363 -rw-r--r-- root root 16935 ./usr/lib/python3.8/__pycache__/selectors.cpython-38.pyc
7480 -rw-r--r-- root root 18561 ./usr/lib/python3.8/selectors.py

12