Searched refs:blobs (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | config_none.c | 51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
H A D | config.h | 661 struct wpa_config_blob *blobs; member
|
H A D | config.c | 2652 blob = config->blobs; in wpa_config_flush_blobs() 2653 config->blobs = NULL; in wpa_config_flush_blobs() 3993 struct wpa_config_blob *blob = config->blobs; in wpa_config_get_blob() 4016 blob->next = config->blobs; in wpa_config_set_blob() 4017 config->blobs = blob; in wpa_config_set_blob() 4043 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_remove_blob() 4050 config->blobs = pos->next; in wpa_config_remove_blob()
|
H A D | config_winreg.c | 1036 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
H A D | config_file.c | 1605 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
H A D | ChangeLog | 603 * added option to set config blobs through control interface with 1826 * added support for named configuration blobs in order to avoid having
|
/dflybsd-src/sys/dev/drm/ |
H A D | drm_property.c | 599 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) { in drm_property_destroy_user_blobs() 790 list_add_tail(&blob->head_file, &file_priv->blobs); in drm_mode_createblob_ioctl() 817 list_for_each_entry(bt, &file_priv->blobs, head_file) { in drm_mode_destroyblob_ioctl()
|
H A D | drm_file.c | 338 INIT_LIST_HEAD(&priv->blobs); in drm_open_helper()
|
/dflybsd-src/sbin/fsck_msdosfs/ |
H A D | fat.c | 1054 size_t rwsize, tailsize, blobs, i; in copyfat() local 1063 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat() 1074 for (i = 0; i < blobs; in copyfat() 1076 if (i == blobs - 1) { in copyfat()
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_file.h | 274 struct list_head blobs; member
|
/dflybsd-src/crypto/openssh/ |
H A D | PROTOCOL.agent | 98 key blobs:
|
/dflybsd-src/games/hack/ |
H A D | rumors | 46 Acid blobs should be attacked bare-handed.
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 3813 blob = wpa_s->conf->blobs; in wpas_dbus_getter_blobs()
|
/dflybsd-src/sys/contrib/dev/acpica/ |
H A D | changes.txt | 3969 blobs into ASL code. The new directive is #includebuffer. It takes a
|