| /trueos/sys/security/mac/ |
| HD | mac_framework.c | 554 mac_error_select(int error1, int error2) in mac_error_select() argument 558 if (error1 == EDEADLK || error2 == EDEADLK) in mac_error_select() 562 if (error1 == EINVAL || error2 == EINVAL) in mac_error_select() 566 if (error1 == ESRCH || error2 == ESRCH) in mac_error_select() 569 if (error1 == ENOENT || error2 == ENOENT) in mac_error_select() 573 if (error1 == EACCES || error2 == EACCES) in mac_error_select() 577 if (error1 == EPERM || error2 == EPERM) in mac_error_select() 581 if (error1 != 0) in mac_error_select() 582 return (error1); in mac_error_select()
|
| HD | mac_internal.h | 199 int mac_error_select(int error1, int error2);
|
| /trueos/bin/sh/tests/errors/ |
| HD | Makefile | 8 FILES= assignment-error1.0 10 FILES+= backquote-error1.0 28 FILES+= write-error1.0
|
| /trueos/sys/kern/ |
| HD | kern_procctl.c | 241 int error, error1; in reap_kill() local 269 error1 = p_cansignal(td, p2, rk->rk_sig); in reap_kill() 270 if (error1 == 0) { in reap_kill() 273 error = error1; in reap_kill() 275 error = error1; in reap_kill() 359 int error, error1, flags; in sys_procctl() local 403 error1 = copyout(&x.rk, uap->data, sizeof(x.rk)); in sys_procctl() 405 error = error1; in sys_procctl()
|
| HD | kern_prot.c | 1170 int error1 = 0, error2 = 0, error3 = 0; in sys_getresuid() local 1174 error1 = copyout(&cred->cr_ruid, in sys_getresuid() 1182 return (error1 ? error1 : error2 ? error2 : error3); in sys_getresuid() 1197 int error1 = 0, error2 = 0, error3 = 0; in sys_getresgid() local 1201 error1 = copyout(&cred->cr_rgid, in sys_getresgid() 1209 return (error1 ? error1 : error2 ? error2 : error3); in sys_getresgid()
|
| HD | sys_pipe.c | 952 goto error1; 965 goto error1; 981 goto error1; 994 goto error1; 1004 goto error1; 1032 error1:
|
| HD | kern_sig.c | 3254 int error, error1, locked; in coredump() local 3347 error1 = vn_close(vp, FWRITE, cred, td); in coredump() 3349 error = error1; in coredump()
|
| /trueos/libexec/rtld-elf/ |
| HD | map_object.c | 193 goto error1; in map_object() 208 goto error1; in map_object() 225 goto error1; in map_object() 244 goto error1; in map_object() 277 goto error1; in map_object() 301 error1: in map_object()
|
| /trueos/usr.sbin/bsnmpd/tools/libbsnmptools/ |
| HD | bsnmptc.c | 357 goto error1; in snmp_date2asn_oid() 372 goto error1; in snmp_date2asn_oid() 385 goto error1; in snmp_date2asn_oid() 398 goto error1; in snmp_date2asn_oid() 411 goto error1; in snmp_date2asn_oid() 424 goto error1; in snmp_date2asn_oid() 437 goto error1; in snmp_date2asn_oid() 451 goto error1; in snmp_date2asn_oid() 462 goto error1; in snmp_date2asn_oid() 481 error1: in snmp_date2asn_oid()
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | mad.c | 223 goto error1; in ib_register_mad_agent() 226 goto error1; in ib_register_mad_agent() 231 goto error1; in ib_register_mad_agent() 233 goto error1; in ib_register_mad_agent() 241 goto error1; in ib_register_mad_agent() 247 goto error1; in ib_register_mad_agent() 254 goto error1; in ib_register_mad_agent() 259 goto error1; in ib_register_mad_agent() 267 goto error1; in ib_register_mad_agent() 273 goto error1; in ib_register_mad_agent() [all …]
|
| HD | agent.c | 156 goto error1; in ib_agent_port_open() 192 error1: in ib_agent_port_open()
|
| HD | cm.c | 1154 goto error1; in ib_send_cm_req() 1159 goto error1; in ib_send_cm_req() 1182 goto error1; in ib_send_cm_req() 1205 error1: kfree(cm_id_priv->timewait_info); in ib_send_cm_req() 2457 goto error1; in ib_send_cm_mra() 2463 goto error1; in ib_send_cm_mra() 2480 error1: spin_unlock_irqrestore(&cm_id_priv->lock, flags); in ib_send_cm_mra() 3757 goto error1; in cm_add_one() 3765 goto error1; in cm_add_one() 3792 error1: in cm_add_one() [all …]
|
| HD | ucm.c | 1311 goto error1; in ib_ucm_init() 1331 error1: in ib_ucm_init()
|
| /trueos/sys/x86/iommu/ |
| HD | intel_ctx.c | 173 int error, error1; in ctx_init_rmrr() local 207 error1 = dmar_gas_map_region(ctx, entry, DMAR_MAP_ENTRY_READ | in ctx_init_rmrr() 215 if (error1 == 0 && entry->end != entry->start) { in ctx_init_rmrr() 220 if (error1 != 0) { in ctx_init_rmrr() 223 ctx->dmar->unit, start, end, error1); in ctx_init_rmrr() 224 error = error1; in ctx_init_rmrr()
|
| /trueos/lib/libc/db/hash/ |
| HD | hash.c | 133 RETURN_ERROR(errno, error1); in __hash_open() 146 RETURN_ERROR(errno, error1); in __hash_open() 148 RETURN_ERROR(EFTYPE, error1); in __hash_open() 151 RETURN_ERROR(EFTYPE, error1); in __hash_open() 155 RETURN_ERROR(EFTYPE, error1); in __hash_open() 157 RETURN_ERROR(EFTYPE, error1); in __hash_open() 229 error1: in __hash_open()
|
| /trueos/usr.bin/newkey/ |
| HD | update.c | 152 goto error1; 202 error1:
|
| /trueos/usr.sbin/rpc.ypupdated/ |
| HD | update.c | 156 goto error1; in _openchild() 206 error1: in _openchild()
|
| /trueos/bin/sh/ |
| HD | exec.c | 657 int error1 = 0; in typecmd_impl() local 727 error1 |= 127; in typecmd_impl() 752 error1 |= 127; in typecmd_impl() 760 return error1; in typecmd_impl()
|
| /trueos/usr.bin/grep/ |
| HD | file.c | 258 goto error1; in grep_open() 326 error1: in grep_open()
|
| /trueos/usr.sbin/lpr/lpr/ |
| HD | lpr.c | 735 goto error1; in test() 765 error1: in test()
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clbio.c | 878 int bp_cached, n, on, error = 0, error1, wouldcommit; in ncl_write() local 1236 error1 = bwrite(bp); in ncl_write() 1237 if (error1 != 0) { in ncl_write() 1239 error = error1; in ncl_write()
|
| /trueos/sys/dev/md/ |
| HD | md.c | 526 int i, error, error1, ma_offs, notmapped; in mdstart_malloc() local 585 error1 = md_malloc_move(&m, &ma_offs, in mdstart_malloc() 588 i = error1 == 0 ? sc->sectorsize : 0; in mdstart_malloc()
|
| /trueos/sys/nfsserver/ |
| HD | nfs_serv.c | 2920 int len, nlen, rem, xfer, tsiz, i, error = 0, error1, getret = 1; in nfsrv_readdirplus() local 3149 if ((error1 = VOP_VPTOFH(nvp, &nfhp->fh_fid)) == 0) in nfsrv_readdirplus() 3150 error1 = VOP_GETATTR(nvp, vap, cred); in nfsrv_readdirplus() 3156 if (error1 != 0) in nfsrv_readdirplus()
|
| /trueos/sys/ufs/ffs/ |
| HD | ffs_alloc.c | 1025 int error, error1, reclaimed; local 1064 error1 = ffs_vgetf(pvp->v_mount, ino, LK_EXCLUSIVE, vpp, 1067 if (error1 == 0) {
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 3085 int error, error1, flags; in freebsd32_procctl() local 3132 error1 = copyout(&x.rk, uap->data, sizeof(x.rk)); in freebsd32_procctl() 3134 error = error1; in freebsd32_procctl()
|