Home
last modified time | relevance | path

Searched refs:error2 (Results 1 – 21 of 21) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_time.c472 int error, error2; in clock_nanosleep1() local
551 error2 = kern_clock_gettime(clock_id, &ts_cur); in clock_nanosleep1()
552 if (error2) in clock_nanosleep1()
553 return (error2); in clock_nanosleep1()
604 int error2; in sys_clock_nanosleep() local
606 error2 = copyout(&rmt, uap->rmtp, sizeof(rmt)); in sys_clock_nanosleep()
607 if (error2) in sys_clock_nanosleep()
608 error = error2; in sys_clock_nanosleep()
636 int error2; in sys_nanosleep() local
639 if (error2) in sys_nanosleep()
[all …]
H A Dkern_prot.c891 int error1 = 0, error2 = 0, error3 = 0; in sys_getresuid() local
902 error2 = copyout((caddr_t)&cr->cr_uid, in sys_getresuid()
907 return error1 ? error1 : (error2 ? error2 : error3); in sys_getresuid()
914 int error1 = 0, error2 = 0, error3 = 0; in sys_getresgid() local
921 error2 = copyout(&cr->cr_groups[0], uap->egid, in sys_getresgid()
926 return error1 ? error1 : (error2 ? error2 : error3); in sys_getresgid()
H A Duipc_socket.c576 int error2; in soclose_sync() local
578 error2 = so_pru_detach(so); in soclose_sync()
579 if (error2 == EJUSTRETURN) { in soclose_sync()
587 error = error2; in soclose_sync()
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dupdate.c154 goto error2; in _openchild()
198 error2: in _openchild()
/dragonfly/usr.bin/newkey/
H A Dupdate.c158 goto error2;
202 error2:
/dragonfly/tools/regression/bin/sh/errors/
H A Dassignment-error2.01 # $FreeBSD: head/bin/sh/tests/errors/assignment-error2.0 216870 2011-01-01 13:26:18Z jilles $
H A Dredirection-error2.21 # $FreeBSD: head/bin/sh/tests/errors/redirection-error2.2 213738 2010-10-12 18:20:38Z obrien $
H A Dbackquote-error2.01 # $FreeBSD: head/bin/sh/tests/errors/backquote-error2.0 213738 2010-10-12 18:20:38Z obrien $
/dragonfly/lib/libtcplay/
H A Dtcplay.c856 int error, error2 = 0; in info_map_common() local
1022 error2 = process_hdr(opts->dev, opts->flags, (unsigned char *)pass, in info_map_common()
1025 is_hidden = !error2; in info_map_common()
1027 error2 = process_hdr(opts->dev, opts->flags, (unsigned char *)h_pass, in info_map_common()
1034 if ((opts->protect_hidden && (error || error2)) || in info_map_common()
1035 (error && error2)) { in info_map_common()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_xops.c464 int error2; in hammer2_xop_unlink() local
468 error2 = hammer2_chain_inode_find(chain->pmp, lhc, in hammer2_xop_unlink()
471 if (error2) { in hammer2_xop_unlink()
474 error2 = 0; /* silently ignore */ in hammer2_xop_unlink()
477 error = error2; in hammer2_xop_unlink()
H A Dhammer2_vnops.c204 int error2; in hammer2_vop_fsync() local
240 error2 = hammer2_inode_chain_flush(ip, HAMMER2_XOP_INODE_STOP); in hammer2_vop_fsync()
241 if (error2) in hammer2_vop_fsync()
242 error1 = error2; in hammer2_vop_fsync()
H A Dhammer2_vfsops.c2387 int error2; in hammer2_fixup_pfses() local
2391 error2 = hammer2_chain_modify(chain, in hammer2_fixup_pfses()
2394 if (error2 == 0) { in hammer2_fixup_pfses()
2399 error |= error2; in hammer2_fixup_pfses()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_xops.c467 int error2; in hammer2_xop_unlink() local
471 error2 = hammer2_chain_inode_find(chain->pmp, lhc, in hammer2_xop_unlink()
474 if (error2) { in hammer2_xop_unlink()
477 error2 = 0; /* silently ignore */ in hammer2_xop_unlink()
480 error = error2; in hammer2_xop_unlink()
H A Dhammer2_vfsops.c2353 int error2; in hammer2_fixup_pfses() local
2357 error2 = hammer2_chain_modify(chain, in hammer2_fixup_pfses()
2360 if (error2 == 0) { in hammer2_fixup_pfses()
2365 error |= error2; in hammer2_fixup_pfses()
H A Dhammer2_vnops.c224 int error2; in hammer2_vop_fsync()
260 error2 = hammer2_inode_chain_flush(ip, HAMMER2_XOP_INODE_STOP); in hammer2_vop_fsync()
261 if (error2) in hammer2_vop_fsync()
262 error1 = error2; in hammer2_vop_fsync()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c327 int error2; in devfs_vop_readdir() local
417 error2 = vop_write_dirent(&error, ap->a_uio, node->d_dir.d_ino, in devfs_vop_readdir()
422 if (error2) in devfs_vop_readdir()
/dragonfly/contrib/cvs-1.12/src/
H A Dclient.c2615 goto error2; in notified_a_file()
2628 goto error2; in notified_a_file()
2634 goto error2; in notified_a_file()
2657 error2: in notified_a_file()
/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.c557 goto error2; in sdhci_dma_alloc()
572 error2: in sdhci_dma_alloc()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c12261 goto error2; in init_reloc_cookie_for_section()
12264 error2: in init_reloc_cookie_for_section()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c11671 goto error2; in init_reloc_cookie_for_section()
11674 error2: in init_reloc_cookie_for_section()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c13034 goto error2; in init_reloc_cookie_for_section()
13037 error2: in init_reloc_cookie_for_section()