Searched refs:instance (Results 26 - 50 of 108) sorted by relevance

12345

/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dkerberos.c151 char instance[INST_SZ]; local
164 memset(instance, 0, sizeof(instance));
167 strncpy(instance, realm, sizeof(instance));
169 instance[sizeof(instance)-1] = '\0';
177 if ((r = krb_mk_req(&lauth, krb_service_name, instance, realm, 0L))) {
181 if ((r = krb_get_cred(krb_service_name, instance, realm, &cred))) {
241 char instance[INST_S local
[all...]
H A Dkrb4encpwd.c280 char randchal[REALM_SZ], instance[ANAME_SZ], *cp; local
310 strcpy(instance, RemoteHostName);
311 if ((cp = strchr(instance, '.')) != 0) *cp = '\0';
313 if (r = krb_mk_encpwd_req(&krb_token, KRB_SERVICE_NAME, instance, realm, Challenge, UserNameRequested, user_passwd)) {
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofw_real.c87 static phandle_t ofw_real_instance_to_package(ofw_t, ihandle_t instance);
98 static ssize_t ofw_real_instance_to_path(ofw_t, ihandle_t instance, char *buf,
102 static int ofw_real_call_method(ofw_t, ihandle_t instance, const char *method,
107 static void ofw_real_close(ofw_t, ihandle_t instance);
108 static ssize_t ofw_real_read(ofw_t, ihandle_t instance, void *addr, size_t len);
109 static ssize_t ofw_real_write(ofw_t, ihandle_t instance, const void *addr,
111 static int ofw_real_seek(ofw_t, ihandle_t instance, u_int64_t pos);
441 /* Return the package handle that corresponds to an instance handle. */
443 ofw_real_instance_to_package(ofw_t ofw, ihandle_t instance) argument
450 cell_t instance; member in struct:__anon16648
688 ofw_real_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len) argument
695 cell_t instance; member in struct:__anon16655
762 ofw_real_call_method(ofw_t ofw, ihandle_t instance, const char *method, int nargs, int nreturns, cell_t *args_and_returns) argument
771 cell_t instance; member in struct:__anon16657
854 cell_t instance; member in struct:__anon16659
877 ofw_real_close(ofw_t ofw, ihandle_t instance) argument
884 cell_t instance; member in struct:__anon16660
899 ofw_real_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len) argument
906 cell_t instance; member in struct:__anon16661
935 ofw_real_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len) argument
942 cell_t instance; member in struct:__anon16662
969 ofw_real_seek(ofw_t ofw, ihandle_t instance, u_int64_t pos) argument
976 cell_t instance; member in struct:__anon16663
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp33 const auto &CounterInstance = DebugCounter::instance();
49 cl::CommaSeparated, cl::ZeroOrMore, cl::location(DebugCounter::instance()));
63 DebugCounter &DebugCounter::instance() { return *DC; } function in class:DebugCounter
123 auto &Us = instance();
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c469 VCHIQ_INSTANCE_T instance; local
472 status = vchiq_initialise(&instance);
474 *instance_handle = (VCHI_INSTANCE_T)instance;
497 VCHIQ_INSTANCE_T instance = (VCHIQ_INSTANCE_T)instance_handle; local
502 return vchiq_connect(instance);
520 VCHIQ_INSTANCE_T instance = (VCHIQ_INSTANCE_T)instance_handle; local
521 return vchiq_status_to_vchi(vchiq_shutdown(instance));
601 static SHIM_SERVICE_T *service_alloc(VCHIQ_INSTANCE_T instance, argument
606 (void)instance;
633 VCHIQ_INSTANCE_T instance local
666 VCHIQ_INSTANCE_T instance = (VCHIQ_INSTANCE_T)instance_handle; local
[all...]
H A Dvchiq_core.h305 VCHIQ_INSTANCE_T instance; member in struct:vchiq_service_struct
420 VCHIQ_INSTANCE_T *instance; member in struct:vchiq_state_struct
538 vchiq_connect_internal(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance);
543 VCHIQ_INSTANCE_T instance, VCHIQ_USERDATA_TERM_T userdata_term);
558 vchiq_shutdown_internal(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance);
607 find_service_for_instance(VCHIQ_INSTANCE_T instance,
611 find_closed_service_for_instance(VCHIQ_INSTANCE_T instance,
615 next_service_by_instance(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance,
/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c131 #define LI_RECURSEMASK 0x0000ffff /* Recursion depth of lock instance. */
132 #define LI_EXCLUSIVE 0x00010000 /* Exclusive lock instance. */
190 * Lock instances. A lock instance is the data associated with a lock while
191 * it is held by witness. For example, a lock instance will hold the
357 static void witness_list_lock(struct lock_instance *instance,
1458 struct lock_instance *instance; local
1475 instance = find_instance(*lock_list, lock);
1476 if (instance != NULL) {
1477 instance->li_flags++;
1480 instance
1516 struct lock_instance *instance; local
1562 struct lock_instance *instance; local
1608 struct lock_instance *instance; local
2186 struct lock_instance *instance; local
2199 witness_list_lock(struct lock_instance *instance, int (*prnt)(const char *fmt, ...)) argument
2295 struct lock_instance *instance; local
2310 struct lock_instance *instance; local
2345 struct lock_instance *instance; local
2383 struct lock_instance *instance; local
2455 struct lock_instance *instance; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp661 std::unique_ptr<clang::CompilerInstance> instance(
668 instance->setModuleDepCollector(
671 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts();
677 instance->createFileManager(FileSystem::Instance().GetVirtualFileSystem());
678 instance->setDiagnostics(diagnostics_engine.get());
679 instance->setInvocation(invocation);
683 instance->setTarget(clang::TargetInfo::CreateTargetInfo(
684 *diagnostics_engine, instance->getInvocation().TargetOpts));
686 if (!instance->hasTarget())
689 instance
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c110 struct instance { struct
134 static void jupiter_canmsg (struct instance * const, u_int);
136 static int jupiter_config (struct instance * const);
139 static const char * jupiter_parse_t (struct instance * const, u_short *, l_fp);
140 static const char * jupiter_parse_gpos(struct instance * const, u_short *);
141 static void jupiter_platform(struct instance * const, u_int);
145 static int jupiter_ppsapi (struct instance * const);
146 static int jupiter_pps (struct instance * const);
147 static int jupiter_recv (struct instance * const);
149 static void jupiter_reqmsg (struct instance * cons
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp809 static Allocator instance(LINKER_INITIALIZED);
812 return instance.allocator;
855 instance.InitLinkerInitialized(options);
859 instance.ReInitialize(options);
863 instance.GetOptions(options);
867 return instance.FindHeapChunkByAddress(addr);
870 return AsanChunkView(instance.GetAsanChunk(reinterpret_cast<void*>(addr)));
875 instance.CommitBack(this, &stack);
879 instance.PrintStats();
883 instance
[all...]
/freebsd-12-stable/tools/tools/fetchbench/
H A Dfetchbench42 usage: fetchbench [-i number-of-instances] [-n fetches-per-instance] url
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c126 const char *instance = path;
133 instance++;
134 instance = strchr(instance, '/');
135 if (instance)
138 while (instance);
125 const char *instance = path; local
/freebsd-12-stable/sys/dev/ofw/
H A Dopenfirm.c355 /* Return the package handle that corresponds to an instance handle. */
357 OF_instance_to_package(ihandle_t instance) argument
363 return (OFW_INSTANCE_TO_PACKAGE(ofw_obj, instance));
574 /* Return the fully qualified pathname corresponding to an instance. */
576 OF_instance_to_path(ihandle_t instance, char *buf, size_t len) argument
582 return (OFW_INSTANCE_TO_PATH(ofw_obj, instance, buf, len));
709 /* Call the method in the scope of a given instance. */
711 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, argument
724 status = OFW_CALL_METHOD(ofw_obj, instance, method, nargs, nreturns,
739 /* Open an instance fo
752 OF_close(ihandle_t instance) argument
763 OF_read(ihandle_t instance, void *addr, size_t len) argument
774 OF_write(ihandle_t instance, const void *addr, size_t len) argument
785 OF_seek(ihandle_t instance, uint64_t pos) argument
[all...]
H A Dofw_fdt.c220 /* Return the package handle that corresponds to an instance handle. */
222 ofw_fdt_instance_to_package(ofw_t ofw, ihandle_t instance) argument
226 return (OF_node_from_xref(instance));
389 /* Return the fully qualified pathname corresponding to an instance. */
391 ofw_fdt_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len) argument
395 phandle = OF_instance_to_package(instance);
/freebsd-12-stable/contrib/unbound/smallapp/
H A Dworker_cb.c223 /** the instance number of creation */
224 int instance; member in struct:order_id
233 if(o1->instance < o2->instance) return -1;
234 if(o1->instance > o2->instance) return 1;
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c205 * by the EQ instance modulo number of CPUs
207 if (ocs_varray_add(hw->wq_cpu_array[eq->instance % ocs_get_num_cpus()], wq)) {
357 eq->instance = hw->eq_count++;
358 eq->queue = &hw->eq[eq->instance];
367 ocs_log_err(hw->os, "EQ[%d] allocation failure\n", eq->instance);
372 hw->hw_eq[eq->instance] = eq;
374 ocs_log_debug(hw->os, "create eq[%2d] id %3d len %4d\n", eq->instance, eq->queue->id,
401 cq->instance = eq->hw->cq_count++;
403 cq->queue = &hw->cq[cq->instance];
409 eq->instance,
[all...]
H A Docs_ddump.c289 ocs_ddump_value(textbuf, "wq_index", "%d", (io->wq == NULL ? 0xffff : io->wq->instance));
569 ocs_ddump_section(textbuf, "eq", eq->instance);
573 ocs_ddump_section(textbuf, "cq", cq->instance);
580 ocs_ddump_section(textbuf, "mq", mq->instance);
583 ocs_ddump_endsection(textbuf, "mq", mq->instance);
587 ocs_ddump_section(textbuf, "wq", wq->instance);
594 ocs_ddump_endsection(textbuf, "wq", wq->instance);
598 ocs_ddump_section(textbuf, "rq", rq->instance);
613 ocs_ddump_endsection(textbuf, "rq", rq->instance);
619 ocs_ddump_endsection(textbuf, "cq", cq->instance);
645 uint32_t instance; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp245 AddressSanitizerRuntime *const instance = local
248 ProcessSP process_sp = instance->GetProcessSP();
253 StructuredData::ObjectSP report = instance->RetrieveReportData();
256 description = instance->FormatDescription(report);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dstabsread.h96 int instance;
95 int instance; member in struct:header_file
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h83 char instance[INST_SZ]; /* Instance */ member in struct:credentials
91 char pinst[INST_SZ]; /* Principal's instance */
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dkstat.h90 kstat_t *kstat_create(char *module, int instance, char *name, char *cls,
/freebsd-12-stable/sys/xen/interface/hvm/
H A Dsave.h51 uint16_t instance; /* Further demux within a type */ member in struct:hvm_save_descriptor
/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_hp.c141 UINT8 instance; /* object instance on guid */ member in struct:acpi_hp_inst_seq_pair
321 UINT8 instance, char* outbuf, size_t outsize,
473 /* Add only a single device instance. */
938 * Read BIOS Setting block in instance "instance".
956 acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance, argument
970 if (ACPI_FAILURE(ACPI_WMI_GET_BLOCK(wmi_dev, guid, instance, &out))) {
1212 UINT8 instance; local
1236 for (instance
[all...]
/freebsd-12-stable/usr.bin/usbhidctl/
H A Dusbhid.c49 int instance; member in struct:variable
76 int i, instance, cp, t; local
124 var->instance = atoi(tmp1);
135 instance = 0;
170 if (var->instance != instance++)
/freebsd-12-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c43 * per-instance state to be maintained by a module. In the future, this will
44 * also be used to support per-instance preselection state.
493 * APIs to allow modules to query and set their per-instance cookie.
496 audit_filter_getcookie(void *instance, void **cookie) argument
500 am = (struct auditfilter_module *)instance;
505 audit_filter_setcookie(void *instance, void *cookie) argument
509 am = (struct auditfilter_module *)instance;

Completed in 327 milliseconds

12345