HomeSort by: relevance | last modified time | path
    Searched defs:op (Results 1 - 25 of 1534) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/sh3/sh3/
sys_machdep.c 90 syscallarg(int) op;
93 int op; local
96 op = SCARG(uap, op);
97 switch (op) {
  /src/external/bsd/ipf/dist/lib/
load_dstlist.c 24 iplookupop_t op; local
34 op.iplo_unit = dst->ipld_unit;
35 op.iplo_type = IPLT_DSTLIST;
36 op.iplo_arg = 0;
37 strncpy(op.iplo_name, dst->ipld_name, sizeof(op.iplo_name));
38 op.iplo_size = sizeof(dest);
39 op.iplo_struct = &dest;
47 if (pool_ioctl(iocfunc, SIOCLOOKUPADDTABLE, &op))
64 if (pool_ioctl(iocfunc, SIOCLOOKUPDELTABLE, &op))
    [all...]
load_pool.c 23 iplookupop_t op; local
30 op.iplo_unit = plp->ipo_unit;
31 op.iplo_type = IPLT_POOL;
32 op.iplo_arg = 0;
33 strncpy(op.iplo_name, plp->ipo_name, sizeof(op.iplo_name));
34 op.iplo_size = sizeof(pool);
35 op.iplo_struct = &pool;
40 op.iplo_arg |= IPOOL_ANON;
43 if (pool_ioctl(iocfunc, SIOCLOOKUPADDTABLE, &op)) {
    [all...]
remove_hash.c 23 iplookupop_t op; local
29 op.iplo_type = IPLT_HASH;
30 op.iplo_unit = iphp->iph_unit;
31 strncpy(op.iplo_name, iphp->iph_name, sizeof(op.iplo_name));
32 if (*op.iplo_name == '\0')
33 op.iplo_arg = IPHASH_ANON;
34 op.iplo_size = sizeof(iph);
35 op.iplo_struct = &iph;
43 if (pool_ioctl(iocfunc, SIOCLOOKUPDELTABLE, &op)) {
    [all...]
remove_hashnode.c 25 iplookupop_t op; local
31 op.iplo_type = IPLT_HASH;
32 op.iplo_unit = unit;
33 op.iplo_size = sizeof(ipe);
34 op.iplo_struct = &ipe;
35 op.iplo_arg = 0;
36 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
49 if (pool_ioctl(iocfunc, SIOCLOOKUPDELNODE, &op)) {
remove_pool.c 23 iplookupop_t op; local
29 op.iplo_type = IPLT_POOL;
30 op.iplo_unit = poolp->ipo_unit;
31 strncpy(op.iplo_name, poolp->ipo_name, sizeof(op.iplo_name));
32 op.iplo_size = sizeof(pool);
33 op.iplo_struct = &pool;
40 if (pool_ioctl(iocfunc, SIOCLOOKUPDELTABLE, &op)) {
remove_poolnode.c 26 iplookupop_t op; local
31 op.iplo_unit = unit;
32 op.iplo_type = IPLT_POOL;
33 op.iplo_arg = 0;
34 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
35 op.iplo_struct = &pn;
36 op.iplo_size = sizeof(pn);
46 if (pool_ioctl(iocfunc, SIOCLOOKUPDELNODE, &op)) {
load_dstlistnode.c 25 iplookupop_t op; local
37 op.iplo_unit = role;
38 op.iplo_type = IPLT_DSTLIST;
39 op.iplo_arg = 0;
40 op.iplo_struct = dst;
41 op.iplo_size = sizeof(*dst);
43 op.iplo_size += node->ipfd_dest.fd_name;
44 (void) strncpy(op.iplo_name, name, sizeof(op.iplo_name));
55 err = pool_ioctl(iocfunc, SIOCLOOKUPADDNODE, &op);
    [all...]
load_hash.c 24 iplookupop_t op; local
37 op.iplo_arg = 0;
38 op.iplo_type = IPLT_HASH;
39 op.iplo_unit = iphp->iph_unit;
40 strncpy(op.iplo_name, iphp->iph_name, sizeof(op.iplo_name));
41 if (*op.iplo_name == '\0')
42 op.iplo_arg = IPHASH_ANON;
43 op.iplo_size = sizeof(iph);
44 op.iplo_struct = &iph
    [all...]
load_hashnode.c 26 iplookupop_t op; local
34 op.iplo_type = IPLT_HASH;
35 op.iplo_unit = unit;
36 op.iplo_arg = 0;
37 op.iplo_size = sizeof(ipe);
38 op.iplo_struct = &ipe;
39 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
53 err = pool_ioctl(iocfunc, SIOCLOOKUPADDNODE, &op);
56 err = pool_ioctl(iocfunc, SIOCLOOKUPDELNODE, &op);
    [all...]
load_poolnode.c 27 iplookupop_t op; local
34 op.iplo_unit = role;
35 op.iplo_type = IPLT_POOL;
36 op.iplo_arg = 0;
37 op.iplo_struct = &pn;
38 op.iplo_size = sizeof(pn);
39 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
52 err = pool_ioctl(iocfunc, SIOCLOOKUPADDNODE, &op);
55 err = pool_ioctl(iocfunc, SIOCLOOKUPDELNODE, &op);
    [all...]
  /src/sys/arch/xen/xen/
genfb_xen.c 54 struct xen_platform_op op = { local
57 info_size = HYPERVISOR_platform_op(&op);
62 d0_consi = &op.u.dom0_console;
  /src/crypto/external/bsd/netpgp/bin/hkpd/
Makefile 19 ftp -o- 'http://localhost:11371/pks/lookup?op=index&search=agc&options=json' macro
20 ftp -o- 'http://localhost:11371/pks/lookup?op=get&search=agc&options=json' macro
21 ftp -o- 'http://localhost:11371/pks/lookup?op=get&search=agc&options=mr' macro
  /src/crypto/external/bsd/netpgp/dist/src/hkpd/
Makefile 16 ftp -o- 'http://localhost:11371/pks/lookup?op=index&search=agc&options=json' macro
17 ftp -o- 'http://localhost:11371/pks/lookup?op=get&search=agc&options=json' macro
18 ftp -o- 'http://localhost:11371/pks/lookup?op=get&search=agc&options=mr' macro
  /src/external/bsd/libevent/dist/
epolltable-internal.h 45 This is impossible; Set op==-1, events=0.
56 Set op to EPOLL_CTL_MOD [*1,*2]
58 Set op to EPOLL_CTL_ADD [*3]
61 Set op to EPOLL_CTL_DEL.
67 Set op to EPOLL_CTL_MOD
74 Set op to EPOLL_CTL_MOD
79 There is no read or write change; set op to 0 and events to 0.
82 we need to set op="ADD" and set events=the events we want to add. If we
84 the fd, we need to say op="MOD" and set events=the events we want to
85 remain. But if we want to delete the last event, we say op="DEL" an
139 int op; member in struct:operation
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
epolltable-internal.h 46 This is impossible; Set op==-1, events=0.
57 Set op to EPOLL_CTL_MOD [*1,*2]
59 Set op to EPOLL_CTL_ADD [*3]
62 Set op to EPOLL_CTL_DEL.
68 Set op to EPOLL_CTL_MOD
75 Set op to EPOLL_CTL_MOD
80 There is no read or write change; set op to 0 and events to 0.
83 we need to set op="ADD" and set events=the events we want to add. If we
85 the fd, we need to say op="MOD" and set events=the events we want to
86 remain. But if we want to delete the last event, we say op="DEL" an
140 int op; member in struct:operation
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
translit.c 45 const char *op; local
51 for (op = original; *op != 0; op++) {
52 if (*cp == *op) {
53 *cp = replacement[op - original];
  /src/external/mpl/bind/dist/tests/include/tests/
dns.h 42 dns_diffop_t op; member in struct:__anon24222
  /src/sys/arch/xen/x86/
xen_shm_machdep.c 62 gnttab_map_grant_ref_t op[XENSHM_MAX_PAGES_PER_REQUEST]; local
82 op[i].host_addr = base_paddr + i * PAGE_SIZE;
84 op[i].host_addr = va + i * PAGE_SIZE;
86 op[i].dom = domid;
87 op[i].ref = grefp[i];
88 op[i].flags = GNTMAP_host_map |
92 ret = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, op, nentries);
113 if (__predict_false(op[i].status)) {
115 printf("%s: op[%d] bad status %d gref %u\n", __func__,
116 i, op[i].status, grefp[i])
181 gnttab_unmap_grant_ref_t op[XENSHM_MAX_PAGES_PER_REQUEST]; local
    [all...]
  /src/external/bsd/liblzf/dist/
lzf_d.c 68 u8 *op = (u8 *)out_data; local
70 u8 *const out_end = op + out_len;
80 if (op + ctrl > out_end)
95 lzf_movsb (op, ip, ctrl);
98 *op++ = *ip++;
106 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1;
129 if (op + len + 2 > out_end)
143 lzf_movsb (op, ref, len);
145 *op++ = *ref++;
146 *op++ = *ref++
    [all...]
  /src/external/bsd/libpcap/dist/
bpf_image.c 137 const char *op; local
145 op = "unimp";
151 op = "ret";
157 op = "ret";
162 op = "ld";
168 op = "ldh";
174 op = "ldb";
180 op = "ld";
185 op = "ld";
191 op = "ldh"
    [all...]
  /src/external/bsd/openldap/dist/libraries/librewrite/
info.c 181 struct rewrite_op op = { 0, 0, NULL, NULL, NULL }; local
194 op.lo_cookie = cookie;
232 op.lo_string = strdup( string );
233 if ( op.lo_string == NULL ) {
242 rc = rewrite_context_apply( info, &op, context, string, result );
243 assert( op.lo_depth == 0 );
246 free( op.lo_string );
280 if ( op.lo_vars ) {
281 rewrite_var_delete( op.lo_vars );
  /src/external/bsd/openldap/dist/servers/lloadd/
proto-lload.h 45 LDAP_SLAPD_F (int) upstream_select( LloadOperation *op, LloadConnection **c, int *res, char **message );
46 LDAP_SLAPD_F (int) backend_select( LloadBackend *b, LloadOperation *op, LloadConnection **c, int *res, char **message );
47 LDAP_SLAPD_F (int) try_upstream( LloadBackend *b, lload_c_head *head, LloadOperation *op, LloadConnection *c, int *res, char **message );
55 LDAP_SLAPD_F (int) request_bind( LloadConnection *c, LloadOperation *op );
56 LDAP_SLAPD_F (int) handle_bind_response( LloadConnection *client, LloadOperation *op, BerElement *ber );
57 LDAP_SLAPD_F (int) handle_whoami_response( LloadConnection *client, LloadOperation *op, BerElement *ber );
58 LDAP_SLAPD_F (int) handle_vc_bind_response( LloadConnection *client, LloadOperation *op, BerElement *ber );
63 LDAP_SLAPD_F (int) request_abandon( LloadConnection *c, LloadOperation *op );
64 LDAP_SLAPD_F (int) request_process( LloadConnection *c, LloadOperation *op );
147 LDAP_SLAPD_F (int) request_extended( LloadConnection *c, LloadOperation *op );
193 LDAP_SLAPD_F (void) operation_abandon( LloadOperation *op ); variable
196 LDAP_SLAPD_F (void) operation_lost_upstream( LloadOperation *op ); variable
197 LDAP_SLAPD_F (void) operation_destroy( LloadOperation *op ); variable
198 LDAP_SLAPD_F (int) operation_unlink( LloadOperation *op ); variable
204 LDAP_SLAPD_F (void) operation_update_global_rejected( LloadOperation *op ); variable
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
str2filter.c 44 str2filter_x( Operation *op, const char *str )
59 if ( op->o_tmpmemctx ) {
60 ber_set_option( ber, LBER_OPT_BER_MEMCTX, &op->o_tmpmemctx );
70 rc = get_filter( op, ber, &f, &text );
81 Operation op = {0}; local
84 op.o_hdr = &ohdr;
85 op.o_tmpmemctx = NULL;
86 op.o_tmpmfuncs = &ch_mfuncs;
88 return str2filter_x( &op, str );
  /src/external/cddl/osnet/dist/uts/common/zmod/
inftrees.h 16 table that indexes more bits of the code. op indicates whether
19 pointer, the low four bits of op is the number of index bits of
20 that table. For a length or distance, the low four bits of op
27 unsigned char op; /* operation, extra bits, table bits */ member in struct:__anon9111
32 /* op values as set by inflate_table():

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>