Searched refs:added (Results 1 - 25 of 53) sorted by path

123

/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/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/filesync/
H A Deval.c236 * need to ensure that all of those directories are added to
950 int added = 0; local
981 added++;
993 if (added == 0)
/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/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c126 * For DB_INCR, returns true if the dup was added to the tree.
135 int added = 0; local
160 added = increment_claimant(dup, ino, lfn);
173 return (added || removed || (dup != NULL));
397 * added twice, because pass1b() will add the same dups that pass1()
406 int added = 0; local
429 added = 1;
432 return (added);
/illumos-gate/usr/src/cmd/hal/hald/
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
H A Ddevice.h56 gboolean added);
H A Ddevice_store.c151 gboolean added,
158 device, key, added, removed);
397 const char *key, gboolean removed, gboolean added,
402 /* Only want to do it for added or changed properties */
422 gboolean added, gpointer user_data)
426 if (!added)
149 emit_device_property_changed(HalDevice *device, const char *key, gboolean added, gboolean removed, gpointer data) argument
396 match_device_async(HalDeviceStore *store, HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
421 store_changed(HalDeviceStore *store, HalDevice *device, gboolean added, gpointer user_data) argument
H A Ddevice_store.h49 gboolean added);
55 gboolean added);
H A Dhald.c146 const char *key, gboolean added, gboolean removed,
150 device_send_signal_property_modified (device, key, removed, added);
154 if (added == FALSE && removed == FALSE)
145 gdl_property_changed(HalDeviceStore *store, HalDevice *device, const char *key, gboolean added, gboolean removed, gpointer user_data) argument
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 Dhald_dbus.h82 dbus_bool_t 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/cmd/krb5/krb5kdc/
H A Dkdc_util.c506 * realm is added using this (or a similar) routine, the
517 * to be added to the transited field.
542 * and the realm to be added. This length is calculated
586 int added; /* TRUE = new realm has been added */ local
601 +1 for extra comma which may be added between
639 added = (krb5_princ_realm(kdc_context, client)->length == strlen(realm) &&
697 if (!strcmp(exp, realm)) added = TRUE;
701 if (!added) {
709 /* not a problem because the realm to be added wil
[all...]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dpapi_impl.h76 char added; member in struct:__anon815
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c569 size_t added = 0; local
648 sin4 += added;
665 sin6 += added;
675 added++;
676 if (added >= 1) {
/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/cmd/saf/
H A Dpmadm.c426 int added; /* count number added */ local
457 added = 0;
525 added++;
534 if (added == 0) {
536 error("No services added");
785 int added; /* count of config scripts added */ local
820 added = 0;
853 added
[all...]
/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/cmd/stat/common/
H A Dwalkers.c259 iodev_changed(struct iodev_snapshot *iodev, int added) argument
273 added ? "added" : "removed", name);
277 added ? "added" : "removed", name);
281 added ? "mounted" : "unmounted", name);
285 added ? "added" : "removed", name);
292 added ? "added"
[all...]
/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/common/mdesc/
H A Dmdesc_diff.c56 md_diff_t added; member in struct:__anon2008
82 * the nodes of interest, determine which nodes have been added
165 /* all the nodes found were added */
166 diff_res->added.mdep = md2nodesp;
167 diff_res->added.nelem = md2count;
184 * buffers to sort them into our three categories, added,
225 * not been marked as seen have been added.
229 /* record added node */
233 /* fill in the added node list */
236 diff_res->added
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure2760 as 'x'. The following induces an error, until -std1 is added to get
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex761 % TeX does not even consider page breaks if a penalty added to the
763 % empty box we just added fits on the page, we must make it consider
4596 % (This space doesn't include the extra space that gets added after
6745 % stretch added to depend on the line length, hence the dependence on
/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

Completed in 1122 milliseconds

123