Searched refs:update (Results 126 - 150 of 332) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sbin/quotacheck/
H A Dquotacheck.c133 int update(const char *, struct quotafile *, int);
426 errs += update(mntpt, qfu, USRQUOTA);
428 errs += update(mntpt, qfg, GRPQUOTA);
438 update(const char *fsname, struct quotafile *qf, int type) function
/freebsd-11.0-release/crypto/openssl/crypto/hmac/
H A Dhm_pmeth.c153 mctx->update = int_update;
/freebsd-11.0-release/crypto/openssl/crypto/idea/
H A DMakefile64 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/jpake/
H A DMakefile35 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/lhash/
H A DMakefile64 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/md2/
H A DMakefile64 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/md4/
H A DMakefile65 update: depend
/freebsd-11.0-release/tools/kerneldoc/subsys/
H A DMakefile87 # update target for the config files {config syntax change}
89 update-doxys:
/freebsd-11.0-release/usr.bin/svn/svn/
H A DMakefile18 svn.c switch-cmd.c unlock-cmd.c update-cmd.c upgrade-cmd.c util.c
/freebsd-11.0-release/usr.sbin/mpsutil/
H A Dmps_flash.c142 warnx("update firmware: extra arguments");
230 warnx("Fail to update %s", argv[1]);
244 MPS_COMMAND(flash, update, flash_update, "[firmware|bios] file",
/freebsd-11.0-release/contrib/xz/src/liblzma/common/
H A Dcommon.c135 assert(next->update != NULL);
136 return next->update(next->coder, allocator, NULL, reversed_filters);
/freebsd-11.0-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c91 ucode_update_t *update; member in struct:ucode_handler
393 handler->update(dev, buf);
/freebsd-11.0-release/contrib/top/
H A DConfigure214 The space command forces an immediate update. Sometimes, on loaded
215 systems, this update will take a significant period of time (because all
218 is pressed before the next update is attempted. This serves as a visual
/freebsd-11.0-release/sys/geom/raid/
H A Dmd_nvidia.c595 int update, na; local
599 update = 0;
613 update += g_raid_md_nvidia_start_disk(disk);
624 update += g_raid_md_nvidia_start_disk(disk);
632 if (update)
983 /* If disk was assigned, just update statuses. */
1039 int numdisks, i, len, level, qual, update; local
1300 /* If disk was assigned, just update statuses. */
1334 update = 0;
1370 update
[all...]
H A Dmd_sii.c651 int update, na; local
655 update = 0;
669 update += g_raid_md_sii_start_disk(disk);
680 update += g_raid_md_sii_start_disk(disk);
688 if (update)
1073 /* If disk was assigned, just update statuses. */
1123 int numdisks, i, len, level, qual, update; local
1382 /* If disk was assigned, just update statuses. */
1416 update = 0;
1452 update
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp86 bool update(const MachineInstr &MI, unsigned Begin, unsigned End);
300 update(MI, 0, MI.getDesc().getNumOperands());
310 update(MI, MI.getDesc().getNumOperands(), MI.getNumOperands());
362 bool RegDefsUses::update(const MachineInstr &MI, unsigned Begin, unsigned End) { function in class:RegDefsUses
878 HasHazard |= RegDU.update(Candidate, 0, Candidate.getNumOperands());
/freebsd-11.0-release/sys/powerpc/fpu/
H A Dfpu_emu.c313 * and update index reg if needed.
317 int store, update; local
356 update = (instr.i_x.i_xo & 0x20);
374 update = instr.i_d.i_opcd & 0x1;
387 if (update && ra == 0)
423 if (update)
/freebsd-11.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh44 -I -- Update INDEX only. (update command only)
58 or update an existing snapshot.
62 update -- Update ports tree to match current snapshot, replacing
65 update an existing tree.
152 cron | extract | fetch | update | auto)
156 COMMANDS="${COMMANDS} update"
332 echo "running '`basename $0` update'."
522 # Sanity-check the date on a snapshot update tag
536 # Compare old and new tags; return 1 if update is unnecessary
798 # update, an
[all...]
/freebsd-11.0-release/crypto/openssl/
H A DMakefile.org469 update: errors stacks util/libeay.num util/ssleay.num TABLE
470 @set -e; target=update; $(RECURSIVE_BUILD_CMD)
491 $(PERL) util/mkdef.pl crypto update
494 $(PERL) util/mkdef.pl ssl update
/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A DMakefile.in145 install-man update-po install-html
/freebsd-11.0-release/contrib/blacklist/bin/
H A Dblacklistd.c276 update(void) function
533 update();
/freebsd-11.0-release/sys/dev/sound/usb/
H A Duaudio.c154 uint8_t update[(MIX_MAX_CHAN + 7) / 8]; member in struct:uaudio_mixer_node
1327 #error "please update code"
1418 /* check if we should do an update */
1420 /* simply update the wMaxPacketSize field */
2330 /* update current jitter */
2717 /* update mixer value */
2725 pmc->update[(chan / 8)] |= (1 << (chan % 8));
2826 MIX(sc).update[0] = 1;
2841 MIX(sc).update[0] = 1;
2853 MIX(sc).update[
5087 uint8_t update; local
[all...]
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dbss.c556 * Do not update the IEs in this BSS entry to avoid such loss of
560 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Do not update scan IEs for "
606 * wpa_bss_update_start - Start a BSS table update from scan results
609 * This function is called at the start of each BSS table update round for new
611 * wpa_bss_update_scan_res() and the update round is finished with a call to
617 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u",
641 struct os_reltime update; local
642 calculate_update_time(fetch_time, res->age, &update);
643 if (os_reltime_before(&update, &wpa_s->scan_trigger_time)) {
645 os_reltime_sub(&wpa_s->scan_trigger_time, &update,
[all...]
/freebsd-11.0-release/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c140 // Now we can update coder->pos and coder->size, because
215 // No update support, just call the next filter in the chain.
242 next->update = &simple_coder_update;
/freebsd-11.0-release/crypto/openssl/crypto/rc4/
H A DMakefile92 update: depend

Completed in 523 milliseconds

1234567891011>>