| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.get_number_props.zcp | 29 props['used'] = {{true, nil}, {true, nil}, {true, nil}} 30 props['available'] = {{true, nil}, {nil, nil}, {true, nil}} 31 props['referenced'] = {{true, nil}, {true, nil}, {true, nil}} 32 props['compressratio'] = {{true, nil}, {true, nil}, {true, nil}} 33 props['refcompressratio'] = {{true, nil}, {true, nil}, {true, nil}} 34 props['volblocksize'] = {{nil, nil}, {nil, nil}, {true, nil}} 35 props['usedbysnapshots'] = {{true, nil}, {nil, nil}, {true, nil}} 36 props['usedbydataset'] = {{true, nil}, {nil, nil}, {true, nil}} 37 props['usedbychildren'] = {{true, nil}, {nil, nil}, {true, nil}} 38 props['usedbyrefreservation'] = {{true, nil}, {nil, nil}, {true, nil}} [all …]
|
| H A D | tst.get_index_props.zcp | 25 props['redundant_metadata'] = {{'all', 'default'}, {nil, nil}} 26 props['sync'] = {{'standard', 'default'}, {nil, nil}} 27 props['checksum'] = {{'on', 'default'}, {nil, nil}} 28 props['dedup'] = {{'off', 'default'}, {nil, nil}} 29 props['compression'] = {{'off', 'default'}, {nil, nil}} 30 props['snapdir'] = {{'hidden', 'default'}, {nil, nil}} 36 props['aclinherit'] = {{'restricted','default'}, {nil, nil}} 37 props['copies'] = {{'1', 'default'}, {nil, nil}} 40 props['logbias'] = {{'latency', 'default'}, {nil, nil}} 41 props['atime'] = {{'on', 'default'}, {nil, nil}} [all …]
|
| H A D | tst.get_string_props.zcp | 25 props['origin'] = {{nil, nil}, {nil, nil}, {snap, nil}} 26 props['clones'] = {{nil, nil}, {{clone}, nil}, {nil, nil}} 27 props['mountpoint'] = {{'/' .. fs, 'default'}, {nil, nil}, {'/' .. clone, 'default'}} 28 props['sharenfs'] = {{'off', 'default'}, {nil, nil}, {'off', 'default'}} 29 props['type'] = {{'filesystem', nil}, {'snapshot', nil}, {'filesystem', nil}} 30 props['sharesmb'] = {{'off', 'default'}, {nil, nil}, {'off', 'default'}} 32 props['receive_resume_token'] = {{nil, nil}, {nil, nil}, {nil, nil}} 34 props['name'] = {{fs, nil}, {snap, nil}, {clone, nil}} 35 props['iscsioptions'] = {{nil, nil}, {nil, nil}, {nil, nil}} 36 props['prevsnap'] = {{snap, nil}, {nil, nil}, {snap, nil}}
|
| H A D | tst.get_count_and_limit.ksh | 50 assert(ans == nil) 51 assert(src == nil) 60 assert(ans == nil) 61 assert(src == nil) 73 assert(src == nil) 87 assert(src == nil)
|
| H A D | tst.get_userquota.ksh | 65 assert(ans == nil) 66 assert(setpoint == nil) 73 assert(ans == nil) 74 assert(setpoint == nil)
|
| H A D | tst.get_mountpoint.ksh | 55 assert(ans == nil) 56 assert(src == nil) 79 assert(ans == nil) 80 assert(src == nil)
|
| /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/contrib/lyaml/build-aux/ |
| H A D | luke | 3 local require=function(modname)if package.loaded[modname]==nil then 6 return nil 63 end,function(opt)if match(opt,'^-')~=nil then 66 end,validate_arguments=function(parsed)local luke,err=loadluke(parsed.fname)diagnose(luke~=nil,'bad… 70 local r=filter(parsed.targets,function(target)if target~='install'and luke.modules[target]==nil then 80 luke.external_dependencies=nil 92 …lue)local fmt=cond({[int(value)==1]='-D%s'},{[match(value,SHELLMETACHARS)~=nil]="-D%s='%s'"},{[tru… 105 …G $PKGFLAGS $CPPFLAGS',defines(env,except(list(rules.defines,luke.defines),nil)),incdirs(rules.inc… 120 local function found_library(L,x)if x==nil or x==''then 134 return with(File(progpath,'r'),function(h)return h and isfile(h.context)and progpath or nil [all …]
|
| /freebsd/libexec/nuageinit/ |
| H A D | nuageinit | 82 return nil 113 if obj.groups == nil then return end 162 if obj.users == nil then return end 174 if u.name == nil then 197 if obj.ssh_keys == nil then return end 205 local sshkn = nil 268 if resolv_conf_attr == nil then 315 local last_interface = nil 402 if obj.network == nil then return end 415 if next(interfaces) == nil then [all …]
|
| /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/tools/test/stress2/misc/ |
| H A D | syzkaller88.sh | 132 // file: nil 164 // eventlist: nil 166 // timeout: nil 202 // pipefd: nil 238 // changelist: nil 240 // eventlist: nil 242 // timeout: nil
|
| H A D | syzkaller84.sh | 304 // msg_name: nil 307 // msg_iov: nil 347 // msg_name: nil 350 // msg_iov: nil
|
| H A D | syzkaller86.sh | 441 // addr: nil 444 // vec: nil 493 // msg_name: nil 496 // msg_iov: nil
|
| /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/crypto/krb5/src/util/ |
| H A D | mkrel | 7 multitar=nil 12 dodoc=nil;; 14 dosrc=nil;; 20 checkout=nil;; 110 newstyle=nil;
|
| /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/crypto/openssl/test/certs/ |
| H A D | ca-cert2.pem | 9 nil/9pMB8gHFU2EHq3LXbs4GUouQoIf+m3OmgeHCI+t7nAfQgU94FJzq+r6p4WxQ
|
| /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
|