| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_serdes_hssp.c | 157 obj, in al_serdes_reg_read() 170 obj, in al_serdes_reg_read() 197 obj, in al_serdes_reg_write() 210 obj, in al_serdes_reg_write() 306 obj, in al_serdes_bist_overrides_enable() 317 obj, in al_serdes_bist_overrides_enable() 328 obj, in al_serdes_bist_overrides_enable() 336 obj, in al_serdes_bist_overrides_enable() 391 obj, in al_serdes_bist_overrides_disable() 493 obj, in al_serdes_group_pm_set() [all …]
|
| H A D | al_hal_serdes_25g.c | 325 obj, in al_serdes_25g_bist_rx_enable() 332 obj, in al_serdes_25g_bist_rx_enable() 339 obj, in al_serdes_25g_bist_rx_enable() 367 obj, in al_serdes_25g_bist_rx_enable() 497 obj, in al_serdes_25g_bist_rx_status() 513 obj, in al_serdes_25g_bist_rx_status() 521 obj, in al_serdes_25g_bist_rx_status() 529 obj, in al_serdes_25g_bist_rx_status() 1100 obj, in al_serdes_25g_gcfsm2_read() 1108 obj, in al_serdes_25g_gcfsm2_read() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ring.h | 108 return rte_ring_enqueue(r, *obj); in test_ring_enqueue() 110 return rte_ring_sp_enqueue(r, *obj); in test_ring_enqueue() 112 return rte_ring_mp_enqueue(r, *obj); in test_ring_enqueue() 114 return rte_ring_enqueue_bulk(r, obj, n, NULL); in test_ring_enqueue() 120 return rte_ring_enqueue_burst(r, obj, n, NULL); in test_ring_enqueue() 132 return rte_ring_enqueue_elem(r, obj, esize); in test_ring_enqueue() 169 return rte_ring_dequeue(r, obj); in test_ring_dequeue() 171 return rte_ring_sc_dequeue(r, obj); in test_ring_dequeue() 173 return rte_ring_mc_dequeue(r, obj); in test_ring_dequeue() 175 return rte_ring_dequeue_bulk(r, obj, n, NULL); in test_ring_dequeue() [all …]
|
| H A D | test_mempool.c | 70 uint32_t *objnum = obj; in my_obj_init() 82 void *obj, *obj2; in test_mempool_basic() local 122 if (rte_mempool_virt2iova(obj) != rte_mem_virt2iova(obj)) in test_mempool_basic() 162 obj = objtable[i]; in test_mempool_basic() 163 obj_data = obj; in test_mempool_basic() 164 objnum = obj; in test_mempool_basic() 221 void *obj = NULL; in test_mempool_single_producer() local 261 void * obj; in test_mempool_single_consumer() local 367 void **obj; in test_mempool_basic_ex() local 376 if (obj == NULL) { in test_mempool_basic_ex() [all …]
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | dpaa_rbtree.h | 55 obj->node_field.prev = obj->node_field.next = NULL; \ 64 tree->head = &obj->node_field; \ 67 obj->node_field.prev = node->prev; \ 68 obj->node_field.next = node; \ 69 node->prev = &obj->node_field; \ 74 obj->node_field.prev = tree->tail; \ 75 obj->node_field.next = NULL; \ 76 tree->tail->next = &obj->node_field; \ 77 tree->tail = &obj->node_field; \ 98 obj->node_field.prev->next = obj->node_field.next; \ [all …]
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_elem.h | 117 ring[idx] = obj[i]; in __rte_ring_enqueue_elems_32() 144 ring[idx] = obj[i]; in __rte_ring_enqueue_elems_32() 147 ring[idx] = obj[i]; in __rte_ring_enqueue_elems_32() 162 ring[idx] = obj[i]; in __rte_ring_enqueue_elems_64() 177 ring[idx] = obj[i]; in __rte_ring_enqueue_elems_64() 180 ring[idx] = obj[i]; in __rte_ring_enqueue_elems_64() 251 obj[i] = ring[idx]; in __rte_ring_dequeue_elems_32() 278 obj[i] = ring[idx]; in __rte_ring_dequeue_elems_32() 281 obj[i] = ring[idx]; in __rte_ring_dequeue_elems_32() 296 obj[i] = ring[idx]; in __rte_ring_dequeue_elems_64() [all …]
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | obj.h | 22 struct obj; 24 struct obj * 45 mempool_create(struct obj *obj, 50 mempool_find(struct obj *obj, 94 link_create(struct obj *obj, 99 link_is_up(struct obj *obj, const char *name); 102 link_find(struct obj *obj, const char *name); 105 link_next(struct obj *obj, struct link *link); 124 pipeline_create(struct obj *obj, 129 pipeline_find(struct obj *obj, const char *name);
|
| H A D | obj.c | 37 struct obj { struct 93 mempool_find(struct obj *obj, const char *name) in mempool_find() argument 319 link_is_up(struct obj *obj, const char *name) in link_is_up() argument 340 link_find(struct obj *obj, const char *name) in link_find() argument 355 link_next(struct obj *obj, struct link *link) in link_next() argument 439 pipeline_find(struct obj *obj, const char *name) in pipeline_find() argument 456 struct obj * 459 struct obj *obj; in obj_init() local 461 obj = calloc(1, sizeof(struct obj)); in obj_init() 462 if (!obj) in obj_init() [all …]
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 1317 obj = SLOT(vplabel); in biba_kld_check_load() 1334 obj = SLOT(mplabel); in biba_mount_check_stat() 1457 obj = SLOT(pplabel); in biba_pipe_check_poll() 1475 obj = SLOT(pplabel); in biba_pipe_check_read() 1492 obj = SLOT(pplabel); in biba_pipe_check_relabel() 1544 obj = SLOT(pplabel); in biba_pipe_check_stat() 1562 obj = SLOT(pplabel); in biba_pipe_check_write() 1604 obj = SLOT(kslabel); in biba_posixsem_check_openunlink() 1622 obj = SLOT(kslabel); in biba_posixsem_check_setmode() 1640 obj = SLOT(kslabel); in biba_posixsem_check_setowner() [all …]
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 1353 obj = SLOT(pplabel); in mls_pipe_check_poll() 1371 obj = SLOT(pplabel); in mls_pipe_check_read() 1388 obj = SLOT(pplabel); in mls_pipe_check_relabel() 1440 obj = SLOT(pplabel); in mls_pipe_check_stat() 1458 obj = SLOT(pplabel); in mls_pipe_check_write() 1500 obj = SLOT(kslabel); in mls_posixsem_check_openunlink() 1518 obj = SLOT(kslabel); in mls_posixsem_check_rdonly() 1572 obj = SLOT(kslabel); in mls_posixsem_check_write() 1869 obj = SLOT(solabel); in mls_socket_check_relabel() 1921 obj = SLOT(solabel); in mls_socket_check_visible() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation_014_pos.ksh | 56 for obj in $OBJ_LIST ; do 57 datasetexists $obj && log_must zfs destroy -f $obj 80 for obj in $TESTPOOL/$TESTFS $OBJ_LIST ; do 82 space_avail=`get_prop available $obj` 93 if [[ $obj == $TESTPOOL/$TESTFS ]]; then 94 log_must zfs set quota=$quota_set_size $obj 96 elif [[ $obj == $TESTPOOL/$TESTVOL || $obj == $TESTPOOL/$TESTVOL2 ]] 101 orig_quota=`get_prop quota $obj` 104 new_quota=`get_prop quota $obj` 111 if [[ $obj == $TESTPOOL/$TESTFS ]]; then [all …]
|
| H A D | reservation_002_pos.ksh | 56 for obj in $OBJ_LIST; do 57 datasetexists $obj && log_must_busy zfs destroy -f $obj 85 for obj in $TESTPOOL/$TESTFS $OBJ_LIST ; do 87 space_avail=`get_prop available $obj` 90 log_must zero_reservation $obj 91 log_mustnot zfs set reservation=$resv_size_set $obj 93 resv_size_get=`get_prop reservation $obj`
|
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | luavs.bat | 13 del lua.obj luac.obj 14 %MYLINK% /DLL /out:lua51.dll l*.obj 18 %MYLINK% /out:lua.exe lua.obj lua51.lib 22 del lua.obj linit.obj lbaselib.obj ldblib.obj liolib.obj lmathlib.obj^ 23 loslib.obj ltablib.obj lstrlib.obj loadlib.obj 24 %MYLINK% /out:luac.exe *.obj 27 del *.obj *.manifest
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/ |
| H A D | zfs_rename_007_pos.ksh | 62 typeset obj 67 obj=$ZVOL_DEVDIR/$dtst 70 echo $obj 87 obj=$(target_obj $fs) 88 log_must cp $SRC_FILE $obj 101 obj=$(target_obj ${fs}-new) 102 log_must diff $SRC_FILE $obj 104 log_must diff $SRC_FILE $obj 114 obj=$(target_obj $fsclone) 115 log_must diff $SRC_FILE $obj [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | multilist.c | 38 multilist_d2l(multilist_t *ml, void *obj) in multilist_d2l() argument 157 multilist_insert(multilist_t *ml, void *obj) in multilist_insert() argument 186 multilist_sublist_insert_head(mls, obj); in multilist_insert() 202 multilist_remove(multilist_t *ml, void *obj) in multilist_remove() argument 222 multilist_sublist_remove(mls, obj); in multilist_remove() 322 list_insert_head(&mls->mls_list, obj); in multilist_sublist_insert_head() 330 list_insert_tail(&mls->mls_list, obj); in multilist_sublist_insert_tail() 358 list_remove(&mls->mls_list, obj); in multilist_sublist_move_forward() 366 list_remove(&mls->mls_list, obj); in multilist_sublist_remove() 409 return (list_next(&mls->mls_list, obj)); in multilist_sublist_next() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lobject.h | 109 lua_assert(!iscollectable(obj) || (ttype(obj) == (obj)->value.gc->gch.tt)) 113 ((ttype(obj) == (obj)->value.gc->gch.tt) && !isdead(g, (obj)->value.gc))) 117 #define setnilvalue(obj) ((obj)->tt=LUA_TNIL) argument 119 #define setnvalue(obj,x) \ argument 129 { TValue *i_o=(obj); \ 134 { TValue *i_o=(obj); \ 139 { TValue *i_o=(obj); \ 144 { TValue *i_o=(obj); \ 149 { TValue *i_o=(obj); \ 154 { TValue *i_o=(obj); \ [all …]
|
| /f-stack/app/nginx-1.16.1/auto/lib/zlib/ |
| H A D | makefile.bcc | 15 tlib zlib.lib +adler32.obj +crc32.obj +deflate.obj \ 16 +trees.obj +zutil.obj +compress.obj \ 17 +inflate.obj +inffast.obj +inftrees.obj
|
| H A D | makefile.owc | 13 wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj & 14 zutil.obj compress.obj inflate.obj inffast.obj inftrees.obj
|
| H A D | makefile.msvc | 15 link -lib -out:zlib.lib adler32.obj crc32.obj deflate.obj \ 16 trees.obj zutil.obj compress.obj \ 17 inflate.obj inffast.obj inftrees.obj
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_mem.c | 65 vm_object_t obj; in vmm_mmio_alloc() local 72 obj = vm_pager_allocate(OBJT_SG, sg, len, VM_PROT_RW, 0, NULL); in vmm_mmio_alloc() 73 if (obj != NULL) { in vmm_mmio_alloc() 81 VM_OBJECT_WLOCK(obj); in vmm_mmio_alloc() 82 error = vm_object_set_memattr(obj, VM_MEMATTR_UNCACHEABLE); in vmm_mmio_alloc() 83 VM_OBJECT_WUNLOCK(obj); in vmm_mmio_alloc() 88 error = vm_map_find(&vmspace->vm_map, obj, 0, &gpa, len, 0, in vmm_mmio_alloc() 91 vm_object_deallocate(obj); in vmm_mmio_alloc() 92 obj = NULL; in vmm_mmio_alloc() 109 return (obj); in vmm_mmio_alloc()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_kobj.c | 267 obj->ops = cls->ops; in kobj_init_common() 289 kobj_init_common(obj, cls); in kobj_init1() 297 kobj_t obj; in kobj_create() local 300 if (obj == NULL) in kobj_create() 303 free(obj, mtype); in kobj_create() 306 return (obj); in kobj_create() 310 kobj_init(kobj_t obj, kobj_class_t cls) in kobj_init() argument 326 kobj_init_common(obj, cls); in kobj_init_static() 332 kobj_class_t cls = obj->ops->cls; in kobj_delete() 349 obj->ops = NULL; in kobj_delete() [all …]
|
| /f-stack/freebsd/vm/ |
| H A D | vm_domainset.c | 75 if (vm_object_reserv(obj)) { in vm_domainset_iter_init() 80 pindex += obj->pg_color; in vm_domainset_iter_init() 89 if (obj != NULL) in vm_domainset_iter_init() 90 pindex += (((uintptr_t)obj) / sizeof(*obj)); in vm_domainset_iter_init() 209 if (obj != NULL && obj->domain.dr_policy != NULL) in vm_domainset_iter_page_init() 210 dr = &obj->domain; in vm_domainset_iter_page_init() 219 vm_domainset_iter_page(di, obj, domain); in vm_domainset_iter_page_init() 246 if (obj != NULL) in vm_domainset_iter_page() 247 VM_OBJECT_WUNLOCK(obj); in vm_domainset_iter_page() 249 if (obj != NULL) in vm_domainset_iter_page() [all …]
|
| /f-stack/freebsd/arm64/coresight/ |
| H A D | coresight_acpi.c | 69 const union acpi_object *obj; in cs_acpi_validate_dsd_graph() local 96 obj = &graph->Package.Elements[i]; in cs_acpi_validate_dsd_graph() 97 if (obj->Type != ACPI_TYPE_PACKAGE || obj->Package.Count < 3) in cs_acpi_validate_dsd_graph() 105 cs_is_acpi_guid(const union acpi_object *obj) in cs_is_acpi_guid() argument 108 return (obj->Type == ACPI_TYPE_BUFFER) && (obj->Buffer.Length == 16); in cs_is_acpi_guid() 125 if (cs_is_acpi_guid(obj) && in cs_acpi_guid_matches() 151 if (obj->Type != ACPI_TYPE_PACKAGE || in cs_is_acpi_coresight_graph() 152 obj->Package.Count < 3) in cs_is_acpi_coresight_graph() 155 graphid = &obj->Package.Elements[0]; in cs_is_acpi_coresight_graph() 156 guid = &obj->Package.Elements[1]; in cs_is_acpi_coresight_graph() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 175 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt) argument 179 (righttt(obj) && !isdead(g,gcvalue(obj)))) 185 #define setnvalue(obj,x) \ argument 188 #define setnilvalue(obj) settt_(obj, LUA_TNIL) argument 204 { TValue *io=(obj); \ 210 { TValue *io=(obj); \ 215 { TValue *io=(obj); \ 220 { TValue *io=(obj); \ 225 { TValue *io=(obj); \ 230 { TValue *io=(obj); \ [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | lazyfree.c | 31 size_t lazyfreeGetFreeEffort(robj *obj) { in lazyfreeGetFreeEffort() argument 32 if (obj->type == OBJ_LIST) { in lazyfreeGetFreeEffort() 33 quicklist *ql = obj->ptr; in lazyfreeGetFreeEffort() 35 } else if (obj->type == OBJ_SET && obj->encoding == OBJ_ENCODING_HT) { in lazyfreeGetFreeEffort() 36 dict *ht = obj->ptr; in lazyfreeGetFreeEffort() 38 } else if (obj->type == OBJ_ZSET && obj->encoding == OBJ_ENCODING_SKIPLIST){ in lazyfreeGetFreeEffort() 39 zset *zs = obj->ptr; in lazyfreeGetFreeEffort() 41 } else if (obj->type == OBJ_HASH && obj->encoding == OBJ_ENCODING_HT) { in lazyfreeGetFreeEffort() 42 dict *ht = obj->ptr; in lazyfreeGetFreeEffort()
|