Home
last modified time | relevance | path

Searched refs:update (Results 176 – 200 of 290) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c90 nvm->ops.update = e1000_update_nvm_checksum_generic; in e1000_init_nvm_params_82542()
H A De1000_82541.c170 nvm->ops.update = e1000_update_nvm_checksum_generic; in e1000_init_nvm_params_82541()
205 nvm->ops.update = e1000_update_nvm_checksum_generic; in e1000_init_nvm_params_82541()
H A De1000_82540.c146 nvm->ops.update = e1000_update_nvm_checksum_generic; in e1000_init_nvm_params_82540()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-nis.p5m44 file path=lib/svc/manifest/network/nis/update.xml group=sys mode=0444
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h408 s32 (*update)(struct igc_hw *); member
H A Digc_nvm.c28 nvm->ops.update = igc_null_ops_generic; in igc_init_nvm_ops_generic()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java804 changed = conf.update(); in execute()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt131 Relevance: STAG update from MFW.
2834 filter update or Vport up/down.
2842 7. Problem: DCQCN RP timeout not update.
2975 3. Request: Remove ECORE LL2 API to update MAC address.
3118 it due to dcbx update.
3906 Change: (FW iSCSI) Fix the in-order TCP window update.
4638 Change: (FW L2) Fixed any-vlan update flow.
4822 1. Request: Enable LRO for tunneled packets in vport update.
6063 4. Request: VF RXQ update support.
6268 8. Problem: Default vlan update doesn't work.
[all …]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1348 void *, void (*update)());
1350 void *, void (*update)());
1356 void (*update)(), void (*final)(), uchar_t);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c1259 truncino(fsck_ino_t ino, offset_t new_length, int update) in truncino() argument
1282 if (update == TI_NOPARENT) { in truncino()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c507 goto update; in dr_req_update_entry()
627 update: in dr_req_update_entry()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h773 void (*update)(void *, sysc_cfga_stat_t *, sysc_evt_t); member
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc2.test134 # update a table from within the callback of a select on that same
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c430 #error stack does not grow downwards, routine needs update in door_return()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c382 #error Need to update flag checks in create_connection()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2938 int (*update)(crypto_context_t, crypto_data_t *, crypto_data_t *, in cipher_update()
3023 ctxpp = (update == crypto_encrypt_update) ? in cipher_update()
3028 rv = (update)(*ctxpp, &encr, NULL, NULL); in cipher_update()
3030 rv = (update)(*ctxpp, &data, &encr, NULL); in cipher_update()
4188 int (*update)(crypto_context_t, crypto_data_t *, crypto_call_req_t *)) in sign_verify_update()
4245 ASSERT(update == crypto_sign_update || in sign_verify_update()
4246 update == crypto_verify_update || in sign_verify_update()
4247 update == crypto_mac_update); in sign_verify_update()
4249 if (update == crypto_sign_update) in sign_verify_update()
4251 else if (update == crypto_verify_update) in sign_verify_update()
[all …]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.S381 ! update hres_last_tick. %l5 has the scaling factor (nsec_scale).
396 stx %l0, [%l4 + %lo(hrtime_base)] ! update hrtime_base
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c588 const bge_ksindex_t *ksip, size_t size, int (*update)(kstat_t *, int)) in bge_setup_named_kstat()
602 ksp->ks_update = update; in bge_setup_named_kstat()
/illumos-gate/exception_lists/
H A Dinterface_cmp96 # subsequent update, those symbols were properly transfered to SUNW_1.22.4.
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c1409 … mdns_trust_set_event_handler(trust, ^(mdns_trust_event_t event, mdns_trust_status_t update) in _handle_regrecord_request_with_trust()
1413 … mStatus error = (update != mdns_trust_status_granted) ? mStatus_PolicyDenied : mStatus_NoError; in _handle_regrecord_request_with_trust()
2225 … mdns_trust_set_event_handler(trust, ^(mdns_trust_event_t event, mdns_trust_status_t update) in _handle_regservice_request_with_trust()
2229 … mStatus error = (update != mdns_trust_status_granted) ? mStatus_PolicyDenied : mStatus_NoError; in _handle_regservice_request_with_trust()
3004 … mdns_trust_set_event_handler(trust, ^(mdns_trust_event_t event, mdns_trust_status_t update) in _handle_browse_request_with_trust()
3008 … mStatus error = (update != mdns_trust_status_granted) ? mStatus_PolicyDenied : mStatus_NoError; in _handle_browse_request_with_trust()
3342 … mdns_trust_set_event_handler(trust, ^(mdns_trust_event_t event, mdns_trust_status_t update) in _handle_resolve_request_with_trust()
3346 … mStatus error = (update != mdns_trust_status_granted) ? mStatus_PolicyDenied : mStatus_NoError; in _handle_resolve_request_with_trust()
3789 … mdns_trust_set_event_handler(trust, ^(mdns_trust_event_t event, mdns_trust_status_t update) in _handle_queryrecord_request_with_trust()
3793 … mStatus error = (update != mdns_trust_status_granted) ? mStatus_PolicyDenied : mStatus_NoError; in _handle_queryrecord_request_with_trust()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c339 if ((u = update(rname, opts, &stb)) == 0) { in sendf()
598 update(char *rname, int opts, struct stat *stp) in update() function
/illumos-gate/usr/src/cmd/svc/milestone/
H A DREADME.share68 shell and follow instructions to update the boot archive. On an OBP-
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh148 19 Enable shadow update : $LDAP_ENABLE_SHADOW_UPDATE
1664 shadow update now. idsconfig will exit after shadow update
1667 shadow update later.
5077 update is enabled. There are more than one proxy agents found.
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr1450 UPDATE=update
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c1605 int (*update)(ipp_stat_t *, void *, int), in ipp_stat_create()
1624 if (name == NULL || nstat <= 0 || update == NULL) in ipp_stat_create()
1696 sip->ippsi_update = update; in ipp_stat_create()

12345678910>>...12