Searched defs:source (Results 51 - 75 of 138) sorted by relevance

123456

/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/hal/hald/solaris/
H A Dsysevent.c245 sysevent_iochannel_data (GIOChannel *source, argument
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c444 wchar_t *source, *to; local
453 for (source = ap[1]; *source; source++) {
457 if (*source == *i)
466 *sink++ = *source;
/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/svr4pkg/libinst/
H A Dpkgobjmap.c101 char source[PATH_MAX+1]; local
111 * Generate local (delivered source) paths for files
119 source[0] = '~';
120 (void) strlcpy(&source[1], ept->path,
121 sizeof (source)-1);
122 ept->ainfo.local = pathdup(source);
148 * Deal with source for hard and soft links.
173 * For the paths (both source and target) that were too mundane to
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c105 "that these types of processes can be a source of " \
1061 char source[PATH_MAX]; local
1071 (void) snprintf(source, sizeof (source),
1074 (void) snprintf(source, sizeof (source),
1077 (void) snprintf(source, sizeof (source),
1080 if (cverify(0, &ept->ftype, source, &ept->cinfo, 1)) {
1083 progerr(gettext(ERR_BADFILE), source); local
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c695 audio_parms_t source; local
712 source = sp->s_cnv_src_parms;
717 source.p_format = parms->p_format;
719 source.p_rate = parms->p_rate;
721 source.p_nchan = parms->p_nchan;
722 uparms = &source;
734 * At least one of the source or target are S24_NE.
743 if (source.p_format != AUDIO_FORMAT_S24_NE) {
745 if (source.p_format == info->format) {
749 /* save source fram
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc74 * It then scans the list to find the first possible source file that
76 * (target name less target suffix) and the source suffix and checking
116 register Name source; local
157 * This will make finding the synthesized source possible.
180 /* Build the synthesized source name. */
196 source = getname_fn(sourcename, FIND_LENGTH, false, &name_found);
198 * If the source file is not registered as
199 * a file, this source suffix did not match.
202 (void) exists(source);
204 if (!source
[all...]
H A Dread.cc60 static void parse_makefile(register Name true_makefile_name, register Source source);
61 static Source push_macro_value(register Source bp, register wchar_t *buffer, int size, register Source source);
103 register Source source = ALLOC(Source); local
126 source->inp_buf =
127 source->inp_buf_ptr =
128 source->inp_buf_end = NULL;
129 source->error_converting = false;
201 source->string.free_after_use = false;
202 source->previous = NULL;
203 source
458 parse_makefile(register Name true_makefile_name, register Source source) argument
2026 push_macro_value(register Source bp, register wchar_t *buffer, int size, register Source source) argument
[all...]
/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/boot/sys/cddl/boot/zfs/
H A Dlz4.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,
202 LZ4_uncompress_unknownOutputSize(const char *source, argument
206 const BYTE *restrict ip = (const BYTE *) source;
242 * Error : request to read beyond source
327 return (int)(-(((char *)ip) - source));
/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/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/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/isns/isnsd/
H A Dfunc.c92 * get the source attributes of the packet.
107 isns_tlv_t *source = pdu_get_source(pdu); local
109 if (source == NULL) {
111 } else if (source->attr_id != ISNS_ISCSI_NAME_ATTR_ID ||
112 source->attr_len == 0) {
117 conn->in_packet.source = source;
621 isns_tlv_t *source = conn->in_packet.source; local
658 iscsi_name = (uchar_t *)&source
838 isns_tlv_t *source = conn->in_packet.source; local
1009 isns_tlv_t *source = conn->in_packet.source; local
1145 isns_tlv_t *source = conn->in_packet.source; local
1435 isns_tlv_t *source = conn->in_packet.source; local
1673 isns_tlv_t *source = conn->in_packet.source; local
1874 isns_tlv_t *source = conn->in_packet.source; local
1993 isns_tlv_t *source = conn->in_packet.source; local
[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/fs/smbclnt/netsmb/
H A Dsmb_rq.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
590 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, ushort_t *setup, argument
600 t2p->t2_source = source;
607 t2p->t2_share = (source->co_level == SMBL_SHARE ?
608 CPTOSS(source) : NULL); /* for smb up/down */
609 error = smb_rq_getenv(source, &t2p->t2_vc, NULL);
616 smb_nt_init(struct smb_ntrq *ntp, struct smb_connobj *source, ushort_t fn, argument
622 ntp->nt_source = source;
625 ntp->nt_share = (source
[all...]
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/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c230 * @param source the source of the operation
236 * previous operation, FALSE if the source
245 IN const lm_dmae_address_t source,
253 opcode |= ((source.type == LM_DMAE_ADDRESS_GRC)?1:0) <<DMAE_CMD_SRC_SHIFT;
269 * Set the source, destination and length of a DMAE command HSI
275 * @param source the source of the operation
282 IN const lm_dmae_address_t source,
286 u64_t source_offset = lm_dmae_address_native_offset(&source);
244 lm_dmae_opcode( struct _lm_device_t* pdev, IN const lm_dmae_address_t source, IN const lm_dmae_address_t dest, IN const u8_t b_complete_to_host, IN const u8_t b_resume_prev, IN const u8_t b_change_endianity) argument
280 lm_dmae_command_set_block( struct _lm_device_t* pdev, struct dmae_cmd* command, IN const lm_dmae_address_t source, IN const lm_dmae_address_t dest, IN const u16_t length ) argument
334 lm_dmae_operation_create( struct _lm_device_t* pdev, IN const lm_dmae_address_t source, IN const lm_dmae_address_t dest, IN const u16_t length, IN const u8_t replicate_source, IN const u8_t le32_swap, IN lm_dmae_context_t* context, OUT lm_dmae_operation_t* operation) argument
395 lm_dmae_address_t source = lm_dmae_address( operation->executer_paddr.as_u64 ,LM_DMAE_ADDRESS_HOST_PHYS); local
458 lm_dmae_operation_add_sge( struct _lm_device_t* pdev, lm_dmae_operation_t* operation, IN const lm_dmae_address_t source, IN const lm_dmae_address_t dest, IN const u16_t length) argument
1205 lm_dmae_address_t source = {{0}}; local
1232 lm_dmae_address_t source =lm_dmae_address(source_paddr.as_u64, LM_DMAE_ADDRESS_HOST_PHYS); local
1257 lm_dmae_address_t source = lm_dmae_address(source_offset, LM_DMAE_ADDRESS_GRC); local
1284 lm_dmae_address_t source = lm_dmae_address(source_paddr.as_u64, LM_DMAE_ADDRESS_HOST_PHYS); local
[all...]
H A Dlm_dmae.h48 * command that contains a GRC/PCI source, a GRC/PCI
187 * A source/target address for a DMA operation.
211 lm_dmae_address_t source; member in struct:_lm_dmae_block_t
277 * single-block transfer (in which case it has a single source
279 * composed of multiple SGEs, each having a single source and a
296 /**TRUE if the source is a block of length DMAE_MAX_RW_SIZE_E1 /
298 * case the source block will be duplicated as many times as
527 * @param source the source for this DMAE operation
530 * @param replicate_source TRUE if the source i
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c296 char source[MAXPATHLEN]; local
307 strcpy(source, path);
316 if (source[0] != '/') {
326 if (source[0] == '.' && source[1] == '/') {
327 strcpy(scratch, source+2);
329 strcpy(scratch, source);
331 strcpy(source, pwd);
332 strcat(source, "/");
333 strcat(source, scratc
[all...]
/illumos-gate/usr/src/uts/common/xen/public/
H A Dgrant_table.h280 * source and destinations can be eithers MFNs or, for foreign domains,
284 * The flags specify what type source and destinations are (either MFN
288 * via a third party if the source and destination domains had previously
291 * source_offset specifies an offset in the source frame, dest_offset
311 } source, dest; member in struct:gnttab_copy
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1182 char source[MAXPATHLEN]; local
1194 strcpy(source, osDevName);
1203 if (source[0] != '/') {
1211 if (source[0] == '.' && source[1] == '/') {
1212 strcpy(scratch, source+2);
1214 strcpy(scratch, source);
1216 strcpy(source, pwd);
1217 (void) strcat(source, "/");
1218 (void) strcat(source, scratc
[all...]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc121 register Source source = &sourceb; local
197 source->string.text.p = ++source_p;
200 expand_macro(source, destination, sourceb.string.buffer.start, cmd);
209 GET_NEXT_BLOCK_NOCHK(source);
210 if (source == NULL) {
215 if (source->error_converting) {
228 * expand_macro(source, destination, current_string, cmd)
230 * Should be called with source->string.text.p pointing to
232 * source->string.text.p is returned pointing to the first char after
243 * source Th
259 expand_macro(register Source source, register String destination, wchar_t *current_string, Boolean cmd) argument
[all...]

Completed in 116 milliseconds

123456