Searched refs:res (Results 151 - 175 of 2350) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libcbor/src/cbor/
H A Dtags.c40 cbor_item_t *res = cbor_new_tag(value); local
41 if (res == NULL) {
44 cbor_tag_set_item(res, item);
45 return res;
/freebsd-current/lib/libc/uuid/
H A Duuid_compare.c50 int res; local
70 res = memcmp(a->node, b->node, sizeof(a->node));
71 if (res)
72 return ((res < 0) ? -1 : 1);
/freebsd-current/sys/arm64/coresight/
H A Dcoresight_replicator.h40 struct resource *res; member in struct:replicator_softc
H A Dcoresight_replicator.c58 bus_write_4(sc->res, CORESIGHT_LAR, CORESIGHT_UNLOCK);
73 bus_write_4(sc->res, REPLICATOR_IDFILTER0, 0x00);
74 bus_write_4(sc->res, REPLICATOR_IDFILTER1, 0xff);
76 bus_write_4(sc->res, REPLICATOR_IDFILTER0, 0xff);
77 bus_write_4(sc->res, REPLICATOR_IDFILTER1, 0x00);
91 bus_write_4(sc->res, REPLICATOR_IDFILTER0, 0xff);
92 bus_write_4(sc->res, REPLICATOR_IDFILTER1, 0xff);
103 if (bus_alloc_resources(dev, replicator_spec, &sc->res) != 0) {
/freebsd-current/sys/arm/arm/
H A Dpmu.h37 struct resource *res; member in struct:pmu_intr
H A Dofw_machdep.c43 int flags, res; local
45 res = ofw_reg_to_paddr(dev, regno, &addr, &size, &pci_hi);
46 if (res < 0)
47 return (res);
/freebsd-current/libexec/rtld-elf/
H A Dxmalloc.c80 void *res; local
86 res = __crt_aligned_alloc_offset(align, size, offset);
87 if (res == NULL) {
91 return (res);
/freebsd-current/tools/bus_space/C/
H A Dlang.c105 int res; local
107 res = bd_tag_create(dev, align, bndry, maxaddr, maxsz, nsegs, maxsegsz,
109 if (res == -1)
111 *out_p = res;
120 int res; local
122 res = bd_tag_derive(tag, align, bndry, maxaddr, maxsz, nsegs, maxsegsz,
124 if (res == -1)
126 *out_p = res;
140 int res; local
142 res
159 int res; local
[all...]
/freebsd-current/usr.bin/tail/
H A Dextern.h33 ssize_t res; \
34 res = write(STDOUT_FILENO, p, size); \
35 if (res != (ssize_t)size) { \
36 if (res == -1) \
/freebsd-current/stand/userboot/userboot/
H A Dcopy.c50 ssize_t res, s; local
54 res = 0;
66 res += s;
69 return (res);
/freebsd-current/usr.sbin/nscd/
H A Dagent.c41 int res; local
43 res = strcmp(ap1->name, ap2->name);
44 if (res == 0) {
46 res = 0;
48 res = -1;
50 res = 1;
53 return (res);
96 struct agent **res; local
103 res = bsearch(&model_p, at->agents, at->agents_num,
107 return ( res
[all...]
/freebsd-current/sys/dev/proto/
H A Dproto_bus_isa.c66 struct resource *res; local
71 res = bus_alloc_resource_any(dev, type, &rid, RF_ACTIVE);
72 if (res == NULL) {
74 res = bus_alloc_resource_any(dev, type, &rid, RF_ACTIVE);
76 if (res == NULL)
80 sbuf_printf(sb, "%s:%#jx", proto_isa_prefix, rman_get_start(res));
84 bus_release_resource(dev, type, rid, res);
91 struct resource *res; local
98 res = bus_alloc_resource_any(dev, type, &rid, RF_ACTIVE);
99 if (res
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/include/
H A Dbenchlib.h28 uint32_t res = state >> 32; local
30 return res;
/freebsd-current/sbin/hastd/
H A Dsubr.h52 int provinfo(struct hast_resource *res, bool dowrite);
54 int drop_privs(const struct hast_resource *res);
H A Dhast_proto.h40 int hast_proto_send(const struct hast_resource *res, struct proto_conn *conn,
43 int hast_proto_recv_data(const struct hast_resource *res,
/freebsd-current/crypto/openssl/util/
H A Dcavs-to-evptest.pl26 my $res = "";
78 $res = "CIPHERUPDATE_ERROR";
107 if ($res ne "") {
109 print "Result = $res\n";
112 $res = "";
/freebsd-current/crypto/heimdal/lib/krb5/
H A Daname_to_localname.c46 const char *res; local
64 res = aname->name.name_string.val[0];
70 res = "root";
76 userok = krb5_kuserok(context, rootprinc, res);
84 len = strlen (res);
87 strlcpy (lname, res, lnsize);
/freebsd-current/sbin/comcontrol/
H A Dcomcontrol.c57 int res = 0; local
77 res = 1;
84 res = 1;
114 res = 1;
120 res = 1;
127 return res;
/freebsd-current/sys/kgssapi/
H A Dgss_delete_sec_context.c47 struct delete_sec_context_res res; local
76 bzero(&res, sizeof(res));
77 stat = gssd_delete_sec_context_1(&args, &res, cl);
85 kgss_copy_buffer(&res.output_token,
87 xdr_free((xdrproc_t) xdr_delete_sec_context_res, &res);
/freebsd-current/sys/isa/
H A Dpnpparse.c60 pnp_parse_desc(device_t dev, u_char tag, u_char *res, int len, argument
94 bcopy(res, &compat_id, 4);
104 if (I16(res) == 0) {
112 I16(res));
113 config->ic_irqmask[config->ic_nirq] = I16(res);
122 if (res[0] == 0) {
130 res[0]);
131 config->ic_drqmask[config->ic_ndrq] = res[0];
140 if (res[6] == 0) {
153 I16(res
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c62 static void __free_pbl(struct bnxt_qplib_res *res, argument
68 pdev = res->pdev;
150 static int __alloc_pbl(struct bnxt_qplib_res *res, struct bnxt_qplib_pbl *pbl, argument
160 pdev = res->pdev;
191 __free_pbl(res, pbl, is_umem);
196 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, argument
208 __free_pbl(res, &hwq->pbl[i], hwq->is_user);
210 __free_pbl(res, &hwq->pbl[i], false);
229 struct bnxt_qplib_res *res; local
234 res
408 bnxt_qplib_free_hwctx(struct bnxt_qplib_res *res) argument
426 bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, struct bnxt_qplib_ctx *hctx) argument
507 bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, struct bnxt_qplib_ctx *hctx) argument
542 bnxt_qplib_alloc_hwctx(struct bnxt_qplib_res *res) argument
624 bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res) argument
646 bnxt_qplib_free_reftbls(struct bnxt_qplib_res *res) argument
670 bnxt_qplib_alloc_reftbls(struct bnxt_qplib_res *res, struct bnxt_qplib_dev_attr *dattr) argument
711 bnxt_qplib_alloc_sgid_tbl(struct bnxt_qplib_res *res, u16 max) argument
744 bnxt_qplib_cleanup_sgid_tbl(struct bnxt_qplib_res *res, struct bnxt_qplib_sgid_tbl *sgid_tbl) argument
772 bnxt_qplib_alloc_pd(struct bnxt_qplib_res *res, struct bnxt_qplib_pd *pd) argument
793 bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res, struct bnxt_qplib_pd_tbl *pdt, struct bnxt_qplib_pd *pd) argument
820 bnxt_qplib_alloc_pd_tbl(struct bnxt_qplib_res *res, u32 max) argument
846 bnxt_qplib_alloc_dpi(struct bnxt_qplib_res *res, struct bnxt_qplib_dpi *dpi, void *app, u8 type) argument
903 bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res, struct bnxt_qplib_dpi *dpi) argument
949 bnxt_qplib_alloc_dpi_tbl(struct bnxt_qplib_res *res, struct bnxt_qplib_dev_attr *dev_attr, u8 pppp_factor) argument
1015 bnxt_qplib_free_stat_mem(struct bnxt_qplib_res *res, struct bnxt_qplib_stats *stats) argument
1048 bnxt_qplib_stop_res(struct bnxt_qplib_res *res) argument
1064 bnxt_qplib_clear_tbls(struct bnxt_qplib_res *res) argument
1069 bnxt_qplib_init_tbls(struct bnxt_qplib_res *res) argument
1076 bnxt_qplib_free_tbls(struct bnxt_qplib_res *res) argument
1084 bnxt_qplib_alloc_tbls(struct bnxt_qplib_res *res, u8 pppp_factor) argument
1113 bnxt_qplib_unmap_db_bar(struct bnxt_qplib_res *res) argument
1126 bnxt_qplib_map_db_bar(struct bnxt_qplib_res *res) argument
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dsyzkaller13.sh201 intptr_t res = 0;
203 res = syscall(SYS_open, 0x20000100ul, 0x40000400000002c2ul, 0ul);
204 if (res != -1)
205 r[0] = res;
210 res = syscall(SYS_socket, 2ul, 2ul, 0x88);
211 if (res != -1)
212 r[1] = res;
213 res = syscall(SYS_socketpair, 1ul, 1ul, 0, 0x20000000ul);
214 if (res != -1)
216 res
[all...]
/freebsd-current/lib/librpcsvc/
H A Dyp_update.c63 unsigned int res; local
131 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
133 res = YPERR_ACCESS;
135 res = YPERR_RPC;
148 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
150 res = YPERR_ACCESS;
152 res = YPERR_RPC;
163 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
165 res = YPERR_ACCESS;
167 res
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dntp_calendar.c106 systime_func_ptr res; local
108 res = systime_func;
113 return res;
193 vint64 res; local
200 res.D_s.hi = 0;
202 res.D_s.lo = (uint32_t)-tt;
203 M_NEG(res.D_s.hi, res.D_s.lo);
205 res.D_s.lo = (uint32_t)tt;
210 res
239 time_t res; local
579 vint64 res; local
628 vint64 res; local
680 ntpcal_split res; local
778 ntpcal_split res; local
884 ntpcal_split res; local
972 ntpcal_split res = {-1, -1}; local
1189 vint64 res; local
1233 vint64 res; local
1262 vint64 res; local
1348 ntpcal_split res; local
1397 int32_t res; local
1458 int32_t res; local
1832 ntpcal_split res; local
[all...]
/freebsd-current/usr.bin/logger/
H A Dlogger.c239 struct addrinfo hints, *res, *res0; local
287 for (res = res0; res; res = res->ai_next) {
288 switch (res->ai_family) {
293 if (ss_src[res->ai_family] != NULL)
295 ss_src[res->ai_family] =
297 if (ss_src[res->ai_family] == NULL)
299 memcpy(ss_src[res
[all...]

Completed in 322 milliseconds

1234567891011>>