Searched refs:source (Results 151 - 175 of 248) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c299 * { source fsname -> { whokeys { permissions,...}, ...}}
333 char source[ZFS_MAX_DATASET_NAME_LEN]; local
365 dsl_dir_name(dd, source);
366 fnvlist_add_nvlist(*nvp, source, sp_nvp);
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c1380 collect_a_seq(size_t uv, uchar_t *u8s, uchar_t **source, uchar_t *slast, argument
1406 * Save the source string pointer which we will return a changed
1409 s = *source;
1434 *source = s;
1455 *source = s;
1697 *source = s;
1713 *source = s;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c21 * Redistribution and use in source and binary forms are permitted
493 * records the source file name.
842 ip->source = option_source;
1417 * save_source - store option source, line, and privilege into an
1425 info->source = option_source;
1430 * set_source - set option source, line, and privilege from an
1438 option_source = info->source;
1443 * name_source - return string containing option source and line. Can
1452 if (info->source == NULL)
1455 return info->source;
[all...]
/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/uts/common/fs/portfs/
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
H A Dport_fop.c35 * notification. It is implemented as an event source(PORT_SOURCE_FILE)
56 * The object for this event source is of type 'struct file_obj *'
80 * event source will be PORT_SOURCE_FILE.
94 * port by this source. The object here is the pointer to the file_obj
372 * Remove the pfp from the port source cache.
785 port_getsrc(port_t *pp, int source) argument
790 * get the port source structure.
797 pse = pp->port_queue.portq_scache[PORT_SHASH(source)];
799 if (pse->portsrc_source == source)
968 * Add the event source t
971 port_fop_associate_source(portfop_cache_t **pfcpp, port_t *pp, int source) argument
1256 port_associate_fop(port_t *pp, int source, uintptr_t object, int events, void *user) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S5 # Redistribution and use in source and binary forms, with or without
8 # 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s6 # Redistribution and use in source and binary forms, with or without
9 # 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c121 nvlist_t *source, nvlist_t **resultp)
132 packed = fnvlist_pack(source, &size);
120 lzc_ioctl(zfs_ioc_t ioc, const char *name, nvlist_t *source, nvlist_t **resultp) argument
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s87 movl 12(%esp), %eax / %eax = source string address
H A Dstrncat.s92 movl 16(%esp), %eax / %eax = source string address
/illumos-gate/usr/src/cmd/mailx/
H A Dcmdtab.c90 "source", C source, M|STRLIST, 0, 0,
/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.h240 extern void zmemcpy OF((void* dest, const void* source, uInt len));
H A Ddeflate.c896 * Copy the source state to the destination state.
897 * To simplify the source, this is not supported for 16-bit MSDOS (which
900 int ZEXPORT deflateCopy (dest, source)
902 z_streamp source;
912 if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) {
916 ss = source->state;
918 zmemcpy(dest, source, sizeof(z_stream));
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
H A Ddeflate.c1010 * Copy the source state to the destination state.
1011 * To simplify the source, this is not supported for 16-bit MSDOS (which
1014 int ZEXPORT deflateCopy (dest, source)
1016 z_streamp source;
1026 if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) {
1030 ss = source->state;
1032 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c80 * Set up an input source
83 setinput(char *source, char *archive) argument
97 if (source == NULL) {
104 if (strchr(source, ':')) {
107 host = source;
118 if (strlen(source) > (sizeof (magtape) - 1)) {
125 if (strcmp(source, "-") == 0) {
154 (void) strcpy(magtape, source);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s192 * This define is to align data for the unaligned source cases.
795 * source and destination is in cache for medium
1216 ! Determine source alignment
1613 ! Move bytes according to source alignment
1678 sub %i3, 64, %i3 ! end of source buffer
1685 ! Determine source alignment to correct 8 byte offset
2116 ! Based on source and destination alignment do
2195 ! Falls through when source offset is equal to 8 i.e.
2196 ! source is double word aligned.
2199 andn %i1, 0x3f, %l0 ! %l0 has block aligned source
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c944 gp->source.offset = s_off;
945 gp->source.u.gmfn = pfn_to_mfn(hat_getpfnum(kas.a_hat, (caddr_t)rptr));
946 gp->source.domid = DOMID_SELF;
1480 cop->source.u.ref = txreq->gref;
1481 cop->source.domid = xnbp->xnb_peer;
1482 cop->source.offset = txreq->offset;
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1425 char* source,
1435 source == NULL ||
1449 strm.next_in = source;
1477 char* source,
1486 source == NULL ||
1497 strm.next_in = source;
1422 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1474 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c980 /* Function matches L4 header data (source ports for TCP, UDP, CallIds for */
1650 int source, ret = 0, flags; local
1654 source = !fin->fin_rev;
1655 if (((is->is_flags & IS_TCPFSM) != 0) && (source == 1) &&
1657 source = 0;
1658 fdata = &is->is_tcp.ts_data[!source];
1659 tdata = &is->is_tcp.ts_data[source];
1670 if ((is->is_state[source] > IPF_TCPS_ESTABLISHED) &&
1671 (is->is_state[!source] > IPF_TCPS_ESTABLISHED)) {
1672 is->is_state[source]
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmain.c119 REGRESS(source, "sh_source", ("%s:ENOENT", file));
125 REGRESS(source, "sh_source", ("%s", file));
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s54 ! source alignment and copying byte, half byte, or word
55 ! quantities until the source ptr is aligned at an extended
/illumos-gate/usr/src/grub/grub-0.97/
H A Ddepcomp44 source Source file read by `PROGRAMS ARGS'.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
410 # the object too, otherwise makedepend will parse it as a source file.
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c44 resolve_relative(const char *source, const char *link) argument
55 (void) strcpy(curpath, source);

Completed in 275 milliseconds

12345678910