/freebsd-src/contrib/diff/lib/ |
H A D | file-type.h | 52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument 54 # define S_ISBLK(m) 0 argument 60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 62 # define S_ISCHR(m) 0 argument 68 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 70 # define S_ISDIR(m) 0 argument 76 # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) argument 78 # define S_ISDOOR(m) 0 argument 84 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 86 # define S_ISFIFO(m) 0 argument [all …]
|
/freebsd-src/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-function-mocker.h | 357 #define MOCK_METHOD0(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 0, __VA_ARGS__) argument 358 #define MOCK_METHOD1(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 1, __VA_ARGS__) argument 359 #define MOCK_METHOD2(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 2, __VA_ARGS__) argument 360 #define MOCK_METHOD3(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 3, __VA_ARGS__) argument 361 #define MOCK_METHOD4(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, argument 356 MOCK_METHOD0(m,...) global() argument 362 MOCK_METHOD6(m,...) global() argument 363 MOCK_METHOD7(m,...) global() argument 364 MOCK_METHOD8(m,...) global() argument 365 MOCK_METHOD9(m,...) global() argument 366 MOCK_METHOD10(m,...) global() argument 369 MOCK_CONST_METHOD0(m,...) global() argument 371 MOCK_CONST_METHOD1(m,...) global() argument 373 MOCK_CONST_METHOD2(m,...) global() argument 375 MOCK_CONST_METHOD3(m,...) global() argument 377 MOCK_CONST_METHOD4(m,...) global() argument 379 MOCK_CONST_METHOD5(m,...) global() argument 381 MOCK_CONST_METHOD6(m,...) global() argument 383 MOCK_CONST_METHOD7(m,...) global() argument 385 MOCK_CONST_METHOD8(m,...) global() argument 387 MOCK_CONST_METHOD9(m,...) global() argument 389 MOCK_CONST_METHOD10(m,...) global() argument 392 MOCK_METHOD0_T(m,...) global() argument 393 MOCK_METHOD1_T(m,...) global() argument 394 MOCK_METHOD2_T(m,...) global() argument 395 MOCK_METHOD3_T(m,...) global() argument 396 MOCK_METHOD4_T(m,...) global() argument 397 MOCK_METHOD5_T(m,...) global() argument 398 MOCK_METHOD6_T(m,...) global() argument 399 MOCK_METHOD7_T(m,...) global() argument 400 MOCK_METHOD8_T(m,...) global() argument 401 MOCK_METHOD9_T(m,...) global() argument 402 MOCK_METHOD10_T(m,...) global() argument 404 MOCK_CONST_METHOD0_T(m,...) global() argument 405 MOCK_CONST_METHOD1_T(m,...) global() argument 406 MOCK_CONST_METHOD2_T(m,...) global() argument 407 MOCK_CONST_METHOD3_T(m,...) global() argument 408 MOCK_CONST_METHOD4_T(m,...) global() argument 409 MOCK_CONST_METHOD5_T(m,...) global() argument 410 MOCK_CONST_METHOD6_T(m,...) global() argument 411 MOCK_CONST_METHOD7_T(m,...) global() argument 412 MOCK_CONST_METHOD8_T(m,...) global() argument 413 MOCK_CONST_METHOD9_T(m,...) global() argument 414 MOCK_CONST_METHOD10_T(m,...) global() argument 416 MOCK_METHOD0_WITH_CALLTYPE(ct,m,...) global() argument 418 MOCK_METHOD1_WITH_CALLTYPE(ct,m,...) global() argument 420 MOCK_METHOD2_WITH_CALLTYPE(ct,m,...) global() argument 422 MOCK_METHOD3_WITH_CALLTYPE(ct,m,...) global() argument 424 MOCK_METHOD4_WITH_CALLTYPE(ct,m,...) global() argument 426 MOCK_METHOD5_WITH_CALLTYPE(ct,m,...) global() argument 428 MOCK_METHOD6_WITH_CALLTYPE(ct,m,...) global() argument 430 MOCK_METHOD7_WITH_CALLTYPE(ct,m,...) global() argument 432 MOCK_METHOD8_WITH_CALLTYPE(ct,m,...) global() argument 434 MOCK_METHOD9_WITH_CALLTYPE(ct,m,...) global() argument 436 MOCK_METHOD10_WITH_CALLTYPE(ct,m,...) global() argument 439 MOCK_CONST_METHOD0_WITH_CALLTYPE(ct,m,...) global() argument 441 MOCK_CONST_METHOD1_WITH_CALLTYPE(ct,m,...) global() argument 443 MOCK_CONST_METHOD2_WITH_CALLTYPE(ct,m,...) global() argument 445 MOCK_CONST_METHOD3_WITH_CALLTYPE(ct,m,...) global() argument 447 MOCK_CONST_METHOD4_WITH_CALLTYPE(ct,m,...) global() argument 449 MOCK_CONST_METHOD5_WITH_CALLTYPE(ct,m,...) global() argument 451 MOCK_CONST_METHOD6_WITH_CALLTYPE(ct,m,...) global() argument 453 MOCK_CONST_METHOD7_WITH_CALLTYPE(ct,m,...) global() argument 455 MOCK_CONST_METHOD8_WITH_CALLTYPE(ct,m,...) global() argument 457 MOCK_CONST_METHOD9_WITH_CALLTYPE(ct,m,...) global() argument 459 MOCK_CONST_METHOD10_WITH_CALLTYPE(ct,m,...) global() argument 462 MOCK_METHOD0_T_WITH_CALLTYPE(ct,m,...) global() argument 464 MOCK_METHOD1_T_WITH_CALLTYPE(ct,m,...) global() argument 466 MOCK_METHOD2_T_WITH_CALLTYPE(ct,m,...) global() argument 468 MOCK_METHOD3_T_WITH_CALLTYPE(ct,m,...) global() argument 470 MOCK_METHOD4_T_WITH_CALLTYPE(ct,m,...) global() argument 472 MOCK_METHOD5_T_WITH_CALLTYPE(ct,m,...) global() argument 474 MOCK_METHOD6_T_WITH_CALLTYPE(ct,m,...) global() argument 476 MOCK_METHOD7_T_WITH_CALLTYPE(ct,m,...) global() argument 478 MOCK_METHOD8_T_WITH_CALLTYPE(ct,m,...) global() argument 480 MOCK_METHOD9_T_WITH_CALLTYPE(ct,m,...) global() argument 482 MOCK_METHOD10_T_WITH_CALLTYPE(ct,m,...) global() argument 485 MOCK_CONST_METHOD0_T_WITH_CALLTYPE(ct,m,...) global() argument 487 MOCK_CONST_METHOD1_T_WITH_CALLTYPE(ct,m,...) global() argument 489 MOCK_CONST_METHOD2_T_WITH_CALLTYPE(ct,m,...) global() argument 491 MOCK_CONST_METHOD3_T_WITH_CALLTYPE(ct,m,...) global() argument 493 MOCK_CONST_METHOD4_T_WITH_CALLTYPE(ct,m,...) global() argument 495 MOCK_CONST_METHOD5_T_WITH_CALLTYPE(ct,m,...) global() argument 497 MOCK_CONST_METHOD6_T_WITH_CALLTYPE(ct,m,...) global() argument 499 MOCK_CONST_METHOD7_T_WITH_CALLTYPE(ct,m,...) global() argument 501 MOCK_CONST_METHOD8_T_WITH_CALLTYPE(ct,m,...) global() argument 503 MOCK_CONST_METHOD9_T_WITH_CALLTYPE(ct,m,...) global() argument 505 MOCK_CONST_METHOD10_T_WITH_CALLTYPE(ct,m,...) global() argument [all...] |
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_archive_match_time.c | 35 struct archive *m; in test_newer_time() local 87 struct archive *m; test_newer_time_str() local 175 struct archive *m; test_newer_time_str_w() local 264 struct archive *m; test_newer_mtime_than_file_mbs() local 321 struct archive *m; test_newer_ctime_than_file_mbs() local 383 struct archive *m; test_newer_mtime_than_file_wcs() local 440 struct archive *m; test_newer_ctime_than_file_wcs() local 502 struct archive *m; test_older_time() local 554 struct archive *m; test_older_time_str() local 644 struct archive *m; test_older_time_str_w() local 735 struct archive *m; test_older_mtime_than_file_mbs() local 792 struct archive *m; test_older_ctime_than_file_mbs() local 855 struct archive *m; test_older_mtime_than_file_wcs() local 912 struct archive *m; test_older_ctime_than_file_wcs() local 975 struct archive *m; test_mtime_between_files_mbs() local 1034 struct archive *m; test_mtime_between_files_wcs() local 1093 struct archive *m; test_ctime_between_files_mbs() local 1157 struct archive *m; test_ctime_between_files_wcs() local 1217 excluded(struct archive * m) excluded() argument 1293 struct archive *m; test_pathname_newer_mtime() local [all...] |
H A D | test_archive_match_path.c | 32 struct archive *m; in test_exclusion_mbs() local 75 struct archive *m; in test_exclusion_wcs() local 115 exclusion_from_file(struct archive *m) in exclusion_from_file() 175 struct archive *m; in test_exclusion_from_file_mbs() local 200 struct archive *m; in test_exclusion_from_file_wcs() local 226 struct archive *m; in test_inclusion_mbs() local 275 struct archive *m; in test_inclusion_wcs() local 323 struct archive *m; in test_inclusion_from_file_mbs() local 347 struct archive *m; in test_inclusion_from_file_wcs() local 374 struct archive *m; in test_exclusion_and_inclusion() local
|
H A D | test_archive_match_owner.c | 32 struct archive *m; in test_uid() local 74 struct archive *m; in test_gid() local 116 struct archive *m; in test_uname_mbs() local 158 struct archive *m; in test_uname_wcs() local 200 struct archive *m; in test_gname_mbs() local 242 struct archive *m; in test_gname_wcs() local
|
/freebsd-src/sys/sys/ |
H A D | mutex.h | 168 #define mtx_init(m, n, t, o) \ argument 170 #define mtx_destroy(m) \ argument 172 #define mtx_trylock_flags_(m, o, f, l) \ argument 175 #define _mtx_lock_sleep(m, v, o, f, l) \ argument 177 #define _mtx_unlock_sleep(m, v, o, f, l) \ argument 180 #define _mtx_lock_sleep(m, v, o, f, l) \ argument 182 #define _mtx_unlock_sleep(m, v, o, f, l) \ argument 187 #define _mtx_lock_spin(m, v, o, f, l) \ argument 190 #define _mtx_lock_spin(m, v, o, f, l) \ argument 194 #define _mtx_lock_flags(m, o, f, l) \ argument [all …]
|
H A D | mbuf.h | 108 #define mtod(m, t) ((t)((m)->m_data)) argument 109 #define mtodo(m, o) ((void *)(((m)->m_data) + (o))) argument 415 m_epg_pagelen(const struct mbuf *m, int pidx, int pgoff) in m_epg_pagelen() argument 436 MBUF_EXT_PGS_ASSERT_SANITY(m) global() argument 457 MBUF_EXT_PGS_ASSERT_SANITY(m) global() argument 576 M_HASHTYPE_CLEAR(m) global() argument 577 M_HASHTYPE_GET(m) global() argument 578 M_HASHTYPE_SET(m,v) global() argument 579 M_HASHTYPE_TEST(m,v) global() argument 580 M_HASHTYPE_ISHASH(m) global() argument 582 M_HASHTYPE_SETINNER(m) global() argument 908 m_extaddref(struct mbuf * m,char * buf,u_int size,u_int * ref_cnt,m_ext_free_t freef,void * arg1,void * arg2) m_extaddref() argument 960 m_init(struct mbuf * m,int how,short type,int flags) m_init() argument 982 struct mbuf *m; m_get_raw() local 995 struct mbuf *m; m_get() local 1008 struct mbuf *m; m_gethdr_raw() local 1021 struct mbuf *m; m_gethdr() local 1034 struct mbuf *m; m_getcl() local 1050 m_cljset(struct mbuf * m,void * cl,int type) m_cljset() argument 1083 m_chtype(struct mbuf * m,short new_type) m_chtype() argument 1090 m_clrprotoflags(struct mbuf * m) m_clrprotoflags() argument 1100 m_last(struct mbuf * m) m_last() argument 1109 m_extrefcnt(struct mbuf * m) m_extrefcnt() argument 1123 MGET(m,how,type) global() argument 1124 MGETHDR(m,how,type) global() argument 1125 MCLGET(m,how) global() argument 1126 MEXTADD(m,buf,size,free,arg1,arg2,flags,type) global() argument 1129 m_getm(m,len,how,type) global() argument 1137 M_WRITABLE(m) global() argument 1142 M_ASSERTPKTHDR(m) global() argument 1147 M_ASSERT_NO_SND_TAG(m) global() argument 1153 M_ASSERTEXTPG(m) global() argument 1162 M_ASSERTVALID(m) global() argument 1168 M_ASSERTMAPPED(m) global() argument 1174 M_ASSERTMAPPED(m) global() argument 1181 M_START(m) global() argument 1191 M_SIZE(m) global() argument 1207 m_align(struct mbuf * m,int len) m_align() argument 1220 M_ALIGN(m,len) global() argument 1221 MH_ALIGN(m,len) global() argument 1222 MEXT_ALIGN(m,len) global() argument 1235 M_LEADINGSPACE(m) global() argument 1247 M_TRAILINGROOM(m) global() argument 1258 M_TRAILINGSPACE(m) global() argument 1265 M_PREPEND(m,plen,how) global() argument 1286 MCHTYPE(m,t) global() argument 1290 m_rcvif(struct mbuf * m) m_rcvif() argument 1407 m_tag_init(struct mbuf * m) m_tag_init() argument 1442 m_tag_first(struct mbuf * m) m_tag_first() argument 1462 m_tag_prepend(struct mbuf * m,struct m_tag * t) m_tag_prepend() argument 1472 m_tag_unlink(struct mbuf * m,struct m_tag * t) m_tag_unlink() argument 1488 m_tag_find(struct mbuf * m,uint16_t type,struct m_tag * start) m_tag_find() argument 1511 m_free(struct mbuf * m) m_free() argument 1530 rt_m_getfib(struct mbuf * m) rt_m_getfib() argument 1556 M_PROFILE(m) global() argument 1558 M_PROFILE(m) global() argument 1583 struct mbuf *m; mbufq_flush() local 1594 struct mbuf *m, *n; mbufq_drain() local 1638 mbufq_enqueue(struct mbufq * mq,struct mbuf * m) mbufq_enqueue() argument 1651 struct mbuf *m; mbufq_dequeue() local 1663 mbufq_prepend(struct mbufq * mq,struct mbuf * m) mbufq_prepend() argument 1719 mc_inc(struct mchain * mc,struct mbuf * m) mc_inc() argument 1729 mc_dec(struct mchain * mc,struct mbuf * m) mc_dec() argument 1747 mc_init_m(struct mchain * mc,struct mbuf * m) mc_init_m() argument 1768 mc_prepend(struct mchain * mc,struct mbuf * m) mc_prepend() argument 1775 mc_append(struct mchain * mc,struct mbuf * m) mc_append() argument 1795 mc_remove(struct mchain * mc,struct mbuf * m) mc_remove() argument 1807 mbuf_tstmp2timespec(struct mbuf * m,struct timespec * ts) mbuf_tstmp2timespec() argument 1819 mbuf_tstmp2timeval(struct mbuf * m,struct timeval * tv) mbuf_tstmp2timeval() argument 1838 mbuf_has_tls_session(struct mbuf * m) mbuf_has_tls_session() argument [all...] |
/freebsd-src/sys/vm/ |
H A D | vm_page.c | 329 vm_page_t m; vm_page_blacklist_add() local 403 vm_page_t m; sysctl_vm_page_blacklist() local 500 vm_page_init_page(vm_page_t m,vm_paddr_t pa,int segind,int pool) vm_page_init_page() argument 554 vm_page_t m; vm_page_startup() local 874 vm_page_reference(vm_page_t m) vm_page_reference() argument 888 vm_page_trybusy(vm_page_t m,int allocflags) vm_page_trybusy() argument 905 vm_page_tryacquire(vm_page_t m,int allocflags) vm_page_tryacquire() argument 922 vm_page_busy_acquire(vm_page_t m,int allocflags) vm_page_busy_acquire() argument 962 vm_page_busy_downgrade(vm_page_t m) vm_page_busy_downgrade() argument 985 vm_page_busy_tryupgrade(vm_page_t m) vm_page_busy_tryupgrade() argument 1011 vm_page_sbusied(vm_page_t m) vm_page_sbusied() argument 1025 vm_page_sunbusy(vm_page_t m) vm_page_sunbusy() argument 1067 vm_page_busy_sleep(vm_page_t m,const char * wmesg,int allocflags) vm_page_busy_sleep() argument 1091 vm_page_busy_sleep_unlocked(vm_object_t obj,vm_page_t m,vm_pindex_t pindex,const char * wmesg,int allocflags) vm_page_busy_sleep_unlocked() argument 1112 _vm_page_busy_sleep(vm_object_t obj,vm_page_t m,vm_pindex_t pindex,const char * wmesg,int allocflags,bool locked) _vm_page_busy_sleep() argument 1166 vm_page_trysbusy(vm_page_t m) vm_page_trysbusy() argument 1204 vm_page_tryxbusy(vm_page_t m) vm_page_tryxbusy() argument 1221 vm_page_xunbusy_hard_tail(vm_page_t m) vm_page_xunbusy_hard_tail() argument 1234 vm_page_xunbusy_hard(vm_page_t m) vm_page_xunbusy_hard() argument 1241 vm_page_xunbusy_hard_unchecked(vm_page_t m) vm_page_xunbusy_hard_unchecked() argument 1248 vm_page_busy_free(vm_page_t m) vm_page_busy_free() argument 1276 vm_page_t m; PHYS_TO_VM_PAGE() local 1307 vm_page_t m; vm_page_getfake() local 1315 vm_page_initfake(vm_page_t m,vm_paddr_t paddr,vm_memattr_t memattr) vm_page_initfake() argument 1346 vm_page_putfake(vm_page_t m) vm_page_putfake() argument 1364 vm_page_updatefake(vm_page_t m,vm_paddr_t paddr,vm_memattr_t memattr) vm_page_updatefake() argument 1379 vm_page_free(vm_page_t m) vm_page_free() argument 1392 vm_page_free_zero(vm_page_t m) vm_page_free_zero() argument 1404 vm_page_readahead_finish(vm_page_t m) vm_page_readahead_finish() argument 1428 vm_page_free_invalid(vm_page_t m) vm_page_free_invalid() argument 1466 vm_page_dirty_KBI(vm_page_t m) vm_page_dirty_KBI() argument 1485 vm_page_insert_lookup(vm_page_t m,vm_object_t object,vm_pindex_t pindex,vm_page_t mpred,bool lookup) vm_page_insert_lookup() argument 1532 vm_page_insert(vm_page_t m,vm_object_t object,vm_pindex_t pindex) vm_page_insert() argument 1548 vm_page_insert_after(vm_page_t m,vm_object_t object,vm_pindex_t pindex,vm_page_t mpred) vm_page_insert_after() argument 1566 vm_page_insert_radixdone(vm_page_t m,vm_object_t object,vm_page_t mpred) vm_page_insert_radixdone() argument 1617 vm_page_object_remove(vm_page_t m) vm_page_object_remove() argument 1668 vm_page_remove(vm_page_t m) vm_page_remove() argument 1685 vm_page_remove_xbusy(vm_page_t m) vm_page_remove_xbusy() argument 1732 vm_page_t m; vm_page_relookup() local 1748 vm_page_busy_release(vm_page_t m) vm_page_busy_release() argument 1784 vm_page_t m; vm_page_find_least() local 1799 vm_page_next(vm_page_t m) vm_page_next() argument 1819 vm_page_prev(vm_page_t m) vm_page_prev() argument 1919 vm_page_rename(vm_page_t m,vm_object_t new_object,vm_pindex_t new_pindex) vm_page_rename() argument 2007 vm_page_t m; vm_page_alloc_after() local 2079 vm_page_t m; vm_page_alloc_domain_after() local 2242 vm_page_t m; vm_page_alloc_contig() local 2308 vm_page_t m, m_ret, mpred; vm_page_alloc_contig_domain() local 2416 vm_page_t m; _vm_page_alloc_noobj_domain() local 2489 vm_page_t m; vm_page_alloc_freelist() local 2515 vm_page_t m; vm_page_alloc_noobj() local 2540 vm_page_t m; vm_page_alloc_noobj_contig() local 2559 vm_page_t m, m_ret; vm_page_alloc_noobj_contig_domain() local 2621 vm_page_alloc_check(vm_page_t m) vm_page_alloc_check() argument 2672 vm_page_t m; vm_page_zone_release() local 2714 vm_page_t m, m_run; vm_page_scan_contig() local 2890 vm_page_t m, m_end, m_new; vm_page_reclaim_run() local 3549 _vm_page_pagequeue(vm_page_t m,uint8_t queue) _vm_page_pagequeue() argument 3557 vm_page_pagequeue(vm_page_t m) vm_page_pagequeue() argument 3565 vm_page_pqstate_fcmpset(vm_page_t m,vm_page_astate_t * old,vm_page_astate_t new) vm_page_pqstate_fcmpset() argument 3584 _vm_page_pqstate_commit_dequeue(struct vm_pagequeue * pq,vm_page_t m,vm_page_astate_t * old,vm_page_astate_t new) _vm_page_pqstate_commit_dequeue() argument 3625 vm_page_pqstate_commit_dequeue(vm_page_t m,vm_page_astate_t * old,vm_page_astate_t new) vm_page_pqstate_commit_dequeue() argument 3654 _vm_page_pqstate_commit_requeue(struct vm_pagequeue * pq,vm_page_t m,vm_page_astate_t * old,vm_page_astate_t new) _vm_page_pqstate_commit_requeue() argument 3694 vm_page_pqstate_commit_request(vm_page_t m,vm_page_astate_t * old,vm_page_astate_t new) vm_page_pqstate_commit_request() argument 3714 vm_page_pqstate_commit(vm_page_t m,vm_page_astate_t * old,vm_page_astate_t new) vm_page_pqstate_commit() argument 3739 vm_pqbatch_process_page(struct vm_pagequeue * pq,vm_page_t m,uint8_t queue) vm_pqbatch_process_page() argument 3798 vm_page_pqbatch_submit(vm_page_t m,uint8_t queue) vm_page_pqbatch_submit() argument 3885 vm_page_dequeue_deferred(vm_page_t m) vm_page_dequeue_deferred() argument 3909 vm_page_dequeue(vm_page_t m) vm_page_dequeue() argument 3933 vm_page_enqueue(vm_page_t m,uint8_t queue) vm_page_enqueue() argument 3960 vm_page_free_prep(vm_page_t m) vm_page_free_prep() argument 4067 vm_page_free_toq(vm_page_t m) vm_page_free_toq() argument 4097 vm_page_t m; vm_page_free_pages_toq() local 4119 vm_page_wire(vm_page_t m) vm_page_wire() argument 4150 vm_page_wire_mapped(vm_page_t m) vm_page_wire_mapped() argument 4176 vm_page_unwire_managed(vm_page_t m,uint8_t nqueue,bool noreuse) vm_page_unwire_managed() argument 4233 vm_page_unwire(vm_page_t m,uint8_t nqueue) vm_page_unwire() argument 4255 vm_page_unwire_noq(vm_page_t m) vm_page_unwire_noq() argument 4279 vm_page_mvqueue(vm_page_t m,const uint8_t nqueue,const uint16_t nflag) vm_page_mvqueue() argument 4318 vm_page_activate(vm_page_t m) vm_page_activate() argument 4329 vm_page_deactivate(vm_page_t m) vm_page_deactivate() argument 4336 vm_page_deactivate_noreuse(vm_page_t m) vm_page_deactivate_noreuse() argument 4346 vm_page_launder(vm_page_t m) vm_page_launder() argument 4356 vm_page_unswappable(vm_page_t m) vm_page_unswappable() argument 4371 vm_page_release_toq(vm_page_t m,uint8_t nqueue,const bool noreuse) vm_page_release_toq() argument 4417 vm_page_release(vm_page_t m,int flags) vm_page_release() argument 4445 vm_page_release_locked(vm_page_t m,int flags) vm_page_release_locked() argument 4473 vm_page_try_blocked_op(vm_page_t m,void (* op)(vm_page_t)) vm_page_try_blocked_op() argument 4509 vm_page_try_remove_all(vm_page_t m) vm_page_try_remove_all() argument 4519 vm_page_try_remove_write(vm_page_t m) vm_page_try_remove_write() argument 4531 vm_page_advise(vm_page_t m,int advice) vm_page_advise() argument 4578 vm_page_grab_release(vm_page_t m,int allocflags) vm_page_grab_release() argument 4600 vm_page_grab_sleep(vm_object_t object,vm_page_t m,vm_pindex_t pindex,const char * wmesg,int allocflags,bool locked) vm_page_grab_sleep() argument 4672 vm_page_t m; vm_page_grab() local 4725 vm_page_t m; vm_page_acquire_unlocked() local 4775 vm_page_t m; vm_page_grab_unlocked() local 4810 vm_page_t m; vm_page_grab_valid() local 4921 vm_page_t m; vm_page_grab_valid_unlocked() local 4990 vm_page_t m, mpred; vm_page_grab_pages() local 5051 vm_page_t m, pred; vm_page_grab_pages_unlocked() local 5116 vm_page_bits_set(vm_page_t m,vm_page_bits_t * bits,vm_page_bits_t set) vm_page_bits_set() argument 5149 vm_page_bits_clear(vm_page_t m,vm_page_bits_t * bits,vm_page_bits_t clear) vm_page_bits_clear() argument 5182 vm_page_bits_swap(vm_page_t m,vm_page_bits_t * bits,vm_page_bits_t newbits) vm_page_bits_swap() argument 5248 vm_page_set_valid_range(vm_page_t m,int base,int size) vm_page_set_valid_range() argument 5299 vm_page_set_dirty(vm_page_t m) vm_page_set_dirty() argument 5320 vm_page_clear_dirty_mask(vm_page_t m,vm_page_bits_t pagebits) vm_page_clear_dirty_mask() argument 5349 vm_page_set_validclean(vm_page_t m,int base,int size) vm_page_set_validclean() argument 5430 vm_page_clear_dirty(vm_page_t m,int base,int size) vm_page_clear_dirty() argument 5443 vm_page_set_invalid(vm_page_t m,int base,int size) vm_page_set_invalid() argument 5484 vm_page_invalid(vm_page_t m) vm_page_invalid() argument 5509 vm_page_zero_invalid(vm_page_t m,boolean_t setvalid) vm_page_zero_invalid() argument 5552 vm_page_is_valid(vm_page_t m,int base,int size) vm_page_is_valid() argument 5565 vm_page_ps_test(vm_page_t m,int flags,vm_page_t skip_m) vm_page_ps_test() argument 5610 vm_page_test_dirty(vm_page_t m) vm_page_test_dirty() argument 5619 vm_page_valid(vm_page_t m) vm_page_valid() argument 5630 vm_page_lock_KBI(vm_page_t m,const char * file,int line) vm_page_lock_KBI() argument 5637 vm_page_unlock_KBI(vm_page_t m,const char * file,int line) vm_page_unlock_KBI() argument 5644 vm_page_trylock_KBI(vm_page_t m,const char * file,int line) vm_page_trylock_KBI() argument 5652 vm_page_assert_locked_KBI(vm_page_t m,const char * file,int line) vm_page_assert_locked_KBI() argument 5659 vm_page_lock_assert_KBI(vm_page_t m,int a,const char * file,int line) vm_page_lock_assert_KBI() argument 5668 vm_page_object_busy_assert(vm_page_t m) vm_page_object_busy_assert() argument 5680 vm_page_assert_pga_writeable(vm_page_t m,uint16_t bits) vm_page_assert_pga_writeable() argument 5738 vm_page_t m; DB_SHOW_COMMAND() local [all...] |
H A D | vm_page.h | 369 #define vm_page_lock(m) vm_page_lock_KBI((m), LOCK_FILE, LOCK_LINE) argument 370 #define vm_page_unlock(m) vm_page_unlock_KBI((m), LOCK_FILE, LOCK_LINE) argument 371 #define vm_page_trylock(m) vm_page_trylock_KBI((m), LOCK_FILE, LOCK_LINE) argument 373 #define vm_page_lockptr(m) (PA_LOCKPTR(VM_PAGE_TO_PHYS((m)))) argument 374 #define vm_page_lock(m) mtx_lock(vm_page_lockptr((m))) argument 375 vm_page_unlock(m) global() argument 376 vm_page_trylock(m) global() argument 379 vm_page_assert_locked(m) global() argument 381 vm_page_lock_assert(m,a) global() argument 384 vm_page_assert_locked(m) global() argument 385 vm_page_lock_assert(m,a) global() argument 718 vm_page_busy_fetch(m) global() argument 720 vm_page_assert_busied(m) global() argument 725 vm_page_assert_sbusied(m) global() argument 730 vm_page_assert_unbusied(m) global() argument 737 vm_page_assert_xbusied_unchecked(m) global() argument 742 vm_page_assert_xbusied(m) global() argument 751 vm_page_busied(m) global() argument 754 vm_page_xbusied(m) global() argument 757 vm_page_busy_freed(m) global() argument 761 vm_page_xunbusy(m) global() argument 766 vm_page_xunbusy_unchecked(m) global() argument 774 VM_PAGE_OBJECT_BUSY_ASSERT(m) global() argument 776 VM_PAGE_ASSERT_PGA_WRITEABLE(m,bits) global() argument 783 vm_page_xbusy_claim(m) global() argument 793 VM_PAGE_OBJECT_BUSY_ASSERT(m) global() argument 794 VM_PAGE_ASSERT_PGA_WRITEABLE(m,bits) global() argument 795 vm_page_xbusy_claim(m) global() argument 808 vm_page_astate_load(vm_page_t m) vm_page_astate_load() argument 820 vm_page_astate_fcmpset(vm_page_t m,vm_page_astate_t * old,vm_page_astate_t new) vm_page_astate_fcmpset() argument 837 vm_page_aflag_clear(vm_page_t m,uint16_t bits) vm_page_aflag_clear() argument 855 vm_page_aflag_set(vm_page_t m,uint16_t bits) vm_page_aflag_set() argument 882 vm_page_dirty(vm_page_t m) vm_page_dirty() argument 899 vm_page_undirty(vm_page_t m) vm_page_undirty() argument 921 vm_page_queue(vm_page_t m) vm_page_queue() argument 928 vm_page_active(vm_page_t m) vm_page_active() argument 935 vm_page_inactive(vm_page_t m) vm_page_inactive() argument 942 vm_page_in_laundry(vm_page_t m) vm_page_in_laundry() argument 956 vm_page_drop(vm_page_t m,u_int val) vm_page_drop() argument 980 vm_page_wired(vm_page_t m) vm_page_wired() argument 987 vm_page_all_valid(vm_page_t m) vm_page_all_valid() argument 994 vm_page_any_valid(vm_page_t m) vm_page_any_valid() argument 1001 vm_page_none_valid(vm_page_t m) vm_page_none_valid() argument [all...] |
/freebsd-src/sys/net/ |
H A D | ifq.h | 75 #define _IF_ENQUEUE(ifq, m) do { \ argument 85 #define IF_ENQUEUE(ifq, m) do { \ argument 91 #define _IF_PREPEND(ifq, m) do { \ argument 99 #define IF_PREPEND(ifq, m) do { \ argument 105 #define _IF_DEQUEUE(ifq, m) do { \ argument 115 #define IF_DEQUEUE(ifq, m) do { \ argument 121 #define _IF_DEQUEUE_ALL(ifq, m) do { \ argument 127 #define IF_DEQUEUE_ALL(ifq, m) do { \ argument 133 #define _IF_POLL(ifq, m) ((m) = (ifq)->ifq_head) argument 134 #define IF_POLL(ifq, m) _IF_POLL(ifq, m) argument [all …]
|
/freebsd-src/sys/netgraph/ |
H A D | ng_rfc1490.c | 309 struct mbuf *m; in ng_rfc1490_rcvdata() local 389 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local 390 mtod(m, u_char *)[1] = NLPID_PPP; in ng_rfc1490_rcvdata() local 398 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local 399 mtod(m, u_char *)[1] = NLPID_IP; in ng_rfc1490_rcvdata() local 410 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local 411 mtod(m, u_char *)[1] = 0x00; /* PAD */ in ng_rfc1490_rcvdata() local 412 mtod(m, u_char *)[2] = NLPID_SNAP; in ng_rfc1490_rcvdata() local 429 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local 430 mtod(m, u_char *)[1] = 0x00; /* pad */ in ng_rfc1490_rcvdata() local [all …]
|
/freebsd-src/lib/libthr/thread/ |
H A D | thr_mutex.c | 167 is_pshared_mutex(struct pthread_mutex * m) is_pshared_mutex() argument 174 is_robust_mutex(struct pthread_mutex * m) is_robust_mutex() argument 181 _mutex_enter_robust(struct pthread * curthread,struct pthread_mutex * m) _mutex_enter_robust() argument 320 set_inherited_priority(struct pthread * curthread,struct pthread_mutex * m) set_inherited_priority() argument 439 struct pthread_mutex *m; queue_fork() local 464 pthread_mutex_t m, m1; _thr_mutex_destroy() local 501 mutex_qidx(struct pthread_mutex * m) mutex_qidx() argument 522 enqueue_mutex(struct pthread * curthread,struct pthread_mutex * m,int error) enqueue_mutex() argument 554 dequeue_mutex(struct pthread * curthread,struct pthread_mutex * m) dequeue_mutex() argument 590 check_and_init_mutex(pthread_mutex_t * mutex,struct pthread_mutex ** m) check_and_init_mutex() argument 618 struct pthread_mutex *m; __Tthr_mutex_trylock() local 647 mutex_lock_sleep(struct pthread * curthread,struct pthread_mutex * m,const struct timespec * abstime) mutex_lock_sleep() argument 715 mutex_lock_common(struct pthread_mutex * m,const struct timespec * abstime,bool cvattach,bool rb_onlist) mutex_lock_common() argument 746 struct pthread_mutex *m; __Tthr_mutex_lock() local 760 struct pthread_mutex *m; __pthread_mutex_timedlock() local 787 _mutex_cv_lock(struct pthread_mutex * m,int count,bool rb_onlist) _mutex_cv_lock() argument 798 _mutex_cv_unlock(struct pthread_mutex * m,int * count,int * defer) _mutex_cv_unlock() argument 811 _mutex_cv_attach(struct pthread_mutex * m,int count) _mutex_cv_attach() argument 854 mutex_self_trylock(struct pthread_mutex * m) mutex_self_trylock() argument 883 mutex_self_lock(struct pthread_mutex * m,const struct timespec * abstime) mutex_self_lock() argument 952 mutex_unlock_common(struct pthread_mutex * m,bool cv,int * mtx_defer) mutex_unlock_common() argument 1008 struct pthread_mutex *m; _pthread_mutex_getprioceiling() local 1031 struct pthread_mutex *m, *m1, *m2; _pthread_mutex_setprioceiling() local 1096 struct pthread_mutex *m; _pthread_mutex_getspinloops_np() local 1108 struct pthread_mutex *m; __pthread_mutex_setspinloops_np() local 1120 struct pthread_mutex *m; _pthread_mutex_getyieldloops_np() local 1132 struct pthread_mutex *m; __pthread_mutex_setyieldloops_np() local 1144 struct pthread_mutex *m; _pthread_mutex_isowned_np() local 1176 struct pthread_mutex *m; _Tthr_mutex_consistent() local [all...] |
/freebsd-src/sys/dev/sound/pcm/ |
H A D | mixer.c | 143 mixer_set_softpcmvol(struct snd_mixer *m, struct snddev_info *d, in mixer_set_softpcmvol() argument 188 mixer_set_eq(struct snd_mixer *m, struct snddev_info *d, in mixer_set_eq() argument 240 mixer_set(struct snd_mixer *m, u_int dev, u_int32_t muted, u_int lev) in mixer_set() argument 423 mixer_get_recroute(struct snd_mixer * m,int * route) mixer_get_recroute() argument 458 mixer_set_recroute(struct snd_mixer * m,int route) mixer_set_recroute() argument 482 mix_setdevs(struct snd_mixer * m,u_int32_t v) mix_setdevs() argument 522 mix_setrecdevs(struct snd_mixer * m,u_int32_t v) mix_setrecdevs() argument 572 mix_setparentchild(struct snd_mixer * m,u_int32_t parent,u_int32_t childs) mix_setparentchild() argument 595 mix_setrealdev(struct snd_mixer * m,u_int32_t dev,u_int32_t realdev) mix_setrealdev() argument 604 mix_getparent(struct snd_mixer * m,u_int32_t dev) mix_getparent() argument 612 mix_getchild(struct snd_mixer * m,u_int32_t dev) mix_getchild() argument 620 mix_getdevs(struct snd_mixer * m) mix_getdevs() argument 626 mix_getmutedevs(struct snd_mixer * m) mix_getmutedevs() argument 632 mix_getrecdevs(struct snd_mixer * m) mix_getrecdevs() argument 638 mix_getdevinfo(struct snd_mixer * m) mix_getdevinfo() argument 647 struct snd_mixer *m; mixer_obj_create() local 686 mixer_delete(struct snd_mixer * m) mixer_delete() argument 712 struct snd_mixer *m; mixer_init() local 792 struct snd_mixer *m; mixer_uninit() local 832 struct snd_mixer *m; mixer_reinit() local 864 struct snd_mixer *m; sysctl_hw_snd_hwvol_mixer() local 888 struct snd_mixer *m; mixer_hwvol_init() local 907 mixer_hwvol_mute_locked(struct snd_mixer * m) mixer_hwvol_mute_locked() argument 915 struct snd_mixer *m; mixer_hwvol_mute() local 926 mixer_hwvol_step_locked(struct snd_mixer * m,int left_step,int right_step) mixer_hwvol_step_locked() argument 953 struct snd_mixer *m; mixer_hwvol_step() local 964 mixer_busy(struct snd_mixer * m) mixer_busy() argument 972 mix_set(struct snd_mixer * m,u_int dev,u_int left,u_int right) mix_set() argument 986 mix_get(struct snd_mixer * m,u_int dev) mix_get() argument 1000 mix_setrecsrc(struct snd_mixer * m,u_int32_t src) mix_setrecsrc() argument 1014 mix_getrecsrc(struct snd_mixer * m) mix_getrecsrc() argument 1028 mix_get_type(struct snd_mixer * m) mix_get_type() argument 1036 mix_get_dev(struct snd_mixer * m) mix_get_dev() argument 1049 struct snd_mixer *m; mixer_open() local 1072 struct snd_mixer *m; mixer_close() local 1098 struct snd_mixer *m; mixer_ioctl_channel() local 1235 mixer_mixerinfo(struct snd_mixer * m,mixer_info * mi) mixer_mixerinfo() argument 1251 struct snd_mixer *m; mixer_ioctl_cmd() local 1430 struct snd_mixer *m; mixer_oss_mixerinfo() local 1564 mixer_get_lock(struct snd_mixer * m) mixer_get_lock() argument 1573 mix_get_locked(struct snd_mixer * m,u_int dev,int * pleft,int * pright) mix_get_locked() argument 1590 mix_set_locked(struct snd_mixer * m,u_int dev,int left,int right) mix_set_locked() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() 49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() 57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() 65 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() 71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() 78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() 86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() 94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() 100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() 106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() [all …]
|
/freebsd-src/sys/dev/sound/midi/ |
H A D | mpu401.c | 68 #define CMD(m,d) MPUFOI_WRITE(m, m->cookie, MPU_CMDPORT,d) argument 69 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) argument 70 #define READ(m) MPUFOI_READ(m, m->cookie, MPU_DATAPORT) argument 71 #define WRITE(m,d) MPUFOI_WRITE(m, m->cookie, MPU_DATAPORT,d) argument 111 struct mpu401 *m = (struct mpu401 *)a; in mpu401_timeout() local 118 mpu401_intr(struct mpu401 *m) in mpu401_intr() 128 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0) in mpu401_intr() argument 129 #define TXRDY(m) ( (STATUS(m) & MPU_OUTPUTBUSY) == 0) in mpu401_intr() argument 177 struct mpu401 *m; in mpu401_init() local 205 mpu401_uninit(struct mpu401 *m) in mpu401_uninit() [all …]
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 54 Matcher<const Tuple2&> m = Eq(); in TEST() local 61 Matcher<const Tuple2&> m = Eq(); in TEST() local 68 Matcher<const Tuple2&> m = Ge(); in TEST() local 76 Matcher<const Tuple2&> m = Ge(); in TEST() local 83 Matcher<const Tuple2&> m = Gt(); in TEST() local 91 Matcher<const Tuple2&> m = Gt(); in TEST() local 98 Matcher<const Tuple2&> m = Le(); in TEST() local 106 Matcher<const Tuple2&> m = Le(); in TEST() local 113 Matcher<const Tuple2&> m = Lt(); in TEST() local 121 Matcher<const Tuple2&> m = Lt(); in TEST() local [all …]
|
/freebsd-src/sys/kern/ |
H A D | kern_mutex.c | 93 #define mtx_unowned(m) ((m)->mtx_lock == MTX_UNOWNED) argument 95 #define mtx_destroyed(m) ((m)->mtx_lock == MTX_DESTROYED) argument 222 struct mtx *m; unlock_mtx() local 233 struct mtx *m; unlock_spin() local 245 const struct mtx *m; owner_mtx() local 262 struct mtx *m; __mtx_lock_flags() local 296 struct mtx *m; __mtx_unlock_flags() local 322 struct mtx *m; __mtx_lock_spin_flags() local 363 struct mtx *m; __mtx_trylock_spin_flags() local 391 struct mtx *m; __mtx_unlock_spin_flags() local 414 _mtx_trylock_flags_int(struct mtx * m,int opts LOCK_FILE_LINE_ARG_DEF) _mtx_trylock_flags_int() argument 477 struct mtx *m; _mtx_trylock_flags_() local 499 struct mtx *m; __mtx_lock_sleep() local 712 struct mtx *m; _mtx_lock_spin_cookie() local 807 thread_lock_validate(struct mtx * m,int opts,const char * file,int line) thread_lock_validate() argument 822 thread_lock_validate(m,opts,file,line) global() argument 834 struct mtx *m; _thread_lock() local 867 struct mtx *m; thread_lock_flags_() local 1024 struct mtx *m; __mtx_unlock_sleep() local 1081 const struct mtx *m; __mtx_assert() local 1136 struct mtx *m; _mtx_init() local 1183 struct mtx *m; _mtx_destroy() local 1238 _mtx_lock_indefinite_check(struct mtx * m,struct lock_delay_arg * ldap) _mtx_lock_indefinite_check() argument 1263 mtx_spin_wait_unlocked(struct mtx * m) mtx_spin_wait_unlocked() argument 1288 mtx_wait_unlocked(struct mtx * m) mtx_wait_unlocked() argument 1321 const struct mtx *m; db_show_mtx() local [all...] |
H A D | uipc_mbuf.c | 238 mb_dupcl(struct mbuf *n, struct mbuf *m) in mb_dupcl() argument 287 m_demote_pkthdr(struct mbuf * m) m_demote_pkthdr() argument 306 struct mbuf *m; m_demote() local 329 struct mbuf *m; m_sanity() local 403 m_pkthdr_init(struct mbuf * m,int how) m_pkthdr_init() argument 501 m_prepend(struct mbuf * m,int len,int how) m_prepend() argument 531 m_copym(struct mbuf * m,int off0,int len,int wait) m_copym() argument 604 m_copypacket(struct mbuf * m,int how) m_copypacket() argument 651 m_copyfromunmapped(const struct mbuf * m,int off,int len,caddr_t cp) m_copyfromunmapped() argument 679 m_copydata(const struct mbuf * m,int off,int len,caddr_t cp) m_copydata() argument 712 m_dup(const struct mbuf * m,int how) m_dup() argument 787 m_cat(struct mbuf * m,struct mbuf * n) m_cat() argument 811 m_catpkt(struct mbuf * m,struct mbuf * n) m_catpkt() argument 827 struct mbuf *m; m_adj() local 930 struct mbuf *m; m_pullup() local 991 struct mbuf *m; m_copyup() local 1040 struct mbuf *m, *n; m_split() local 1124 struct mbuf *m, *n; mc_split() local 1189 struct mbuf *m; m_devget() local 1247 m_copytounmapped(const struct mbuf * m,int off,int len,c_caddr_t cp) m_copytounmapped() argument 1278 struct mbuf *m = m0, *n; m_copyback() local 1336 struct mbuf *m, *n; m_append() local 1373 m_apply_extpg_one(struct mbuf * m,int off,int len,int (* f)(void *,void *,u_int),void * arg) m_apply_extpg_one() argument 1419 m_apply_one(struct mbuf * m,int off,int len,int (* f)(void *,void *,u_int),void * arg) m_apply_one() argument 1433 m_apply(struct mbuf * m,int off,int len,int (* f)(void *,void *,u_int),void * arg) m_apply() argument 1465 m_getptr(struct mbuf * m,int loc,int * off) m_getptr() argument 1490 m_print(const struct mbuf * m,int maxlen) m_print() argument 1538 struct mbuf *m; m_length() local 1646 frags_per_mbuf(struct mbuf * m) frags_per_mbuf() argument 1682 struct mbuf *m, *n, *n2, **prev; m_collapse() local 1845 mb_free_mext_pgs(struct mbuf * m) mb_free_mext_pgs() argument 1860 struct mbuf *m, *mb, *prev; m_uiotombuf_nomap() local 1955 struct mbuf *m; m_uiotombuf() local 2047 m_unmapped_uiomove(const struct mbuf * m,int m_off,struct uio * uio,int len) m_unmapped_uiomove() argument 2103 m_mbuftouio(struct uio * uio,const struct mbuf * m,int len) m_mbuftouio() argument 2142 struct mbuf *m, *mprev; m_unshare() local 2267 m_profile(struct mbuf * m) m_profile() argument [all...] |
/freebsd-src/contrib/wpa/src/eap_peer/ |
H A D | eap_methods.c | 33 struct eap_method *m; in eap_peer_get_eap_method() local 53 struct eap_method *m; in eap_peer_get_type() local 76 struct eap_method *m; in eap_get_name() local 97 struct eap_method *m; in eap_get_names() local 131 struct eap_method *m; in eap_get_names_as_string_array() local 169 struct eap_method *m; in eap_peer_get_methods() local 236 struct eap_method *m, *prev; in eap_peer_method_unload() local 320 struct eap_method *m, *last = NULL; in eap_peer_method_register() local 355 struct eap_method *m; in eap_peer_unregister_methods() local
|
/freebsd-src/crypto/openssh/ |
H A D | monitor_wrap.c | 123 mm_request_send(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_send() 141 mm_request_receive(int sock, struct sshbuf *m) in mm_request_receive() 165 mm_request_receive_expect(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_receive_expect() 186 struct sshbuf *m; in mm_choose_dh() local 222 struct sshbuf *m; in mm_sshkey_sign() local 258 struct sshbuf *m; in mm_getpwnamallow() local 353 struct sshbuf *m; in mm_auth2_read_banner() local 383 struct sshbuf *m; in mm_inform_authserv() local 403 struct sshbuf *m; in mm_auth_password() local 456 struct sshbuf *m; in mm_key_allowed() local [all …]
|
/freebsd-src/usr.sbin/mixer/ |
H A D | mixer.c | 55 struct mixer *m; main() local 219 initctls(struct mixer * m) initctls() argument 236 printall(struct mixer * m,int oflag) printall() argument 248 printminfo(struct mixer * m,int oflag) printminfo() argument 277 printdev(struct mixer * m,int oflag) printdev() argument 302 printrecsrc(struct mixer * m,int oflag) printrecsrc() argument 325 set_dunit(struct mixer * m,int dunit) set_dunit() argument 345 struct mixer *m; mod_volume() local 421 struct mixer *m; mod_mute() local 454 struct mixer *m; mod_recsrc() local 489 struct mixer *m = d->parent_mixer; print_volume() local 501 struct mixer *m = d->parent_mixer; print_mute() local 513 struct mixer *m = d->parent_mixer; print_recsrc() local [all...] |
/freebsd-src/crypto/openssl/crypto/bn/ |
H A D | bn_mod.c | 13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod() 33 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 54 const BIGNUM *m) in bn_mod_add_fixed_top() 105 const BIGNUM *m) in BN_mod_add_quick() 115 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() 138 const BIGNUM *m) in bn_mod_sub_fixed_top() 192 const BIGNUM *m) in BN_mod_sub_quick() 207 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() 236 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() 244 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1() [all …]
|
/freebsd-src/sys/netipsec/ |
H A D | ipsec_output.c | 189 ipsec4_perform_request(struct ifnet *ifp, struct mbuf *m, struct ip *ip1, in ipsec4_perform_request() argument 113 ipsec4_allocsa(struct mbuf * m,struct secpolicy * sp,u_int * pidx,int * error) ipsec4_allocsa() argument 291 ipsec4_process_packet(struct mbuf * m,struct secpolicy * sp,struct inpcb * inp) ipsec4_process_packet() argument 299 ipsec4_check_pmtu(struct mbuf * m,struct secpolicy * sp,int forwarding) ipsec4_check_pmtu() argument 371 ipsec4_common_output(struct mbuf * m,struct inpcb * inp,int forwarding) ipsec4_common_output() argument 443 ipsec4_output(struct mbuf * m,struct inpcb * inp) ipsec4_output() argument 463 ipsec4_forward(struct mbuf * m) ipsec4_forward() argument 494 ipsec6_allocsa(struct mbuf * m,struct secpolicy * sp,u_int * pidx,int * error) ipsec6_allocsa() argument 582 ipsec6_perform_request(struct mbuf * m,struct secpolicy * sp,struct inpcb * inp,u_int idx) ipsec6_perform_request() argument 674 ipsec6_process_packet(struct mbuf * m,struct secpolicy * sp,struct inpcb * inp) ipsec6_process_packet() argument 685 ipsec6_check_pmtu(struct mbuf * m,struct secpolicy * sp,int forwarding) ipsec6_check_pmtu() argument 748 ipsec6_common_output(struct mbuf * m,struct inpcb * inp,int forwarding) ipsec6_common_output() argument 811 ipsec6_output(struct mbuf * m,struct inpcb * inp) ipsec6_output() argument 831 ipsec6_forward(struct mbuf * m) ipsec6_forward() argument 847 ipsec_process_done(struct mbuf * m,struct secpolicy * sp,struct secasvar * sav,u_int idx) ipsec_process_done() argument 998 ipsec_prepend(struct mbuf * m,int len,int how) ipsec_prepend() argument [all...] |
/freebsd-src/contrib/less/ |
H A D | mark.c | 52 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark() argument 86 static void mark_set_ifile(struct mark *m, IFILE ifile) in mark_set_ifile() argument 97 mark_get_ifile(struct mark * m) mark_get_ifile() argument 130 struct mark *m; getmark() local 198 struct mark *m; setmark() local 219 struct mark *m; clrmark() local 254 struct mark *m; gomark() local 295 struct mark *m; markpos() local 352 struct mark *m = &marks[i]; mark_check_ifile() local 380 struct mark *m = &marks[i]; save_marks() local 399 struct mark *m; restore_mark() local [all...] |
/freebsd-src/contrib/sendmail/libsmutil/ |
H A D | err.c | 27 const char *m; local 30 m = msg; local 51 const char *m; local 54 m = msg; local
|