Searched refs:id (Results 1 - 25 of 2375) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/tools/wtap/wtap/
H A Dwtap.c40 static void create(int id) argument
42 if(ioctl(dev, WTAPIOCTLCRT, &id) < 0){
43 printf("error creating wtap with id=%d\n", id);
47 static void delete(int id) argument
49 if(ioctl(dev, WTAPIOCTLDEL, &id) < 0){
50 printf("error deleting wtap with id=%d\n", id);
60 int id = atoi(argv[2]); local
61 if(!(id >
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dpacketdat.awk23 id = 1.5 + (strtSeq - 1) / packetsize
24 id -= id % 1
25 if (maxId < id)
26 maxId = id
27 if (firstSend[id] == 0) {
28 firstSend[id] = tim
29 seqNo[id] = strtSeq
31 lastSend[id] = tim
32 timesSent[id]
[all...]
H A Dsend-ack.awk32 id = endSeq
33 if (! timeOf[id])
34 timeOf[id] = tim
48 if (++timesSent[id] > 1)
49 printf " (%.2f) [%d]", tim - timeOf[id], timesSent[id]
54 id = $7
57 flag, $5, id
62 printf " (%.2f)", tim - timeOf[id]
63 if (++timesAcked[id] >
[all...]
/freebsd-11-stable/contrib/unbound/dns64/
H A Ddns64.h53 int dns64_init(struct module_env* env, int id);
56 void dns64_deinit(struct module_env* env, int id);
59 void dns64_operate(struct module_qstate* qstate, enum module_ev event, int id,
62 void dns64_inform_super(struct module_qstate* qstate, int id,
66 void dns64_clear(struct module_qstate* qstate, int id);
69 size_t dns64_get_mem(struct module_env* env, int id);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.id1.d31 * To print id and make sure it succeeds.
40 printf("id of this probe = %d\n", id);
H A Dtst.id.d31 * To print 'id' from profile.
44 printf("id of this probe = %d\n", id);
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/clock/
H A Dat91.h17 #define AT91_PMC_PCKRDY(id) (8 + (id)) /* Programmable Clock */
/freebsd-11-stable/sys/dev/usb/
H A Dusb_lookup.c70 usbd_lookup_id_by_info(const struct usb_device_id *id, usb_size_t sizeof_id, argument
75 if (id == NULL) {
78 id_end = (const void *)(((const uint8_t *)id) + sizeof_id);
84 for (; id != id_end; id++) {
86 if ((id->match_flag_vendor) &&
87 (id->idVendor != info->idVendor)) {
90 if ((id->match_flag_product) &&
91 (id->idProduct != info->idProduct)) {
94 if ((id
142 usbd_lookup_id_by_uaa(const struct usb_device_id *id, usb_size_t sizeof_id, struct usb_attach_arg *uaa) argument
[all...]
/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_usb.c152 usb_sort_entries(struct usb_device_id *id, uint32_t nid) argument
154 qsort(id, nid, sizeof(*id), &usb_compare);
158 usb_import_entry(struct usb_device_id *id, const char *type, argument
170 strlcpy(id->module_name, module, sizeof(id->module_name));
171 strlcpy(id->module_mode, mode, sizeof(id->module_mode));
176 id->match_flag_vendor = 1;
178 id
251 usb_dump(struct usb_device_id *id, uint32_t nid) argument
366 struct usb_device_id *id; local
[all...]
/freebsd-11-stable/usr.bin/id/
H A DMakefile6 PROG= id
7 LINKS= ${BINDIR}/id ${BINDIR}/groups
8 LINKS+= ${BINDIR}/id ${BINDIR}/whoami
9 MAN= id.1 groups.1 whoami.1
/freebsd-11-stable/sys/sys/
H A D_semaphore.h40 int ksem_close(semid_t id);
41 int ksem_post(semid_t id);
42 int ksem_wait(semid_t id);
43 int ksem_trywait(semid_t id);
44 int ksem_timedwait(semid_t id, const struct timespec *abstime);
49 int ksem_getvalue(semid_t id, int *val);
50 int ksem_destroy(semid_t id);
H A Dnuma.h36 extern int numa_setaffinity(cpuwhich_t which, id_t id,
38 extern int numa_getaffinity(cpuwhich_t which, id_t id,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp14 #define LANGSTANDARD(id, name, lang, desc, features) \
15 static const LangStandard Lang_##id = {name, desc, features, Language::lang};
22 #define LANGSTANDARD(id, name, lang, desc, features) \
23 case lang_##id: return Lang_##id;
31 #define LANGSTANDARD(id, name, lang, desc, features) .Case(name, lang_##id)
32 #define LANGSTANDARD_ALIAS(id, alias) .Case(alias, lang_##id)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.ksh43 id=$!
45 while kill -0 $id >/dev/null 2>&1; do
46 $dtrace -p $id -s /dev/stdin <<-EOF
/freebsd-11-stable/contrib/unbound/ipsecmod/
H A Dipsecmod.h77 int ipsecmod_init(struct module_env* env, int id);
79 void ipsecmod_deinit(struct module_env* env, int id);
82 int id, struct outbound_entry* outbound);
84 void ipsecmod_inform_super(struct module_qstate* qstate, int id,
87 void ipsecmod_clear(struct module_qstate* qstate, int id);
89 size_t ipsecmod_get_mem(struct module_env* env, int id);
/freebsd-11-stable/contrib/unbound/ipset/
H A Dipset.h54 int ipset_init(struct module_env* env, int id);
56 void ipset_deinit(struct module_env* env, int id);
59 int id, struct outbound_entry* outbound);
61 void ipset_inform_super(struct module_qstate* qstate, int id,
64 void ipset_clear(struct module_qstate* qstate, int id);
66 size_t ipset_get_mem(struct module_env* env, int id);
/freebsd-11-stable/contrib/pjdfstest/tests/rmdir/
H A D11.t29 for id in 0 65533; do
30 expect 0 chown ${n0} ${id} ${id}
38 for id in 0 65533; do
39 create_file dir ${n0}/${n1} ${id} ${id}
40 expect dir,${id},${id} lstat ${n0}/${n1} type,uid,gid
45 for id in 0 65533; do
46 expect 0 chown ${n0} ${id}
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/unlink/
H A D11.t32 for id in 0 65533; do
34 create_file ${type} ${n0}/${n1} ${id} ${id}
35 expect ${type},${id},${id} lstat ${n0}/${n1} type,uid,gid
41 for id in 0 65533; do
42 expect 0 chown ${n0} ${id} ${id}
50 for id in 0 65533; do
51 expect 0 chown ${n0} ${id}
[all...]
/freebsd-11-stable/usr.sbin/kgzip/
H A Dxio.c41 xclose(const struct iodesc *id) argument
43 if (close(id->fd))
44 err(1, "%s", id->fname);
72 xzero(const struct iodesc * id, size_t nbyte) argument
81 xwrite(id, buf, n);
90 xread(const struct iodesc * id, void *buf, size_t nbyte, off_t offset) argument
94 if (offset != -1 && lseek(id->fd, offset, SEEK_SET) != offset)
95 err(1, "%s", id->fname);
96 if ((n = read(id->fd, buf, nbyte)) == -1)
97 err(1, "%s", id
105 xwrite(const struct iodesc * id, const void *buf, size_t nbyte) argument
119 xseek(const struct iodesc *id, off_t offset) argument
[all...]
/freebsd-11-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c54 DWTAP_PRINTF("[%d] freeing m=%p\n", p->id, p->m);
104 new_wtap(struct wtap_hal *hal, int32_t id) argument
174 uint8_t const *macaddr = mac_pool[id];
175 if(hal->hal_devs[id] != NULL){
176 printf("error, wtap_id=%d already created\n", id);
180 hal->hal_devs[id] = (struct wtap_softc *)malloc(
182 bzero(hal->hal_devs[id], sizeof(struct wtap_softc));
183 hal->hal_devs[id]->sc_md = hal->hal_md;
184 hal->hal_devs[id]->id
199 free_wtap(struct wtap_hal *hal, int32_t id) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post.c34 sysevent_id_t id; local
38 "vendor_dtest", "publisher_dtest", NULL, &id) != 0) {
/freebsd-11-stable/usr.bin/ssh-copy-id/
H A DMakefile3 SCRIPTS= ssh-copy-id.sh
4 MAN= ssh-copy-id.1
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Did.c0 /* id.c : operations on node-revision IDs
26 #include "id.h"
143 /* Parse the transaction id in DATA and store the result in *TXN_ID.
229 "malformed txn id '%s'", data);
256 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id;
258 return &id->private_id.node_id;
265 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id;
267 return &id->private_id.copy_id;
274 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id;
276 return &id
252 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
261 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
270 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
279 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
287 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
295 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
303 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
313 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
427 fs_fs__id_t *id = apr_pcalloc(pool, sizeof(*id)); local
443 fs_fs__id_t *id = apr_pcalloc(pool, sizeof(*id)); local
461 fs_fs__id_t *id = apr_pcalloc(pool, sizeof(*id)); local
481 fs_fs__id_t *id = apr_pcalloc(pool, sizeof(*id)); local
498 const fs_fs__id_t *id = (const fs_fs__id_t *)source; local
512 fs_fs__id_t *id; local
591 svn_fs_id_t *id = id_parse(data, pool); local
610 const fs_fs__id_t *id = (const fs_fs__id_t *)*in; local
629 fs_fs__id_t *id; local
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyh.awk38 print " * Source file: " id
/freebsd-11-stable/lib/libc/gen/
H A Draise.c48 long id; local
50 if (__sys_thr_self(&id) == -1)
52 return (__sys_thr_kill(id, s));

Completed in 411 milliseconds

1234567891011>>