Home
last modified time | relevance | path

Searched refs:config_buf (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/security/openct/openct-0.6.20/src/ifd/
H A Dconf.c43 static ct_buf_t config_buf; variable
76 ct_buf_init(&config_buf, buffer, sizeof(buffer)); in ifd_config_parse()
361 s = (char *)ct_buf_head(&config_buf); in get_token()
362 n = ct_buf_avail(&config_buf); in get_token()
375 if (ct_buf_read(&config_buf, config_fd) < 0) { in get_token()
391 ct_buf_get(&config_buf, NULL, m); in get_token()
410 if (ct_buf_avail(&config_buf) == 0) { in ateof()
414 if (ct_buf_read(&config_buf, config_fd) < 0) { in ateof()
435 s = (char *)ct_buf_head(&config_buf); in skipws()
436 n = ct_buf_avail(&config_buf); in skipws()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c306 void *config_buf, int buf_len) in static_config_buf_prepare_for_upload() argument
322 sja1105_static_config_pack(config_buf, config); in static_config_buf_prepare_for_upload()
328 final_header_ptr = config_buf + buf_len - SJA1105_SIZE_TABLE_HEADER; in static_config_buf_prepare_for_upload()
331 final_header.crc = sja1105_crc32(config_buf, crc_len); in static_config_buf_prepare_for_upload()
348 u8 *config_buf; in sja1105_static_config_upload() local
352 config_buf = kcalloc(buf_len, sizeof(char), GFP_KERNEL); in sja1105_static_config_upload()
353 if (!config_buf) in sja1105_static_config_upload()
356 rc = static_config_buf_prepare_for_upload(priv, config_buf, buf_len); in sja1105_static_config_upload()
388 config_buf, buf_len); in sja1105_static_config_upload()
432 kfree(config_buf); in sja1105_static_config_upload()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c306 void *config_buf, int buf_len) in static_config_buf_prepare_for_upload() argument
322 sja1105_static_config_pack(config_buf, config); in static_config_buf_prepare_for_upload()
328 final_header_ptr = config_buf + buf_len - SJA1105_SIZE_TABLE_HEADER; in static_config_buf_prepare_for_upload()
331 final_header.crc = sja1105_crc32(config_buf, crc_len); in static_config_buf_prepare_for_upload()
348 u8 *config_buf; in sja1105_static_config_upload() local
352 config_buf = kcalloc(buf_len, sizeof(char), GFP_KERNEL); in sja1105_static_config_upload()
353 if (!config_buf) in sja1105_static_config_upload()
356 rc = static_config_buf_prepare_for_upload(priv, config_buf, buf_len); in sja1105_static_config_upload()
388 config_buf, buf_len); in sja1105_static_config_upload()
432 kfree(config_buf); in sja1105_static_config_upload()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c306 void *config_buf, int buf_len) in static_config_buf_prepare_for_upload() argument
322 sja1105_static_config_pack(config_buf, config); in static_config_buf_prepare_for_upload()
328 final_header_ptr = config_buf + buf_len - SJA1105_SIZE_TABLE_HEADER; in static_config_buf_prepare_for_upload()
331 final_header.crc = sja1105_crc32(config_buf, crc_len); in static_config_buf_prepare_for_upload()
348 u8 *config_buf; in sja1105_static_config_upload() local
352 config_buf = kcalloc(buf_len, sizeof(char), GFP_KERNEL); in sja1105_static_config_upload()
353 if (!config_buf) in sja1105_static_config_upload()
356 rc = static_config_buf_prepare_for_upload(priv, config_buf, buf_len); in sja1105_static_config_upload()
388 config_buf, buf_len); in sja1105_static_config_upload()
432 kfree(config_buf); in sja1105_static_config_upload()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/fops/
H A Dt.c157 char config_buf[128]; in wt_startup() local
161 testutil_check(__wt_snprintf(config_buf, sizeof(config_buf), in wt_startup()
168 wiredtiger_open(home, &event_handler, config_buf, &conn)); in wt_startup()
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/gdb/linux/
H A Dconfig.py37 config_buf = zlib.decompress(zconfig_buf, 16)
39 f.write(config_buf)
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/gdb/linux/
H A Dconfig.py37 config_buf = zlib.decompress(zconfig_buf, 16)
39 f.write(config_buf)
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/gdb/linux/
H A Dconfig.py37 config_buf = zlib.decompress(zconfig_buf, 16)
39 f.write(config_buf)
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp217 UtilBuffer config_buf; in getConfig() local
220 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
230 if(!cvf.unpack(config_buf)) in getConfig()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/mgmcommon/
H A DConfigRetriever.cpp225 UtilBuffer config_buf; in getConfig() local
228 if (config_buf.append(read_buf, read_sz) != 0) in getConfig()
238 if(!cvf.unpack_buf(config_buf)) in getConfig()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/serial/
H A Dcp210x.c1686 u8 *config_buf; in cp2102n_gpioconf_init() local
1699 config_buf = kmalloc(config_size, GFP_KERNEL); in cp2102n_gpioconf_init()
1700 if (!config_buf) in cp2102n_gpioconf_init()
1706 config_buf, in cp2102n_gpioconf_init()
1709 kfree(config_buf); in cp2102n_gpioconf_init()
1713 config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX]; in cp2102n_gpioconf_init()
1714 gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX]; in cp2102n_gpioconf_init()
1715 gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX]; in cp2102n_gpioconf_init()
1716 gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX]; in cp2102n_gpioconf_init()
1718 kfree(config_buf); in cp2102n_gpioconf_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/serial/
H A Dcp210x.c1686 u8 *config_buf; in cp2102n_gpioconf_init() local
1699 config_buf = kmalloc(config_size, GFP_KERNEL); in cp2102n_gpioconf_init()
1700 if (!config_buf) in cp2102n_gpioconf_init()
1706 config_buf, in cp2102n_gpioconf_init()
1709 kfree(config_buf); in cp2102n_gpioconf_init()
1713 config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX]; in cp2102n_gpioconf_init()
1714 gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX]; in cp2102n_gpioconf_init()
1715 gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX]; in cp2102n_gpioconf_init()
1716 gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX]; in cp2102n_gpioconf_init()
1718 kfree(config_buf); in cp2102n_gpioconf_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/serial/
H A Dcp210x.c1686 u8 *config_buf; in cp2102n_gpioconf_init() local
1699 config_buf = kmalloc(config_size, GFP_KERNEL); in cp2102n_gpioconf_init()
1700 if (!config_buf) in cp2102n_gpioconf_init()
1706 config_buf, in cp2102n_gpioconf_init()
1709 kfree(config_buf); in cp2102n_gpioconf_init()
1713 config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX]; in cp2102n_gpioconf_init()
1714 gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX]; in cp2102n_gpioconf_init()
1715 gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX]; in cp2102n_gpioconf_init()
1716 gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX]; in cp2102n_gpioconf_init()
1718 kfree(config_buf); in cp2102n_gpioconf_init()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/format/
H A Dutil.c515 char config_buf[64]; in checkpoint() local
551 config_buf, sizeof(config_buf), in checkpoint()
554 ckpt_config = config_buf; in checkpoint()
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dxvplayer.cpp101 static QByteArray config_buf; variable
303 config_buf = exp; in init()
305 config_buf.resize (exp.length ()); // strip terminating \0 in init()
681 callback->started (dcopclient.appId (), config_buf); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/hv/
H A Dhv_kvp_daemon.c638 char *config_buf, unsigned int len, in kvp_process_ipconfig_file() argument
654 memset(config_buf, 0, len); in kvp_process_ipconfig_file()
656 if (len < strlen(config_buf) + element_size + 1) in kvp_process_ipconfig_file()
663 strcat(config_buf, p); in kvp_process_ipconfig_file()
664 strcat(config_buf, ";"); in kvp_process_ipconfig_file()

1234567