/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.get_number_props.zcp | 28 props['used'] = {{true, nil}, {true, nil}, {true, nil}} 29 props['available'] = {{true, nil}, {nil, nil}, {true, nil}} 30 props['referenced'] = {{true, nil}, {true, nil}, {true, nil}} 31 props['compressratio'] = {{true, nil}, {true, nil}, {true, nil}} 32 props['refcompressratio'] = {{true, nil}, {true, nil}, {true, nil}} 33 props['volblocksize'] = {{nil, nil}, {nil, nil}, {true, nil}} 34 props['usedbysnapshots'] = {{true, nil}, {nil, nil}, {true, nil}} 35 props['usedbydataset'] = {{true, nil}, {nil, nil}, {true, nil}} 36 props['usedbychildren'] = {{true, nil}, {nil, nil}, {true, nil}} 37 props['usedbyrefreservation'] = {{true, nil}, {nil, nil}, {true, nil}} [all …]
|
H A D | tst.get_index_props.zcp | 24 props['redundant_metadata'] = {{'all', 'default'}, {nil, nil}} 25 props['sync'] = {{'standard', 'default'}, {nil, nil}} 26 props['checksum'] = {{'on', 'default'}, {nil, nil}} 27 props['dedup'] = {{'off', 'default'}, {nil, nil}} 28 props['compression'] = {{'off', 'default'}, {nil, nil}} 29 props['snapdir'] = {{'hidden', 'default'}, {nil, nil}} 35 props['aclinherit'] = {{'restricted','default'}, {nil, nil}} 36 props['copies'] = {{'1', 'default'}, {nil, nil}} 39 props['logbias'] = {{'latency', 'default'}, {nil, nil}} 40 props['atime'] = {{'on', 'default'}, {nil, nil}} [all …]
|
H A D | tst.get_string_props.zcp | 24 props['origin'] = {{nil, nil}, {nil, nil}, {snap, nil}} 25 props['clones'] = {{nil, nil}, {{clone}, nil}, {nil, nil}} 26 props['mountpoint'] = {{'/' .. fs, 'default'}, {nil, nil}, {'/' .. clone, 'default'}} 27 props['sharenfs'] = {{'off', 'default'}, {nil, nil}, {'off', 'default'}} 28 props['type'] = {{'filesystem', nil}, {'snapshot', nil}, {'filesystem', nil}} 29 props['sharesmb'] = {{'off', 'default'}, {nil, nil}, {'off', 'default'}} 31 props['receive_resume_token'] = {{nil, nil}, {nil, nil}, {nil, nil}} 33 props['name'] = {{fs, nil}, {snap, nil}, {clone, nil}} 34 props['iscsioptions'] = {{nil, nil}, {nil, nil}, {nil, nil}} 35 props['prevsnap'] = {{snap, nil}, {nil, nil}, {snap, nil}}
|
H A D | tst.get_count_and_limit.ksh | 49 assert(ans == nil) 50 assert(src == nil) 59 assert(ans == nil) 60 assert(src == nil) 72 assert(src == nil) 86 assert(src == nil)
|
H A D | tst.get_mountpoint.ksh | 54 assert(ans == nil) 55 assert(src == nil) 78 assert(ans == nil) 79 assert(src == nil)
|
H A D | tst.get_userquota.ksh | 64 assert(ans == nil) 65 assert(setpoint == nil) 72 assert(ans == nil) 73 assert(setpoint == nil)
|
H A D | tst.set_props.zcp | 85 if (old_val ~= nil) then 104 if (err == 0 or (exp_err ~= nil and err ~= exp_err)) then
|
/freebsd/crypto/openssl/crypto/ |
H A D | README-sparse_array.md | 62 | |nil|nil|...|nil| 88 | |nil| |...|nil| 96 |nil| |nil|...|nil| |nil| |nil|...|nil| 129 | |nil| |...|nil| 137 |nil|nil|nil|...|nil| |nil| |nil|...|nil|
|
/freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_sdp_get.c | 177 sdp_data_t nil; in ATF_TC_BODY() local 191 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */ in ATF_TC_BODY() 192 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL); in ATF_TC_BODY() 216 sdp_data_t nil; in ATF_TC_BODY() local 227 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */ in ATF_TC_BODY() 228 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL); in ATF_TC_BODY() 279 sdp_data_t nil; in ATF_TC_BODY() local 298 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */ in ATF_TC_BODY() 299 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL); in ATF_TC_BODY() 320 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */ in ATF_TC_BODY() [all …]
|
H A D | t_sdp_match.c | 59 sdp_data_t nil; in ATF_TC_BODY() local 69 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */ in ATF_TC_BODY() 70 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL); in ATF_TC_BODY()
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_map.c | 134 CL_ASSERT(p_item->p_right != &p_map->nil); in __cl_map_rot_left() 149 if ((*pp_root)->p_left != &p_map->nil) in __cl_map_rot_left() 180 CL_ASSERT(p_item->p_left != &p_map->nil); in __cl_map_rot_right() 194 if ((*pp_root)->p_right != &p_map->nil) in __cl_map_rot_right() 211 p_map->root.p_left = &p_map->nil; in cl_qmap_init() 212 p_map->root.p_right = &p_map->nil; in cl_qmap_init() 216 p_map->nil.p_up = &p_map->nil; in cl_qmap_init() 217 p_map->nil.p_left = &p_map->nil; in cl_qmap_init() 218 p_map->nil.p_right = &p_map->nil; in cl_qmap_init() 219 p_map->nil.color = CL_MAP_BLACK; in cl_qmap_init() [all …]
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_fleximap.h | 222 cl_fmap_item_t nil; member 422 return (&p_map->nil); in cl_fmap_end() 459 return ((cl_fmap_item_t *) p_map->nil.pool_item.list_item.p_next); in cl_fmap_head() 495 return ((cl_fmap_item_t *) p_map->nil.pool_item.list_item.p_prev); in cl_fmap_tail() 803 p_map->root.p_left = &p_map->nil; in cl_fmap_remove_all() 804 p_map->nil.pool_item.list_item.p_next = &p_map->nil.pool_item.list_item; in cl_fmap_remove_all() 805 p_map->nil.pool_item.list_item.p_prev = &p_map->nil.pool_item.list_item; in cl_fmap_remove_all()
|
H A D | cl_qmap.h | 248 cl_map_item_t nil; member 495 return (&p_map->nil); in cl_qmap_end() 532 return ((cl_map_item_t *) p_map->nil.pool_item.list_item.p_next); in cl_qmap_head() 568 return ((cl_map_item_t *) p_map->nil.pool_item.list_item.p_prev); in cl_qmap_tail() 835 p_map->root.p_left = &p_map->nil; in cl_qmap_remove_all() 836 p_map->nil.pool_item.list_item.p_next = &p_map->nil.pool_item.list_item; in cl_qmap_remove_all() 837 p_map->nil.pool_item.list_item.p_prev = &p_map->nil.pool_item.list_item; in cl_qmap_remove_all()
|
/freebsd/sys/dev/zlib/ |
H A D | zcalloc.c | 13 zcalloc_waitok(void *nil, u_int items, u_int size) in zcalloc_waitok() argument 20 zcalloc_nowait(void *nil, u_int items, u_int size) in zcalloc_nowait() argument 27 zcalloc(void *nil, u_int items, u_int size) in zcalloc() argument 30 return zcalloc_nowait(nil, items, size); in zcalloc() 34 zcfree(void *nil, void *ptr) in zcfree() argument
|
/freebsd/lib/libc/uuid/ |
H A D | uuid_to_string.c | 46 uuid_t nil; in uuid_to_string() local 56 u = &nil; in uuid_to_string() 57 uuid_create_nil(&nil, NULL); in uuid_to_string()
|
/freebsd/stand/libsa/ |
H A D | uuid_to_string.c | 73 uuid_t nil; in uuid_to_string() local 87 u = &nil; in uuid_to_string() 88 uuid_create_nil(&nil, NULL); in uuid_to_string()
|
/freebsd/sys/arm/arm/ |
H A D | db_interface.c | 65 static int nil = 0; variable 94 { "und_sp", &nil, db_access_und_sp, }, 95 { "abt_sp", &nil, db_access_abt_sp, }, 96 { "irq_sp", &nil, db_access_irq_sp, },
|
/freebsd/bin/uuidgen/ |
H A D | uuidgen.c | 49 uuid_t nil; in uuid_to_compact_string() local 58 u = &nil; in uuid_to_compact_string() 59 uuid_create_nil(&nil, NULL); in uuid_to_compact_string()
|
/freebsd/libexec/nuageinit/ |
H A D | nuageinit | 59 return nil 214 local ud = nil 215 local f = nil 262 if u.name == nil then 283 local sshkn = nil
|
/freebsd/sys/opencrypto/ |
H A D | cryptodeflate.c | 61 crypto_zalloc(void *nil, u_int type, u_int size) in crypto_zalloc() argument 70 crypto_zfree(void *nil, void *ptr) in crypto_zfree() argument
|
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs-kmod.spec.in | 24 %global __global_ldflags %{nil} 92 %{nil}
|
/freebsd/crypto/openssl/test/certs/ |
H A D | ca-cert2.pem | 9 nil/9pMB8gHFU2EHq3LXbs4GUouQoIf+m3OmgeHCI+t7nAfQgU94FJzq+r6p4WxQ
|
/freebsd/contrib/ntp/ |
H A D | dot.emacs | 15 (c-add-style "ntp" ntp-c-style nil))
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | maple | 33 # probably library name padding with nil or points (0x2E) 41 # probably second name section padding with nil or points (0x2E)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/ |
H A D | zfs_program_json.ksh | 56 if (val == nil) then
|