Searched defs:added (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c79 static char added[10]; local
93 added[0] = 0;
172 (void) strcat(added, oncol ?
210 (void) strcpy(dp, added);
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dpapi_impl.h76 char added; member in struct:__anon815
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmdeg.h93 mdeg_diff_t added; member in struct:__anon10358
/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/hal/hald/
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 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 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 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...]
/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/lib/libcurses/screen/
H A Dtparm.c138 /* The following routine was added to make lint shut up about converting from
251 static char added[100]; local
300 added[0] = 0;
456 (void) strcat(added, xp);
724 (void) strcpy(outp, added);
/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/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/tools/onbld/Scm/
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/uts/common/io/sfxge/common/
H A Def10_rx.c644 __in unsigned int added)
652 EFSYS_ASSERT3U(added - completed + n, <=,
655 id = added & (erp->er_mask);
678 __in unsigned int added,
687 wptr = P2ALIGN(added, EF10_RX_WPTR_ALIGN);
638 ef10_rx_qpost( __in efx_rxq_t *erp, __in_ecount(n) efsys_dma_addr_t *addrp, __in size_t size, __in unsigned int n, __in unsigned int completed, __in unsigned int added) argument
676 ef10_rx_qpush( __in efx_rxq_t *erp, __in unsigned int added, __inout unsigned int *pushedp) argument
H A Def10_tx.c370 unsigned int added = *addedp; local
374 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
384 id = added++ & etp->et_mask;
402 *addedp = added;
421 unsigned int added = *addedp; local
425 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
442 id = added++ & etp->et_mask;
461 *addedp = added;
472 * doorbell. The descriptor must be added to the TXQ, so that can be used if the
478 __in unsigned int added,
476 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
513 unsigned int added = *addedp; local
[all...]
H A Defx_rx.c93 __in unsigned int added);
98 __in unsigned int added,
418 __in unsigned int added)
425 erxop->erxo_qpost(erp, addrp, size, n, completed, added);
431 __in unsigned int added,
439 erxop->erxo_qpush(erp, added, pushedp);
1006 __in unsigned int added)
1014 EFSYS_ASSERT3U(added - completed + n, <=,
1017 id = added & (erp->er_mask);
1040 __in unsigned int added,
412 efx_rx_qpost( __in efx_rxq_t *erp, __in_ecount(n) efsys_dma_addr_t *addrp, __in size_t size, __in unsigned int n, __in unsigned int completed, __in unsigned int added) argument
429 efx_rx_qpush( __in efx_rxq_t *erp, __in unsigned int added, __inout unsigned int *pushedp) argument
1000 siena_rx_qpost( __in efx_rxq_t *erp, __in_ecount(n) efsys_dma_addr_t *addrp, __in size_t size, __in unsigned int n, __in unsigned int completed, __in unsigned int added) argument
1038 siena_rx_qpush( __in efx_rxq_t *erp, __in unsigned int added, __inout unsigned int *pushedp) argument
[all...]
H A Defx_tx.c82 __in unsigned int added,
390 __in unsigned int added,
398 etxop->etxo_qpush(etp, added, pushed);
735 unsigned int added = *addedp; local
739 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1))
751 EFX_TX_DESC(etp, start, size, ebp->eb_eop, added);
756 *addedp = added;
768 __in unsigned int added,
777 wptr = added & etp->et_mask;
967 unsigned int added local
388 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
766 siena_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
[all...]
/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/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/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/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/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/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/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/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) {

Completed in 153 milliseconds

12