Searched refs:source (Results 126 - 150 of 248) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk7 # TOP The toplevel directory of the source tree. This is the
65 # All of the source code files.
122 # Header files used by all library source files.
147 # of the most recently modified source code file
176 # copies of all of the C source code and header files needed to
177 # build on the target system. Some of the C source code and header
/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);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c91 * cannot drive its time-of-day source from TSC, and yet they must somehow be
484 ulong_t flags, source, min_write_time = ~0UL; local
495 source = CPU->cpu_id;
529 tsc_sync_tick_delta[source] - tdelta;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h144 long __profile_add_xrealm_mapping(profile_t profile, char *source, char *target,
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dregress.c101 "[104:source?The intercepts are:]"
121 "source",
317 TRACE(source, argv[0], ("%s", sh_isregress(n) ? "on" : "off"));
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c802 boolean_t source = 0; local
826 source = 1;
857 if (!source)
914 if (!source) {
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dsource.c44 #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/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c76 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \
79 ((char *)source) +srclength-len_out, \
86 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \
89 ((char *)source) , \
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.s5 # Redistribution and use in source and binary forms are freely
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk12 # Redistribution and use in source and binary forms, with or without
15 # 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib253 # Get source of the dataset
259 typeset source
261 source=$(zfs get -H -o source $prop $dataset)
263 log_fail "Unable to get $prop source for dataset $dataset"
266 echo "$source"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that: (1) source code distributions
139 static char *source_input = NULL; /* this is user arg. source, doesn't change */
140 static char *source = NULL; /* this gets modified after name lookup */ variable
325 "%s: privilege to specify a loose source "
443 * set the ip source address of the outbound
490 Fprintf(stderr, "%s: loose source route gateways (-g)"
809 * Sets the source address by resolving -i and -s arguments, or if -i and -s
811 * kernel's pick of the source address.
812 * Returns number of interfaces configured on the source hos
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c162 * Bridging does source address learning and appropriate forwarding.
380 trill_node_t *source = NULL; local
392 /* Copy Ethernet source address before modifying packet */
518 if ((source = trill_node_lookup(tip, trillhdr->th_ingressnick)) == NULL)
520 for (idx = 0; idx < source->tn_ni->tni_dtrootcount; idx++) {
521 if (TNI_DTROOTNICK(source->tn_ni, idx) ==
526 if (idx >= source->tn_ni->tni_dtrootcount) {
533 if (source->tn_ni->tni_dtrootcount != 0 ||
538 source, trill_inst_t *, tip);
549 trillhdr, trill_node_t *, source);
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c70 * escapes, filtering, source commands, preserving
548 source(scratch, 1);
580 source(exrcpath, 1);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c257 sigterm_iochn_data (GIOChannel *source, argument
267 g_io_channel_read_chars (source, data, 1, &bytes_read, &err)) {
H A Ddevice.c185 /** Merge all properties from source where the key starts with
190 * @param source Device to retrieve properties from
191 * @param target_namespace Replace source namespace with this namespace
196 HalDevice *source,
209 for (iter = source->properties; iter != NULL; iter = iter->next) {
218 /* only care about properties that match source namespace */
277 hal_device_merge (HalDevice *target, HalDevice *source) argument
284 for (iter = source->properties; iter != NULL; iter = iter->next) {
342 caps = hal_device_property_get_strlist (source, "info.capabilities");
195 hal_device_merge_with_rewrite(HalDevice *target, HalDevice *source, const char *target_namespace, const char *source_namespace) argument
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc77 * if the source-id payload is valid, then check it matches
80 (!payloadprop_defined("source-valid") || \
81 payloadprop("source-valid") == 0 || \
82 payloadprop("source-id") == ((b << 8) | (d << 3) | f))
85 (payloadprop_defined("source-valid") && \
86 payloadprop("source-valid") == 1 && \
87 payloadprop("source-id") == (confprop(pciexrc, TOPO_PCI_BDF) + 0))
816 event error.io.pciex.source-ecrcreq-u@PCIEXFN;
817 event error.io.pciex.source-ecrccomp-u@PCIEXFN;
818 event error.io.pciex.source
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c93 * an imported span become free, we return the span to its source.
103 * *vmem source* for kmem_va_arena. vmem_create() allows you to
104 * specify any existing vmem arena as the source for your new arena.
105 * Topologically, since every arena is a child of at most one source,
791 * in which case we must return it to the source.
1238 * If the entire span is free, return it to the source.
1439 * by invoking afunc() on source, and may return those spans by invoking
1440 * ffunc() on source. To make small allocations fast and scalable,
1448 vmem_t *source, size_t qcache_max, int vmflag)
1466 ASSERT(source
1445 vmem_create_common(const char *name, void *base, size_t size, size_t quantum, void *(*afunc)(vmem_t *, size_t, int), void (*ffunc)(vmem_t *, void *, size_t), vmem_t *source, size_t qcache_max, int vmflag) argument
1572 vmem_xcreate(const char *name, void *base, size_t size, size_t quantum, vmem_ximport_t *afunc, vmem_free_t *ffunc, vmem_t *source, size_t qcache_max, int vmflag) argument
1585 vmem_create(const char *name, void *base, size_t size, size_t quantum, vmem_alloc_t *afunc, vmem_free_t *ffunc, vmem_t *source, size_t qcache_max, int vmflag) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1623 ! with odd alignment between source and destnation
1629 ! l0 size in bits of upper part of source word (US)
1630 ! l1 size in bits of lower part of source word (LS = 32 - US)
1643 ! both source and destination addresses are unaligned
1645 1: ! align source
1646 ldub [%i0], %i3 ! read a byte from source address
1647 add %i0, 1, %i0 ! increment source address
1649 btst 3, %i0 ! is source aligned?
1650 add %l0, 8, %l0 ! increment size of upper source (US)
1657 add %i0, 4, %i0 ! increment source addres
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1149 char source[ZFS_MAX_DATASET_NAME_LEN]; local
1155 /* Get dataset's mountpoint and source values */
1157 sizeof (zhp_mountpoint), &sourcetype, source, sizeof (source),
1299 char source[ZFS_MAX_DATASET_NAME_LEN]; local
1323 /* Get dataset's current mountpoint and source value */
1325 sizeof (mountpoint), &sourcetype, source, sizeof (source),
2038 char source[ZFS_MAX_DATASET_NAME_LEN]; local
2044 /* Get dataset's mountpoint and source value
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
473 * mb_put_mem() function copies size bytes of data specified by the source
481 c_caddr_t source = vsrc; local
514 for (src = source, count = cplen; count; count--)
518 bcopy(source, dst, cplen);
521 if (copyin((void *)source, dst, cplen))
529 source += cplen;
/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/libc/sparc/gen/
H A Dascii_strcasecmp.s118 ! both strings a byte at a time until the source ptr is aligned to
121 ! the source string.
272 ! we have a word aligned source and destination! This means
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s118 ! both strings a byte at a time until the source ptr is aligned to
121 ! the source string.
273 ! we have a word aligned source and destination! This means

Completed in 251 milliseconds

12345678910