Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 110) sorted by relevance

12345

/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt32 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 Dnon-destruct.run39 '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 DMakefile18 basic-get-feature \
19 basic-get-log \
20 basic-identify \
21 basic-lock \
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/
H A DMakefile23 header0-basic.out \
24 header0-basic-L.out \
25 header0-basic-LH.out \
26 header0-basic-n.out \
H A Dpcieadmtest.ksh113 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 Dzfs_unallow_004_pos.ksh51 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 Dzfs_allow_006_pos.ksh61 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 Dpolicy.c83 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 Dsystem-test-nvmetest.p5m39 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 Dinetd.c592 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 Denv.c109 if (instance->config->basic->inherit_env) { in set_smf_env()
137 if (instance->config->basic->inherit_env) { in set_smf_env()
H A Dutil.c279 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 Dtlx.c365 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 Dpriv_str_xlate.c84 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 DMakefile27 DATA= basic.dat basic.out \
H A Dregex_test.sh22 for t in basic bug16127 categorize forcedassoc leftassoc \
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmfpolicy.h49 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 Dtst.noprivrestrict.ksh26 ppriv -s A=basic,dtrace_user $$
H A Dtst.tick.ksh26 ppriv -s A=basic,dtrace_user $$
H A Dtst.noprivdrop.ksh26 ppriv -s A=basic,dtrace_user $$
H A Dtst.getf.ksh26 ppriv -s A=basic,dtrace_proc,dtrace_user $$
H A Dtst.op_access.ksh28 ppriv -s A=basic,dtrace_proc,dtrace_user $$
H A Dtst.unpriv_funcs.ksh71 ppriv -s A=basic,dtrace_user $$
/illumos-gate/usr/src/test/os-tests/tests/saveargs/functional/
H A DMakefile26 basic \
H A Dfunctional.sh63 tester basic "test (1, 2, 3, 4)"

12345