Searched defs:source (Results 26 - 50 of 138) sorted by relevance

123456

/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java58 byte[] source)
218 // pushState duplicates the session handle, puts the source
57 dupSession( byte[] source) argument
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c161 int source; local
178 * advises the source about the type of of the close.
192 for (source = 0; source < PORT_SCACHE_SIZE; source++) {
193 ps = portq->portq_scache[PORT_SHASH(source)];
235 for (source = 0; source < PORT_SCACHE_SIZE; source++) {
236 ps = portq->portq_scache[PORT_SHASH(source)];
[all...]
H A Dport_fd.c50 * event sources about actions on source specific objects.
51 * The source itself defines the "arg" required to identify the object with
53 * structure. The portfd_t structure is specific for PORT_SOURCE_FD source.
177 port_associate_fd(port_t *pp, int source, uintptr_t object, int events, argument
207 * - associate PORT_SOURCE_FD source with the port
242 error = port_alloc_event_local(pp, source, PORT_ALLOC_CACHED,
645 * port_close() calls this function to request the PORT_SOURCE_FD source
/illumos-gate/usr/src/uts/common/os/
H A Discsiboot_prop.c50 static int replace_sp_c(unsigned char *dst, unsigned char *source, size_t n);
334 static int replace_sp_c(unsigned char *dst, unsigned char *source, size_t n) argument
339 if (source == NULL || dst == NULL || n == 0) {
343 for (p = source; *p != '\0'; p++, i++) {
H A Dport_subr.c86 * Called from pollwakeup(PORT_SOURCE_FD source) to determine
137 * the event itself and to the event source management is stored in the
194 * For PORT_SOURCE_FD source, we don't need to call pollwakeup()
195 * here as it will result in a recursive call(PORT_SOURCE_FD source
220 * For that reason the event source should allocate an event slot as early
226 * It is also recommended to associate the event source with the port
236 * This type of event will be use for private use of the event source.
239 * The event source must free this structure using port_free_event().
241 * This type of events is used when the event source helds an own
245 * The event source mus
248 port_alloc_event(int port, int flags, int source, port_kevent_t **pkevpp) argument
318 port_alloc_event_local(port_t *pp, int source, int flags, port_kevent_t **pkevpp) argument
354 port_alloc_event_block(port_t *pp, int source, int flags, port_kevent_t **pkevpp) argument
695 port_associate_ksource(int port, int source, port_source_t **portsrc, void (*port_src_close)(void *, int, pid_t, int), void *arg, int (*port_src_associate)(port_kevent_t *, int, int, uintptr_t, void *)) argument
751 port_dissociate_ksource(int port, int source, port_source_t *ps) argument
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c11 * this source code. Do *NOT* create a derivative of this
12 * source code before consulting with your legal department.
13 * Do *NOT* integrate *ANY* of this source code into another
316 krb5_principal source, krb5_principal dest)
324 arg.src = source;
327 if (source == NULL || dest == NULL)
315 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal dest) argument
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
628 res_setoptions(res_state statp, const char *options, const char *source) argument
637 options, source);
694 options, source);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java192 // Merge source to target. The target has already
199 ParserRecord source,
202 Hashtable sourceServices = source.services;
214 Hashtable sourceSigs = source.signatures;
228 // Merge tables by removing anything from target that isn't in source.
231 Hashtable source) {
235 // Remove any from target that aren't in source.
240 if (source.get(tkey) == null) {
257 // Merge tables by adding everything from source into target.
260 Hashtable source) {
198 mergeQueryReturns(ParserRecord target, ParserRecord source, char op) argument
230 mergeTablesWithAnd(Hashtable target, Hashtable source) argument
259 mergeTablesWithOr(Hashtable target, Hashtable source) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java378 * @param source The source of the event.
382 public StatisticEvent(Object source, int id, AggregateStatistic target) argument
384 super(source);
406 * Return the source of the event. This is a typesafe
411 return ((StatisticList) source);
427 * Invoked when a statistic is added to the source
435 * Invoked when a statistic is removed from the source
444 * This class performs statistical calculations on a source
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c85 int32_t last_source, source = -1; local
165 * of nonrecov, predictive or source:
174 * 3) source will be set to unknown unless all facility
175 * nodes agree on the source
186 last_source = source;
187 if (nvlist_lookup_uint32(props, "source",
188 (uint32_t *)&source) != 0)
189 source = TOPO_SENSOR_ERRSRC_UNKNOWN;
190 if (last_source != -1 && last_source != source)
194 source
[all...]
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c79 struct stat source, target; local
251 * Stat source to make sure it is defined.
254 if (fstat(fileno(fi), &source) < 0) {
265 * If the source is not a character special file, socket or a
273 IDENTICAL(target, source)) {
285 ibsize = source.st_blksize;
295 estatus = cat(fi, &source, &target,
302 * If the input is not stdin, close the source file.
/illumos-gate/usr/src/cmd/sort/common/
H A Dmerge.c268 pqueue_insert(stream_t *source, flag_t coll_flags) argument
270 pq_queue[++pq_N] = source;
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c44 resolve_relative(const char *source, const char *link) argument
55 (void) strcpy(curpath, source);
/illumos-gate/usr/src/lib/libadt_jni/common/
H A Dadt_jni.c225 adt_session_data_t *source, *dest; local
228 if (j2c_pointer(env, jsource, (caddr_t *)&source))
231 if (adt_dup_session(source, &dest)) {
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_property.c172 char source[ZFS_MAX_DATASET_NAME_LEN]; local
179 sizeof (propbuf), &srctype, source, sizeof (source), 1);
186 zhp, prop, &value, &srctype, source, sizeof (source));
206 jstring propSource = (*env)->NewStringUTF(env, source);
265 char source[ZFS_MAX_DATASET_NAME_LEN]; local
272 sizeof (propbuf), &srctype, source, sizeof (source), 1);
279 zhp, prop, &value, &srctype, source, sizeo
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
794 unsigned int source; local
855 * old (=source) and new (=dest) new keyword/tag
859 source = offset + taglen;
865 source = dest = 0;
874 source = offset + pos + 3 + keylen;
880 source = offset + pos + 3 + keylen;
897 source = offset + pos;
904 if (used + dest > size + source) {
[all...]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns.h148 char *source; /* name service derived from */ member in struct:ns_printer
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c570 * where source is the source realm for the capath
572 * where inter is the intermediate realm between the source and target
573 * realms. If the source and target share x-realm keys then this set to "."
574 * Note: for the remove function, all associated source, target, and
583 char *source = NULL, *dummy_val = NULL, *target = NULL; local
603 code = profile_iterator(&state, &source, &dummy_val);
604 if (code == 0 && source != NULL) {
605 hierarchy[1] = source;
635 if (source !
737 __profile_add_xrealm_mapping(profile_t profile, char *source, char *target, char *inter) argument
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c319 char *source; local
322 source = (char *)alias;
324 if (!source)
326 source = "";
330 return(buildDBName(source, dbname));
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c41 * File input/output, source, preserve and recover
833 * Traps errors since it mungs unit 0 during the source.
839 source(fil, okfail) function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c7 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions of source code must retain the above copyright
32 * - LZ4 source repository : http://code.google.com/p/lz4/
38 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
187 LZ4_uncompress_unknownOutputSize(const char *source, argument
191 const BYTE *restrict ip = (const BYTE *) source;
230 * Error : request to read beyond source
315 return (int)(-(((char *)ip) - source));
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c124 input(char *source) argument
135 "pack: %s: read error - file unchanged: "), source);
143 output(char *source) argument
182 source);
203 "file unchanged: "), source);
245 packfile(char *source) argument
251 if (input(source) == 0)
269 "pack: %s: trivial file - file unchanged\n"), source);
309 "file unchanged\n"), source);
318 "pack: %s: no saving - file unchanged\n"), source);
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DNS.c256 char *source; /* name service derived from */ member in struct:ns_printer
342 printer->source = "nis";
432 printer->source = "nis";
498 printer->source = strdup("ldap");
521 printer->source = strdup("ldap");
545 printer->source = strdup("ldap");
645 printer->source = strdup("ldap");
689 printer->source = strdup("ldap");
750 printer->source = strdup("ldap");
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c86 static gboolean sigexit_ioch_func(GIOChannel *source, GIOCondition condition,
274 sigexit_ioch_func(GIOChannel *source, GIOCondition condition, argument
281 if (g_io_channel_read_chars(source, buf, 1, &bytes_read, &error) !=
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c286 invert_frags(avl_tree_t *source, avl_tree_t *target) argument
299 src_frag = avl_first(source);
342 src_frag = AVL_NEXT(source, src_frag);

Completed in 143 milliseconds

123456