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

1234567891011>>

/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/sys/gnu/dts/include/dt-bindings/clk/
H A Dat91.h17 #define AT91_PMC_PCKRDY(id) (8 + (id)) /* Programmable Clock */
/freebsd-10.3-release/sys/gnu/dts/include/dt-bindings/clock/
H A Dat91.h17 #define AT91_PMC_PCKRDY(id) (8 + (id)) /* Programmable Clock */
/freebsd-10.3-release/usr.bin/ssh-copy-id/
H A DMakefile1 # $FreeBSD: releng/10.3/usr.bin/ssh-copy-id/Makefile 241881 2012-10-22 12:05:14Z eadler $
3 SCRIPTS= ssh-copy-id.sh
4 MAN= ssh-copy-id.1
/freebsd-10.3-release/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-10.3-release/usr.bin/id/
H A DMakefile2 # $FreeBSD: releng/10.3/usr.bin/id/Makefile 201386 2010-01-02 10:27:05Z ed $
6 PROG= id
7 LINKS= ${BINDIR}/id ${BINDIR}/groups
8 LINKS+= ${BINDIR}/id ${BINDIR}/whoami
9 MAN= id.1 groups.1 whoami.1
/freebsd-10.3-release/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);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/tools/regression/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-10.3-release/tools/regression/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-10.3-release/usr.sbin/kgzip/
H A Dxio.c39 xclose(const struct iodesc *id) argument
41 if (close(id->fd))
42 err(1, "%s", id->fname);
70 xzero(const struct iodesc * id, size_t nbyte) argument
79 xwrite(id, buf, n);
88 xread(const struct iodesc * id, void *buf, size_t nbyte, off_t offset) argument
92 if (offset != -1 && lseek(id->fd, offset, SEEK_SET) != offset)
93 err(1, "%s", id->fname);
94 if ((n = read(id->fd, buf, nbyte)) == -1)
95 err(1, "%s", id
103 xwrite(const struct iodesc * id, const void *buf, size_t nbyte) argument
117 xseek(const struct iodesc *id, off_t offset) argument
[all...]
/freebsd-10.3-release/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-10.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyh.awk38 print " * Source file: " id
/freebsd-10.3-release/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-10.3-release/lib/libc/gen/
H A Draise.c47 long id; local
49 if (__sys_thr_self(&id) == -1)
51 return (__sys_thr_kill(id, s));
/freebsd-10.3-release/contrib/ofed/librdmacm/include/rdma/
H A Drdma_cma.h141 struct rdma_cm_id *id; member in struct:rdma_cm_event
183 * @id: A reference where the allocated communication identifier will be
201 struct rdma_cm_id **id, void *context,
206 * @id: The communication identifier to destroy.
216 int rdma_destroy_id(struct rdma_cm_id *id);
220 * @id: RDMA identifier.
234 int rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr);
238 * @id: RDMA identifier.
259 int rdma_resolve_addr(struct rdma_cm_id *id, struct sockaddr *src_addr,
264 * @id
489 rdma_get_src_port(struct rdma_cm_id *id) argument
496 rdma_get_dst_port(struct rdma_cm_id *id) argument
503 rdma_get_local_addr(struct rdma_cm_id *id) argument
508 rdma_get_peer_addr(struct rdma_cm_id *id) argument
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs_base/
H A Did.h0 /* id.h : interface to node ID functions, private to libsvn_fs_base
36 /* Get the "node id" portion of ID. */
37 const char *svn_fs_base__id_node_id(const svn_fs_id_t *id);
39 /* Get the "copy id" portion of ID. */
40 const char *svn_fs_base__id_copy_id(const svn_fs_id_t *id);
42 /* Get the "txn id" portion of ID. */
43 const char *svn_fs_base__id_txn_id(const svn_fs_id_t *id);
46 svn_string_t *svn_fs_base__id_unparse(const svn_fs_id_t *id,
69 svn_fs_id_t *svn_fs_base__id_copy(const svn_fs_id_t *id,
/freebsd-10.3-release/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
197 free_wtap(struct wtap_hal *hal, int32_t id) argument
[all...]

Completed in 529 milliseconds

1234567891011>>