Searched refs:instance (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c88 * instance->pp->leap indicator but only run this test in December and June for
267 struct instance { struct
358 #define rcvbuf instance->Rcvbuf
359 #define rcvptr instance->Rcvptr
364 static void oncore_consume (struct instance *);
365 static void oncore_read_config (struct instance *);
367 static int oncore_ppsapi (struct instance *);
368 static void oncore_get_timestamp (struct instance *, long, long);
369 static void oncore_init_shmem (struct instance *);
371 static void oncore_antenna_report (struct instance *, enu
595 register struct instance *instance; local
779 register struct instance *instance; local
815 struct instance *instance; local
1433 struct instance *instance; local
1575 oncore_get_timestamp( struct instance *instance, long dt1, long dt2 ) argument
1902 oncore_msg_any( struct instance *instance, u_char *buf, size_t len, int idx ) argument
1969 oncore_msg_Adef( struct instance *instance, u_char *buf, size_t len ) argument
1982 oncore_msg_Ag( struct instance *instance, u_char *buf, size_t len ) argument
2007 oncore_msg_As( struct instance *instance, u_char *buf, size_t len ) argument
2029 oncore_msg_At( struct instance *instance, u_char *buf, size_t len ) argument
2055 oncore_msg_Ay( struct instance *instance, u_char *buf, size_t len ) argument
2079 oncore_msg_Az( struct instance *instance, u_char *buf, size_t len ) argument
2101 oncore_msg_BaEaHa( struct instance *instance, u_char *buf, size_t len ) argument
2444 oncore_msg_Bd( struct instance *instance, u_char *buf, size_t len ) argument
2470 oncore_msg_Bj( struct instance *instance, u_char *buf, size_t len ) argument
2501 oncore_msg_Bl( struct instance *instance, u_char *buf, size_t len ) argument
2624 oncore_msg_BnEnHn( struct instance *instance, u_char *buf, size_t len ) argument
2690 oncore_msg_CaFaIa( struct instance *instance, u_char *buf, size_t len ) argument
2758 oncore_msg_Cb( struct instance *instance, u_char *buf, size_t len ) argument
2800 oncore_msg_Cf( struct instance *instance, u_char *buf, size_t len ) argument
2834 oncore_msg_Cj( struct instance *instance, u_char *buf, size_t len ) argument
2886 oncore_msg_Cj_id( struct instance *instance, u_char *buf, size_t len ) argument
3002 oncore_msg_Cj_init( struct instance *instance, u_char *buf, size_t len ) argument
3106 oncore_msg_Ga( struct instance *instance, u_char *buf, size_t len ) argument
3144 oncore_msg_Gb( struct instance *instance, u_char *buf, size_t len ) argument
3175 oncore_msg_Gc( struct instance *instance, u_char *buf, size_t len ) argument
3194 oncore_msg_Gj( struct instance *instance, u_char *buf, size_t len ) argument
3266 oncore_msg_Sz( struct instance *instance, u_char *buf, size_t len ) argument
3282 oncore_antenna_report( struct instance *instance, enum antenna_state new_state) argument
3638 oncore_print_Cb( struct instance *instance, u_char *cp ) argument
3749 oncore_sendmsg( struct instance *instance, u_char *ptr, size_t len ) argument
4041 oncore_log( struct instance *instance, int log_level, const char *msg ) argument
4054 oncore_log_f( struct instance * instance, int log_level, const char * fmt, ... ) argument
[all...]
H A Drefclock_jupiter.c109 struct instance { struct
138 static void jupiter_canmsg (struct instance *, u_int);
140 static int jupiter_config (struct instance *);
143 static const char * jupiter_parse_t (struct instance *, u_short *);
144 static const char * jupiter_parse_gpos (struct instance *, u_short *);
145 static void jupiter_platform (struct instance *, u_int);
150 static int jupiter_ppsapi (struct instance *);
151 static int jupiter_pps (struct instance *);
153 static int jupiter_recv (struct instance *);
155 static void jupiter_reqmsg (struct instance *, u_in
188 struct instance *instance; local
260 struct instance *instance; local
284 jupiter_config(struct instance *instance) argument
394 jupiter_pps(struct instance *instance) argument
443 struct instance *instance; local
488 struct instance *instance; local
533 struct instance *instance; local
716 jupiter_parse_t(struct instance *instance, u_short *sp) argument
838 jupiter_parse_gpos(struct instance *instance, u_short *sp) argument
914 jupiter_send(struct instance *instance, struct jheader *hp) argument
955 jupiter_reqmsg(struct instance *instance, u_int id, u_int interval) argument
979 jupiter_canmsg(struct instance *instance, u_int id) argument
998 jupiter_reqonemsg(struct instance *instance, u_int id) argument
1021 jupiter_platform(struct instance *instance, u_int platform) argument
1050 jupiter_recv(struct instance *instance) argument
[all...]
/freebsd-10-stable/contrib/openbsm/bsm/
H A Daudit_filter.h43 * There may be many instances of the same filter, identified by the instance
44 * void pointer maintained by the filter instance.
46 typedef int (*audit_filter_attach_t)(void *instance, int argc, char *argv[]);
47 typedef int (*audit_filter_reinit_t)(void *instance, int argc, char *argv[]);
48 typedef void (*audit_filter_record_t)(void *instance, struct timespec *ts,
50 typedef void (*audit_filter_rawrecord_t)(void *instance, struct timespec *ts,
52 typedef void (*audit_filter_detach_t)(void *instance);
57 void audit_filter_getcookie(void *instance, void **cookie);
58 void audit_filter_setcookie(void *instance, void *cookie);
/freebsd-10-stable/contrib/openbsm/modules/auditfilter_noop/
H A Dauditfilter_noop.c44 AUDIT_FILTER_ATTACH(void *instance __unused, int argc __unused,
52 AUDIT_FILTER_REINIT(void *instance __unused, int argc __unused,
60 AUDIT_FILTER_RECORD(void *instance __unused, struct timespec *ts __unused,
67 AUDIT_FILTER_RAWRECORD(void *instance __unused, struct timespec *ts __unused,
74 AUDIT_FILTER_DETACH(void *instance __unused)
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dopenfirm.c221 /* Return the package handle that corresponds to an instance handle. */
223 OF_instance_to_package(ihandle_t instance) argument
229 cell_t instance; member in struct:__anon6474
232 (cell_t)"instance-to-package",
237 args.instance = instance;
398 /* Return the fully qualified pathname corresponding to an instance. */
400 OF_instance_to_path(ihandle_t instance, char *buf, int len) argument
406 cell_t instance; member in struct:__anon6481
411 (cell_t)"instance
452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) argument
460 cell_t instance; member in struct:__anon6483
503 cell_t instance; member in struct:__anon6484
519 OF_close(ihandle_t instance) argument
525 cell_t instance; member in struct:__anon6485
537 OF_read(ihandle_t instance, void *addr, int len) argument
543 cell_t instance; member in struct:__anon6486
575 OF_write(ihandle_t instance, void *addr, int len) argument
581 cell_t instance; member in struct:__anon6487
601 OF_seek(ihandle_t instance, u_int64_t pos) argument
607 cell_t instance; member in struct:__anon6488
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCLabel.h27 // Instance - the instance number of this Directional Local Label
32 MCLabel(unsigned instance) argument
33 : Instance(instance) {}
38 /// getInstance - Get the current instance of this Directional Local Label.
41 /// incInstance - Increment the current instance of this Directional Local
/freebsd-10-stable/sys/dev/ofw/
H A Dopenfirm.h139 * instance. These routines allow a driver that provides such an interface to
149 void OF_close(ihandle_t instance);
150 ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
151 ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
152 int OF_seek(ihandle_t instance, uint64_t where);
154 phandle_t OF_instance_to_package(ihandle_t instance);
155 ssize_t OF_instance_to_path(ihandle_t instance, char *buf, size_t len);
156 int OF_call_method(const char *method, ihandle_t instance,
H A Dofw_standard.c80 static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
92 static ssize_t ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance,
96 static int ofw_std_call_method(ofw_t ofw, ihandle_t instance,
99 static void ofw_std_close(ofw_t ofw, ihandle_t instance);
100 static ssize_t ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr,
102 static ssize_t ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr,
104 static int ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos);
281 /* Return the package handle that corresponds to an instance handle. */
283 ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance) argument
289 cell_t instance; member in struct:__anon9725
463 ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len) argument
469 cell_t instance; member in struct:__anon9732
515 ofw_std_call_method(ofw_t ofw, ihandle_t instance, const char *method, int nargs, int nreturns, cell_t *args_and_returns) argument
523 cell_t instance; member in struct:__anon9734
565 cell_t instance; member in struct:__anon9735
580 ofw_std_close(ofw_t ofw, ihandle_t instance) argument
586 cell_t instance; member in struct:__anon9736
599 ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len) argument
605 cell_t instance; member in struct:__anon9737
626 ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len) argument
632 cell_t instance; member in struct:__anon9738
652 ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos) argument
658 cell_t instance; member in struct:__anon9739
[all...]
H A Dopenfirm.c347 /* Return the package handle that corresponds to an instance handle. */
349 OF_instance_to_package(ihandle_t instance) argument
355 return (OFW_INSTANCE_TO_PACKAGE(ofw_obj, instance));
516 /* Return the fully qualified pathname corresponding to an instance. */
518 OF_instance_to_path(ihandle_t instance, char *buf, size_t len) argument
524 return (OFW_INSTANCE_TO_PATH(ofw_obj, instance, buf, len));
652 /* Call the method in the scope of a given instance. */
654 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, argument
667 status = OFW_CALL_METHOD(ofw_obj, instance, method, nargs, nreturns,
682 /* Open an instance fo
695 OF_close(ihandle_t instance) argument
706 OF_read(ihandle_t instance, void *addr, size_t len) argument
717 OF_write(ihandle_t instance, const void *addr, size_t len) argument
728 OF_seek(ihandle_t instance, uint64_t pos) argument
[all...]
H A Dofw_fdt.c205 /* Return the package handle that corresponds to an instance handle. */
207 ofw_fdt_instance_to_package(ofw_t ofw, ihandle_t instance) argument
211 return (OF_node_from_xref(instance));
352 /* Return the fully qualified pathname corresponding to an instance. */
354 ofw_fdt_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len) argument
358 phandle = OF_instance_to_package(instance);
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dhprop.h61 char instance[64]; member in struct:v4_principal
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp267 ABIInstance instance; local
269 instance.name = name;
271 instance.description = description;
272 instance.create_callback = create_callback;
274 GetABIInstances ().push_back (instance);
373 DisassemblerInstance instance; local
375 instance.name = name;
377 instance.description = description;
378 instance.create_callback = create_callback;
380 GetDisassemblerInstances ().push_back (instance);
485 DynamicLoaderInstance instance; local
591 EmulateInstructionInstance instance; local
691 OperatingSystemInstance instance; local
796 LanguageRuntimeInstance instance; local
900 SystemRuntimeInstance instance; local
1008 ObjectFileInstance instance; local
1156 ObjectContainerInstance instance; local
1272 LogInstance instance; local
1389 PlatformInstance instance; local
1534 ProcessInstance instance; local
1660 SymbolFileInstance instance; local
1765 SymbolVendorInstance instance; local
1870 UnwindAssemblyInstance instance; local
[all...]
/freebsd-10-stable/contrib/telnet/libtelnet/
H A Dkerberos.c155 char instance[INST_SZ]; local
168 memset(instance, 0, sizeof(instance));
171 strncpy(instance, realm, sizeof(instance));
173 instance[sizeof(instance)-1] = '\0';
181 if ((r = krb_mk_req(&lauth, krb_service_name, instance, realm, 0L))) {
185 if ((r = krb_get_cred(krb_service_name, instance, realm, &cred))) {
245 char instance[INST_S local
[all...]
H A Dkrb4encpwd.c284 char randchal[REALM_SZ], instance[ANAME_SZ], *cp; local
314 strcpy(instance, RemoteHostName);
315 if ((cp = strchr(instance, '.')) != 0) *cp = '\0';
317 if (r = krb_mk_encpwd_req(&krb_token, KRB_SERVICE_NAME, instance, realm, Challenge, UserNameRequested, user_passwd)) {
/freebsd-10-stable/sys/powerpc/ofw/
H A Dofw_real.c86 static phandle_t ofw_real_instance_to_package(ofw_t, ihandle_t instance);
97 static ssize_t ofw_real_instance_to_path(ofw_t, ihandle_t instance, char *buf,
101 static int ofw_real_call_method(ofw_t, ihandle_t instance, const char *method,
106 static void ofw_real_close(ofw_t, ihandle_t instance);
107 static ssize_t ofw_real_read(ofw_t, ihandle_t instance, void *addr, size_t len);
108 static ssize_t ofw_real_write(ofw_t, ihandle_t instance, const void *addr,
110 static int ofw_real_seek(ofw_t, ihandle_t instance, u_int64_t pos);
433 /* Return the package handle that corresponds to an instance handle. */
435 ofw_real_instance_to_package(ofw_t ofw, ihandle_t instance) argument
442 cell_t instance; member in struct:__anon11368
680 ofw_real_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len) argument
687 cell_t instance; member in struct:__anon11375
754 ofw_real_call_method(ofw_t ofw, ihandle_t instance, const char *method, int nargs, int nreturns, cell_t *args_and_returns) argument
763 cell_t instance; member in struct:__anon11377
846 cell_t instance; member in struct:__anon11379
869 ofw_real_close(ofw_t ofw, ihandle_t instance) argument
876 cell_t instance; member in struct:__anon11380
891 ofw_real_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len) argument
898 cell_t instance; member in struct:__anon11381
927 ofw_real_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len) argument
934 cell_t instance; member in struct:__anon11382
961 ofw_real_seek(ofw_t ofw, ihandle_t instance, u_int64_t pos) argument
968 cell_t instance; member in struct:__anon11383
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c114 const char *instance = path;
121 instance++;
122 instance = strchr(instance, '/');
123 if (instance)
126 while (instance);
113 const char *instance = path; local
/freebsd-10-stable/sys/kern/
H A Dsubr_witness.c128 #define LI_RECURSEMASK 0x0000ffff /* Recursion depth of lock instance. */
129 #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
362 static void witness_list_lock(struct lock_instance *instance,
1401 struct lock_instance *instance; local
1418 instance = find_instance(*lock_list, lock);
1419 if (instance != NULL) {
1420 instance->li_flags++;
1423 instance
1459 struct lock_instance *instance; local
1505 struct lock_instance *instance; local
1551 struct lock_instance *instance; local
2139 struct lock_instance *instance; local
2152 witness_list_lock(struct lock_instance *instance, int (*prnt)(const char *fmt, ...)) argument
2217 struct lock_instance *instance; local
2232 struct lock_instance *instance; local
2267 struct lock_instance *instance; local
2305 struct lock_instance *instance; local
2377 struct lock_instance *instance; local
[all...]
/freebsd-10-stable/contrib/unbound/smallapp/
H A Dworker_cb.c220 /** the instance number of creation */
221 int instance; member in struct:order_id
230 if(o1->instance < o2->instance) return -1;
231 if(o1->instance > o2->instance) return 1;
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kstat.c42 kstat_create(char *module, int instance, char *name, char *class, uchar_t type, argument
48 KASSERT(instance == 0, ("instance=%d", instance));
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dkstat.h68 kstat_t *kstat_create(char *module, int instance, char *name, char *cls,
/freebsd-10-stable/contrib/gdb/gdb/
H A Dstabsread.h96 int instance;
95 int instance; member in struct:header_file
/freebsd-10-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-10-stable/sys/dev/acpi_support/
H A Dacpi_hp.c114 UINT8 instance; /* object instance on guid */ member in struct:acpi_hp_inst_seq_pair
293 UINT8 instance, char* outbuf, size_t outsize,
440 /* Add only a single device instance. */
869 * Read BIOS Setting block in instance "instance".
887 acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance, argument
902 if (ACPI_FAILURE(ACPI_WMI_GET_BLOCK(wmi_dev, guid, instance, &out))) {
1129 UINT8 instance; local
1154 for (instance
[all...]
/freebsd-10-stable/usr.bin/usbhidctl/
H A Dusbhid.c47 int instance; member in struct:variable
74 int i, instance, cp, t; local
122 var->instance = atoi(tmp1);
133 instance = 0;
168 if (var->instance != instance++)
/freebsd-10-stable/sys/xen/interface/hvm/
H A Dsave.h51 uint16_t instance; /* Further demux within a type */ member in struct:hvm_save_descriptor

Completed in 305 milliseconds

123