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

123

/freebsd-10.0-release/contrib/openbsm/bsm/
H A Daudit_filter.h45 * There may be many instances of the same filter, identified by the instance
46 * void pointer maintained by the filter instance.
48 typedef int (*audit_filter_attach_t)(void *instance, int argc, char *argv[]);
49 typedef int (*audit_filter_reinit_t)(void *instance, int argc, char *argv[]);
50 typedef void (*audit_filter_record_t)(void *instance, struct timespec *ts,
52 typedef void (*audit_filter_rawrecord_t)(void *instance, struct timespec *ts,
54 typedef void (*audit_filter_detach_t)(void *instance);
59 void audit_filter_getcookie(void *instance, void **cookie);
60 void audit_filter_setcookie(void *instance, void *cookie);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c215 struct instance { struct
299 #define rcvbuf instance->Rcvbuf
300 #define rcvptr instance->Rcvptr
305 static void oncore_consume P((struct instance *));
306 static void oncore_read_config P((struct instance *));
308 static int oncore_ppsapi P((struct instance *));
309 static void oncore_get_timestamp P((struct instance *, long, long));
310 static void oncore_init_shmem P((struct instance *));
312 static void oncore_antenna_report P((struct instance *, enum antenna_state));
313 static void oncore_chan_test P((struct instance *));
532 register struct instance *instance; local
696 register struct instance *instance; local
729 struct instance *instance; local
1333 struct instance *instance; local
1454 oncore_get_timestamp( struct instance *instance, long dt1, long dt2 ) argument
1751 oncore_msg_any( struct instance *instance, u_char *buf, size_t len, int idx ) argument
1805 oncore_msg_Adef( struct instance *instance, u_char *buf, size_t len ) argument
1818 oncore_msg_Ag( struct instance *instance, u_char *buf, size_t len ) argument
1841 oncore_msg_As( struct instance *instance, u_char *buf, size_t len ) argument
1863 oncore_msg_At( struct instance *instance, u_char *buf, size_t len ) argument
1892 oncore_msg_Ay( struct instance *instance, u_char *buf, size_t len ) argument
1918 oncore_msg_Az( struct instance *instance, u_char *buf, size_t len ) argument
1942 oncore_msg_BaEaHa( struct instance *instance, u_char *buf, size_t len ) argument
2281 oncore_msg_Bd( struct instance *instance, u_char *buf, size_t len ) argument
2308 oncore_msg_Bj( struct instance *instance, u_char *buf, size_t len ) argument
2337 oncore_msg_BnEnHn( struct instance *instance, u_char *buf, size_t len ) argument
2403 oncore_msg_CaFaIa( struct instance *instance, u_char *buf, size_t len ) argument
2467 oncore_msg_Cb( struct instance *instance, u_char *buf, size_t len ) argument
2515 oncore_msg_Cf( struct instance *instance, u_char *buf, size_t len ) argument
2552 oncore_msg_Cj( struct instance *instance, u_char *buf, size_t len ) argument
2607 oncore_msg_Cj_id( struct instance *instance, u_char *buf, size_t len ) argument
2717 oncore_msg_Cj_init( struct instance *instance, u_char *buf, size_t len ) argument
2822 oncore_msg_Ga( struct instance *instance, u_char *buf, size_t len ) argument
2861 oncore_msg_Gb( struct instance *instance, u_char *buf, size_t len ) argument
2893 oncore_msg_Gj( struct instance *instance, u_char *buf, size_t len ) argument
2949 oncore_msg_Sz( struct instance *instance, u_char *buf, size_t len ) argument
2968 oncore_antenna_report( struct instance *instance, enum antenna_state new_state) argument
3333 oncore_print_Cb( struct instance *instance, u_char *cp ) argument
[all...]
H A Drefclock_jupiter.c109 struct instance { struct
138 static void jupiter_canmsg P((struct instance *, u_int));
140 static int jupiter_config P((struct instance *));
143 static char * jupiter_parse_t P((struct instance *, u_short *));
144 static char * jupiter_parse_gpos P((struct instance *, u_short *));
145 static void jupiter_platform P((struct instance *, u_int));
150 static int jupiter_ppsapi P((struct instance *));
151 static int jupiter_pps P((struct instance *));
153 static int jupiter_recv P((struct instance *));
155 static void jupiter_reqmsg P((struct instance *, u_in
184 struct instance *instance; local
260 struct instance *instance; local
283 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
718 jupiter_parse_t(struct instance *instance, u_short *sp) argument
840 jupiter_parse_gpos(struct instance *instance, u_short *sp) argument
919 jupiter_send(struct instance *instance, struct jheader *hp) argument
960 jupiter_reqmsg(struct instance *instance, u_int id, u_int interval) argument
984 jupiter_canmsg(struct instance *instance, u_int id) argument
1003 jupiter_reqonemsg(struct instance *instance, u_int id) argument
1026 jupiter_platform(struct instance *instance, u_int platform) argument
1055 jupiter_recv(struct instance *instance) argument
[all...]
/freebsd-10.0-release/contrib/openbsm/modules/auditfilter_noop/
H A Dauditfilter_noop.c46 AUDIT_FILTER_ATTACH(void *instance __unused, int argc __unused,
54 AUDIT_FILTER_REINIT(void *instance __unused, int argc __unused,
62 AUDIT_FILTER_RECORD(void *instance __unused, struct timespec *ts __unused,
69 AUDIT_FILTER_RAWRECORD(void *instance __unused, struct timespec *ts __unused,
76 AUDIT_FILTER_DETACH(void *instance __unused)
/freebsd-10.0-release/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:__anon6138
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:__anon6145
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:__anon6147
503 cell_t instance; member in struct:__anon6148
519 OF_close(ihandle_t instance) argument
525 cell_t instance; member in struct:__anon6149
537 OF_read(ihandle_t instance, void *addr, int len) argument
543 cell_t instance; member in struct:__anon6150
575 OF_write(ihandle_t instance, void *addr, int len) argument
581 cell_t instance; member in struct:__anon6151
601 OF_seek(ihandle_t instance, u_int64_t pos) argument
607 cell_t instance; member in struct:__anon6152
[all...]
/freebsd-10.0-release/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.0-release/sys/dev/ofw/
H A Dopenfirm.h131 void OF_close(ihandle_t instance);
132 ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
133 ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
134 int OF_seek(ihandle_t instance, uint64_t where);
136 phandle_t OF_instance_to_package(ihandle_t instance);
137 ssize_t OF_instance_to_path(ihandle_t instance, char *buf, size_t len);
138 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:__anon9266
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:__anon9273
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:__anon9275
565 cell_t instance; member in struct:__anon9276
580 ofw_std_close(ofw_t ofw, ihandle_t instance) argument
586 cell_t instance; member in struct:__anon9277
599 ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len) argument
605 cell_t instance; member in struct:__anon9278
626 ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len) argument
632 cell_t instance; member in struct:__anon9279
652 ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos) argument
658 cell_t instance; member in struct:__anon9280
[all...]
H A Dopenfirm.c242 /* Return the package handle that corresponds to an instance handle. */
244 OF_instance_to_package(ihandle_t instance) argument
250 return (OFW_INSTANCE_TO_PACKAGE(ofw_obj, instance));
367 /* Return the fully qualified pathname corresponding to an instance. */
369 OF_instance_to_path(ihandle_t instance, char *buf, size_t len) argument
375 return (OFW_INSTANCE_TO_PATH(ofw_obj, instance, buf, len));
431 /* Call the method in the scope of a given instance. */
433 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, argument
446 status = OFW_CALL_METHOD(ofw_obj, instance, method, nargs, nreturns,
461 /* Open an instance fo
474 OF_close(ihandle_t instance) argument
485 OF_read(ihandle_t instance, void *addr, size_t len) argument
496 OF_write(ihandle_t instance, const void *addr, size_t len) argument
507 OF_seek(ihandle_t instance, uint64_t pos) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dhprop.h61 char instance[64]; member in struct:v4_principal
/freebsd-10.0-release/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
903 ObjectFileInstance instance; local
1051 ObjectContainerInstance instance; local
1167 LogInstance instance; local
1284 PlatformInstance instance; local
1429 ProcessInstance instance; local
1555 SymbolFileInstance instance; local
1660 SymbolVendorInstance instance; local
1765 UnwindAssemblyInstance instance; local
[all...]
/freebsd-10.0-release/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.0-release/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:__anon10865
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:__anon10872
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:__anon10874
846 cell_t instance; member in struct:__anon10876
869 ofw_real_close(ofw_t ofw, ihandle_t instance) argument
876 cell_t instance; member in struct:__anon10877
891 ofw_real_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len) argument
898 cell_t instance; member in struct:__anon10878
927 ofw_real_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len) argument
934 cell_t instance; member in struct:__anon10879
961 ofw_real_seek(ofw_t ofw, ihandle_t instance, u_int64_t pos) argument
968 cell_t instance; member in struct:__anon10880
[all...]
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dkstat.h63 kstat_t *kstat_create(char *module, int instance, char *name, char *cls,
/freebsd-10.0-release/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
369 static void witness_list_lock(struct lock_instance *instance,
1395 struct lock_instance *instance; local
1412 instance = find_instance(*lock_list, lock);
1413 if (instance != NULL) {
1414 instance->li_flags++;
1417 instance
1453 struct lock_instance *instance; local
1499 struct lock_instance *instance; local
1545 struct lock_instance *instance; local
2130 struct lock_instance *instance; local
2143 witness_list_lock(struct lock_instance *instance, int (*prnt)(const char *fmt, ...)) argument
2208 struct lock_instance *instance; local
2223 struct lock_instance *instance; local
2258 struct lock_instance *instance; local
2296 struct lock_instance *instance; local
2368 struct lock_instance *instance; local
[all...]
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dworker_cb.c213 /** the instance number of creation */
214 int instance; member in struct:order_id
223 if(o1->instance < o2->instance) return -1;
224 if(o1->instance > o2->instance) return 1;
/freebsd-10.0-release/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.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c113 const char *instance = path;
120 instance++;
121 instance = strchr(instance, '/');
122 if (instance)
125 while (instance);
112 const char *instance = path; local
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstabsread.h96 int instance;
95 int instance; member in struct:header_file
/freebsd-10.0-release/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.0-release/sys/dev/acpi_support/
H A Dacpi_hp.c114 UINT8 instance; /* object instance on guid */ member in struct:acpi_hp_inst_seq_pair
305 UINT8 instance, char* outbuf, size_t outsize,
452 /* Add only a single device instance. */
873 * Read BIOS Setting block in instance "instance".
891 acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance, argument
906 if (ACPI_FAILURE(ACPI_WMI_GET_BLOCK(wmi_dev, guid, instance, &out))) {
1133 UINT8 instance; local
1158 for (instance
[all...]
/freebsd-10.0-release/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.0-release/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c45 * per-instance state to be maintained by a module. In the future, this will
46 * also be used to support per-instance preselection state.
495 * APIs to allow modules to query and set their per-instance cookie.
498 audit_filter_getcookie(void *instance, void **cookie) argument
502 am = (struct auditfilter_module *)instance;
507 audit_filter_setcookie(void *instance, void *cookie) argument
511 am = (struct auditfilter_module *)instance;
/freebsd-10.0-release/sys/xen/interface/hvm/
H A Dsave.h51 uint16_t instance; /* Further demux within a type */ member in struct:hvm_save_descriptor

Completed in 168 milliseconds

123