Searched refs:inuse (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-current/tests/sys/cddl/zfs/tests/inuse/
H A DMakefile5 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/inuse
12 ${PACKAGE}FILES+= inuse.cfg
H A Dinuse_test.sh37 . $(atf_get_srcdir)/inuse.cfg
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/
H A Dinuse_001_pos.ksh33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
H A Dinuse_004_pos.ksh33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
H A Dinuse_006_pos.ksh33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
H A Dinuse_008_pos.ksh33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
H A Dinuse_009_pos.ksh33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
H A Dinuse_005_pos.ksh33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
H A Dinuse_007_pos.ksh33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
H A Dinuse_003_pos.ksh33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
/freebsd-current/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c133 escape_t *inuse; member in struct:__anon311
146 #define _STATE_NEEDS_EXPLICIT_INIT(_ps_) ((_ps_)->inuse == NULL)
154 psenc->inuse = INIT0(ei);
195 if (psenc->chlen < 0 || psenc->inuse == NULL)
214 if (psenc->inuse != INIT0(ei))
220 graphic = GR(psenc->inuse);
224 graphic = GL(psenc->inuse);
237 if (psenc->inuse != INIT0(ei))
244 if (psenc->inuse == init) {
246 } else if (INIT(psenc->inuse)
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/
H A DMakefile28 TESTS_SUBDIRS+= inuse
/freebsd-current/contrib/one-true-awk/
H A Db.c176 f->gototab[i].inuse = 0;
622 f->gototab[state].inuse, sizeof(gtte),
643 if (f->gototab[state].inuse == 0) {
646 f->gototab[state].inuse++;
648 } else if (ch > f->gototab[state].entries[f->gototab[state].inuse-1].ch) {
651 if (tab->inuse + 1 >= tab->allocated)
654 f->gototab[state].entries[f->gototab[state].inuse].ch = ch;
655 f->gototab[state].entries[f->gototab[state].inuse].state = val;
656 f->gototab[state].inuse++;
666 f->gototab[state].inuse, sizeo
[all...]
H A Dawk.h264 size_t inuse; member in struct:gtt
/freebsd-current/sys/kern/
H A Dkern_devctl.c65 int inuse; member in struct:dev_softc
222 if (devsoftc.inuse) {
227 devsoftc.inuse = 1;
236 devsoftc.inuse = 0;
365 return (devsoftc.inuse == 1);
H A Dkern_malloc.c1458 uint64_t *inuse)
1476 *inuse = *allocs - frees;
1484 uint64_t allocs, inuse; local
1522 &inuse);
1531 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse);
1532 db_printf(fmt_entry, cur_mtype->ks_shortdesc, inuse,
1457 get_malloc_stats(const struct malloc_type_internal *mtip, uint64_t *allocs, uint64_t *inuse) argument
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c280 boolean_t *inuse)
292 *inuse = B_FALSE;
435 *inuse = ret;
279 zpool_in_use(libzfs_handle_t *hdl, int fd, pool_state_t *state, char **namestr, boolean_t *inuse) argument
/freebsd-current/usr.sbin/bhyve/
H A Duart_emul.c73 bool inuse; member in struct:__anon39
425 if (which < 0 || which >= (int)UART_NLDEVS || uart_lres[which].inuse)
428 uart_lres[which].inuse = true;
/freebsd-current/contrib/unbound/services/
H A Dlisten_dnsport.c215 socklen_t addrlen, int v6only, int* inuse, int* noproto,
253 *inuse = 0;
285 *inuse = 0;
291 *inuse = 0;
384 *inuse = 0;
394 *inuse = 0;
429 *inuse = 0;
439 *inuse = 0;
482 *inuse = 0;
502 *inuse
214 create_udp_sock(int family, int socktype, struct sockaddr* addr, socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv, int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp) argument
1014 int r, s, inuse, noproto; local
[all...]
H A Doutside_network.c1419 log_assert(pif->inuse > 0);
1421 pif->avail_ports[pif->avail_total - pif->inuse] = pc->number;
1423 pif->inuse--;
1424 pif->out[pc->index] = pif->out[pif->inuse];
1649 pif->inuse = 0;
1870 for(k=0; k<outnet->ip4_ifs[i].inuse; k++) {
1886 for(k=0; k<outnet->ip6_ifs[i].inuse; k++) {
1994 * @param inuse: if -1 is returned, this bool means the port was in use.
2001 int port, int* inuse, struct ub_randstate* rnd, int dscp)
2015 (struct sockaddr*)&sa, addrlen, 1, inuse,
2000 udp_sockport(struct sockaddr_storage* addr, socklen_t addrlen, int pfxlen, int port, int* inuse, struct ub_randstate* rnd, int dscp) argument
2090 int my_if, my_port, fd, portno, inuse, tries=0; local
3562 int inuse = 0; local
[all...]
H A Dlisten_dnsport.h249 * @param inuse: on error, this is set true if the port was in use.
265 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv,
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_device.c142 unsigned long *inuse; local
147 inuse = (unsigned long *) get_zeroed_page(GFP_KERNEL);
148 if (!inuse)
158 set_bit(i, inuse);
161 i = find_first_zero_bit(inuse, PAGE_SIZE * 8);
162 free_page((unsigned long) inuse);
/freebsd-current/contrib/lua/src/
H A Dldo.c301 int inuse = stackinuse(L); local
302 int max = (inuse > LUAI_MAXSTACK / 3) ? LUAI_MAXSTACK : inuse * 3;
305 if (inuse <= LUAI_MAXSTACK && stacksize(L) > max) {
306 int nsize = (inuse > LUAI_MAXSTACK / 2) ? LUAI_MAXSTACK : inuse * 2;
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c121 boolean_t inuse; local
126 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) == 0 && inuse) {
219 boolean_t inuse; local
227 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) != 0 ||
228 !inuse ||
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldo.c289 int inuse = stackinuse(L); local
290 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK;
292 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */

Completed in 284 milliseconds

12