Searched refs:unique (Results 1 - 25 of 253) sorted by relevance

1234567891011

/freebsd-11-stable/usr.bin/random/
H A Drandomize_fd.h49 int randomize_fd(int fd, int type, int unique, double denom);
/freebsd-11-stable/usr.bin/getconf/
H A DMakefile11 conflicting.names unique.names
26 conflicts: conflicting.names unique.names
27 @if test `wc -l <conflicting.names` != `wc -l <unique.names`; then \
37 unique.names: conflicting.names
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBroadcaster.i42 BroadcastEventByType (uint32_t event_type, bool unique = false);
45 BroadcastEvent (const lldb::SBEvent &event, bool unique = false);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_ioctl.c43 * a unique in the form pci:oooo:bb:dd.f (o=domain, b=bus, d=device, f=function)
45 * the unique is not defined for any other bus.
53 if (DRM_COPY_TO_USER(u->unique, dev->unique, dev->unique_len))
79 if (DRM_COPY_FROM_USER(busid, u->unique, u->unique_len)) {
106 if (dev->unique_len || dev->unique) {
112 dev->unique = busid;
125 if (dev->unique != NULL) {
131 dev->unique = malloc(dev->unique_len + 1, DRM_MEM_DRIVER, M_NOWAIT);
132 if (dev->unique
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBroadcaster.h34 void BroadcastEventByType(uint32_t event_type, bool unique = false);
36 void BroadcastEvent(const lldb::SBEvent &event, bool unique = false);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_platform.c55 master->unique = malloc(master->unique_len + 1, DRM_MEM_DRIVER, M_NOWAIT);
57 if (master->unique == NULL)
68 len = snprintf(master->unique, master->unique_len,
H A Ddrm_ioctl.c51 * Copies the bus id from drm_device::unique into user space.
60 if (copy_to_user(u->unique, master->unique, master->unique_len))
73 free(master->unique, DRM_MEM_DRIVER);
74 master->unique = NULL;
88 * Copies the bus id from userspace into drm_device::unique, and verifies that
100 if (master->unique_len || master->unique)
125 if (master->unique != NULL)
H A Ddrm_pci.c196 master->unique = malloc(master->unique_size, DRM_MEM_DRIVER, M_NOWAIT);
197 if (master->unique == NULL)
201 len = snprintf(master->unique, master->unique_len,
228 master->unique = malloc(master->unique_size, DRM_MEM_DRIVER, M_WAITOK);
229 if (!master->unique) {
234 if (copy_from_user(master->unique, u->unique, master->unique_len)) {
239 master->unique[master->unique_len] = '\0';
244 ret = sscanf(master->unique, "PCI:%d:%d:%d", &bus, &slot, &func);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dalpha-nat.c204 void *unique = ALPHA_REGSET_UNIQUE (gregsetp); local
207 alpha_supply_int_regs (-1, regp, regp + 31, unique);
214 void *unique = ALPHA_REGSET_UNIQUE (gregsetp); local
217 alpha_fill_int_regs (regno, regp, regp + 31, unique);
/freebsd-11-stable/sys/sys/
H A Dmodule.h172 #define MODULE_PNP_INFO(d, b, unique, t, l, n) \
173 static const struct mod_pnp_match_info _module_pnp_##b##_##unique = { \
180 MODULE_METADATA(_md_##b##_pnpinfo_##unique, MDT_PNP_INFO, \
181 &_module_pnp_##b##_##unique, #b);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dunique.c30 #include <sys/unique.h>
35 typedef struct unique { struct
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBroadcaster.cpp52 void SBBroadcaster::BroadcastEventByType(uint32_t event_type, bool unique) { argument
54 (uint32_t, bool), event_type, unique);
59 if (unique)
65 void SBBroadcaster::BroadcastEvent(const SBEvent &event, bool unique) { argument
67 (const lldb::SBEvent &, bool), event, unique);
73 if (unique)
/freebsd-11-stable/contrib/openbsm/bin/
H A DMakefile.in325 unique=`for i in $$list; do \
330 mkid -fID $$unique
351 unique=`for i in $$list; do \
357 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
358 test -n "$$unique" || unique=$$empty_fix; \
361 "$$@" $$unique; \
364 $$unique; \
371 unique=`for i in $$list; do \
376 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/openbsm/bsm/
H A DMakefile.in293 unique=`for i in $$list; do \
298 mkid -fID $$unique
306 unique=`for i in $$list; do \
312 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
313 test -n "$$unique" || unique=$$empty_fix; \
316 "$$@" $$unique; \
319 $$unique; \
326 unique=`for i in $$list; do \
331 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/openbsm/modules/
H A DMakefile.in322 unique=`for i in $$list; do \
327 mkid -fID $$unique
348 unique=`for i in $$list; do \
354 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355 test -n "$$unique" || unique=$$empty_fix; \
358 "$$@" $$unique; \
361 $$unique; \
368 unique=`for i in $$list; do \
373 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/openbsm/sys/
H A DMakefile.in322 unique=`for i in $$list; do \
327 mkid -fID $$unique
348 unique=`for i in $$list; do \
354 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355 test -n "$$unique" || unique=$$empty_fix; \
358 "$$@" $$unique; \
361 $$unique; \
368 unique=`for i in $$list; do \
373 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A DMakefile.in300 unique=`for i in $$list; do \
305 mkid -fID $$unique
313 unique=`for i in $$list; do \
319 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
320 test -n "$$unique" || unique=$$empty_fix; \
323 "$$@" $$unique; \
326 $$unique; \
333 unique=`for i in $$list; do \
338 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/openbsm/test/
H A DMakefile.in322 unique=`for i in $$list; do \
327 mkid -fID $$unique
348 unique=`for i in $$list; do \
354 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355 test -n "$$unique" || unique=$$empty_fix; \
358 "$$@" $$unique; \
361 $$unique; \
368 unique=`for i in $$list; do \
373 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/openbsm/test/bsm/
H A DMakefile.in338 unique=`for i in $$list; do \
343 mkid -fID $$unique
351 unique=`for i in $$list; do \
357 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
358 test -n "$$unique" || unique=$$empty_fix; \
361 "$$@" $$unique; \
364 $$unique; \
371 unique=`for i in $$list; do \
376 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/openbsm/tools/
H A DMakefile.in338 unique=`for i in $$list; do \
343 mkid -fID $$unique
351 unique=`for i in $$list; do \
357 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
358 test -n "$$unique" || unique=$$empty_fix; \
361 "$$@" $$unique; \
364 $$unique; \
371 unique=`for i in $$list; do \
376 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A DMakefile.in328 unique=`for i in $$list; do \
333 mkid -fID $$unique
341 unique=`for i in $$list; do \
346 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
347 test -n "$$unique" || unique=$$empty_fix; \
349 $$tags $$unique; \
357 unique=`for i in $$list; do \
362 test -z "$(CTAGS_ARGS)$$tags$$unique" \
364 $$tags $$unique
[all...]
/freebsd-11-stable/contrib/tnftp/src/
H A DMakefile.in588 unique=`for i in $$list; do \
593 mkid -fID $$unique
601 unique=`for i in $$list; do \
607 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
608 test -n "$$unique" || unique=$$empty_fix; \
611 "$$@" $$unique; \
614 $$unique; \
621 unique=`for i in $$list; do \
626 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/freebsd-11-stable/contrib/openpam/doc/
H A DMakefile.in149 # Make sure the list of sources is unique. This is necessary because,
154 unique=`for i in $$list; do \
388 $(am__define_uniq_tagged_files); mkid -fID $$unique
410 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411 test -n "$$unique" || unique=$$empty_fix; \
414 "$$@" $$unique; \
417 $$unique; \
425 test -z "$(CTAGS_ARGS)$$unique" \
427 $$unique
[all...]
/freebsd-11-stable/contrib/openpam/include/
H A DMakefile.in149 # Make sure the list of sources is unique. This is necessary because,
154 unique=`for i in $$list; do \
388 $(am__define_uniq_tagged_files); mkid -fID $$unique
410 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411 test -n "$$unique" || unique=$$empty_fix; \
414 "$$@" $$unique; \
417 $$unique; \
425 test -z "$(CTAGS_ARGS)$$unique" \
427 $$unique
[all...]
/freebsd-11-stable/contrib/openpam/include/security/
H A DMakefile.in164 # Make sure the list of sources is unique. This is necessary because,
169 unique=`for i in $$list; do \
373 $(am__define_uniq_tagged_files); mkid -fID $$unique
382 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383 test -n "$$unique" || unique=$$empty_fix; \
386 "$$@" $$unique; \
389 $$unique; \
397 test -z "$(CTAGS_ARGS)$$unique" \
399 $$unique
[all...]

Completed in 133 milliseconds

1234567891011