| /f-stack/tools/libutil/ |
| H A D | gr_util.c | 181 if (gr == NULL) { in gr_copy() 190 sgr = gr; in gr_copy() 440 gr->gr_passwd, (uintmax_t)gr->gr_gid) + 1; in gr_make() 451 p += sprintf(p, group_line_format, gr->gr_name, gr->gr_passwd, in gr_make() 569 if (gr == NULL) in grmemlen() 572 len = sizeof(*gr); in grmemlen() 625 gr->gr_mem = NULL; in __gr_scan() 628 gr->gr_mem = reallocf(gr->gr_mem, sizeof(*gr->gr_mem) * in __gr_scan() 636 } while (gr->gr_mem[ndx] != NULL && *gr->gr_mem[ndx] == '\0'); in __gr_scan() 648 struct group gr; in gr_scan() local [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 432 gr[_REG_R0] = 0; in get_mcontext() 479 spsr = gr[_REG_CPSR]; in set_mcontext() 503 tf->tf_r0 = gr[_REG_R0]; in set_mcontext() 504 tf->tf_r1 = gr[_REG_R1]; in set_mcontext() 505 tf->tf_r2 = gr[_REG_R2]; in set_mcontext() 506 tf->tf_r3 = gr[_REG_R3]; in set_mcontext() 507 tf->tf_r4 = gr[_REG_R4]; in set_mcontext() 508 tf->tf_r5 = gr[_REG_R5]; in set_mcontext() 509 tf->tf_r6 = gr[_REG_R6]; in set_mcontext() 510 tf->tf_r7 = gr[_REG_R7]; in set_mcontext() [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_geoip_module.c | 410 GeoIPRecord *gr; in ngx_stream_geoip_city_variable() local 413 if (gr == NULL) { in ngx_stream_geoip_city_variable() 436 GeoIPRecord_delete(gr); in ngx_stream_geoip_city_variable() 442 GeoIPRecord_delete(gr); in ngx_stream_geoip_city_variable() 458 GeoIPRecord *gr; in ngx_stream_geoip_region_name_variable() local 461 if (gr == NULL) { in ngx_stream_geoip_region_name_variable() 465 val = GeoIP_region_name_by_code(gr->country_code, gr->region); in ngx_stream_geoip_region_name_variable() 501 GeoIPRecord *gr; in ngx_stream_geoip_city_float_variable() local 504 if (gr == NULL) { in ngx_stream_geoip_city_float_variable() 533 GeoIPRecord *gr; in ngx_stream_geoip_city_int_variable() local [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_geoip_module.c | 448 GeoIPRecord *gr; in ngx_http_geoip_city_variable() local 451 if (gr == NULL) { in ngx_http_geoip_city_variable() 474 GeoIPRecord_delete(gr); in ngx_http_geoip_city_variable() 480 GeoIPRecord_delete(gr); in ngx_http_geoip_city_variable() 496 GeoIPRecord *gr; in ngx_http_geoip_region_name_variable() local 499 if (gr == NULL) { in ngx_http_geoip_region_name_variable() 503 val = GeoIP_region_name_by_code(gr->country_code, gr->region); in ngx_http_geoip_region_name_variable() 539 GeoIPRecord *gr; in ngx_http_geoip_city_float_variable() local 542 if (gr == NULL) { in ngx_http_geoip_city_float_variable() 571 GeoIPRecord *gr; in ngx_http_geoip_city_int_variable() local [all …]
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_pptp.c | 476 GreHdr *gr; in AliasHandlePptpGreOut() local 479 gr = (GreHdr *) ip_next(pip); in AliasHandlePptpGreOut() 482 if ((ntohl(*((u_int32_t *) gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) in AliasHandlePptpGreOut() 485 lnk = FindPptpOutByPeerCallId(la, pip->ip_src, pip->ip_dst, gr->gh_call_id); in AliasHandlePptpGreOut() 500 GreHdr *gr; in AliasHandlePptpGreIn() local 503 gr = (GreHdr *) ip_next(pip); in AliasHandlePptpGreIn() 506 if ((ntohl(*((u_int32_t *) gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) in AliasHandlePptpGreIn() 509 lnk = FindPptpInByPeerCallId(la, pip->ip_src, pip->ip_dst, gr->gh_call_id); in AliasHandlePptpGreIn() 514 gr->gh_call_id = GetOriginalPort(lnk); in AliasHandlePptpGreIn()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_mesh.c | 875 if (IEEE80211_ADDR_EQ(gr->gr_addr, addr)) { in ieee80211_mesh_mark_gate() 888 IEEE80211_ADDR_COPY(gr->gr_addr, addr); in ieee80211_mesh_mark_gate() 891 gr->gr_route = rt; in ieee80211_mesh_mark_gate() 895 return gr; in ieee80211_mesh_mark_gate() 1093 rt_gate = gr->gr_route; in ieee80211_mesh_forward_to_gates() 1098 gr->gr_addr, ":"); in ieee80211_mesh_forward_to_gates() 2569 struct ieee80211_mesh_gate_route *gr, *next; in mesh_recv_action_meshgate() local 2597 if (ie.gann_seq <= gr->gr_lastseq) { in mesh_recv_action_meshgate() 2601 ie.gann_seq, gr->gr_lastseq); in mesh_recv_action_meshgate() 2619 gr->gr_lastseq = ie.gann_seq; in mesh_recv_action_meshgate() [all …]
|
| H A D | ieee80211_hwmp.c | 1137 struct ieee80211_mesh_gate_route *gr; in hwmp_recv_preq() local 1140 gr = ieee80211_mesh_mark_gate(vap, preq->preq_origaddr, in hwmp_recv_preq() 1142 gr->gr_lastseq = 0; /* NOT GANN */ in hwmp_recv_preq() 1790 struct ieee80211_mesh_gate_route *gr; in hwmp_recv_rann() local 1793 gr = ieee80211_mesh_mark_gate(vap, rann->rann_addr, in hwmp_recv_rann() 1795 gr->gr_lastseq = 0; /* NOT GANN */ in hwmp_recv_rann()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | r7s72100-gr-peach.dts | 16 compatible = "renesas,gr-peach", "renesas,r7s72100";
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_pinmux.c | 224 #define GMUX(r, gb, gi, nm, f1, f2, f3, f4, gr, dn_s, dn_w, up_s, up_w) \ argument 231 .grp.reg = gr - 0x8D4, \ 238 #define FMUX(r, nm, f1, f2, f3, f4, gr, dn_s, dn_w, up_s, up_w) \ argument 245 .grp.reg = gr - 0x8D4, \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | renesas.yaml | 27 - renesas,gr-peach # GR-Peach (X28A-M01-E/F)
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 3079 struct group *gr; in userquota_propname_decode() local 3109 } else if (isgroup && (gr = getgrnam(cp)) != NULL) { in userquota_propname_decode() 3112 *ridp = gr->gr_gid; in userquota_propname_decode()
|