/src/tests/lib/libc/gen/ |
t_nice.c | 96 int i, pri, nic; local in function:ATF_TC_BODY 102 nic = nice(i); 103 ATF_REQUIRE(nic != -1); 109 if (nic != pri) 125 if (nic != pri)
|
t_nice.c | 96 int i, pri, nic; local in function:ATF_TC_BODY 102 nic = nice(i); 103 ATF_REQUIRE(nic != -1); 109 if (nic != pri) 125 if (nic != pri)
|
/src/sys/external/bsd/ipf/netinet/ |
fil.c | 7317 /* Returns: void* - NULL = wildcard name, -1 = failed to find NIC, else */ 7318 /* pointer to interface structure for NIC */ 7326 /* for both IPv4 and IPv6 on the same physical NIC. */ 7332 void *nic; local in function:ipf_resolvenic 7342 nic = GETIFP(name, v); 7343 if (nic == NULL) 7344 nic = (void *)-1; 7345 return nic;
|
fil.c | 7317 /* Returns: void* - NULL = wildcard name, -1 = failed to find NIC, else */ 7318 /* pointer to interface structure for NIC */ 7326 /* for both IPv4 and IPv6 on the same physical NIC. */ 7332 void *nic; local in function:ipf_resolvenic 7342 nic = GETIFP(name, v); 7343 if (nic == NULL) 7344 nic = (void *)-1; 7345 return nic;
|