Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 217) sorted by last modified time

123456789

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4947 uint32_t scope = 0; in emlxs_fca_port_manage() local
4965 scope = *(uint32_t *)pm->pm_cmd_buf; in emlxs_fca_port_manage()
4974 scope, desc->throttle); in emlxs_fca_port_manage()
4977 switch (scope) { in emlxs_fca_port_manage()
H A Demlxs_fcf.c12008 uint32_t scope = (uint32_t)((unsigned long)arg2); in emlxs_port_offline_thread() local
12010 (void) emlxs_port_offline(port, scope); in emlxs_port_offline_thread()
12058 uint32_t scope; in emlxs_vpi_port_offline_action() local
12079 scope = 0xFFFFFFFF; /* Clear all non-FCP2 nodes */ in emlxs_vpi_port_offline_action()
12082 scope = 0xFDFFFFFF; /* Clear all nodes */ in emlxs_vpi_port_offline_action()
12086 (void *)vpip->port, (void *)((unsigned long)scope)); in emlxs_vpi_port_offline_action()
H A Demlxs_fcp.c898 emlxs_port_offline(emlxs_port_t *port, uint32_t scope) in emlxs_port_offline() argument
917 if ((port->mode == MODE_TARGET) && (scope != 0xffffffff) && in emlxs_port_offline()
918 (scope != 0xfeffffff) && (scope != 0xfdffffff)) { in emlxs_port_offline()
923 aid = (fc_affected_id_t *)&scope; in emlxs_port_offline()
1645 uint32_t scope; in emlxs_linkdown() local
1655 scope = (hba->flag & FC_NEW_FABRIC)? 0xFDFFFFFF:0xFFFFFFFF; in emlxs_linkdown()
1671 (void) emlxs_port_offline(port, scope); in emlxs_linkdown()
/illumos-gate/usr/src/test/nvme-tests/tests/unit/
H A Dlogs.c794 nvme_log_disc_scope_t scope; in log_scope_test_one() local
798 scope = nvme_log_page_info_scope(info, test->lst_data); in log_scope_test_one()
799 if (scope != test->lst_exp_scope) { in log_scope_test_one()
801 test->lst_desc, scope, test->lst_exp_scope); in log_scope_test_one()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c1593 char *scope = NULL; in optparse_list_logs() local
1619 scope = optarg; in optparse_list_logs()
1645 if (scope != NULL) { in optparse_list_logs()
1713 nvme_log_disc_scope_t scope; in do_list_logs() local
1720 scope = nll->nll_scope; in do_list_logs()
1722 scope = NVME_LOG_SCOPE_NS; in do_list_logs()
1858 nvme_log_disc_scope_t scope; in do_get_logpage_common() local
1875 scope = NVME_LOG_SCOPE_NS; in do_get_logpage_common()
2122 nvme_feat_scope_t scope; in do_features() local
2128 scope = NVME_FEAT_SCOPE_NS; in do_features()
[all …]
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_validate.c347 nvme_log_disc_scope_t scope, req_scope; in nvme_validate_logpage() local
374 scope = nvme_log_page_info_scope(info, &ctrl_data); in nvme_validate_logpage()
381 if ((scope & req_scope) == 0) { in nvme_validate_logpage()
/illumos-gate/usr/src/test/nvme-tests/tests/nvmeadm/
H A Dnvmeadm_test.ksh379 device,name,desc,scope,fields,csi,lid,impl,size,minsize,sources,kind $nt_dev
386 device,name,desc,scope,fields,csi,lid,impl,size,minsize,sources,kind $nt_dev
404 device,short,spec,fid,scope,kind,csi,flags,get-in,get-out,set-out,datalen \
412 device,short,spec,fid,scope,kind,csi,flags,get-in,get-out,set-out,datalen \
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_log.c212 nvme_log_disc_scope_t scope; in nvme_log_discover_one() local
222 scope = nvme_log_page_info_scope(info, &data); in nvme_log_discover_one()
223 if ((iter->nli_scope & scope) == 0) { in nvme_log_discover_one()
239 disc->nld_scope = scope; in nvme_log_discover_one()
H A Dlibnvme_feature.c249 nvme_feat_discover_init(nvme_ctrl_t *ctrl, nvme_feat_scope_t scope, in nvme_feat_discover_init() argument
254 if (!nvme_feat_discover_validate(ctrl, scope, flags)) { in nvme_feat_discover_init()
273 iter->nfi_scope = scope; in nvme_feat_discover_init()
280 nvme_feat_discover(nvme_ctrl_t *ctrl, nvme_feat_scope_t scope, uint32_t flags, in nvme_feat_discover() argument
294 if (!nvme_feat_discover_init(ctrl, scope, flags, &iter)) { in nvme_feat_discover()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src20494 # scope, the graphics would appear on the top, and the REGIS commands would
H A Dtermcap.src18278 # scope, the graphics would appear on the top, and the REGIS commands would
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c112 const char *scope; member
1509 assert(wip->scope != NULL); in sprint_scope()
1511 if (scf_scope_get_name(wip->scope, scope_buf, max_scf_name_length) < 0) in sprint_scope()
3028 if (strcmp(rest->scope, scope_name) == 0 && in list_instance()
3141 if (scf_handle_decode_fmri(h, wip->fmri, wip->scope, wip->svc, in list_svc_or_inst_fmri()
3157 if (scf_handle_decode_fmri(h, wip->fmri, wip->scope, wip->svc, NULL, in list_svc_or_inst_fmri()
3371 if (scf_scope_get_name(wip->scope, provider_scope, in list_dependents()
3430 if (scf_parse_svc_fmri(cfmri, &rest->scope, &rest->service, in add_restarter()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3031 scf_scope_t *scope = NULL; in get_or_add_startd() local
3059 if ((scope = scf_scope_create(h)) == NULL || in get_or_add_startd()
3066 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) { in get_or_add_startd()
3087 if (scf_scope_get_service(scope, "system/svc/restarter", svc) != 0) { in get_or_add_startd()
3107 if (scf_scope_add_service(scope, "system/svc/restarter", svc) != in get_or_add_startd()
3197 scf_scope_destroy(scope); in get_or_add_startd()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c634 scope_to_str(int scope) in scope_to_str() argument
636 switch (scope) { in scope_to_str()
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica169 # that are part of the United States; this reflects the real scope of
H A Deurope3477 # One further detail for Switzerland, which is probably out of scope for
H A Dasia381 # the Yangtze river delta area during that period of time although the scope
H A Dbackward10 # for pre-1970 timestamps and so is out of scope for tzdb proper.
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_stat.h63 enum vmm_stat_scope scope; member
68 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument
70 { -1, nelems, desc, func, scope } \
74 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \ argument
75 VMM_STAT_FDEFINE(type, nelems, desc, NULL, scope)
H A Dvmm_stat.c62 if (vst->scope == VMM_STAT_SCOPE_INTEL && !vmm_is_intel()) in vmm_stat_register()
65 if (vst->scope == VMM_STAT_SCOPE_AMD && !vmm_is_svm()) in vmm_stat_register()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h797 uint32_t scope);
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1332 scf_scope_t *scope; in smb_enable_dependencies() local
1366 scope = scf_scope_create(handle); in smb_enable_dependencies()
1369 value == NULL || scope == NULL || dependency == NULL) in smb_enable_dependencies()
1391 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) != 0) in smb_enable_dependencies()
1394 if (scf_scope_get_service(scope, servname, service) != 0) in smb_enable_dependencies()
1439 if (scope != NULL) in smb_enable_dependencies()
1440 scf_scope_destroy(scope); in smb_enable_dependencies()
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c74 if (handle->scope != NULL) { in sa_scf_fini()
76 scf_scope_destroy(handle->scope); in sa_scf_fini()
127 handle->scope = scf_scope_create(handle->handle); in sa_scf_init()
133 if (handle->scope == NULL || handle->service == NULL || in sa_scf_init()
137 SCF_SCOPE_LOCAL, handle->scope) != 0) in sa_scf_init()
139 if (scf_scope_get_service(handle->scope, in sa_scf_init()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java2490 String scope, in initializeURLScopeLangTableVector() argument
2522 scope}); in initializeURLScopeLangTableVector()
2770 scope, in deregisterInternal() local
2780 scopeLangTable.remove(scope); in deregisterInternal()
3061 new Object[] {scope}); in checkForExistingUnderOtherServiceType()
3069 new Object[] {scope}); in checkForExistingUnderOtherServiceType()
3077 new Object[] {scope}); in checkForExistingUnderOtherServiceType()
3145 newScopes.addElement(scope); in mergeOldRecordIntoNew()
3351 scope}); in deleteTypeLocale()
3362 scope}); in deleteTypeLocale()
[all …]
H A DSLPV1SSrvMsg.java155 String scope = st.nextToken().trim().toLowerCase(); in initialize() local
160 if (scope.equals("/")) { in initialize()
161 scope = ""; in initialize()
167 if (scope.length() > 0) { in initialize()
171 hdr.validateScope(scope); in initialize()
181 if (scope.length() <= 0) { in initialize()
182 scope = Defaults.DEFAULT_SCOPE; in initialize()
186 hdr.scopes.addElement(scope.toLowerCase().trim()); in initialize()

123456789