HomeSort by relevance Sort by last modified time
    Searched refs:ifc (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/clang/test/CoverageMapping/
control-flow-macro.c 3 #define ifc if macro
9 ifc(1) return 0;
12 ifc(1) return 0;
  /external/llvm/test/MC/AsmParser/
directive-err.s 8 .ifc a,a
23 .ifc one, two
directive-warning.s 8 .ifc a,a
23 .ifc one, two
ifc.s 5 .ifc foo, foo
13 .ifc "foo space", "foo space"
21 .ifc foo space, foo space
29 .ifc unequal, unEqual
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
directive-err.s 8 .ifc a,a
23 .ifc one, two
directive-warning.s 8 .ifc a,a
23 .ifc one, two
ifc.s 5 .ifc foo, foo
13 .ifc "foo space", "foo space"
21 .ifc foo space, foo space
29 .ifc unequal, unEqual
  /external/strace/tests/
ioctl_sock_gifconf.c 54 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
60 if (in_len != ifc->ifc_len) {
62 print_ifc_len(ifc->ifc_len);
66 print_ifc_len(ifc->ifc_len);
80 for (i = 0; i < (ifc->ifc_len) &&
83 struct ifreq *ifr = (struct ifreq *) (ifc->ifc_buf + i);
95 if ((size_t) (ifc->ifc_len - i) >= sizeof(struct ifreq))
105 gifconf_ioctl(int fd, struct ifconf *ifc, bool ifc_valid)
113 in_len = ifc->ifc_len;
114 in_buf = ifc->ifc_buf
    [all...]
  /external/strace/tests-m32/
ioctl_sock_gifconf.c 54 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
60 if (in_len != ifc->ifc_len) {
62 print_ifc_len(ifc->ifc_len);
66 print_ifc_len(ifc->ifc_len);
80 for (i = 0; i < (ifc->ifc_len) &&
83 struct ifreq *ifr = (struct ifreq *) (ifc->ifc_buf + i);
95 if ((size_t) (ifc->ifc_len - i) >= sizeof(struct ifreq))
105 gifconf_ioctl(int fd, struct ifconf *ifc, bool ifc_valid)
113 in_len = ifc->ifc_len;
114 in_buf = ifc->ifc_buf
    [all...]
  /external/strace/tests-mx32/
ioctl_sock_gifconf.c 54 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
60 if (in_len != ifc->ifc_len) {
62 print_ifc_len(ifc->ifc_len);
66 print_ifc_len(ifc->ifc_len);
80 for (i = 0; i < (ifc->ifc_len) &&
83 struct ifreq *ifr = (struct ifreq *) (ifc->ifc_buf + i);
95 if ((size_t) (ifc->ifc_len - i) >= sizeof(struct ifreq))
105 gifconf_ioctl(int fd, struct ifconf *ifc, bool ifc_valid)
113 in_len = ifc->ifc_len;
114 in_buf = ifc->ifc_buf
    [all...]
  /external/compiler-rt/test/msan/
ioctl_custom.cc 20 struct ifconf ifc; local
21 ifc.ifc_ifcu.ifcu_req = ifreqs;
23 ifc.ifc_len = sizeof(ifreqs);
25 int res = ioctl(fd, SIOCGIFCONF, (void *)&ifc);
30 for (int i = 0; i < ifc.ifc_len / sizeof(*ifc.ifc_ifcu.ifcu_req); ++i)
  /external/u-boot/drivers/mtd/nand/
fsl_ifc_spl.c 69 struct fsl_ifc_runtime *ifc = runtime_regs_address(); local
79 status = ifc_in32(&ifc->ifc_nand.nand_evter_stat);
89 eccstat[i] = ifc_in32(&ifc->ifc_nand.nand_eccstat[i]);
96 ifc_out32(&ifc->ifc_nand.nand_evter_stat, status);
110 struct fsl_ifc_runtime *ifc = NULL; local
127 ifc = runtime_regs_address();
162 ifc_out32(&ifc->ifc_nand.ncfgr, 0x0);
165 ifc_out32(&ifc->ifc_nand.nand_evter_stat, 0xffffffff);
169 ifc_out32(&ifc->ifc_nand.nand_fir0,
175 ifc_out32(&ifc->ifc_nand.nand_fir1, 0x0)
    [all...]
fsl_ifc_nand.c 42 /* overview of the fsl ifc controller */
49 void __iomem *addr; /* Address of assigned IFC buffer */
218 * Set up the IFC hardware block and page address fields, and the ifc nand
219 * structure addr field to point to the correct IFC buffer in memory
226 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; local
232 ifc_out32(&ifc->ifc_nand.row0, page_addr);
233 ifc_out32(&ifc->ifc_nand.col0, (oob ? IFC_NAND_COL_MS : 0) | column);
278 * execute IFC NAND command and wait for it to complete
285 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs local
362 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; local
400 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; local
701 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; local
794 struct fsl_ifc_runtime *ifc = ifc_ctrl->regs.rregs; local
    [all...]
  /external/strace/
sock.c 253 struct_ifconf *ifc = local
254 entering(tcp) ? malloc(sizeof(*ifc)) : alloca(sizeof(*ifc));
265 if (!ifc || umove(tcp, addr, ifc) < 0) {
267 free(ifc);
290 if (ifc->ifc_buf)
291 print_ifc_len(ifc->ifc_len);
293 set_tcb_priv_data(tcp, ifc, free);
300 if (entering_ifc->ifc_buf && (entering_ifc->ifc_len != ifc->ifc_len)
    [all...]
  /external/ltp/testcases/kernel/syscalls/sockioctl/
sockioctl01.c 50 static struct ifconf ifc; variable in typeref:struct:ifconf
102 PF_INET, SOCK_DGRAM, 0, SIOCGIFCONF, &ifc,
223 ifc.ifc_len = sizeof(buf);
224 ifc.ifc_buf = buf;
230 SAFE_IOCTL(cleanup, s, SIOCGIFCONF, &ifc);
231 ifr = *(struct ifreq *)ifc.ifc_buf;
  /external/bcc/examples/networking/tunnel_monitor/
monitor.py 28 ifc = ipdb.interfaces.eth0 variable
30 ipr.tc("add", "ingress", ifc.index, "ffff:")
31 ipr.tc("add-filter", "bpf", ifc.index, ":1", fd=ingress_fn.fd,
33 ipr.tc("add", "sfq", ifc.index, "1:")
34 ipr.tc("add-filter", "bpf", ifc.index, ":1", fd=egress_fn.fd,
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 212 static void report_finding(int port, const char *type, const char *ifc)
241 if (ifc)
242 printf(" %-6s", ifc);
351 static void get_interface(unsigned int iface, char *ifc)
358 *ifc = 0;
374 sscanf(buf, "%16s: %256s\n", ifc, more);
375 c = strchr(ifc, ':');
393 char more[256], ifc[32]; local
412 get_interface(iface, ifc);
414 report_finding(0, "pkt", ifc);
    [all...]
  /external/libpcap/
fad-gifc.c 147 struct ifconf ifc; local
195 ifc.ifc_len = buf_size;
196 ifc.ifc_buf = buf;
198 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0
206 if (ifc.ifc_len < (int)buf_size &&
207 (buf_size - ifc.ifc_len) > sizeof(ifrp->ifr_name) + MAX_SA_LEN)
214 ifend = (struct ifreq *)(buf + ifc.ifc_len);
237 * doesn't update ifc.ifc_len, leaving it larger than the
fad-glifc.c 84 struct lifconf ifc; local
146 ifc.lifc_len = buf_size;
147 ifc.lifc_buf = buf;
148 ifc.lifc_family = AF_UNSPEC;
149 ifc.lifc_flags = 0;
151 if (ioctl(fd4, SIOCGLIFCONF, (char *)&ifc) < 0) {
164 ifend = (struct lifreq *)(buf + ifc.lifc_len);
  /external/u-boot/board/freescale/p1010rdb/
spl.c 28 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; local
32 /* Clock configuration to access CPLD using IFC(GPCM) */
33 setbits_be32(&ifc.gregs->ifc_gcr, 1 << IFC_GCR_TBCTL_TRN_TIME_SHIFT);
  /external/bcc/examples/networking/distributed_bridge/
tunnel.py 29 ifc = ipdb.interfaces.eth0 variable
36 ipdb.routes.add({"dst": "224.0.0.0/4", "oif": ifc.index}).commit()
38 vxlan_link=ifc, vxlan_port=4789,
  /external/u-boot/board/freescale/c29xpcie/
c29xpcie.c 40 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; local
42 /* Clock configuration to access CPLD using IFC(GPCM) */
43 setbits_be32(&ifc.gregs->ifc_gcr, 1 << IFC_GCR_TBCTL_TRN_TIME_SHIFT);
  /external/ppp/pppd/
sys-solaris.c 386 struct ifconf ifc; local
416 ifc.ifc_len = req_size;
417 ifc.ifc_buf = req;
418 if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) {
429 pifreq = ifc.ifc_req;
431 for (i = ifc.ifc_len / sizeof(struct ifreq); i > 0; i--, pifreq++) {
2157 struct ifconf ifc; local
2400 struct ifconf ifc; local
    [all...]
  /art/runtime/arch/mips64/
asm_support_mips64.S 98 .ifc \dreg, \rreg
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 230 struct ifconf ifc; local
259 ifc.ifc_len = len;
260 ifc.ifc_buf = buf;
261 if (ioctl(sockfd, SIOCGIFCONF, &ifc) < 0) {
266 if (ifc.ifc_len == lastlen)
268 lastlen = ifc.ifc_len;
279 for (ptr = buf; ptr < buf + ifc.ifc_len; ) {

Completed in 253 milliseconds

1 2 3