/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | data-structures.txt | 32 An entrypoint has a list of basic blocks. 34 A basic block represents a series of instructions with no branches. 36 A branch only occurs at the end of a basic block, and branches can only target the beginning of a b… 37 …will consist of a basic block leading up to the branch, a basic block for the true case, a basic b… 39 … loop will normally have a basic block for the loop body, which can branch to the top at the end o… 40 So basic blocks represent a node in the control flow graph. 41 The edges in that graph lead from one basic block to a basic block which can follow it in the execu… 42 Each basic block has a series of instructions, "struct instruction". 45 So you have an entrypoint, which has a graph of basic blocks, each of which has a list of instructi… 54 For instance, the context checking works in terms of basic blocks.
|
/illumos-gate/usr/src/test/nvme-tests/runfiles/ |
H A D | non-destruct.run | 39 'basic-get-feature.32', 40 'basic-get-feature.64', 41 'basic-get-log.32', 42 'basic-get-log.64', 43 'basic-identify.32', 44 'basic-identify.64', 45 'basic-lock.32', 46 'basic-lock.64',
|
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/ |
H A D | Makefile | 18 basic-get-feature \ 19 basic-get-log \ 20 basic-identify \ 21 basic-lock \
|
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/ |
H A D | Makefile | 23 header0-basic.out \ 24 header0-basic-L.out \ 25 header0-basic-LH.out \ 26 header0-basic-n.out \
|
H A D | pcieadmtest.ksh | 113 pcieadm_validate_output igb.pci header0-basic.out 0 \ 115 pcieadm_validate_output igb.pci header0-basic-L.out 0 \ 117 pcieadm_validate_output igb.pci header0-basic-n.out 0 \ 119 pcieadm_validate_output igb.pci header0-basic-LH.out 0 \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | zfs_unallow_004_pos.ksh | 51 log_must zfs allow -s @basic $LOCAL_DESC_SET $dtst 52 log_must zfs allow -u $STAFF1 @basic $dtst 55 log_must zfs unallow -s @basic $LOCAL_DESC_SET $dtst
|
H A D | zfs_allow_006_pos.ksh | 61 log_must zfs allow -s @basic $perms1 $dtst 62 log_must zfs allow $STAFF1 @basic $dtst 68 log_must zfs allow -s @basic $perms2 $dtst
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | policy.c | 83 vinfo->ocsp_info.basic.responderURI = in parseOCSPValidation() 87 vinfo->ocsp_info.basic.proxy = (char *)xmlGetProp(n, in parseOCSPValidation() 93 vinfo->ocsp_info.basic.uri_from_cert = 1; in parseOCSPValidation() 97 vinfo->ocsp_info.basic.response_lifetime = in parseOCSPValidation() 104 vinfo->ocsp_info.basic.ignore_response_sign = 1; in parseOCSPValidation() 564 KMF_OCSP_BASIC_POLICY *basic; in AddOCSPNodes() local 567 basic = &(ocsp->basic); in AddOCSPNodes() 570 if (basic->responderURI != NULL || basic->uri_from_cert == B_TRUE) { in AddOCSPNodes() 585 if (basic->responderURI && newprop(n_basic, in AddOCSPNodes() 586 KMF_OCSP_RESPONDER_ATTR, basic->responderURI)) in AddOCSPNodes() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-nvmetest.p5m | 39 file path=opt/nvme-tests/tests/ioctl/basic-get-feature.32 mode=0555 40 file path=opt/nvme-tests/tests/ioctl/basic-get-feature.64 mode=0555 41 file path=opt/nvme-tests/tests/ioctl/basic-get-log.32 mode=0555 42 file path=opt/nvme-tests/tests/ioctl/basic-get-log.64 mode=0555 43 file path=opt/nvme-tests/tests/ioctl/basic-identify.32 mode=0555 44 file path=opt/nvme-tests/tests/ioctl/basic-identify.64 mode=0555 45 file path=opt/nvme-tests/tests/ioctl/basic-lock.32 mode=0555 46 file path=opt/nvme-tests/tests/ioctl/basic-lock.64 mode=0555
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 592 basic_cfg_t *cfg = instance->config->basic; in tcp_wrappers_ok() 680 basic_cfg_t *cfg = inst->config->basic; in process_offline_inst() 732 if (inst->config->basic->do_tcp_keepalive && in create_bound_socket() 733 !inst->config->basic->iswait && !inst->config->basic->istlx) { in create_bound_socket() 788 int qlen = inst->config->basic->conn_backlog; in create_bound_socket() 836 basic_cfg_t *cfg = instance->config->basic; in poll_bound_fds() 865 basic_cfg_t *cfg = instance->config->basic; in handle_bind_failure() 1043 cfg = i->config->basic; in is_rpc_num_in_use() 1078 basic_cfg_t *cfg = instance->config->basic; in create_bound_fds() 1191 basic_cfg_t *cfg = instance->config->basic; in destroy_bound_fds() [all …]
|
H A D | env.c | 109 if (instance->config->basic->inherit_env) { in set_smf_env() 137 if (instance->config->basic->inherit_env) { in set_smf_env()
|
H A D | util.c | 279 return ((inst->config->basic->max_copies > 0) && in copies_limit_exceeded() 280 (inst->copies >= inst->config->basic->max_copies)); in copies_limit_exceeded()
|
H A D | tlx.c | 365 qlen = inst->config->basic->conn_backlog; in create_bound_endpoint() 632 if (inst->config->basic->istlx) { in close_net_fd() 648 if (inst->config->basic->istlx) { in consume_wait_data()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | priv_str_xlate.c | 84 priv_set_t *basic; in priv_str_to_set() local 97 basic = priv_basic(); in priv_str_to_set() 107 if (basic != NULL && strcasecmp(offset, "basic") == 0) { in priv_str_to_set() 108 priv_union(basic, pset); in priv_str_to_set()
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | Makefile | 27 DATA= basic.dat basic.out \
|
H A D | regex_test.sh | 22 for t in basic bug16127 categorize forcedassoc leftassoc \
|
/illumos-gate/usr/src/lib/libkmf/include/ |
H A D | kmfpolicy.h | 49 KMF_OCSP_BASIC_POLICY basic; member 97 #define VAL_OCSP_BASIC VAL_OCSP.basic
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.noprivrestrict.ksh | 26 ppriv -s A=basic,dtrace_user $$
|
H A D | tst.tick.ksh | 26 ppriv -s A=basic,dtrace_user $$
|
H A D | tst.noprivdrop.ksh | 26 ppriv -s A=basic,dtrace_user $$
|
H A D | tst.getf.ksh | 26 ppriv -s A=basic,dtrace_proc,dtrace_user $$
|
H A D | tst.op_access.ksh | 28 ppriv -s A=basic,dtrace_proc,dtrace_user $$
|
H A D | tst.unpriv_funcs.ksh | 71 ppriv -s A=basic,dtrace_user $$
|
/illumos-gate/usr/src/test/os-tests/tests/saveargs/functional/ |
H A D | Makefile | 26 basic \
|
H A D | functional.sh | 63 tester basic "test (1, 2, 3, 4)"
|