| /freebsd-14-stable/sys/vm/ |
| HD | vm_map.c | 1037 #define SPLAY_LEFT_STEP(root, y, llist, rlist, test) do { \ argument 1050 vm_map_entry_max_free_right(root, rlist)), \ 1053 max_free = vm_map_entry_max_free_right(root, rlist); \ 1071 KASSERT(max_free == vm_map_entry_max_free_right(root, rlist), \ 1073 root->left = rlist; \ 1074 rlist = root; \ 1078 #define SPLAY_RIGHT_STEP(root, y, llist, rlist, test) do { \ argument 1091 vm_map_entry_max_free_right(root, rlist)), \ 1093 if (max_free - 1 < vm_map_entry_max_free_right(root, rlist)) \ 1095 if (y != rlist && (test)) { \ [all …]
|
| /freebsd-14-stable/usr.sbin/rpcbind/ |
| HD | rpcb_svc_4.c | 323 static rpcb_entry_list_ptr rlist; in rpcbproc_getaddrlist_4_local() local 333 free_rpcb_entry_list(&rlist); in rpcbproc_getaddrlist_4_local() 399 if (rlist == NULL) { in rpcbproc_getaddrlist_4_local() 400 rlist = rp; in rpcbproc_getaddrlist_4_local() 411 for (rp = rlist; rp; rp = rp->rpcb_entry_next) { in rpcbproc_getaddrlist_4_local() 422 return (void *)&rlist; in rpcbproc_getaddrlist_4_local() 424 fail: free_rpcb_entry_list(&rlist); in rpcbproc_getaddrlist_4_local()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrInfoZc.td | 60 def rlist : Operand<OtherVT> { 153 : RVInst16<(outs), (ins rlist:$rlist, immtype:$stackadj), 154 opcodestr, "$rlist, $stackadj", [], InstFormatOther> { 155 bits<4> rlist; 160 let Inst{7-4} = rlist;
|
| /freebsd-14-stable/contrib/sendmail/src/ |
| HD | envelope.c | 489 auto ADDRESS *rlist = NULL; local 495 (void) sendtolist(e->e_from.q_paddr, NULLADDR, &rlist, 0, e); 496 (void) returntosender("Return receipt", rlist, RTSF_NO_BODY, e); 520 auto ADDRESS *rlist = NULL; local 530 (void) sendtolist(pcopy, NULLADDR, &rlist, 0, e); 534 &rlist, 0, e); 535 (void) returntosender(e->e_message, rlist,
|
| /freebsd-14-stable/lib/libc/iconv/ |
| HD | bsd_iconv.c | 152 __bsd___iconv_get_list(char ***rlist, size_t *rsz, bool sorted) in __bsd___iconv_get_list() argument 156 ret = _citrus_esdb_get_list(rlist, rsz, sorted); in __bsd___iconv_get_list()
|
| HD | citrus_esdb.c | 257 _citrus_esdb_get_list(char ***rlist, size_t *rnum, bool sorted) in _citrus_esdb_get_list() argument 356 *rlist = list; in _citrus_esdb_get_list()
|
| /freebsd-14-stable/contrib/ntp/ntpd/ |
| HD | ntp_restrict.c | 397 restrict_u *rlist; in match_restrict_entry() local 401 rlist = restrictlist6; in match_restrict_entry() 404 rlist = restrictlist4; in match_restrict_entry() 408 for (res = rlist; res != NULL; res = res->link) { in match_restrict_entry()
|
| /freebsd-14-stable/crypto/openssl/apps/lib/ |
| HD | s_cb.c | 1132 const unsigned char *rlist; in print_raw_cipherlist() local 1140 rlistlen = SSL_get0_raw_cipherlist(s, &rlist); in print_raw_cipherlist() 1142 for (i = 0; i < rlistlen; i += num, rlist += num) { in print_raw_cipherlist() 1143 const SSL_CIPHER *c = SSL_CIPHER_find(s, rlist); in print_raw_cipherlist() 1148 } else if (memcmp(rlist, scsv_id, num) == 0) { in print_raw_cipherlist() 1154 BIO_printf(bio_err, "%02X", rlist[j]); in print_raw_cipherlist()
|
| /freebsd-14-stable/crypto/openssl/apps/ |
| HD | cms.c | 1356 STACK_OF(GENERAL_NAMES) *rto, *rlist; in receipt_request_print() 1373 &rlist, &rto); in receipt_request_print() 1379 if (rlist != NULL) { in receipt_request_print() 1381 gnames_stack_print(rlist); in receipt_request_print()
|
| /freebsd-14-stable/sys/dev/mlx4/mlx4_core/ |
| HD | mlx4_resource_tracker.c | 4146 struct list_head *rlist) in validate_eth_header_mac() argument 4154 list_for_each_entry_safe(res, tmp, rlist, list) { in validate_eth_header_mac() 4188 struct list_head *rlist, int header_id) in add_eth_header() argument 4220 list_for_each_entry_safe(res, tmp, rlist, list) { in add_eth_header() 4335 struct list_head *rlist = &tracker->slave_list[slave].res_list[RES_MAC]; in mlx4_QP_FLOW_STEERING_ATTACH_wrapper() local 4371 if (validate_eth_header_mac(slave, rule_header, rlist)) { in mlx4_QP_FLOW_STEERING_ATTACH_wrapper() 4382 if (add_eth_header(dev, slave, inbox, rlist, header_id)) { in mlx4_QP_FLOW_STEERING_ATTACH_wrapper() 4574 struct list_head *rlist = &tracker->slave_list[slave].res_list[type]; in _move_all_busy() local 4581 list_for_each_entry_safe(r, tmp, rlist, list) { in _move_all_busy()
|
| /freebsd-14-stable/contrib/unbound/services/ |
| HD | mesh.c | 1347 struct mesh_reply* rlist = m->reply_list; in mesh_send_reply() local 1402 m->reply_list = rlist; in mesh_send_reply() 1426 m->reply_list = rlist; in mesh_send_reply() 1464 m->reply_list = rlist; in mesh_send_reply()
|