| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| config_none.c | 52 for (blob = config->blobs; blob; blob = blob->next) { 53 /* TODO: write blobs */
|
| config.h | 738 * blobs - Configuration blobs 740 struct wpa_config_blob *blobs; member in struct:wpa_config
|
| config.c | 3008 blob = config->blobs; 3009 config->blobs = NULL; 4543 struct wpa_config_blob *blob = config->blobs; 4566 blob->next = config->blobs; 4567 config->blobs = blob; 4593 struct wpa_config_blob *pos = config->blobs, *prev = NULL; 4600 config->blobs = pos->next;
|
| config_winreg.c | 19 * network block in the configuration file. In addition, blobs subkey has 20 * possible blobs as values. 58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); 61 "blobs key"); 62 return 0; /* assume no blobs */ 981 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL, 984 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: " 1049 RegDeleteKey(hk, TEXT("blobs")); 1050 for (blob = config->blobs; blob; blob = blob->next) {
|
| config_file.c | 1696 for (blob = config->blobs; blob; blob = blob->next) {
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_file.h | 296 * @blobs: 303 struct list_head blobs; member in struct:drm_file
|
| /src/external/bsd/libfido2/dist/tools/ |
| token.c | 619 int blobs = 0; local 631 blobs = 1; 648 if (blobs || enrolls || keys || rplist) { 651 if (blobs)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
| intel_uc_fw.c | 74 /* All blobs need to be declared via MODULE_FIRMWARE() */ 81 /* The below structs and macros are used to iterate across the list of blobs */ 102 const struct uc_fw_blob blobs[INTEL_UC_FW_NUM_TYPES]; member in struct:uc_fw_platform_requirement 109 .blobs[INTEL_UC_FW_TYPE_GUC] = guc_, \ 110 .blobs[INTEL_UC_FW_TYPE_HUC] = huc_, \ 124 &fw_blobs[i].blobs[uc_fw->type];
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_property.c | 627 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) { 818 list_add_tail(&blob->head_file, &file_priv->blobs); 845 list_for_each_entry(bt, &file_priv->blobs, head_file) {
|
| drm_file.c | 154 INIT_LIST_HEAD(&file->blobs);
|
| /src/distrib/utils/embedded/ |
| mkimage | 308 echo ${bar} Installing devicetree blobs ${bar}
|
| /src/external/gpl2/dtc/dist/Documentation/ |
| dtc-paper.tex | 388 tree blobs easier by converting a text representation of the tree
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_handlers.c | 2579 * Asks wpa_supplicant to internally store a binary blobs. 2641 * Gets one wpa_supplicant's binary blobs. 2688 * Asks wpa_supplicant to internally remove a binary blobs. 4497 * wpas_dbus_getter_blobs - Get all blobs defined for this interface 4503 * Getter for "Blobs" property. 4521 blob = wpa_s->conf->blobs;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| stabsread.c | 3269 (where type 6 is defined by "blobs:t6=eblob1:0,blob2:1,;"). */ 3387 (where type 6 is defined by "blobs:t6=eblob1:0,blob2:1,;"). */
|
| /src/external/gpl3/gdb/dist/gdb/ |
| stabsread.c | 3271 (where type 6 is defined by "blobs:t6=eblob1:0,blob2:1,;"). */ 3389 (where type 6 is defined by "blobs:t6=eblob1:0,blob2:1,;"). */
|