Home
last modified time | relevance | path

Searched refs:obj (Results 101 – 125 of 1096) sorted by relevance

12345678910>>...44

/freebsd/sys/compat/linux/
H A Dlinux_vdso.c66 vm_object_t obj; in __elfN() local
73 obj = vm_pager_allocate(OBJT_PHYS, 0, size, in __elfN()
75 VM_OBJECT_WLOCK(obj); in __elfN()
77 m = vm_page_grab(obj, n, in __elfN()
83 VM_OBJECT_WUNLOCK(obj); in __elfN()
85 return (obj); in __elfN()
97 vm_object_deallocate(obj); in __elfN()
163 MPASS(obj != NULL); in linux_map_vdso()
168 vm_object_reference(obj); in linux_map_vdso()
169 error = vm_map_fixed(map, obj, 0, base, size, in linux_map_vdso()
[all …]
/freebsd/libexec/nuageinit/
H A Dnuageinit75 local obj = parser:get_object()
83 for _,v in pairs(obj["links"]) do
166 local obj = parser:get_object()
185 if not obj then
190 hostname = obj['hostname']
210 if not obj then
213 if obj.groups then
229 if obj.users then
230 for n,u in pairs(obj.users) do
257 if obj.ssh_authorized_keys then
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.c136 obj->cnt = txq_num; in i40e_init_lan_hmc()
137 obj->base = 0; in i40e_init_lan_hmc()
151 full_obj->cnt += obj->cnt; in i40e_init_lan_hmc()
156 obj->cnt = rxq_num; in i40e_init_lan_hmc()
160 obj->base = i40e_align_l2obj_base(obj->base); in i40e_init_lan_hmc()
174 full_obj->cnt += obj->cnt; in i40e_init_lan_hmc()
179 obj->cnt = fcoe_cntx_num; in i40e_init_lan_hmc()
183 obj->base = i40e_align_l2obj_base(obj->base); in i40e_init_lan_hmc()
197 full_obj->cnt += obj->cnt; in i40e_init_lan_hmc()
202 obj->cnt = fcoe_filt_num; in i40e_init_lan_hmc()
[all …]
/freebsd/contrib/libucl/src/
H A Ducl_parser.c657 nobj = obj; in ucl_parser_add_container()
679 st->obj = nobj; in ucl_parser_add_container()
709 if (nobj != obj) in ucl_parser_add_container()
1661 return obj; in ucl_parser_get_container()
1705 if (!obj) { in ucl_parse_value()
1731 if (!obj) { in ucl_parse_value()
1759 obj = ucl_parser_add_container (obj, parser, false, in ucl_parse_value()
1780 obj = ucl_parser_add_container (obj, parser, true, in ucl_parse_value()
1884 obj->len = 0; in ucl_parse_value()
3134 obj = ucl_object_ref (stack->obj); in ucl_parser_get_current_stack_object()
[all …]
H A Ducl_internal.h196 ucl_object_t *obj; member
278 ucl_object_t obj; member
439 if (ret && obj != NULL) { in ucl_maybe_parse_boolean()
440 obj->type = UCL_BOOLEAN; in ucl_maybe_parse_boolean()
441 obj->value.iv = val; in ucl_maybe_parse_boolean()
456 int ucl_maybe_parse_number (ucl_object_t *obj,
464 return (const ucl_object_t *)ucl_hash_search (hashlin, obj->key, obj->keylen); in ucl_hash_search_obj()
468 const ucl_object_t *obj,
473 const ucl_object_t *obj, in ucl_hash_insert_object() argument
486 if (!ucl_hash_insert (nhp, obj, obj->key, obj->keylen)) { in ucl_hash_insert_object()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_cp_001_pos.ksh86 for obj in $testfile $testdir; do
93 A0+user:$ZFS_ACL_OTHER1:read_acl:deny $obj
96 [[ -d $obj ]] && cmd_str="$CP -rp"
97 log_must usr_exec $cmd_str $obj $dstdir
98 log_must usr_exec $cmd_str $obj $TESTDIR1
101 log_must compare_modes $obj $dir/${obj##*/}
102 log_must compare_acls $obj $dir/${obj##*/}
H A Dzfs_acl_cpio_002_pos.ksh110 for obj in $file $dir; do
111 log_must usr_exec $CHMOD ${ops[i]} $obj
127 for obj in $file $dir; do
128 log_must compare_modes $TESTDIR/$obj $TESTDIR1/$obj
129 log_must compare_acls $TESTDIR/$obj $TESTDIR1/$obj
130 log_must compare_xattrs $TESTDIR/$obj $TESTDIR1/$obj
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_lu.c354 X509_OBJECT *obj; in x509_store_add() local
360 if (obj == NULL) in x509_store_add()
481 a->data.x509 = obj; in X509_OBJECT_set1_X509()
492 a->data.crl = obj; in X509_OBJECT_set1_X509_CRL()
590 X509_OBJECT *obj; in STACK_OF() local
628 x = obj->data.x509; in STACK_OF()
671 x = obj->data.crl; in STACK_OF()
692 X509_OBJECT *obj; in X509_OBJECT_retrieve_match() local
711 return obj; in X509_OBJECT_retrieve_match()
732 if (obj == NULL) in X509_STORE_CTX_get1_issuer()
[all …]
/freebsd/stand/ficl/softwords/
H A Dficlclass.fr13 c-2byte obj: .hashcode
14 c-byte obj: .flags
15 c-byte obj: .nName
16 c-bytePtr obj: .pName
17 c-cellPtr obj: .pCode
18 c-4byte obj: .param0
47 c-ptr obj: .name
48 c-cell obj: .size
73 c-4byte obj: .nCells
74 c-cellPtr obj: .link
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_013_pos.ksh60 for obj in $OBJ_LIST; do
61 datasetexists $obj && destroy_dataset $obj -f
95 for obj in $TESTPOOL/$TESTFS $OBJ_LIST; do
97 if [[ $obj == $TESTPOOL/$TESTVOL ]]; then
98 expected=$(volsize_to_reservation $obj $resv_set)
99 found=$(get_prop refreservation $obj)
102 found=$(get_prop reservation $obj)
106 log_fail "Reservation property for $obj incorrect. Expected " \
H A Dreservation_002_pos.ksh56 for obj in $OBJ_LIST; do
57 datasetexists $obj && destroy_dataset $obj -f
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`
H A Dreservation_001_pos.ksh56 for obj in $OBJ_LIST; do
57 destroy_dataset $obj
90 for obj in $TESTPOOL/$TESTFS $OBJ_LIST; do
101 [[ $obj == $TESTPOOL/$TESTVOL ]] && \
104 log_must zfs set reservation=$resv_size_set $obj
106 resv_size_get=$(get_prop reservation $obj)
112 log_must zero_reservation $obj
114 new_space_avail=$(get_prop available $obj)
H A Dreservation_005_pos.ksh61 for obj in $OBJ_LIST; do
62 datasetexists $obj && destroy_dataset $obj -f
91 for obj in $TESTPOOL/$TESTFS $OBJ_LIST ; do
98 [[ $obj == $TESTPOOL/$TESTVOL ]] && \
101 log_must zfs set reservation=$resv_size_set $obj
103 resv_size_get=`get_prop reservation $obj`
109 log_must zfs set reservation=none $obj
H A Dreservation_004_pos.ksh58 for obj in $OBJ_LIST; do
59 datasetexists $obj && destroy_dataset $obj -f
94 for obj in $OBJ_LIST ; do
104 [[ $obj == $TESTPOOL/$TESTVOL ]] && \
107 log_must zfs set reservation=$resv_size_set $obj
109 resv_size_get=`get_prop reservation $obj`
115 log_must_busy zfs destroy -f $obj
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c92 ipfobj_t obj; in main() local
195 bzero((char *)&obj, sizeof(obj)); in main()
291 ipfobj_t obj; in flushtable() local
396 ipfobj_t obj; in dotable() local
409 obj.ipfo_ptr = &table; in dotable()
518 ipfobj_t obj; in dostats_live() local
523 bzero((char *)&obj, sizeof(obj)); in dostats_live()
527 obj.ipfo_ptr = &iter; in dostats_live()
648 ipfobj_t obj; in showhostmap_live() local
651 bzero((char *)&obj, sizeof(obj)); in showhostmap_live()
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c45 u32 obj; in mlx4_bitmap_alloc() local
56 if (obj < bitmap->max) { in mlx4_bitmap_alloc()
61 obj |= bitmap->top; in mlx4_bitmap_alloc()
63 obj = -1; in mlx4_bitmap_alloc()
65 if (obj != -1) in mlx4_bitmap_alloc()
70 return obj; in mlx4_bitmap_alloc()
111 u32 obj; in mlx4_bitmap_alloc_range() local
134 obj |= bitmap->top; in mlx4_bitmap_alloc_range()
136 obj = -1; in mlx4_bitmap_alloc_range()
138 if (obj != -1) in mlx4_bitmap_alloc_range()
[all …]
/freebsd/libexec/rtld-elf/riscv/
H A Drtld_machdep.h45 uint64_t set_gp(struct Struct_Obj_Entry *obj);
48 #define rtld_dynamic(obj) \ argument
56 #define arch_digest_note(obj, note) false argument
59 const struct Struct_Obj_Entry *defobj, const struct Struct_Obj_Entry *obj,
65 #define call_initfini_pointer(obj, target) \ argument
68 old0 = set_gp(obj); \
73 #define call_init_pointer(obj, target) \ argument
76 old1 = set_gp(obj); \
/freebsd/contrib/libucl/tests/
H A Dtest_basic.c36 ucl_object_t *obj, *comments = NULL; in main() local
192 obj = ucl_parser_get_object (parser); in main()
203 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
207 emitted = ucl_object_emit (obj, UCL_EMIT_YAML); in main()
224 ucl_object_unref (obj); in main()
248 obj = ucl_parser_get_object (parser2); in main()
260 ucl_object_emit_full (obj, UCL_EMIT_JSON_COMPACT, in main()
264 ucl_object_emit_full (obj, UCL_EMIT_JSON, in main()
269 ucl_object_emit_full (obj, UCL_EMIT_YAML, in main()
273 ucl_object_emit_full (obj, UCL_EMIT_CONFIG, in main()
[all …]
/freebsd/sbin/ipf/libipf/
H A Dipf_dotuning.c16 ipfobj_t obj; in ipf_dotuning() local
21 obj.ipfo_rev = IPFILTER_VERSION; in ipf_dotuning()
22 obj.ipfo_size = sizeof(tu); in ipf_dotuning()
23 obj.ipfo_ptr = (void *)&tu; in ipf_dotuning()
24 obj.ipfo_type = IPFOBJ_TUNEABLE; in ipf_dotuning()
29 if ((*iocfn)(fd, SIOCIPFGETNEXT, &obj) == -1) { in ipf_dotuning()
45 if ((*iocfn)(fd, SIOCIPFSET, &obj) == -1) { in ipf_dotuning()
57 if ((*iocfn)(fd, SIOCIPFGET, &obj) == -1) { in ipf_dotuning()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_tt.c280 vm_object_t obj; in ttm_tt_swapin() local
284 obj = ttm->swap_storage; in ttm_tt_swapin()
286 vm_object_pip_add(obj, 1); in ttm_tt_swapin()
303 vm_object_pip_wakeup(obj); in ttm_tt_swapin()
312 vm_object_pip_wakeup(obj); in ttm_tt_swapin()
318 vm_object_t obj; in ttm_tt_swapout() local
329 if (obj == NULL) { in ttm_tt_swapout()
336 VM_OBJECT_WLOCK(obj); in ttm_tt_swapout()
337 vm_object_pip_add(obj, 1); in ttm_tt_swapout()
349 VM_OBJECT_WUNLOCK(obj); in ttm_tt_swapout()
[all …]
/freebsd/sys/dev/acpi_support/
H A Dacpi_hp.c865 ACPI_OBJECT *obj; in acpi_hp_notify() local
868 if (obj && obj->Type == ACPI_TYPE_BUFFER && obj->Buffer.Length == 8) { in acpi_hp_notify()
891 ACPI_OBJECT *obj; in acpi_hp_exec_wmi_command() local
901 obj = out.Pointer; in acpi_hp_exec_wmi_command()
902 if (!obj || obj->Type != ACPI_TYPE_BUFFER) { in acpi_hp_exec_wmi_command()
921 length = obj->String.Length+1; in acpi_hp_get_string_from_object()
954 ACPI_OBJECT *obj; in acpi_hp_get_cmi_block() local
969 obj = out.Pointer; in acpi_hp_get_cmi_block()
970 if (!obj || obj->Type != ACPI_TYPE_PACKAGE) { in acpi_hp_get_cmi_block()
976 if (obj->Package.Count < 8 || in acpi_hp_get_cmi_block()
[all …]
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c1350 ret = mlx5_cmd_exec(obj->ib_dev->mdev, obj->dinbox, in devx_obj_cleanup()
1426 if (!obj) in UVERBS_HANDLER()
1488 mlx5_cmd_exec(obj->ib_dev->mdev, obj->dinbox, obj->dinlen, out, in UVERBS_HANDLER()
1935 if (obj) in UVERBS_HANDLER()
1993 if (obj) in UVERBS_HANDLER()
2115 mlx5_ib_cont_pages(obj->umem, obj->umem->address, in devx_umem_get()
2117 &obj->page_shift, &obj->ncont, NULL); in devx_umem_get()
2125 obj->page_offset = obj->umem->address & page_mask; in devx_umem_get()
2177 if (!obj) in UVERBS_HANDLER()
2206 mlx5_cmd_exec(obj->mdev, obj->dinbox, obj->dinlen, cmd.out, sizeof(cmd.out)); in UVERBS_HANDLER()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib45 typeset obj=$1
50 $LS -ld $obj | $AWK '{print $1}'
60 typeset obj=$1
75 typeset obj=$1
139 typeset obj
140 for obj in $src $tgt
187 typeset obj=$1
204 typeset obj=$1
410 typeset obj=$1
416 for xattr in `$RUNAT $obj $LS | \
[all …]
/freebsd/lib/libc/iconv/
H A Dcitrus_prop.c63 obj->type = type; in _citrus_prop_object_init()
64 memset(&obj->u, 0, sizeof(obj->u)); in _citrus_prop_object_init()
71 if (obj->type == _CITRUS_PROP_STR) in _citrus_prop_object_uninit()
72 free(__DECONST(void *, obj->u.str)); in _citrus_prop_object_uninit()
131 obj->u._func_ = 0; \ in _CITRUS_PROP_READ_UINT_COMMON()
140 (ms, &obj->u._func_, base, neg)); \ in _CITRUS_PROP_READ_UINT_COMMON()
207 return (_citrus_prop_read_chr(ms, obj)); in _citrus_prop_read_character()
212 obj->u.chr = ch; in _citrus_prop_read_character()
230 obj->u.boolean = true; in _citrus_prop_read_bool()
239 obj->u.boolean = false; in _citrus_prop_read_bool()
[all …]
/freebsd/sys/vm/
H A Dvm_swapout.c259 vm_object_t obj, bigobj; in vm_swapout_map_deactivate_pages() local
275 if (obj != NULL && VM_OBJECT_TRYRLOCK(obj)) { in vm_swapout_map_deactivate_pages()
282 bigobj = obj; in vm_swapout_map_deactivate_pages()
304 if (obj != NULL) { in vm_swapout_map_deactivate_pages()
305 VM_OBJECT_RLOCK(obj); in vm_swapout_map_deactivate_pages()
533 vm_object_t obj; in vm_thread_swapout() local
541 VM_OBJECT_WLOCK(obj); in vm_thread_swapout()
550 VM_OBJECT_WUNLOCK(obj); in vm_thread_swapout()
561 vm_object_t obj; in vm_thread_swapin() local
580 VM_OBJECT_WLOCK(obj); in vm_thread_swapin()
[all …]

12345678910>>...44