Searched refs:added (Results 26 - 50 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c74 * used, leading zeros are added as necessary.
897 struct pcdir *added; local
900 if ((added = findAvailableRootDirEntSlot(fd, &inCluster)) != NULL) {
901 insertDirEnt(added, new, inCluster);
902 return (added);
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s91 ! any new data symbols should be added after tstack.
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c98 * initial object. As dependencies are analyzed they are added to the link-map
113 * that has just been added will be picked up by the existing analysis
115 * ialization, as objects are added to the main link-map control list.
117 * are added to a new link-map control list.
203 * If an interposer has been added, it will have been inserted
475 * that has just been added will be picked up by the existing relocation
477 * ialization, as objects are added to the main link-map control list.
479 * are added to a new link-map control list.
517 * objects be added to this link-map control list, the objects
614 * dependencies were added, an
996 append_alias(Rt_map *lmp, const char *str, int *added) argument
1186 int fd, size, added; local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c1486 D1(vswp, "%s: added %d : removed %d : curr matched %d"
1487 " : prev matched %d", __func__, resp->added.nelem,
1492 * We get an initial callback for this node as 'added'
1497 * node might have changed when we get this initial 'added'
1508 if (resp->added.nelem != 0) {
1510 if (resp->added.nelem != 1) {
1511 cmn_err(CE_NOTE, "!vsw%d: number of nodes added "
1512 "invalid: %d\n", vswp->instance, resp->added.nelem);
1516 mdp = resp->added.mdp;
1517 node = resp->added
[all...]
H A Dvldc.c371 D1("i_vldc_mdeg_cb: added=%d, removed=%d, matched=%d\n",
372 resp->added.nelem, resp->removed.nelem, resp->match_prev.nelem);
374 /* process added ports */
375 for (idx = 0; idx < resp->added.nelem; idx++) {
376 mdp = resp->added.mdp;
377 node = resp->added.mdep[idx];
379 D1("i_vldc_mdeg_cb: processing added node 0x%lx\n", node);
592 cmn_err(CE_NOTE, "?i_vldc_add_port: node 0x%lx of added "
H A Dvlds.c1078 DS_DBG_VLDS(CE_NOTE, "%s: added=%d, removed=%d, matched=%d", __func__,
1079 resp->added.nelem, resp->removed.nelem, resp->match_prev.nelem);
1081 /* process added ports */
1082 for (idx = 0; idx < resp->added.nelem; idx++) {
1083 mdp = resp->added.mdp;
1084 node = resp->added.mdep[idx];
1086 DS_DBG_VLDS(CE_NOTE, "%s: processing added node 0x%lx",
1214 cmn_err(CE_NOTE, "%s: node 0x%lx of added list has no "
H A Dvnet_gen.c1819 "added(%x), updated(%x)\n", resp->removed.nelem,
1820 resp->added.nelem, resp->match_curr.nelem);
1832 for (idx = 0; idx < resp->added.nelem; idx++) {
1833 if (!(md_get_prop_val(resp->added.mdp,
1834 resp->added.mdep[idx], swport_propname, &val))) {
1842 resp->added.mdp,
1843 resp->added.mdep[idx]) !=
1863 for (idx = 0; idx < resp->added.nelem; idx++) {
1867 /* If this port can't be added just skip it. */
1868 (void) vgen_add_port(vgenp, resp->added
[all...]
H A Dvcc.c1191 * the port may just be added by mdeg callback and may
1320 * ports could be deleted or added. parameter num_ports is number of structures
1531 /* an added port */
1541 /* port added */
1556 /* the added port was deleted before vntsd wakes up */
1597 /* pending added port event to vntsd */
2292 /* mdeg callback for an added port */
2389 /* added port */
2390 D1("vcc_mdeg_cb: added %d port(s)\n", resp->added
[all...]
H A Dvds.c1536 * is not supported. This would be added if/when support for guests
7204 PR0("driver-type-list, entry %d (%s) added",
7213 /* nothing was added, clean up */
7364 for (i = 0; i < md->added.nelem; i++)
7365 vds_add_vd(vds, md->added.mdp, md->added.mdep[i]);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_impl.h635 __in unsigned int added,
875 __in unsigned int added);
880 __in unsigned int added,
940 /* Allow for the broadcast address to be added to the multicast list */
H A Defx.h1897 __in unsigned int added);
1902 __in unsigned int added,
1990 __in unsigned int added,
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c403 * If an address is added after association setup,
427 * Free whatever we might have added before encountering
1553 size_t added = 0; local
1598 sin4 = (struct sockaddr_in *)myaddrs + added;
1605 sin6 = (struct sockaddr_in6 *)myaddrs + added;
1623 added++;
1624 if (added >= max || scanned >= sctp->sctp_nsaddrs) {
1634 *addrcnt = added;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y65 static int added = 0;
454 lstart: '(' { newlist = 1; fr = frc; added = 0; }
457 lend: ')' { nrules += added; }
1926 added++;
1943 added++;
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh137 * Make all ksh93 builtins accessible when /usr/ast/bin was added to
314 # 5. -D_lib_socket=1 -lsocket -lnsl" was added to make sure ksh93 is compiled
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c616 * @param device The HalDevice added
2227 dbus_bool_t added; /**< true iff property was added */ member in struct:PendingUpdate_s
2320 &(pu_iter2->added));
2357 dbus_bool_t added, dbus_bool_t removed)
2364 HAL_INFO(("Entering, udi=%s, key=%s, in_gdl=%s, removed=%s added=%s",
2368 added ? "true" : "false"));
2378 pu->added = added;
2415 dbus_message_iter_append_basic (&iter_struct, DBUS_TYPE_BOOLEAN, &added);
2356 device_send_signal_property_modified(HalDevice *device, const char *key, dbus_bool_t added, dbus_bool_t removed) argument
[all...]
H A Ddevice.c1004 gboolean removed, gboolean added, gpointer user_data)
1003 prop_changed_cb(HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.c264 /** Device added */
1026 dbus_bool_t added; local
1046 dbus_message_iter_get_basic (&iter_struct, &added);
1051 added);
2869 * Returns: TRUE if the capability was added, FALSE if the device didn't exist
3358 * @callback: the function to call when a device is added
3360 * Set the callback for when a device is added
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs29 # Privileges can be added to this file at any location, not
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1551 logdbg("added %s", ptn.ptn_name);
1877 * some error is found in the request, an error string is added and -1
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py58 copies of each modified or added file, as it is in
64 copies of each modified or added file in the
338 for fname in self.wctx.added() + self.wctx.modified():
746 if change not in ('added', 'modified'):
H A DWorkSpace.py35 # modified/added/removed as compared to the parent workspace, whether
78 ADDED = intern('added')
96 '''Return True if this ActiveEntry represents an added file'''
215 if kind in ('modified', 'added', 'removed'))
578 def added(self): member in class:activectx
679 states = ['modified', 'added', 'removed', 'deleted', 'unknown',
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3266 * This function and all the functions it calls below were added to
3279 * be maintained, so entries are added as new links are created, and removed
3516 int added = 0; local
3529 added++;
3539 " %d %s\n", added, added == 0 ? "NOT ADDED" : "ADDED");
7842 * 0 successfully added
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c175 * contained in each node is added to the kernel before the zone is
1009 * is added to all paths (even non-directory paths) to allow us
2138 * Configures a single interface: a new virtual interface is added, based on
2905 boolean_t added = B_FALSE; local
2962 added = B_TRUE;
2995 if (prof != NULL && added) {
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1344 # Array context: (\@added, \@deleted)
1483 * has been deleted and re-added since the last
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S831 fmuld %f8,LN2_256L,%f4 ! closest LN2_256 to x , added prec

Completed in 1639 milliseconds

123