Searched refs:id (Results 251 - 275 of 1925) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/contrib/byacc/test/
H A Dbtyacc_destroy1.y10 struct symbol { class c; type t; name id; };
21 extern symbol *mksymbol(type t, class c, name id);
31 %token <id> NAME
55 name id;
H A Dbtyacc_destroy2.y10 struct symbol { class c; type t; name id; };
21 extern symbol *mksymbol(type t, class c, name id);
31 %token <id> NAME
55 name id;
H A Dbtyacc_destroy3.y13 struct symbol { class c; type t; name id; };
24 extern symbol *mksymbol(type t, class c, name id);
34 %token <id> NAME
58 name id;
H A Derr_inherit2.y8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
24 %token <id> NAME
44 name id;
H A Derr_inherit4.y9 struct symbol { class c; type t; name id; };
15 extern symbol *mksymbol(type t, class c, name id);
25 %token <id> NAME
46 name id;
H A Derr_inherit5.y8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
24 %token <id> NAME
44 name id;
H A Dinherit2.y8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
24 %token <id> NAME
44 name id;
/freebsd-10.2-release/contrib/dialog/samples/
H A Dinputmenu8 uid=`id|sed -e 's/^uid=//' -e 's/(.*//'`
9 gid=`id|sed -e 's/^.*gid=//' -e 's/(.*//'`
H A Dinputmenu-stdout8 uid=`id|sed -e 's/^uid=//' -e 's/(.*//'`
9 gid=`id|sed -e 's/^.*gid=//' -e 's/(.*//'`
/freebsd-10.2-release/sys/dev/hptrr/
H A Dhimfuncs.h41 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
43 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached))
46 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id))
49 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, void *osext))
/freebsd-10.2-release/sys/dev/virtio/console/
H A Dvirtio_console.h60 uint32_t id; /* Port number */ member in struct:virtio_console_control
/freebsd-10.2-release/sys/sys/
H A Dkhelp.h68 void * khelp_get_osd(struct osd *hosd, int32_t id);
/freebsd-10.2-release/tools/regression/net/if_tap/
H A Dtest-tap.sh33 if [ $(id -u) -ne 0 ]; then
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Dgenmsgh.awk38 print " * Source file: " id
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyc.awk38 print " * Source file: " id
/freebsd-10.2-release/sys/boot/arm/at91/libat91/
H A Dspi_flash.h41 void SPI_GetId(unsigned *id);
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.h66 struct ng_mesg *ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode,
74 int ng_connect_id(ng_ID_t id, const char *ourhook, const char *peerhook);
75 int ng_connect2_id(ng_ID_t id, ng_ID_t peer, const char *ourhook,
77 int ng_connect2_tee_id(ng_ID_t id, ng_ID_t peer, const char *ourhook,
/freebsd-10.2-release/lib/libedit/
H A Dsys.h91 extern int tgetflag(const char *id);
92 extern int tgetnum(const char *id);
93 extern char *tgetstr(const char *id, char **area);
/freebsd-10.2-release/lib/libc/posix1e/
H A Dacl_support.h55 int _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len,
60 int _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id,
64 int _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id);
/freebsd-10.2-release/sys/ofed/include/rdma/
H A Dib_user_mad.h54 * @id - ID of agent MAD received with/to be sent with
73 __u32 id; member in struct:ib_user_mad_hdr_old
97 * @id - ID of agent MAD received with/to be sent with
117 __u32 id; member in struct:ib_user_mad_hdr
170 * @id - Set by the kernel; used to identify agent in future requests.
185 __u32 id; member in struct:ib_user_mad_reg_req
/freebsd-10.2-release/sys/mips/malta/
H A Dyamon.h73 typedef int (*t_yamon_syscon_read)(t_yamon_syscon_id id, void *param,
75 #define YAMON_SYSCON_READ(id, param, size) \
77 (id, param, size)
/freebsd-10.2-release/sys/contrib/ia64/libuwx/src/
H A Duwx_scoreboard.c63 sb->id = env->nscoreboards++;
67 TRACE_B_PREALLOC(sb->id)
78 TRACE_B_REUSE(sb->id)
89 sb->id = env->nscoreboards++;
93 TRACE_B_ALLOC(sb->id)
155 TRACE_B_POP(sb->id)
185 TRACE_B_LABEL_COPY(sb->id)
230 TRACE_B_COPY(label, sb->id)
236 TRACE_B_COPY_FREE(next->id)
254 TRACE_B_COPY_FOUND(lsb->id)
[all...]
/freebsd-10.2-release/sys/arm/include/
H A Dpcpu.h71 int id; \
72 __asm __volatile("mrc p15, 0, %0, c0, c0, 5" : "=r" (id)); \
73 (pcpup + (id & CPU_MASK)); \
/freebsd-10.2-release/usr.sbin/rtadvd/
H A Dadvcap.c290 * Return the (numeric) option id.
298 tgetnum(char *id) argument
308 if (strncmp(bp, id, strlen(id)) != 0)
310 bp += strlen(id);
333 tgetflag(char *id) argument
341 if (strncmp(bp, id, strlen(id)) == 0) {
342 bp += strlen(id);
360 tgetstr(char *id, cha argument
[all...]
/freebsd-10.2-release/contrib/nvi/common/
H A Dconv.c82 if (iconv(id, (iconv_src_t)&str, &left, &bp, &outleft) == -1 && \
94 if (id != (iconv_t)-1) \
95 iconv(id, NULL, NULL, NULL, NULL); \
104 size_t *tolen, CHAR_T **dst, iconv_t id)
123 if (id != (iconv_t)-1)
138 if (id != (iconv_t)-1 && j == len && left) {
158 sp->conv.id[IC_FE_CHAR2INT]);
166 sp->conv.id[IC_IE_CHAR2INT]);
198 size_t *tolen, char **pdst, iconv_t id)
231 ret = iconv(id, (iconv_src_
103 default_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, CHAR_T **dst, iconv_t id) argument
197 default_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **pdst, iconv_t id) argument
[all...]

Completed in 217 milliseconds

<<11121314151617181920>>