Searched refs:token (Results 226 - 250 of 521) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y62 %token <num> YY_NUMBER YY_HEX
63 %token <str> YY_STR
64 %token YY_COMMENT
65 %token YY_CMP_EQ YY_CMP_NE YY_CMP_LE YY_CMP_GE YY_CMP_LT YY_CMP_GT
66 %token YY_RANGE_OUT YY_RANGE_IN
67 %token <ip6> YY_IPV6
68 %token IPSL_START IPSL_STARTGROUP IPSL_CONTENT
70 %token IPSL_CLOSE IPSL_TRACK IPSL_EOF IPSL_REDIRECT IPSL_ELSE
/freebsd-11-stable/sys/net/altq/
H A Daltq_cdnr.c509 * internal representation of token bucket parameters
530 tb->token = tb->depth;
535 * simple token bucket meter
586 if (tbm->tb.token < len) {
590 tbm->tb.token = tbm->tb.depth;
592 tbm->tb.token += interval * tbm->tb.rate;
593 if (tbm->tb.token > tbm->tb.depth)
594 tbm->tb.token = tbm->tb.depth;
599 if (tbm->tb.token < len) {
604 tbm->tb.token
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c63 token_t *token; local
113 * subject token generation.
138 token = au_to_subject32(auid, geteuid(), getegid(),
141 token = au_to_subject_ex(auid, geteuid(), getegid(),
143 if (token == NULL) {
145 "audit: unable to build subject token");
150 if (au_write(afd, token) < 0) {
162 token = au_to_text(text);
163 if (token == NULL) {
165 "audit: failed to generate text token");
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c1009 * cstr_token - Get next token from const char string
1012 * @last: a pointer to a character following the returned token
1015 * Returns: a pointer to token position in str or NULL
1020 * - The returned token is not a NULL terminated string, but a token
1022 * of the returned token could be calculated as (last - token).
1026 const char *end, *token = str; local
1032 token = *last;
1034 while (*token
1060 char *token = (char *) cstr_token(str, delim, (const char **) context); local
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c410 * so we have to have a socket associated with message token.
428 /* Look for the socket with the token */
429 pcb = ng_btsocket_l2cap_pcb_by_token(msg->header.token);
438 "%s: Got L2CA_Connect response, token=%d, src bdaddr=%x:%x:%x:%x:%x:%x, " \
440 "state=%d\n", __func__, msg->header.token,
487 /* Send disconnect request with "zero" token */
535 /* Look for the socket with the token */
536 pcb = ng_btsocket_l2cap_pcb_by_token(msg->header.token);
545 "%s: Got L2CA_ConnectRsp response, token=%d, src bdaddr=%x:%x:%x:%x:%x:%x, " \
547 __func__, msg->header.token,
595 u_int32_t token = 0; local
1266 ng_btsocket_l2cap_send_l2ca_con_rsp_req(u_int32_t token, ng_btsocket_l2cap_rtentry_p rt, bdaddr_p dst, int ident, int lcid, int result, int linktype) argument
1372 ng_btsocket_l2cap_send_l2ca_discon_req(u_int32_t token, ng_btsocket_l2cap_pcb_p pcb) argument
2005 static u_int32_t token = 0; local
2768 ng_btsocket_l2cap_pcb_by_token(u_int32_t token) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_scanner.h21 * normal scanning of the next token, forced scanning of the next token
32 * avoid the keyword scanner matching a token where a string is needed.
57 * (the token completed for terminal states) is implied by the index of
59 * there are more scan states than the highest T_ token number.
63 * states (which do not match a completed token) the followedby
66 * following token(s) to strings.
104 struct LCPOS tokpos; /* current token position */
124 extern const char *keyword(int token);
/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-top.h103 extern void mark_async_signal_handler_wrapper (void *token);
/freebsd-11-stable/contrib/byacc/test/
H A Dcalc.y15 %token DIGIT LETTER
H A Dcalc2.y22 %token DIGIT LETTER
H A Dcalc3.y25 %token DIGIT LETTER
H A Derr_syntax27.y25 %token DIGIT LETTER
H A Dpure_calc.y21 %token DIGIT LETTER
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dlock.h52 svn_error_t *svn_fs_base__generate_lock_token(const char **token,
114 3. for every lock discovered, a matching lock token has been
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dlz4.c219 BYTE token; local
223 token = *ip++;
224 if ((length = (token >> ML_BITS)) == RUN_MASK) {
271 if ((length = (token & ML_MASK)) == ML_MASK) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocks.c88 { LOCK, S_, "token", TOKEN,
122 const char *token = svn_hash_gets(attrs, "token");
135 if (! token)
137 /* A lock without a token is not a lock; just an answer that there
167 lock.token = token;
194 name = "token";
119 const char *token = svn_hash_gets(attrs, "token"); local
/freebsd-11-stable/sbin/hastd/
H A DMakefile19 SRCS+= token.l
/freebsd-11-stable/sbin/setkey/
H A Dparse.y96 %token EOT SLASH BLCL ELCL
97 %token ADD GET DELETE DELETEALL FLUSH DUMP
98 %token PR_ESP PR_AH PR_IPCOMP PR_TCP
99 %token F_PROTOCOL F_AUTH F_ENC F_REPLAY F_COMP F_RAWCPI
100 %token F_MODE MODE F_REQID
101 %token F_EXT EXTENSION NOCYCLICSEQ
102 %token ALG_AUTH ALG_AUTH_NOKEY
103 %token ALG_ENC ALG_ENC_NOKEY ALG_ENC_DESDERIV ALG_ENC_DES32IV ALG_ENC_OLD
104 %token ALG_ENC_SALT
105 %token ALG_COM
[all...]
H A DMakefile35 SRCS= setkey.c parse.y token.l
/freebsd-11-stable/sbin/hastctl/
H A DMakefile18 SRCS+= token.l
/freebsd-11-stable/usr.bin/mkesdb/
H A Dyacc.y73 %token R_NAME R_ENCODING R_VARIABLE R_DEFCSID R_INVALID
74 %token R_LN
75 %token <i_value> L_IMM
76 %token <s_value> L_STRING
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A DMakefile14 SRCS+= token.l
/freebsd-11-stable/usr.sbin/ctld/
H A DMakefile10 SRCS+= login.c parse.y pdu.c token.l y.tab.h uclparse.c
/freebsd-11-stable/sys/dev/netmap/
H A Dif_vtnet_netmap.h211 * by the token we passed to virtqueue_enqueue.
215 void *token = virtqueue_dequeue(vq, NULL); local
216 if (token == NULL)
218 if (unlikely(token != (void *)txq))
219 nm_prerr("BUG: TX token mismatch");
337 * Only accept our own buffers (matching the token). We should only get
343 void *token; local
350 token = virtqueue_dequeue(vq, &len);
351 if (token == NULL) {
358 if (unlikely(token !
[all...]
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.c72 token tok;
114 token tok;
141 token tok;
247 token tok;
276 token tok;
289 token tok;
310 /* now peek at next token */
420 token tok;
471 token tok;
542 token to
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dutil-print.c491 * Convert a token value to a string; use "fmt" if not found.
512 * Convert a token value to a string; use "fmt" if not found.
528 * Convert a bit token value to a string; use "fmt" if not found.
548 * lets AND the rotating bit with our token value
582 * Convert a bit token value to a string; use "fmt" if not found.
593 * Convert a bit token value to a string; use "fmt" if not found.
688 * Fetch a token from a packet, starting at the specified index,
689 * and return the length of the token.
692 * token, but an "empty token" is
838 u_char token[MAX_TOKEN+1]; local
[all...]

Completed in 295 milliseconds

1234567891011>>