Searched +defs:val +defs:to (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c4 * The contents of this file are subject to the terms of the
52 * Routine to perform parameter substitution.
60 * with a colon (:) to distinguish from the plus/minus operators.
86 * enhancements to the format capabilities may
140 /* The following routine was added to make lint shut up about converting from
141 * a long to a char *. It is identical to the pop routine, except for the
269 int val; local
272 if ((val = setjmp(env)) != 0) {
274 switch (val) {
732 _branchto(register char *cp, char to) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c23 to chainload EFI bootloader on non-EFI system (TODO) */
135 /* Some standard functions because we need to be standalone */
137 efiemu_memcpy (void *to, void *from, int count) argument
141 ((grub_uint8_t *) to)[i] = ((grub_uint8_t *) from)[i];
178 write_cmos (grub_uint8_t addr, grub_uint8_t val) argument
182 "outb %%al,$0x71": :"a" (addr), "c" (val));
418 way to store these variables we have no non-volatility */
572 /* To implement it with APM we need to go to real mode. It's too much hassle
/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c4 * The contents of this file are subject to the terms of the
82 * Mapping of state transition to pgname.
88 { "to-uninitialized", SCF_TRANS(0, SCF_STATE_UNINIT) },
90 { "to-maintenance", SCF_TRANS(0, SCF_STATE_MAINT) },
92 { "to-offline", SCF_TRANS(0, SCF_STATE_OFFLINE) },
94 { "to-disabled", SCF_TRANS(0, SCF_STATE_DISABLED) },
96 { "to-online", SCF_TRANS(0, SCF_STATE_ONLINE) },
98 { "to-degraded", SCF_TRANS(0, SCF_STATE_DEGRADED) },
343 add_entry(scf_transaction_entry_t *te, scf_value_t *val) argument
345 if (scf_entry_add_value(te, val) !
356 scf_value_t *val = scf_value_create(h); local
369 scf_value_t *val = scf_value_create(h); local
382 scf_value_t *val = scf_value_create(h); local
395 scf_value_t *val = scf_value_create(h); local
411 scf_value_t *val = scf_value_create(h); local
906 get_value(scf_value_t *val, scf_values_t *v, int c, char *buf, int sz) argument
944 scf_value_t *val = scf_value_create(h); local
1172 get_mech_name(const char *name, char **mech, char **val) argument
1430 char *val; local
1818 char *to; /* to state */ local
[all...]
/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c4 * The contents of this file are subject to the terms of the
65 int val = 0; local
87 val = ace_trivial(acep, aclcnt);
91 val = 1;
93 return (val);
243 * Set an ACL, translates acl to ace_t when appropriate.
269 * fall back to UFS/POSIX Draft interface.
386 * are updated to match owner,group arguments
455 * Need to fixup who field for abstrations for
475 * Find acl entries in acl that correspond to removeac
608 void *to; local
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c22 * along with this program; if not, write to the Free Software
189 * @param target Device to put properties onto
190 * @param source Device to retrieve properties from
859 hal_device_copy_property (HalDevice *from_device, const char *from, HalDevice *to_device, const char *to) argument
869 to_device, to, hal_device_property_get_string (from_device, from));
873 to_device, to, hal_device_property_get_int (from_device, from));
877 to_device, to, hal_device_property_get_uint64 (from_device, from));
881 to_device, to, hal_device_property_get_bool (from_device, from));
885 to_device, to, hal_device_property_get_double (from_device, from));
917 gboolean val)
914 hal_device_property_set_attribute(HalDevice *device, const char *key, enum PropertyAttribute attr, gboolean val) argument
[all...]
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c4 * The contents of this file are subject to the terms of the
59 * forward declaration of our internal inittab_table[]. too bulky to put
64 * server is extended to DHCPv6.
70 * this order is meaningful to parse_entry(); other functions should just
78 * the category_map_entry_t is used to map the inittab category codes to
80 * needs to have the codes be ORable such that queries can retrieve more
81 * than one category at a time. this map is also used to map the inittab
82 * string representation of a category to its numerical code.
106 * size_t *: set to th
476 int dig, val; local
649 int dig, val, inchr; local
1487 decode_number(uint8_t n_entries, uint8_t size, boolean_t is_signed, uint8_t granularity, const uint8_t *from, char *to, int *ierrnop) argument
1565 encode_number(uint8_t n_entries, uint8_t size, boolean_t is_signed, uint8_t granularity, const char *from, uint8_t *to, int *ierrnop) argument
[all...]
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c4 * The contents of this file are subject to the terms of the
135 * Return a reference to the property table. Number of entries in table
147 * property, the type expected, and returns a pointer to the matching member,
331 * pointer to an allocated and initialized rpc_info_t, else NULL.
359 * fails, we check to see whether it was the result of a v6 proto
402 * Allocate, initialize and return a pointer to a tlx_info_t structure.
561 * marked invalid are those that are KNOWN to be invalid.
565 * If 'fmri' is set then the latter three parameters need to be set to
567 * by cfgpp is set to poin
1429 scf_value_t *val = NULL; local
1616 safe_sendto_write(int fd, const void *buf, size_t sz, int flags, const struct sockaddr *to, int tolen) argument
1638 safe_sendto(int fd, const void *buf, size_t sz, int flags, const struct sockaddr *to, int tolen) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c16 * along with this program; if not, write to the Free Software
28 * Thanks to:
30 * providing the evaluation NIC used to develop
44 /* to get some global routines like printf */
46 /* to get the interface to the body of the program */
48 /* to get the PCI support functions, if this is a PCI NIC */
88 /* Maximum events (Rx packets, etc.) to handle at each interrupt. */
93 /* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
285 /* The descriptors for this card are required to b
508 u32 to; local
744 int val = mdio_read(PHY_AUTO_NEGO_REG); local
[all...]
H A Dtlan.c23 * along with this program; if not, write to the Free Software
47 /* to get some global routines like printf */
49 /* to get the interface to the body of the program */
51 /* to get the PCI support functions, if this is a PCI NIC */
64 #define cpu_to_le32(val) (val)
65 #define le32_to_cpu(val) (val)
266 * stuctures to b
617 u32 to; local
1185 TLan_MiiReadReg(struct nic *nic __unused, u16 phy, u16 reg, u16 * val) argument
1345 TLan_MiiWriteReg(struct nic *nic __unused, u16 phy, u16 reg, u16 val) argument
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c4 * The contents of this file are subject to the terms of the
53 * Path to certificates used for secure bind (no former option)
57 * Default server (no former option) Refer to DUA Config
75 * Profile name to use for init (ldapclient) or
78 * Client info TTL. If set to 0 this information will not be
92 * Allow Administrator to change shadow data in LDAP
151 /* files to (possibiliy) restore */
185 /* Command to copy files */
193 /* Files that need to be just removed */
196 /* Output defines to suppres
3394 char *val = NULL; local
3630 file_move(const char *from, const char *to) argument
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c4 * The contents of this file are subject to the terms of the
483 int val; local
492 val = strcmp(msg_id_str, msgid1);
493 if (val < 0) {
495 } else if (val > 0) {
561 * to the dst encoding by calling iconv()
569 char *to, *tptr; local
585 to = (char *)(ptr + 1);
588 tptr = to;
607 to
[all...]
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c4 * The contents of this file are subject to the terms of the
230 /* read timezones to match continents, and get countries */
316 /* Read country list, match country codes to process entry */
346 /* Skip to country description */
353 lp += len; /* lp points to country desc. */
393 * First copy list to a static array for qsort() to use.
394 * Use the cnt_next field to point back to original structure.
404 /* Next, call qsort() using strcoll() to orde
1003 scf_value_t *val = NULL; local
1421 strip_quotes(char *from, char *to) argument
[all...]
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c4 * The contents of this file are subject to the terms of the
27 * This module implements the PTree interface and the PICL to PTree calls
36 * The mapping of ptree handles to the internal PICL object (picl_obj_t) is
38 * to its ptree handle is kept in the picl hash table (picltbl).
44 * The mutex, ptreehdl_lock, is used to control allocation of ptree handles.
45 * The mutex, piclhdl_lock, is used to control allocation of picl handles.
48 * are used to synchronize PICL refreshes (ptree_refresh) and to wait/signal
71 * ptree_rwlock: a reader lock is obtained to do ptree hash table
88 * to queu
2666 prop_match(ptree_propinfo_t pinfo, void *vbuf, char *val) argument
3634 timespec_t to; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c8 * By using this file, you agree to the terms and conditions set
44 ** the line is to be interpreted. The lines are:
45 ** Dxval Define macro x to have value val.
47 ** Fxfile [fmt] Read file for lines to put into
56 ** Rlhs rhs Rewrite addresses that match lhs to
58 ** Mn arg=val... Define mailer. n is the internal name.
60 ** Oxvalue Set option x to value.
61 ** O option value Set option (long name) to value.
62 ** Pname=value Set precedence name to valu
2524 xputs(sm_debug_file(), val); local
4400 register struct timeoutinfo *to; local
[all...]
/osnet-11/usr/src/common/mpi/
H A Dmpi.c10 * The contents of this file are subject to the Mozilla Public License Version
35 * of those above. If you wish to allow use of your version of this file only
36 * under the terms of either the GPL or the LGPL, and not to allow others to
47 * Oracle elects to use this software under the MPL license.
66 This table is used to compute output lengths for the mp_toradix()
92 /* Value to digit maps for radix conversion */
205 /* {{{ mp_copy(from, to) */
208 mp_copy(from, to)
210 Copies the mp_int 'from' to th
215 mp_copy(const mp_int *from, mp_int *to) argument
2468 mp_int t0, t1, val, tmp, two2k; local
2750 int ix = 0, val = 0; local
4776 int val, xch; local
4816 s_mp_todigit(mp_digit val, int r, int low) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c4 * The contents of this file are subject to the terms of the
52 * The following are from libldap. Used to check if an attribute value
108 * mapping to the original mappped type. Either way, the DN will be
116 * is mapped to
175 * No attribute mapping. attrs[i] is going to be copied
176 * later. Restore "type\0value\0" back to
224 * mapping to the original mappped type. Either way, the DN will be
231 * is converted to
355 char *val = NS_LDAP_ATTR_VAL_SERVER_UNKNOWN; local
361 val
1440 __s_api_get_cachemgr_data(const char *type, const char *from, char **to) argument
1490 __s_api_set_cachemgr_data(const char *type, const char *from, const char *to) argument
6107 unescape_filterval(char *val) argument
6169 adj_substring_filter(char *val) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c17 * along with this program; if not, write to the Free Software
77 /* Whether to show the menu or not. */
83 * List of preferred VESA modes to pick if none specified.
85 * We use this file also as a sentinel to detect a BE that supports
141 correct, and a value != 0 for error, similarly to strcmp. */
263 /* Read in the whole file to DUMMY. */
360 * XXX Solaris hack: use drive_info to pass network information
361 * Turn off the flag bit to the loader is technically
373 /* Switch to graphics mode if requested. */
377 grub_printf (" Switching to VB
1459 char *from, *to; local
3489 unsigned long to, from; local
5250 int to = -1; local
5269 char *val = arg + sizeof ("--timeout=") - 1; local
5276 char *val = arg + sizeof ("--lines=") - 1; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c12 * "Very useful, no doubt, that was to Saruman; yet it seems that he was
44 * in handy.h, so that we can easily redefine everything to do tracking of
45 * allocated hunks back to the original New to track down any memory leaks.
46 * XXX This advice seems to be widely ignored :-( --AD August 1996.
75 /* Can't use PerlIO to write as it allocates memory */
124 /* Can't use PerlIO to write as it allocates memory */
178 /* Can't use PerlIO to write as it allocates memory */
218 /* copy a string up to some (non-backslashed) delimiter, if any */
221 Perl_delimcpy(pTHX_ register char *to, registe argument
1457 Perl_my_setenv(pTHX_ char *nam, char *val) argument
1528 Perl_my_setenv(pTHX_ char *nam,char *val) argument
1581 Perl_my_bcopy(register const char *from,register char *to,register I32 len) argument
2548 Perl_repeatcpy(pTHX_ register char *to, register const char *from, I32 len, register I32 count) argument
[all...]

Completed in 98 milliseconds