Searched refs:uc (Results 101 - 125 of 137) sorted by relevance

123456

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1081 * We could actually spare the variable and use *uc, setting
1087 struct ucred **uc)
1096 (struct bsd_ucred *)uc, ugid_lookupp, ((struct mbuf *)inp)->m_skb);
1118 *uc = crhold(inp->inp_cred);
1176 *uc = crhold(pcb->inp_cred);
1190 match = ((*uc)->cr_uid == (uid_t)insn->d[0]);
1192 match = groupmember((gid_t)insn->d[0], *uc);
1194 match = ((*uc)->cr_prison->pr_id == (int)insn->d[0]);
1086 check_uidgid(ipfw_insn_u32 *insn, struct ip_fw_args *args, int *ugid_lookupp, struct ucred **uc) argument
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c480 ucontext_t uc; local
494 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
500 ucp = &uc;
535 if ((uc.uc_mcontext.mc_flags & _MC_HASFPXSTATE) != 0) {
536 xfpustate_len = uc.uc_mcontext.mc_xfpustate_len;
544 error = copyin((const void *)uc.uc_mcontext.mc_xfpustate,
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uath.c753 struct uath_cmd *uc; local
757 uc = STAILQ_FIRST(&sc->sc_cmd_inactive);
758 if (uc != NULL) {
762 uc = NULL;
763 if (uc == NULL)
766 return (uc);
/freebsd-11-stable/sbin/ping/
H A Dping.c1381 u_char uc[2]; member in union:__anon3943
1401 last.uc[0] = *(u_char *)w;
1402 last.uc[1] = 0;
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5_ifc_fpga.h67 u8 uc[0x1]; member in struct:mlx5_ifc_fpga_shell_caps_bits
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string_composition.h987 #define IS_DECOMPOSABLE_BLOCK(uc) \
988 (((uc)>>8) <= 0x1D2 && u_decomposable_blocks[(uc)>>8])
1008 #define CCC(uc) \
1009 (((uc) > 0x1D244)?0:\
1010 ccc_val[ccc_val_index[ccc_index[(uc)>>8]][((uc)>>4)&0x0F]][(uc)&0x0F])
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3894 struct iwn_ucode_info *uc = local
3902 "subtype=%x alive=%x\n", uc->major, uc->minor,
3903 uc->subtype, le32toh(uc->valid));
3905 if (le32toh(uc->valid) != 1) {
3910 if (uc->subtype == IWN_UCODE_INIT) {
3912 memcpy(&sc->ucode_info, uc, sizeof (*uc));
3915 sc->errptr = le32toh(uc
5517 struct iwn_ucode_info *uc = &sc->ucode_info; local
5761 struct iwn_ucode_info *uc = &sc->ucode_info; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c5497 ucontext_t uc; local
5515 _lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);
5518 FORKEE_ASSERT(_lwp_create(&uc, 0, &lid) == 0);
5593 ucontext_t uc; local
5611 _lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);
5614 FORKEE_ASSERT(_lwp_create(&uc, 0, &lid) == 0);
6400 ucontext_t uc; local
6424 _lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);
6427 FORKEE_ASSERT(_lwp_create(&uc, 0, &lid) == 0);
6504 ucontext_t uc; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1008 static void SignalAction(int signo, void *si, void *uc) { argument
1013 __msan_unpoison(uc, __sanitizer::ucontext_t_sz);
1018 cb(signo, si, uc);
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c1688 unsigned char uc; local
1690 uc = typemap[types[i]];
1691 (void) fwrite((void *) &uc,
1692 (size_t) sizeof uc,
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dlibbsm.h212 u_char uc; member in struct:__anon3931
/freebsd-11-stable/contrib/libreadline/
H A Dbind.c368 unsigned char uc = keys[i]; local
371 ic = uc;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1394 unsigned uc = (uch)c; local
1397 if (col[uc] != 0)
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2268 struct wpi_ucode_info *uc = local
2276 "subtype=%x alive=%x\n", uc->major, uc->minor,
2277 uc->subtype, le32toh(uc->valid));
2279 if (le32toh(uc->valid) != 1) {
2286 sc->errptr = le32toh(uc->errptr);
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c2181 struct iwi_fw *uc, const char *ucname)
2186 if (uc->fp == NULL && fw->fp != NULL && fw->fp->version < 300)
2187 uc->fp = firmware_get(ucname);
2340 const char *uc = fw->data; local
2378 for (w = (const uint16_t *)uc; size > 0; w++, size -= 2)
2180 iwi_getfw(struct iwi_fw *fw, const char *fwname, struct iwi_fw *uc, const char *ucname) argument
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1685 long rc = 0, uc = 0; local
1697 uc = atomic_xchg(&arm_state->ka_use_count, 0);
1701 while (uc--) {
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c608 uint32_t uc; local
615 while ((n = _utf8_to_unicode(&uc, p, len)) > 0) {
618 logprintf("%04X", uc);
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c1284 unsigned uc = (unsigned char)c; local
1287 if (col[uc] != 0)
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_proto.h206 char uc_l_[PADL_(struct svr4_ucontext *)]; struct svr4_ucontext * uc; char uc_r_[PADR_(struct svr4_ucontext *)]; member in struct:svr4_sys_context_args
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c6407 cppchar_t uc = ((cppchar_t)c) & ((((cppchar_t)1) << CHAR_BIT)-1);
6409 uc = cpp_host_to_exec_charset (parse_in, uc);
6412 return ((HOST_WIDE_INT)uc) << (HOST_BITS_PER_WIDE_INT - CHAR_TYPE_SIZE)
6415 return uc;
6389 cppchar_t uc = ((cppchar_t)c) & ((((cppchar_t)1) << CHAR_BIT)-1); local
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c1907 ipw_load_ucode(struct ipw_softc *sc, const char *uc, int size) argument
1924 MEM_WRITE_MULTI_1(sc, 0x210010, uc, size);
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h320 uint32_t uc; member in struct:al_ec_msw
2090 /**** uc register ****/
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2290 __P4MASK(hit-uc, 2),
2346 __P4MASK(mem-uc, 7),
2360 __P4MASK(mem-uc, 7),
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c749 uint32_t uc; local
756 while ((n = _utf8_to_unicode(&uc, p, len)) > 0) {
759 logprintf("%04X", uc);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21100 } uc; member in struct:VdbeCursor
[all...]

Completed in 755 milliseconds

123456