Home
last modified time | relevance | path

Searched refs:tbuf (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c262 tbuf = sym_op->m_src; in cperf_set_ops_auth()
266 tbuf = tbuf->next; in cperf_set_ops_auth()
273 tbuf = tbuf->next; in cperf_set_ops_auth()
276 buf = tbuf; in cperf_set_ops_auth()
369 tbuf = sym_op->m_src; in cperf_set_ops_cipher_auth()
373 tbuf = tbuf->next; in cperf_set_ops_cipher_auth()
380 tbuf = tbuf->next; in cperf_set_ops_cipher_auth()
383 buf = tbuf; in cperf_set_ops_cipher_auth()
490 tbuf = tbuf->next; in cperf_set_ops_aead()
497 tbuf = tbuf->next; in cperf_set_ops_aead()
[all …]
/f-stack/tools/ipfw/
H A Dtables.c385 tbuf += l; in table_print_type()
391 *tbuf++ = ':'; in table_print_type()
412 char tbuf[128]; in table_create() local
433 concat_tokens(tbuf, sizeof(tbuf), tabletypes, in table_create()
457 concat_tokens(tbuf, sizeof(tbuf), tablevaltypes, ", "); in table_create()
459 e, tbuf); in table_create()
654 memset(tbuf, 0, sizeof(tbuf)); in table_do_swap()
700 memset(tbuf, 0, sizeof(tbuf)); in table_get_info()
1883 inet_ntop(tent->subtype, &tent->k, tbuf, sizeof(tbuf)); in table_show_entry()
1905 inet_ntop(tfe->af, paddr, tbuf, sizeof(tbuf)); in table_show_entry()
[all …]
H A Dipfw2.c5322 caddr_t tbuf; in ipfw_add() local
5341 tbuf = NULL; in ipfw_add()
5349 if ((tbuf = calloc(1, sz)) == NULL) in ipfw_add()
5351 op3 = (ip_fw3_opheader *)tbuf; in ipfw_add()
5391 if (tbuf != NULL) in ipfw_add()
5392 free(tbuf); in ipfw_add()
/f-stack/tools/libutil/
H A Duucplock.c151 char tbuf[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN]; in uu_unlock() local
153 (void)snprintf(tbuf, sizeof(tbuf), _PATH_UUCPLOCK LOCKFMT, tty_name); in uu_unlock()
154 return unlink(tbuf); in uu_unlock()
/f-stack/tools/libxo/libxo/
H A Dxo_syslog.c492 char tbuf[2048]; in xo_vsyslog() local
524 xb.xb_bufp = tbuf; in xo_vsyslog()
525 xb.xb_curp = tbuf; in xo_vsyslog()
526 xb.xb_size = sizeof(tbuf); in xo_vsyslog()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_prop.c662 char *tbuf = NULL; in dsl_prop_set_sync_impl() local
809 tbuf = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP); in dsl_prop_set_sync_impl()
811 ZAP_MAXVALUELEN, tbuf, NULL) == 0) in dsl_prop_set_sync_impl()
812 valstr = tbuf; in dsl_prop_set_sync_impl()
820 if (tbuf != NULL) in dsl_prop_set_sync_impl()
821 kmem_free(tbuf, ZAP_MAXVALUELEN); in dsl_prop_set_sync_impl()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2045 char tbuf[256]; in print_status_initialize() local
2057 (void) strftime(tbuf, sizeof (tbuf), "%c", &zaction_ts); in print_status_initialize()
2066 gettext("started at"), tbuf); in print_status_initialize()
2070 gettext("completed at"), tbuf); in print_status_initialize()
2096 char tbuf[256]; in print_status_trim() local
2107 (void) strftime(tbuf, sizeof (tbuf), "%c", &zaction_ts); in print_status_trim()
2116 gettext("started at"), tbuf); in print_status_trim()
9066 char tbuf[30] = ""; in print_history_records() local
9075 (void) strftime(tbuf, sizeof (tbuf), "%F.%T", &t); in print_history_records()
9079 (void) printf("%s %s", tbuf, in print_history_records()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_bpf.c3179 uint8_t tbuf[tst->arg_sz]; in run_test() local
3190 tst->prepare(tbuf); in run_test()
3191 rc = rte_bpf_exec(bpf, tbuf); in run_test()
3192 ret = tst->check_result(rc, tbuf); in run_test()
3202 tst->prepare(tbuf); in run_test()
3203 rc = jit.func(tbuf); in run_test()
3204 rv = tst->check_result(rc, tbuf); in run_test()
/f-stack/freebsd/kern/
H A Dvfs_mount.c2361 char *tbuf; in mount_argsu() local
2373 tbuf = (void *)(maa + 1); in mount_argsu()
2374 ma->error = copyinstr(val, tbuf, len, NULL); in mount_argsu()
2375 return (mount_arg(ma, name, tbuf, -1)); in mount_argsu()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4661 char tbuf[1024]; in zfs_receive_one() local
4686 (void) snprintf(tbuf, sizeof (tbuf), in zfs_receive_one()
4690 zfs_setprop_error(hdl, prop, intval, tbuf); in zfs_receive_one()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2068 char tbuf[30]; in dump_history() local
2123 (void) strftime(tbuf, sizeof (tbuf), "%F.%T", &t); in dump_history()
2124 (void) printf("%s %s\n", tbuf, cmd); in dump_history()