Searched defs:set (Results 101 - 122 of 122) sorted by relevance

12345

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c161 * its new colors; if not, set them to the background color.
185 /* make sure that the highlight color is set correctly */
362 * Read in the splashscreen image and set the palette up appropriately.
523 * A bit is set in each of the "planes" of the frame buffer to
529 * set the same bit in each of the four planes.
531 * Pixels are represented by set bits in a byte, in the order
661 void graphics_cursor(int set) { argument
665 if (set && no_scroll)
675 if (!set) {
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c232 mark(register Rex_t* e, int set) argument
238 if (set)
248 mark(e->re.group.expr.binary.left, set);
250 mark(e->re.group.expr.binary.right, set);
261 mark(e->re.group.expr.rex, set);
2955 * set up BM table from trie
/osnet-11/usr/src/lib/libc/port/gen/
H A Dprivlib.c78 * Data independent privilege set operations.
81 * the system implementation of privileges. A limited set of
83 * argument; this set of interfaces is a private interface between libc
88 * set pretty print functions. The boolean tests are only needed for
200 tmp->pd_basicset = (priv_set_t *)&st->set[0];
400 * priv_set(op, set, priv_id1, priv_id2, ..., NULL)
402 * Library routine to enable a user process to set a specific
403 * privilege set appropriately using a single call. User is
425 int set; local
429 for (set
859 __priv_emptyset(priv_data_t *d, priv_set_t *set) argument
865 priv_emptyset(priv_set_t *set) argument
867 __priv_emptyset(GETPRIVDATA(), set); local
871 priv_basicset(priv_set_t *set) argument
873 priv_copyset(priv_basic(), set); local
877 __priv_fillset(priv_data_t *d, priv_set_t *set) argument
883 priv_fillset(priv_set_t *set) argument
885 __priv_fillset(GETPRIVDATA(), set); local
909 __priv_isemptyset(priv_data_t *d, const priv_set_t *set) argument
915 priv_isemptyset(const priv_set_t *set) argument
921 __priv_isfullset(priv_data_t *d, const priv_set_t *set) argument
927 priv_isfullset(const priv_set_t *set) argument
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c57 int _libproc_debug; /* set non-zero to enable debugging printfs */
58 int _libproc_no_qsort; /* set non-zero to inhibit sorting */
117 * descriptor limit lower than 512 once it has set at least that value.
301 * Else we set up to catch entry/exit to pause() and set the process
461 str = "file is set-id or unreadable";
567 * If this fails and the 'PGRAB_FORCE' flag is set, attempt to
730 * to stop via /proc, do not set run-on-last-close.
746 dprintf("Pgrab: failed to set RLC\n");
835 * Cancel all tracing flags unless the PGRAB_RETAIN flag is set
2584 Psetsignal(struct ps_prochandle *P, const sigset_t *set) argument
2611 Psetfault(struct ps_prochandle *P, const fltset_t *set) argument
2638 Psetsysentry(struct ps_prochandle *P, const sysset_t *set) argument
2665 Psetsysexit(struct ps_prochandle *P, const sysset_t *set) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c559 __ns_ldap_setServer(int set) argument
561 cache_server = set;
931 * that if there's no per connection management one to set, the
932 * global current config will be set.
945 /* set the per connection management config if possible */
958 /* else set the global current config */
964 * is set and no other callers are using.
1005 * Create an ns_config_t, set the usage count to one
1451 * configuration as applicable. If global is set, returns
1678 gettext("Unable to set valu
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c80 * set of datastore provider operations. Simply modify the
788 * The pool_(get|rm|set)_property() functions consult the plugins before
798 * The (get|rm|set)_property() functions bypass the plugin layer completely,
1356 /* Now set the container for this comp */
1508 * sure that PO_RDWR is set in addition if PO_CREAT is set.
1539 /* set rdwr flag so we can updated the in-memory config. */
1849 * Return a result set of pools, searching the supplied configuration
1957 * Return a result set of res (actually as pool_elem_ts), searching the
2008 * Return a result set o
2170 pool_rs_next(pool_result_set_t *set) argument
2179 pool_rs_prev(pool_result_set_t *set) argument
2188 pool_rs_first(pool_result_set_t *set) argument
2197 pool_rs_last(pool_result_set_t *set) argument
2207 pool_rs_count(pool_result_set_t *set) argument
2216 pool_rs_get_index(pool_result_set_t *set) argument
2225 pool_rs_set_index(pool_result_set_t *set, int index) argument
2234 pool_rs_close(pool_result_set_t *set) argument
[all...]
H A Dpool_kernel.c74 * Kernel result set's initial size. 8 is probably large enough for
76 * realloc on a per result set basis.
98 * Identifies a pool element with a processor set id
1241 * Callback used to build the result set for a query. Each invocation will
1246 * set, otherwise it is ignored.
1308 * Execute the supplied query and return a result set which contains
1856 * Transfer resource components from one resource set to another.
2578 * Append an entry to a result set. Reallocate the array used to store
2617 * Allocate a result set. The Result Set stores the result of a query.
2639 /* Fix up the result set accesso
2666 pool_knl_rs_next(pool_result_set_t *set) argument
2680 pool_knl_rs_prev(pool_result_set_t *set) argument
2694 pool_knl_rs_set_index(pool_result_set_t *set, int index) argument
2711 pool_knl_rs_get_index(pool_result_set_t *set) argument
2723 pool_knl_rs_first(pool_result_set_t *set) argument
2735 pool_knl_rs_last(pool_result_set_t *set) argument
2747 pool_knl_rs_count(pool_result_set_t *set) argument
2760 pool_knl_rs_close(pool_result_set_t *set) argument
[all...]
H A Dpool_xml.c193 static pool_elem_t *pool_xml_rs_next(pool_result_set_t *set);
194 static pool_elem_t *pool_xml_rs_prev(pool_result_set_t *set);
195 static pool_elem_t *pool_xml_rs_first(pool_result_set_t *set);
196 static pool_elem_t *pool_xml_rs_last(pool_result_set_t *set);
197 static int pool_xml_rs_set_index(pool_result_set_t *set, int index);
198 static int pool_xml_rs_get_index(pool_result_set_t *set);
199 static int pool_xml_rs_count(pool_result_set_t *set);
200 static int pool_xml_rs_close(pool_result_set_t *set);
1455 * One default resource set per type
1691 * Allocate a result set
1772 pool_xml_rs_next(pool_result_set_t *set) argument
1791 pool_xml_rs_prev(pool_result_set_t *set) argument
1810 pool_xml_rs_set_index(pool_result_set_t *set, int index) argument
1828 pool_xml_rs_get_index(pool_result_set_t *set) argument
1841 pool_xml_rs_first(pool_result_set_t *set) argument
1855 pool_xml_rs_last(pool_result_set_t *set) argument
1870 pool_xml_rs_count(pool_result_set_t *set) argument
1884 pool_xml_rs_close(pool_result_set_t *set) argument
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c210 "[105:testsize?Shift file sizes left \ashift\a bits and set file block counts"
1295 #define set(f) (opt_info.num?(state.lsflags|=(f)):((state.lsflags&=~(f)),0)) macro
1352 set(LS_ALL);
1355 set(LS_PRINTABLE|LS_ESCAPE);
1364 set(LS_DIRECTORY);
1387 set(LS_INUMBER);
1393 set(LS_LONG);
1396 set(LS_COMMAS);
1399 set(LS_NUMBER);
1409 set(LS_MARKDI
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c66 #define MAX_SET 12 /* number of chars in a set name */
388 * BB = set number relative to first set (1..n)
389 * CC = field of set or if absent, all
398 char set[MAX_SET]; local
423 bzero(set, sizeof (set));
450 * we have to figure out where this set is
541 * the set number of the first occurence of target is returned
752 * we have to figure out where this set i
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_if.c586 * add this interface to `if_info' and set its state to
652 * if IH_IPMGMTD is set, we know that the caller (ipmgmtd) already
786 * Issues the ioctl SIOCSLIFNAME to kernel. If IPADM_OPT_GENPPA is set in
805 * We'd like to just set lifr_ppa to UINT_MAX and have the
919 * the interface for `af' if IPADM_OPT_PERSIST is set in `ipadm_flags'.
1004 * token. If IH_LEGACY is not specified, we want to set :: as
1006 * ipadm_create_addr() with the address object type set to
1010 * 6to4 tunnels. So set IFF_NOLINKLOCAL if the interface
1023 /* Get the full set of existing flags for this stream */
1045 * This interface does use ARP, so set u
2417 uint64_t set = 0, clear = 0; local
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c699 * Some properties may have already been set
703 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR, "%s: prop set "
1212 * psn: pointer to a "set" XML node
1213 * key: string to search the set for
1215 * returns: 1, if the set contains key
1219 set_contains(topo_mod_t *mp, char *key, char *set) argument
1225 "setlist = %s)\n", __func__, key, set);
1227 prod = strtok((char *)set, "|");
1256 xmlChar *set; local
1272 * 3) pgroup elements constrained by set element
1959 xmlChar *set; local
[all...]
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c183 * Represents a set of properties. Opaque; use the
187 unsigned int num_properties; /**< Number of properties in set */
261 * Returns: TRUE if user data was successfully set, FALSE if otherwise
277 * Returns: opaque pointer stored through libhal_ctx_set_user_data() or NULL if not set.
518 * @set: property-set to free
520 * Free a property set earlier obtained with libhal_device_get_all_properties().
523 libhal_free_property_set (LibHalPropertySet * set) argument
528 if (set == NULL)
531 for (p = set
552 libhal_property_set_get_num_elems(LibHalPropertySet *set) argument
568 property_set_lookup(const LibHalPropertySet *set, const char *key) argument
593 libhal_ps_get_type(const LibHalPropertySet *set, const char *key) argument
617 libhal_ps_get_string(const LibHalPropertySet *set, const char *key) argument
640 libhal_ps_get_int32(const LibHalPropertySet *set, const char *key) argument
663 libhal_ps_get_uint64(const LibHalPropertySet *set, const char *key) argument
686 libhal_ps_get_double(const LibHalPropertySet *set, const char *key) argument
709 libhal_ps_get_bool(const LibHalPropertySet *set, const char *key) argument
732 libhal_ps_get_strlist(const LibHalPropertySet *set, const char *key) argument
755 libhal_psi_init(LibHalPropertySetIterator * iter, LibHalPropertySet * set) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmg.c310 /* omit GSKIP -- never set here */
1160 sigset_t set, save; local
1163 sigemptyset(&set);
1164 sigaddset(&set,i);
1165 sigprocmask(SIG_BLOCK, &set, &save);
1263 PERL_BLOCKSIG_ADD(set, sig);
1265 PERL_BLOCKSIG_BLOCK(set);
1267 PERL_BLOCKSIG_UNBLOCK(set);
1285 sigset_t set, save; local
1312 sigemptyset(&set);
2632 sigset_t set; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm602 points to a directory where you can write a .lock file. You can set
650 $self->debug("Signal handler set.") if $CPAN::DEBUG;
1309 init go through a dialog to set all parameters
1376 o conf [opt] set and query options q quit the cpan shell
1478 # should have been called set and 'o debug' maybe 'set debug'
1549 $CPAN::Frontend->myprint("Options set for debugging:\n");
1562 conf set or get configuration variables
1563 debug set or get debugging options
1900 "you can set
3519 sub set { subroutine
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c54 #define OPT_oneof 0x040 /* arg may be set once */
851 * *p set to next char after second \f
1166 * return the bold set/unset sequence for style
1170 font(int f, int style, int set) argument
1175 return fonts[f].html[set];
1177 return fonts[f].nroff[set];
1185 return fonts[f].term[set];
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c100 #define DTD_ATTR_SET ((const xmlChar *) "set")
925 xmlChar *name, *set, *iptype; local
938 set = xmlGetProp(node, DTD_ATTR_SET);
941 if (name == NULL || set == NULL || iptype == NULL) {
944 if (set != NULL)
945 xmlFree(set);
952 priv_iter.pi_set = (char *)set;
958 xmlFree(set);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c951 sigsuspend(const sigset_t *set) argument
956 PROLOGUE_MASK(set)
957 rv = __sigsuspend(set);
977 sigtimedwait(const sigset_t *set, siginfo_t *infop, const timespec_t *timeout) argument
989 sig = __sigtimedwait(set, &info, timeout);
1004 sigwait(sigset_t *set) argument
1006 return (sigtimedwait(set, NULL, NULL));
1010 sigwaitinfo(const sigset_t *set, siginfo_t *info) argument
1012 return (sigtimedwait(set, info, NULL));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h154 /* An integer used to represent a set of bits. It must be unsigned,
157 /* All bits set in a bitset_word_t. */
308 /* If this character set is the non-matching list. */
707 #define re_node_set_init_empty(set) memset (set, '\0', sizeof (re_node_set))
708 #define re_node_set_remove(set,id) \
709 (re_node_set_remove_at (set, re_node_set_contains (set, id) - 1))
711 #define re_node_set_free(set) re_free ((set)
738 bitset_set(bitset_t set, Idx i) argument
744 bitset_clear(bitset_t set, Idx i) argument
750 bitset_contain(const bitset_t set, Idx i) argument
756 bitset_empty(bitset_t set) argument
762 bitset_set_all(bitset_t set) argument
777 bitset_not(bitset_t set) argument
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c93 * The linkprop set() callback.
94 * - propval: a val_desc_t array which keeps the property values to be set.
95 * - cnt: number of properties to be set.
190 * default property value, can be set to { "", NULL }
197 * This is set to non-NULL if there is a list of possible property
208 * callback to set link property; set to NULL if this property is
225 * callback to validate link property value, set to NULL if pd_optval
1024 * call to set the active link property. For Auto VNICs
1179 * and set th
4469 i_dladm_macprop(dladm_handle_t handle, void *dip, boolean_t set) argument
5607 i_dladm_wlan_param(dladm_handle_t handle, datalink_id_t linkid, void *buf, mac_prop_id_t cmd, size_t len, boolean_t set) argument
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c101 /********** From the file "set.h" ****************************************/
103 char *SetNew(/* void */); /* A new set for element 0..N */
104 void SetFree(/* char* */); /* Deallocate a set */
106 int SetAdd(/* char*,int */); /* Add element to a set */
109 #define SetFind(X,Y) (X[Y]) /* True if Y is in set X */
136 char *firstset; /* First-set for all rules of this symbol */
168 ** Configurations also contain a follow-set which is a list of terminal
174 char *fws; /* Follow-set for this configuration only */
175 struct plink *fplp; /* Follow-set forward propagation links */
176 struct plink *bplp; /* Follow-set backward
1550 char *set[LISTSIZE]; local
[all...]
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2707 * Open connection to zonestatd. NULL of failure, with errno set:
3131 struct zs_usage_set *set; local
3133 set = calloc(1, sizeof (struct zs_usage_set));
3134 if (set == NULL)
3137 if ((set->zsus_total = (struct zs_usage *)zs_usage_alloc()) == NULL)
3139 if ((set->zsus_avg = (struct zs_usage *)zs_usage_alloc()) == NULL)
3141 if ((set->zsus_high = (struct zs_usage *)zs_usage_alloc()) == NULL)
3144 return ((zs_usage_set_t)set);
3147 if (set->zsus_total != NULL)
3148 zs_usage_free((zs_usage_t)set
3160 struct zs_usage_set *set = (struct zs_usage_set *)setin; local
3172 struct zs_usage_set *set = (struct zs_usage_set *)setin; local
3196 struct zs_usage_set *set = (struct zs_usage_set *)setin; local
3203 struct zs_usage_set *set = (struct zs_usage_set *)setin; local
[all...]

Completed in 155 milliseconds

12345