Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/wpa/src/nan/
H A Dnan_module_test_cases.c32 sched->chans[0].committed.duration = 0; in nan_test_schedule_cb()
33 sched->chans[0].committed.period = 3; in nan_test_schedule_cb()
34 sched->chans[0].committed.offset = 0; in nan_test_schedule_cb()
35 sched->chans[0].committed.len = sizeof(default_bitmap); in nan_test_schedule_cb()
36 os_memcpy(sched->chans[0].committed.bitmap, default_bitmap, in nan_test_schedule_cb()
83 sched->chans[0].committed.period = 4; in nan_test_schedule_cb_all_no_ndc_period_4()
84 sched->chans[0].committed.len += sizeof(default_bitmap); in nan_test_schedule_cb_all_no_ndc_period_4()
85 os_memcpy(sched->chans[0].committed.bitmap + sizeof(default_bitmap), in nan_test_schedule_cb_all_no_ndc_period_4()
H A Dnan.h143 struct nan_time_bitmap committed; member
386 bool committed; member
H A Dnan_util.c820 if (!chan->conditional.len && !chan->committed.len) { in nan_add_avail_attrs()
891 if (chan->committed.len) in nan_add_avail_attrs()
892 nan_add_avail_entry(nan, &chan->committed, in nan_add_avail_attrs()
1631 j, chan->committed, chan->rx_nss, in nan_peer_dump_sched_to_buf()
1901 committed_bf = nan_tbm_to_bf(nan, &chan->committed); in nan_convert_chan_sched_to_bf()
H A Dnan.c2838 bool committed; in nan_peer_get_committed_avail_add() local
2921 committed = (avail->type == NAN_AVAIL_ENTRY_CTRL_TYPE_COMMITTED) || in nan_peer_get_committed_avail_add()
2947 if (map->chans[i].committed != committed) in nan_peer_get_committed_avail_add()
2968 chan->committed = committed; in nan_peer_get_committed_avail_add()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h
/freebsd/contrib/jemalloc/src/
H A Dextent.c631 * committed.
670 bool committed = false;
673 &committed); in extent_deactivate_locked()
682 extent_state_active, zeroed, committed, EXTENT_PAI_PAC, in extent_deactivate()
1331 bool committed = false; extent_grow_retained() local
1771 extent_dalloc_default(extent_hooks_t * extent_hooks,void * addr,size_t size,bool committed,unsigned arena_ind) extent_dalloc_default() argument
1876 extent_destroy_default(extent_hooks_t * extent_hooks,void * addr,size_t size,bool committed,unsigned arena_ind) extent_destroy_default() argument
2071 extent_split_default(extent_hooks_t * extent_hooks,void * addr,size_t size,size_t size_a,size_t size_b,bool committed,unsigned arena_ind) extent_split_default() argument
2229 extent_merge_default(extent_hooks_t * extent_hooks,void * addr_a,size_t size_a,void * addr_b,size_t size_b,bool committed,unsigned arena_ind) extent_merge_default() argument
H A Dpages.c817 bool committed = false;
818 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed);
642 bool committed = false; pages_boot() local
/freebsd/contrib/unbound/doc/
H A DREADME.svn5 committed to the repository.
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_vpathhack.m45 dnl modified, because the output ntp_parser.[ch] are committed. This
/freebsd/tools/tools/git/
H A Dgit-mfc415 committed = datetime.datetime.fromtimestamp(
417 ready_date = committed + delta
H A DHOWTO75 to be committed. This involves squashing the fixes made in code review
/freebsd/etc/mtree/
H A DREADME37 The BSD.X.new file should NOT be committed, as it will be missing
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod134 as written. The actual number of bytes committed is returned.
135 The B<*buf> pointer is set to the start of the region that was committed.
188 BIO_nread() and BIO_nwrite() return the number of bytes consumed or committed
/freebsd/crypto/
H A D.gitignore1 # OpenSSL: the following are generated paths that generally should not be committed to FreeBSD.
/freebsd/crypto/heimdal/appl/su/
H A DChangeLog45 * su.c: remove accidentally committed code that prints the command
/freebsd/crypto/openssl/
H A DHACKING.md75 To aid in this process, the generated files can be committed separately
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_if.m77 * committed.
/freebsd/crypto/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md149 The changes need to be committed, ideally as a separate commit:
/freebsd/contrib/smbfs/
H A DHISTORY20 - Kernel side of smbfs committed in the FreeBSD-current. It controlled
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1997 int error = 0, len, rlen, commit, committed = NFSWRITE_FILESYNC; in nfsrpc_writerpc() local
2173 if (committed == NFSWRITE_FILESYNC) in nfsrpc_writerpc()
2174 committed = commit; in nfsrpc_writerpc()
2175 else if (committed == NFSWRITE_DATASYNC && in nfsrpc_writerpc()
2177 committed = commit; in nfsrpc_writerpc()
2211 *iomode = committed; in nfsrpc_writerpc()
7258 int attrflag, error, rlen, commit, committed = NFSWRITE_FILESYNC; in nfsrpc_writeds() local
7348 if (committed == NFSWRITE_FILESYNC) in nfsrpc_writeds()
7349 committed = commit; in nfsrpc_writeds()
7350 else if (committed == NFSWRITE_DATASYNC && in nfsrpc_writeds()
[all …]
/freebsd/include/rpcsvc/
H A Dnfs_prot.x682 stable_how committed; member
/freebsd/contrib/sendmail/src/
H A DTUNING65 returns without an error, the file has really been committed to
/freebsd/sys/dev/ice/
H A Dvirtchnl.h1377 u32 committed; member
/freebsd/
H A DCONTRIBUTING.md40 * Can be committed with **less than ~10 minutes** of additional work.
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnan_supplicant.c211 if (!src_chan->committed) in wpas_nan_set_peer_sched_chan()
2478 tbm = &chan_sched->committed; in wpas_nan_fill_ndp_schedule_chan()
2620 tbm = &ndp->sched.chans[0].committed; in wpas_nan_select_ndc()
3723 if (sched.chans[i].committed.len) { in wpas_nan_de_add_extra_attrs()

123