/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_misc.c | 30 asn1_error_code asn1_krb5_realm_copy(krb5_principal target, krb5_principal source) argument 32 target->realm.length = source->realm.length; 35 memcpy(target->realm.data,source->realm.data, /* to client */
|
/illumos-gate/usr/src/lib/libshell/common/data/ |
H A D | bash_pre_rc.sh | 151 function source function 166 alias .=source
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ConsumerEvent.java | 46 * Creates a consumer event with the given source {@link Consumer} 49 * @param source the {@link Consumer} that is the source of the 54 ConsumerEvent(Object source, long timeNanos) argument 56 super(source);
|
H A D | DataEvent.java | 56 DataEvent(Object source, ProbeData generatedData) argument 58 super(source); 113 buf.append("[source = ");
|
H A D | DropEvent.java | 54 DropEvent(Object source, Drop dataDrop) argument 56 super(source); 110 buf.append("[source = ");
|
H A D | ErrorEvent.java | 51 * @param source the {@link Consumer} that is the source of this event 56 ErrorEvent(Object source, Error dtraceError) argument 58 super(source); 112 buf.append("[source = ");
|
H A D | ProcessEvent.java | 53 * @param source the {@link Consumer} that is the source of this event 58 ProcessEvent(Object source, ProcessState p) argument 60 super(source); 114 buf.append("[source = ");
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | read.cc | 45 * get_next_block_fn(source) 48 * by popping one source bVSIZEOFlock of the stack of Sources 52 * The new source block to read from 55 * source The old source block 62 get_next_block_fn(register Source source) argument 70 if (source == NULL) { 73 if ((source->fd < 0) || 74 ((source->bytes_left_in_file <= 0) && 75 (source [all...] |
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | sdssc_bind.c | 73 just_dup_string(const char *source, char **dest) argument 75 *dest = strdup(source); 80 free_dup_string(char *source) argument 82 free(source);
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns_cmn_printer.c | 49 * printer_create(char *name, char **aliases, char *source, 56 * char *source 66 ns_printer_create(char *name, char **aliases, char *source, argument 74 printer->source = (char *)source;
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | fs3d.c | 113 fs3d_mount(const char* source, char* target, int flags, void* data) argument 115 return mount(source, target, flags, data);
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_profile.c | 143 di_prof_add_map(di_prof_t prof, const char *source, const char *target) argument 148 map[0] = (char *)source; /* 1st entry must be the source */
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_func.h | 42 isns_tlv_t *source; member in struct:conn_arg::__anon666
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zmod_subr.c | 70 zmemcpy(void *dest, const void *source, uint_t len) argument 72 bcopy(source, dest, len);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | oid.c | 73 __OID_copy_desc(gss_OID dest, const gss_OID_desc * const source) argument 77 dest->elements = (void *)New(char, source->length); 82 dest->length = source->length; 85 memcpy(dest->elements, source->elements, dest->length); 92 __OID_copy(gss_OID *dest, const gss_OID_desc * const source) argument 105 if (__OID_copy_desc(oid, source) != DH_SUCCESS) { 131 __OID_copy_set(gss_OID_set *dest, gss_OID_set source) argument 145 set->elements = New(gss_OID_desc, source->count); 151 set->count = source->count; 153 /* Add each member of the source se [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 59 port_associate(int port, int source, uintptr_t object, int events, void *user) argument 62 r.r_vals = _portfs(PORT_ASSOCIATE, port, source, object, events, 104 port_dissociate(int port, int source, uintptr_t object) argument 107 r.r_vals = _portfs(PORT_DISSOCIATE, port, source, object, 0, 0); 126 _port_dispatch(int port, int flags, int source, int events, uintptr_t object, argument 131 r.r_vals = _portfs(PORT_DISPATCH, port, source, events, object, 135 source, events, object, (uintptr_t)user);
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 281 * from source to target until we come upon either a NULL or whitespace is 282 * found in the source string, or we run out of room in the target. 286 copydomain(char *source, char *target, int len) argument 291 if (source) 292 for (n = 0; *source != '\0' && n < len; n++) 293 if (isspace((int)*source)) 296 *target++ = *source++;
|
/illumos-gate/usr/src/uts/common/inet/kifconf/ |
H A D | kifconf.c | 40 kivoid_to_sock(int af, void *source, void *dest) argument 45 if (source == NULL || dest == NULL) { 50 (void) bcopy(source, &sin->sin_addr, 55 (void) bcopy(source, &sin6->sin6_addr,
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | mmapobjsys.c | 47 mmapobj_copy_64to32(mmapobj_result_t *source, mmapobj_result32_t *dest, int num) argument 52 dest[i].mr_addr = (caddr32_t)(uintptr_t)source[i].mr_addr; 53 dest[i].mr_msize = (size32_t)source[i].mr_msize; 54 dest[i].mr_fsize = (size32_t)source[i].mr_fsize; 55 dest[i].mr_offset = (size32_t)source[i].mr_offset; 56 dest[i].mr_prot = source[i].mr_prot; 57 dest[i].mr_flags = source[i].mr_flags;
|
/illumos-gate/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_ioctl.c | 210 uint8_t *source; local 223 source = (uint8_t *)(((uintptr_t)buf + PAGEOFFSET) & PAGEMASK); 224 dest = source + buf_size; 226 /* Init source buffer */ 228 source[i] = (uint8_t)(i & 0xFF); 269 (caddr_t)source)) + ((uintptr_t)dest & PAGEOFFSET); 291 (caddr_t)source)) + ((uintptr_t)source & PAGEOFFSET);
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServerDATable.java | 165 * @param source The address of the source. 168 void forwardSAMessage(SrvLocMsg msg, InetAddress source) argument 176 if (!conf.isLocalHostSource(source)) { 243 if (!source.equals(addr)) {
|
/illumos-gate/usr/src/cmd/sgs/tsort/common/ |
H A D | errmsg.h | 85 char vsource; /* source information, including prefix */ 93 char *envsource; /* source from ERRSOURCE environment variable */ 94 char *source; /* usually command name */ member in struct:Err
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | procmap.c | 97 char source[PATH_MAX+1]; local 107 * Generate local (delivered source) paths for files 115 source[0] = '~'; 116 (void) strcpy(&source[1], ept->path); 117 ept->ainfo.local = pathdup(source); 143 * Deal with source for hard and soft links. 168 * For the paths (both source and target) that were too mundane to
|
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | source.c | 44 #include "source.h" 51 typedef struct source { struct 78 * source_init() - initializes the source stack 128 * source_file() - pushes a new source onto the stack
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_rts.c | 10 * Redistribution and use in source and binary forms, with or without 13 * 1. Redistributions of source code must retain the above copyright 198 const in6_addr_t *source, const in6_addr_t *author, 209 rts_fill_msg_v6(type, rtm_addrs, dst_addr, net_mask, gw_addr, source, 196 ip_rts_change_v6(int type, const in6_addr_t *dst_addr, const in6_addr_t *gw_addr, const in6_addr_t *net_mask, const in6_addr_t *source, const in6_addr_t *author, int flags, int error, int rtm_addrs, ip_stack_t *ipst) argument
|