Searched refs:DESTROY (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sbin/ggate/ggatel/
H A Dggatel.c52 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator in enum:__anon4792
225 action = DESTROY;
240 if (action != DESTROY)
281 if (action == DESTROY)
312 case DESTROY:
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c99 #define DESTROY 2 macro
117 case DESTROY:
219 rv = clnt_call(clnt, DESTROY, (xdrproc_t)xdr_void, NULL,
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c60 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator in enum:__anon1
519 action = DESTROY;
536 if (action != DESTROY)
614 if (action == DESTROY)
635 case DESTROY:
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dqtool.pl707 sub DESTROY subroutine
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.c81 #define DESTROY(x) sysctlbyname("hw.vmm.destroy", NULL, NULL, (x), strlen((x))) macro
138 DESTROY(vm->name);

Completed in 77 milliseconds