Searched refs:source (Results 176 - 200 of 248) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c1014 adt_dup_session(const adt_session_data_t *source, adt_session_data_t **dest) argument
1020 if (source != NULL) {
1021 source_state = (adt_internal_state_t *)source;
1029 (void) memcpy(dest_state, source,
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s54 ! first checking the alignment of its source pointer. And,
H A Dstrlcpy.s48 ! this method starts by checking for and arranging source alignment.
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c838 * oname - existing source slice name
839 * oindex - existing source slice VTOC index
840 * ostart - existing source slice start byte
841 * osize - existing source slice size in bytes
891 /* update the existing source slice's new size */
895 /* update/create the modified slice record gfor the source slice */
987 /* count # of times source slice has been modified */
1101 * return space to source slice
1156 modslice_t *source = (modslice_t *)srcitem->obj; local
1162 srcdevcfg = source
[all...]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c104 * port_associate_ksource(): associate a kernel event source with a port
105 * port_dissociate_ksource(): dissociate a kernel event source from a port
123 * Every event source implements an own method to generate events for a port:
141 * PORT_SOURCE_AIO event source. It also uses the sigevent structure
147 * incremented. The timer event source uses a callback function to
151 * This event source uses the port_associate() function to allocate
178 * This event source uses the port_associate() interface to register
196 * - the event source cancel the event,
278 * - event source management (managed by the port_source_t structure)
285 * 1. Event source associatio
894 port_send(port_t *pp, int source, int events, void *user) argument
942 port_dispatch_event(port_t *pp, int opcode, int source, int events, uintptr_t object, void *user) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h71 * 2. Altered source versions must be plainly marked as such, and must
74 * 3. This notice may not be removed or altered from any source
834 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, z_streamp source));
836 * Sets the destination stream as a complete copy of the source
837 * stream. If the source stream is using an application-supplied
853 * enough memory, Z_STREAM_ERROR if the source stream state was
855 * both source and destination.
866 * source stream state was inconsistent (such as zalloc or state being
885 * deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
978 * source strea
[all...]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.s429 add %o0, %o3, %o0 ! increment source address
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c571 * Propagate the bootblock on the source disk to the destination disk and
577 propagate_bootblock(ig_data_t *source, ig_data_t *target, char *updt_str) argument
579 ig_device_t *src_device = &source->device;
581 ig_stage2_t *src_stage2 = &source->stage2;
586 assert(source != NULL);
589 /* read in stage1 from the source disk. */
970 /* Fill bootblock hashing source information. */
/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/cmd/zoneadm/
H A Dzfs.c713 * Rename the source dataset's snapshots that are automatically generated when
719 * (the format is zonename@SUNWzoneXX where XX are digits) on both the source
720 * and clone datasets, then renames the source dataset snapshots starting at
744 * Now make sure the source's snapshot max is at least as high as
757 * Now rename the source dataset's snapshots so there's no
782 * of the other clones that were hanging off of the source dataset.
918 * we could generate a name from the source zone ZFS name. However,
920 * source instead of what the zonepath says. For example,
1198 char source[ZFS_MAX_DATASET_NAME_LEN]; local
1223 sizeof (propbuf), &srctype, source,
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2393 zfs_prop_set_special(const char *dsname, zprop_source_t source, argument
2421 err = dsl_dir_set_quota(dsname, source, intval);
2424 err = dsl_dataset_set_refquota(dsname, source, intval);
2442 err = dsl_dir_set_reservation(dsname, source, intval);
2445 err = dsl_dataset_set_refreservation(dsname, source, intval);
2488 zfs_set_prop_nvlist(const char *dsname, zprop_source_t source, nvlist_t *nvl, argument
2562 err = zfs_prop_set_special(dsname, source, pair);
2592 dsl_props_set(dsname, source, genericnvl) != 0) {
2613 source, strval);
2616 err = dsl_prop_set_int(dsname, propname, source,
2715 zprop_source_t source = (received ? ZPROP_SRC_RECEIVED : local
2763 zprop_source_t source = (received local
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s61 * Is source aligned on word boundary
62 * If no then align source on word boundary then goto .ald
72 * Depending on the source offset (last 4 bits of source address) align
75 * For remaining count copy as much data in 8-byte chunk from source to
154 * memmove can determine the source and destination do not overlap,
183 * This define is to align data for the unaligned source cases.
213 add %o1, %o2, %o5 ! get to end of source space
230 1: dec %o5 ! decrement source
354 ! Determine source alignmen
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c10 * Redistribution and use in source and binary forms are permitted
95 static void source(int, char **);
350 source(argc, argv);
784 source(1, argv + i);
1142 source(int argc, char *argv[]) function
1359 source(1, vect);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c34 * Portions of this source code were derived from Berkeley 4.3 BSD
513 static int c_utf8(char *target, const char *source);
4654 * signed or unsigned data type. This a source of potential
6538 * (This was borrowed from the 4.1.3 source, and adapted to the 5.x
7248 const char *source,
7261 xhdr_count, source);
7284 " failed.\n"), xhdr_count, source);
7293 if (strlen(source) > max_val) {
7300 (void) strcpy(target, source);
7301 else if (c_utf8(target, source) !
7244 utf8_local( char *option, char **Xhdr_ptrptr, char *target, const char *source, int max_val) argument
7444 local_utf8( char **Xhdr_ptrptr, char *target, const char *source, iconv_t iconv_cd, int xhdrflg, int max_val) argument
7563 c_utf8(char *target, const char *source) argument
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c22 * Redistribution and use in source and binary forms, with or without
25 * 1. Redistributions of source code must retain the above copyright
374 char *source; local
380 source = format;
414 source = (char *)
433 source = scratch;
438 source = format;
457 memcpy(buffer, source, actualLength);
1696 * the user input device the input source, and enter interpretation state.
1699 * Accept a line from the input source int
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c10 * Redistribution and use in source and binary forms are permitted
45 char source[RDIST_BUFSIZ]; /* base source directory name */ variable
47 char target[RDIST_BUFSIZ]; /* target/source directory name */
230 * (i.e., more than one source is being copied to the same destination).
294 strcpy(source, src);
581 opts & WHOLE ? target : strsub(source, destination, target),
/illumos-gate/usr/src/cmd/ed/
H A Ded.c285 static void strcopy(char *source, char *dest);
3082 /* strcopy: copy source to destination */
3086 strcopy(char *source, char *dest) argument
3088 while (*dest++ = *source++);
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c687 * in which case we must return it to the source.
1041 * If the entire span is free, return it to the source.
1338 * if there is a source, we can't mess with the spans
1424 * by invoking afunc() on source, and may return those spans by invoking
1425 * ffunc() on source. To make small allocations fast and scalable,
1431 vmem_alloc_t *afunc, vmem_free_t *ffunc, vmem_t *source,
1489 if (source != NULL)
1490 vmp->vm_kstat.vk_source_id = source->vm_id;
1491 vmp->vm_source = source;
1430 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
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h248 var short oprompt; /* Saved during source */
596 void source();
H A Dex_cmds.c761 /* source */
767 tail("source");
771 source(file, 0);
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c306 * The following code deals with input stacking to do source
325 source(char name[]) function
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h588 extern int source(char name[]);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c245 sysevent_iochannel_data (GIOChannel *source, argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm.h345 void mm_memcpy(void *destenation, const void *source, u32_t mem_size);
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s47 * On the other hand, we expect most of the source buffers to be
275 ! Do dwords until source is 64-byte aligned, 0-6 iterations
292 ! At this point source address is 64 byte aligned
370 inc 64, %i0 ! increment source address

Completed in 384 milliseconds

12345678910