Searched defs:from (Results 201 - 225 of 283) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c261 * self id interrupt callback from the hal. Does CPR initialization
649 * Copies config rom info from "from" node to "to" node. Clears
656 s1394_copy_cfgrom(s1394_node_t *to, s1394_node_t *from) argument
660 from_node, from->node_num, tnf_opaque, from_cfgrom, from->cfgrom);
664 to->cfgrom = from->cfgrom;
665 to->cfgrom_state = from->cfgrom_state;
666 to->cfgrom_valid_size = from->cfgrom_valid_size;
667 to->cfgrom_size = from
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c50 static void hermon_wqe_headroom(uint_t from, hermon_qphdl_t qp);
545 * the information from the RC work request.
578 * the WQE, using the information from the RC Atomic
613 * using the information from the RC Bind memory
776 * Context: Can be called from interrupt or base context.
814 * Check QP state. Can not post Send requests from the "Reset",
871 * NOTE ALSO: the term "chain" is used to differentiate it from
873 * from the previous generations of HCA - but the WQEs are not, in fact
1109 * Context: Can be called from interrupt or base context.
1145 * Check QP state. Can not post Recv requests from th
2070 hermon_wqe_headroom(uint_t from, hermon_qphdl_t qp) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c62 regex_t* from; /* from pattern */ member in struct:Edit
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c107 * platform supports. This function is called from check_cpus() to set the
238 * Starcat does not support power control of CPUs from the OS.
406 * Otherwise, we load the values from a magic address in
461 * Read GDCD from IOSRAM.
512 * and from that point on, return the default handle.
602 * Source is where we are copying from and target is where we
614 * Then source memnode needs to be removed from its lgroup
635 * Remove source memnode of copy rename from its lgroup
649 * Return latency between "from" and "to" lgroups
660 plat_lgrp_latency(lgrp_handle_t from, lgrp_handle_ argument
[all...]
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c237 kcopy(const void *from, void *to, size_t count) argument
242 kcopy_nta(const void *from, void *to, size_t count, int dummy) argument
247 bcopy(const void *from, void *to, size_t count) argument
252 ovbcopy(const void *from, void *to, size_t count) argument
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c286 * When the request is sent from
304 copy_file(char *from, char *to) argument
310 if ((ifd = open(from, O_RDONLY)) < 0)
368 * Description: Modify the given attribute 'file' with the attributes from the
397 * from the file and modify them accordingly before
487 * buffer from the file
970 gettext("failed to read response from scheduler"));
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c1891 gettext("Partial result from Native LDAP"), EINVAL},
1939 * Get status code from string
2016 * either the 'to' OR 'from' pointers are NULL.
2019 idmap_strdupnull(char **to, const char *from) argument
2024 if (from == NULL || *from == '\0') {
2029 *to = strdup(from);
2037 idmap_namerule_cpy(idmap_namerule *to, idmap_namerule *from) argument
2044 (void) memcpy(to, from, sizeof (idmap_namerule));
2049 retval = idmap_strdupnull(&to->windomain, from
2077 idmap_info_mov(idmap_info *to, idmap_info *from) argument
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c477 * starting from home lgroup unless specified starting lgroup is preferred
527 * Start searching from home lgroup unless given starting lgroup is
699 * protect calls to lgrp_move_thread() and lgrp_choose() from pset changes.
1070 * Return latency between "from" and "to" lgroups
1079 lgrp_latency(lgrp_id_t from, lgrp_id_t to) argument
1089 if (from < 0 || to < 0)
1092 if (from > lgrp_alloc_max || to > lgrp_alloc_max)
1095 from_lgrp = lgrp_table[from];
1105 if (from == to) {
1180 * 64-bit kernel. If a 32-bit user wants a snapshot from th
[all...]
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c39 * University Acknowledgment- Portions of this document are derived from
536 * is a directory, then call rcopy (from copydir).
558 * endless loop if revisited from a
578 * revisiting this directory from another part of
1236 rcopy(char *from, char *to) argument
1238 DIR *fold = opendir(from);
1245 Perror(from);
1269 if (strlen(from)+1+strlen(dp->d_name) >=
1273 cmd, from, dp->d_name);
1278 "%s/%s", from, d
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c411 only LEN characters from LPOS. */
517 /* Distinguish us from other lines and error messages! */
1409 grub_memmove (void *to, const void *from, int len) argument
1413 /* This assembly code is stolen from
1418 if (to < from)
1424 : "0" (len),"1" (from),"2" (to)
1435 "1" (len - 1 + (const char *) from),
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c894 * from brokenness or maliciousness above.
904 * should support these ioctls from userland to enable simple
934 unsigned short *from; local
977 from = from_row_start;
981 *to++ = *from++;
995 from = from_row_start;
997 *--to = *--from;
1026 * damage from brokenness or maliciousness above.
1187 unsigned char *from; local
1203 * from "k
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c51 * (currently) handled from user land. The main reason is that there is no
158 * directories. This is called from the ZFS init routine, and initializes the
624 char from[ZFS_MAX_DATASET_NAME_LEN], to[ZFS_MAX_DATASET_NAME_LEN]; local
646 err = zfsctl_snapshot_zname(sdvp, snm, sizeof (from), from);
650 err = zfs_secpolicy_rename_perms(from, to, cr);
805 * from the domount() code while it was trying to look up the
1248 * from the AVL tree, it can't be found again, so cannot become
1321 * Unmount any snapshots for the given filesystem. This is called from
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c55 * - Not only called from standalone mode, i.e. has
243 * This entry point handles output requests from restricted contexts like
313 * from quiesced or normal (ie. use polled I/O vs. layered ioctls)
328 * Copy a rectangle from one location to another on the frame buffer
330 * from, quiesced or normal (ie. use polled I/O vs. layered ioctls)
347 * appropriate for the system state being called from, quisced or
835 * Restrict the count to a sane value to keep from
939 * will prevent anything bad from happening.
1106 * inverse from the screen, then switch them as
1127 * inverse from th
2312 unsigned char *from; local
[all...]
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c113 big_realloc(void *from, size_t oldsize, size_t newsize) argument
119 bcopy(from, rv, oldsize);
120 kmem_free(from, oldsize);
303 * converts from byte-big-endian format to bignum format (words in
346 * converts from bignum format to byte-big-endian format.
1187 * multiplies from 16 x 16 --> 32 bit multiplies.
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c1005 * pa_cmd: Retrieves the cmd item from the input stream.
1045 * pa_adr_byte : Issues pr_adr_char to retrieve the next ADR item from
1071 * pa_adr_charhex: Issues pr_adr_char to retrieve the next ADR item from
1104 * pa_adr_int32 : Issues pr_adr_int32 to retrieve the next ADR item from the
1133 * pa_adr_int64 : Issues pr_adr_int64 to retrieve the next ADR item from the
1159 * pa_adr_int64hex: Issues pr_adr_int64 to retrieve the next ADR item from the
1186 * pa_adr_int64hex: Issues pr_adr_int64 to retrieve the next ADR item from the
1275 { (int)PAD_READ, "rd" }, /* data read from object */
1570 * pa_adr_short: Issues pr_adr_short to retrieve the next ADR item from the
1596 * pa_adr_shorthex: Issues pr_adr_short to retrieve the next ADR item from th
2845 char from; member in struct:cntrl_mapping
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c311 * attached to it. To prevent such situation we catch signals from
757 * Get contiguous region of memory starting from vaddr allocated
758 * from the same lgroup.
902 * Get contiguous region of memory starting from vaddr allocated
903 * from the same lgroup.
1391 uintptr_t from; /* start_addr rounded down */ local
1404 from = P2ALIGN(start_addr, psz);
1409 if (end < from) {
1417 *new_start = start < from ? from
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c127 * Output a preformated packet from the packet[] buffer.
395 * Remove fd from the set being polled. Returns 0 if ok; -1 if failed.
537 * Track static kernel prefixes to prevent in.ndpd from clobbering
652 * which have disappeared from the kernel.
659 * PI_PRESENT should be cleared from pi_kernel_state.
684 * Detect phyints that have been removed from the kernel.
1103 * Timer mechanism using relative time (in milliseconds) from the
1119 * Make sure the next SIGALRM occurs delay milliseconds from the current
1191 * Should not be called from a timer routine but in some cases this is
1192 * done because the code doesn't know that e.g. it was called from
1714 struct sockaddr_un from; local
1945 struct sockaddr_in6 from = IN6ADDR_LOOPBACK_INIT; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c17 * from this software without specific prior written permission.
190 static void pr_pack(char *buf, int cc, struct sockaddr_in *from);
288 struct sockaddr_in from; local
468 socklen_t fromlen = (socklen_t)sizeof (from);
473 (struct sockaddr *)&from,
483 pr_pack((char *)packet, cc, &from);
757 * Print out the packet, if it came from us. This logic is necessary
763 pr_pack(char *buf, int cc, struct sockaddr_in *from) argument
775 logtrace("packet too short (%d bytes) from %s\n", cc,
776 pr_name(from
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c20 * from this software without specific prior written permission.
185 struct sockaddr_storage from; local
296 fromlen = sizeof (from);
297 if ((fd = accept(s, (struct sockaddr *)&from, &fromlen)) < 0) {
311 fromlen = sizeof (from);
312 if (getpeername(fd, (struct sockaddr *)&from, &fromlen) < 0)
342 doit(fd, &from, krb_context, encr_flag, keytab);
561 * The key is taken from the ticket instead (see below).
572 * If no key at this point, use the session key from
659 "Authentication failed from
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c20 * or promote products derived from this software without specific prior
95 struct sockaddr *from; member in struct:pr_set
250 * not necessarily received reply from the target (this behavior is from
255 int longjmp_return; /* return value from longjump */
823 struct sockaddr_in *sin_from = (struct sockaddr_in *)pr->from;
825 struct sockaddr_in6 *sin6_from = (struct sockaddr_in6 *)pr->from;
919 set_sin(pr->from, &(tmp1_al->addr), pr->family);
925 set_sin(pr->from, ap, pr->family);
954 set_sin(pr->from, a
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c70 ** Sendmail is driven by settings read in from /etc/mail/sendmail.cf
89 ** anything to gain from my involvement in this project.
164 char *ep, *from; local
306 /* reset status from syserr() calls for missing file descriptors */
705 from = NULL;
855 case 'f': /* from address */
858 if (from != NULL)
860 usrerr("More than one \"from\" person");
865 from = newstr("<>");
867 from
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c35 * University Acknowledgment- Portions of this document are derived from
337 if (getreply(0) > 2) { /* read startup message from server */
489 /* Need to save reply reponse from server for use in EPSV mode */
600 "from server:\n");
998 * from remote is 226 or 250. All other codes are error codes.
1028 * from remote is 226 or 250. All other codes are error codes.
1515 * Get the data port from reply string from the
1552 * Get the data port from reply string from th
1701 struct sockaddr_in6 from; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c199 * for processing input from a file.
289 "a(all)t(to)f(from)d(directional)",
851 pid_format(uid_t from, int is_user) argument
862 (void) snprintf(to, len, "%s:%u", is_user ? ID_UID : ID_GID, from);
866 /* Assemble winname, e.g. "winuser:bob@foo.sun.com", from name_mapping_t */
1022 name_mapping_cpy(name_mapping_t *to, name_mapping_t *from) argument
1029 (void) memcpy(to, from, sizeof (name_mapping_t));
1032 if (from->winname != NULL) {
1033 to->winname = strdup(from->winname);
1040 if (from
1660 sid_convert(char *from, char **prefix, idmap_rid_t *rid, cmd_pos_t *pos) argument
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c33 * init Initialze (create) an LDAP client from a profile stored
36 * reads from file).
253 * clientopts_t is used to hold and pass around the param values from
313 static int file_move(const char *from, const char *to);
740 * is freed and we return from the function with the offending
741 * error return code. This macro keeps us from having to
840 /* Set additional valid params from command line */
1130 /* Set additional valid params from command line */
1375 /* Set additional valid params from command line */
1676 "authentication method from "
3579 file_move(const char *from, const char *to) argument
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c154 char *from; member in struct:cache_hash
234 if (p->from)
235 free(p->from);
249 getldap_scan_hash(cache_type_t type, char *from, argument
254 strcasecmp(from, idx->from) == 0) {
298 char *from, char **to)
349 if (from == NULL || to == NULL || *to == NULL)
351 hash = getldap_hash(from) % CACHE_HASH_MAX;
356 * if an entry with same "from"
297 getldap_cache_op(cache_op_t op, cache_type_t type, char *from, char **to) argument
[all...]

Completed in 138 milliseconds

1234567891011>>