Searched refs:oldcontents (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/msdosfs/
H A Dmsdosfs_fat.c456 * oldcontents - address of a word that is to receive the contents of the
469 fatentry(int function, struct msdosfsmount *pmp, uint32_t cn, uint32_t *oldcontents, argument
479 "newcon %d)\n", function, pmp, cn, oldcontents, newcontents);
495 if ((function & FAT_GET) && oldcontents == NULL) {
525 *oldcontents = readcn;
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c513 * oldcontents - address of a word that is to receive the contents of the
526 fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, u_long newcontents) argument
534 __func__, function, pmp, cn, oldcontents, newcontents));
550 if ((function & FAT_GET) && oldcontents == NULL) {
578 *oldcontents = readcn;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-mips.c2008 unsigned int oldcontents;
2010 oldcontents = mips_request ('D', addr, val, &err,
2015 oldcontents = mips_request ('I', addr, val, &err,
2021 store_unsigned_integer (old_contents, 4, oldcontents);
2005 unsigned int oldcontents; local

Completed in 175 milliseconds