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

123

/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/uts/sun4v/sys/
H A Dmdeg.h93 mdeg_diff_t added; member in struct:__anon10358
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.h49 gboolean added);
55 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 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.h82 dbus_bool_t added);
H A Ddevice.h56 gboolean added);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
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_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...]
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 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
/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/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/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/uts/sun4v/io/
H A Dmdeg.c311 * nodes of interest, all returned on the added list. This serves
385 mdeg_res->added.mdp = mdp;
386 mdeg_res->added.mdep = listp;
387 mdeg_res->added.nelem = nnodes;
733 * Cache added nodes.
735 res->added.mdp = mdeg.md_curr;
736 res->added.nelem = md_diff_added(mdd, &(res->added.mdep));
738 if (res->added.nelem == -1) {
739 bzero(&(res->added), sizeo
[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/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/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s130 fsrc1 %d6, %d6 ! 2 fsrc1's added since o5 cannot
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dpapi_impl.h76 char added; member in struct:__anon815
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl84 .added { color: blue }
126 span.added { font-weight: bold;
207 </span><span class='added'> +++ $ARGV[1]
254 ($indiff > 0 ? "added" : "subtracted");
278 ($indiff > 0 ? "added" : "subtracted");
/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/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/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt156 * Modified IOC Page 7 to use masks and added field for
185 * added related defines.
351 * instead of enables, and added SASBroadcastPrimitiveMasks
414 * 02-23-11 02.00.17 Added SAS NOTIFY Primitive event, and added
420 * 05-25-11 02.00.18 For Extended Image Header, added
432 * 08-19-13 02.00.23 For IOCInit, added MPI2_IOCINIT_MSGFLAG_RDPQ_ARRAY_MODE
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s126 fsrc1 %d6, %d6 ! 2 fsrc1's added since o5 cannot
185 fsrc1 %d6, %d6 ! 2 fsrc1's added since i5 cannot

Completed in 95 milliseconds

123