Searched refs:cmd (Results 1 - 25 of 251) sorted by relevance

1234567891011

/barrelfish-master/lib/libc/gen/
H A Dsemctl.c42 int __semctl(int semid, int semnum, int cmd, union semun *arg);
44 int freebsd7___semctl(int semid, int semnum, int cmd, union semun_old *arg);
45 int freebsd7_semctl(int semid, int semnum, int cmd, ...);
49 semctl(int semid, int semnum, int cmd, ...) argument
55 va_start(ap, cmd);
56 if (cmd == IPC_SET || cmd == IPC_STAT || cmd == GETALL
57 || cmd == SETVAL || cmd
70 freebsd7_semctl(int semid, int semnum, int cmd, ...) argument
[all...]
H A Dlockf.c45 int cmd; local
53 cmd = F_SETLK;
57 cmd = F_SETLKW;
61 cmd = F_SETLK;
83 __libc_interposing[INTERPOS_fcntl])(filedes, cmd, &fl));
H A Dulimit.c39 ulimit(int cmd, ...) argument
45 if (cmd == UL_GETFSIZE) {
52 } else if (cmd == UL_SETFSIZE) {
53 va_start(ap, cmd);
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtestenc5 cmd="../util/shlib_wrap.sh ../apps/openssl"
10 $cmd enc < $test > $test.cipher
11 $cmd enc < $test.cipher >$test.clear
20 $cmd enc -a -e < $test > $test.cipher
21 $cmd enc -a -d < $test.cipher >$test.clear
30 for i in `$cmd list-cipher-commands`
33 $cmd $i -bufsize 113 -e -k test < $test > $test.$i.cipher
34 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
44 $cmd $i -bufsize 113 -a -e -k test < $test > $test.$i.cipher
45 $cmd
[all...]
H A Dtcrl3 cmd='../util/shlib_wrap.sh ../apps/openssl crl'
15 $cmd -in fff.p -inform p -outform d >f.d
18 #$cmd -in fff.p -inform p -outform t >f.t
21 $cmd -in fff.p -inform p -outform p >f.p
25 $cmd -in f.d -inform d -outform d >ff.d1
28 #$cmd -in f.t -inform t -outform d >ff.d2
31 $cmd -in f.p -inform p -outform d >ff.d3
35 #$cmd -in f.d -inform d -outform t >ff.t1
38 #$cmd -in f.t -inform t -outform t >ff.t2
41 #$cmd
[all...]
H A Dtpkcs73 cmd='../util/shlib_wrap.sh ../apps/openssl pkcs7'
15 $cmd -in fff.p -inform p -outform d >f.d
18 $cmd -in fff.p -inform p -outform p >f.p
22 $cmd -in f.d -inform d -outform d >ff.d1
25 $cmd -in f.p -inform p -outform d >ff.d3
29 $cmd -in f.d -inform d -outform p >ff.p1
32 $cmd -in f.p -inform p -outform p >ff.p3
H A Dtpkcs7d3 cmd='../util/shlib_wrap.sh ../apps/openssl pkcs7'
15 $cmd -in fff.p -inform p -outform d >f.d
18 $cmd -in fff.p -inform p -outform p >f.p
22 $cmd -in f.d -inform d -outform d >ff.d1
25 $cmd -in f.p -inform p -outform d >ff.d3
29 $cmd -in f.d -inform d -outform p >ff.p1
32 $cmd -in f.p -inform p -outform p >ff.p3
H A Dtsid3 cmd='../util/shlib_wrap.sh ../apps/openssl sess_id'
15 $cmd -in fff.p -inform p -outform d >f.d
18 #$cmd -in fff.p -inform p -outform t >f.t
21 $cmd -in fff.p -inform p -outform p >f.p
25 $cmd -in f.d -inform d -outform d >ff.d1
28 #$cmd -in f.t -inform t -outform d >ff.d2
31 $cmd -in f.p -inform p -outform d >ff.d3
35 #$cmd -in f.d -inform d -outform t >ff.t1
38 #$cmd -in f.t -inform t -outform t >ff.t2
41 #$cmd
[all...]
H A Dtx5093 cmd='../util/shlib_wrap.sh ../apps/openssl x509'
15 $cmd -in fff.p -inform p -outform d >f.d
18 $cmd -in fff.p -inform p -outform n >f.n
21 $cmd -in fff.p -inform p -outform p >f.p
25 $cmd -in f.d -inform d -outform d >ff.d1
28 $cmd -in f.n -inform n -outform d >ff.d2
31 $cmd -in f.p -inform p -outform d >ff.d3
35 $cmd -in f.d -inform d -outform n >ff.n1
38 $cmd -in f.n -inform n -outform n >ff.n2
41 $cmd
[all...]
H A Dtreq3 cmd='../util/shlib_wrap.sh ../apps/openssl req -config ../apps/openssl.cnf'
11 if $cmd -in $t -inform p -noout -text 2>&1 | fgrep -i 'Unknown Public Key'; then
20 $cmd -in fff.p -inform p -outform d >f.d
23 #$cmd -in fff.p -inform p -outform t >f.t
26 $cmd -in fff.p -inform p -outform p >f.p
30 $cmd -verify -in f.d -inform d -outform d >ff.d1
33 #$cmd -in f.t -inform t -outform d >ff.d2
36 $cmd -verify -in f.p -inform p -outform d >ff.d3
40 #$cmd -in f.d -inform d -outform t >ff.t1
43 #$cmd
[all...]
H A Dtrsa8 cmd='../util/shlib_wrap.sh ../apps/openssl rsa'
20 $cmd -in fff.p -inform p -outform d >f.d
23 #$cmd -in fff.p -inform p -outform t >f.t
26 $cmd -in fff.p -inform p -outform p >f.p
30 $cmd -in f.d -inform d -outform d >ff.d1
33 #$cmd -in f.t -inform t -outform d >ff.d2
36 $cmd -in f.p -inform p -outform d >ff.d3
40 #$cmd -in f.d -inform d -outform t >ff.t1
43 #$cmd -in f.t -inform t -outform t >ff.t2
46 #$cmd
[all...]
/barrelfish-master/lib/libc/sys/
H A Dfcntl.c45 fcntl(int fd, int cmd, ...) argument
50 va_start(args, cmd);
55 __libc_interposing[INTERPOS_fcntl])(fd, cmd, arg));
/barrelfish-master/usr/bench/distops/
H A Dbenchapi.h44 void broadcast_cmd(uint32_t cmd, uint32_t arg);
46 void broadcast_caps(uint32_t cmd, uint32_t arg, struct capref cap1);
48 void multicast_caps(uint32_t cmd, uint32_t arg, struct capref cap1,
51 void unicast_cmd(coreid_t nodeid, uint32_t cmd, uint32_t arg);
61 void mgmt_cmd(uint32_t cmd, uint32_t arg, struct bench_distops_binding *b);
63 void mgmt_cmd_caps(uint32_t cmd, uint32_t arg, struct capref cap1,
72 void node_cmd(uint32_t cmd, uint32_t arg, struct bench_distops_binding *b);
74 void node_cmd_caps(uint32_t cmd, uint32_t arg, struct capref cap1,
H A Dnoop.c77 void mgmt_cmd(uint32_t cmd, uint32_t arg, struct bench_distops_binding *b) argument
79 printf("mgmt node got command %d(arg = %d) over binding %p\n", cmd, arg, b);
82 void mgmt_cmd_caps(uint32_t cmd, uint32_t arg, struct capref cap1, argument
86 cmd, arg, b);
111 void node_cmd(uint32_t cmd, uint32_t arg, struct bench_distops_binding *b) argument
113 printf("node %d got command %"PRIu32", arg=%d\n", my_core_id, cmd, arg);
116 void node_cmd_caps(uint32_t cmd, uint32_t arg, struct capref cap1, argument
119 printf("node %d got caps + command %"PRIu32", arg=%d:\n", my_core_id, cmd, arg);
/barrelfish-master/usr/drivers/megaraid/
H A Dmegaraid_vsic.c148 struct mrsas_mpt_cmd *cmd; local
151 cmd = mrsas_get_mpt_cmd();
152 assert(cmd != NULL);
155 cmd->flags = MRSAS_DIR_OUT;
156 cmd->length = size;
157 cmd->data = buffer;
158 cmd->ccb_ptr = (void *)cmd_cnt; // Data pointer we can use
162 req_desc = mrsas_get_request_desc((cmd->index)-1);
165 cmd->request_desc = req_desc;
168 memcpy(cmd
254 struct mrsas_mpt_cmd *cmd; local
[all...]
H A Dmegaraid.c281 static void *mrsas_alloc_frame(struct mrsas_mfi_cmd *cmd) argument
286 cmd->frame_mem = alloc_map_frame(VREGION_FLAGS_READ_WRITE_NOCACHE,
288 assert(cmd->frame_mem != NULL);
292 cmd->frame_phys_addr = id.base;
294 return(cmd->frame_mem);
311 struct mrsas_mfi_cmd *cmd; local
328 cmd = sc->mfi_cmd_list[i];
329 memset(cmd, 0, sizeof(struct mrsas_mfi_cmd));
330 cmd->index = i;
331 cmd
362 struct mrsas_mpt_cmd *cmd; local
433 struct mrsas_mfi_cmd *cmd = NULL; local
454 struct mrsas_mpt_cmd *cmd = NULL; local
566 mrsas_build_mpt_cmd(struct mrsas_mfi_cmd *cmd) argument
600 mrsas_issue_dcmd(struct mrsas_mfi_cmd *cmd) argument
624 mrsas_issue_polled(struct mrsas_mfi_cmd *cmd) argument
675 mrsas_release_mfi_cmd(struct mrsas_mfi_cmd *cmd) argument
749 struct mrsas_mfi_cmd *cmd; local
869 struct mrsas_mfi_cmd *cmd; local
916 struct mrsas_mfi_cmd *cmd; local
1475 mrsas_release_mpt_cmd(struct mrsas_mpt_cmd *cmd) argument
1496 mrsas_complete_abort(struct mrsas_mfi_cmd *cmd) argument
1517 mrsas_complete_aen(struct mrsas_mfi_cmd *cmd) argument
1547 mrsas_wakeup(struct mrsas_mfi_cmd *cmd) argument
1573 mrsas_complete_mptmfi_passthru(struct mrsas_mfi_cmd *cmd, u_int8_t status) argument
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Ducm.c396 struct ib_ucm_event_get cmd; local
404 if (copy_from_user(&cmd, inbuf, sizeof(cmd)))
435 if (copy_to_user((void __user *)(unsigned long)cmd.response,
442 if (cmd.data_len < uevent->data_len) {
446 if (copy_to_user((void __user *)(unsigned long)cmd.data,
454 if (cmd.info_len < uevent->info_len) {
458 if (copy_to_user((void __user *)(unsigned long)cmd.info,
481 struct ib_ucm_create_id cmd; local
489 if (copy_from_user(&cmd, inbu
528 struct ib_ucm_destroy_id cmd; local
574 struct ib_ucm_attr_id cmd; local
606 struct ib_ucm_init_qp_attr cmd; local
654 struct ib_ucm_listen cmd; local
680 struct ib_ucm_notify cmd; local
750 struct ib_ucm_req cmd; local
808 struct ib_ucm_rep cmd; local
848 struct ib_ucm_private_data cmd; local
902 struct ib_ucm_info cmd; local
951 struct ib_ucm_mra cmd; local
979 struct ib_ucm_lap cmd; local
1013 struct ib_ucm_sidr_req cmd; local
1053 struct ib_ucm_sidr_rep cmd; local
[all...]
H A Duverbs_cmd.c277 struct ib_uverbs_get_context cmd; local
288 if (copy_from_user(&cmd, buf, sizeof cmd))
298 INIT_UDATA(&udata, buf + sizeof cmd,
299 (unsigned long) cmd.response + sizeof resp,
300 in_len - sizeof cmd, out_len - sizeof resp);
327 if (copy_to_user((void __user *) (unsigned long) cmd.response,
367 struct ib_uverbs_query_device cmd; local
375 if (copy_from_user(&cmd, buf, sizeof cmd))
436 struct ib_uverbs_query_port cmd; local
485 struct ib_uverbs_alloc_pd cmd; local
559 struct ib_uverbs_dealloc_pd cmd; local
594 struct ib_uverbs_reg_mr cmd; local
695 struct ib_uverbs_dereg_mr cmd; local
733 struct ib_uverbs_create_comp_channel cmd; local
762 struct ib_uverbs_create_cq cmd; local
863 struct ib_uverbs_resize_cq cmd; local
900 struct ib_uverbs_poll_cq cmd; local
964 struct ib_uverbs_req_notify_cq cmd; local
986 struct ib_uverbs_destroy_cq cmd; local
1038 struct ib_uverbs_create_qp cmd; local
1193 struct ib_uverbs_query_qp cmd; local
1293 struct ib_uverbs_modify_qp cmd; local
1380 struct ib_uverbs_destroy_qp cmd; local
1435 struct ib_uverbs_post_send cmd; local
1676 struct ib_uverbs_post_recv cmd; local
1725 struct ib_uverbs_post_srq_recv cmd; local
1774 struct ib_uverbs_create_ah cmd; local
1863 struct ib_uverbs_destroy_ah cmd; local
1900 struct ib_uverbs_attach_mcast cmd; local
1947 struct ib_uverbs_detach_mcast cmd; local
1984 struct ib_uverbs_create_srq cmd; local
2087 struct ib_uverbs_create_xsrq cmd; local
2218 struct ib_uverbs_modify_srq cmd; local
2248 struct ib_uverbs_query_srq cmd; local
2288 struct ib_uverbs_destroy_srq cmd; local
2430 struct ib_uverbs_open_xrc_domain cmd; local
2571 struct ib_uverbs_close_xrc_domain cmd; local
2674 struct ib_uverbs_create_xrc_rcv_qp cmd; local
2751 struct ib_uverbs_modify_xrc_rcv_qp cmd; local
2827 struct ib_uverbs_query_xrc_rcv_qp cmd; local
2928 struct ib_uverbs_reg_xrc_rcv_qp cmd; local
2991 struct ib_uverbs_unreg_xrc_rcv_qp cmd; local
[all...]
H A Ducma.c298 struct rdma_ucm_get_event cmd; local
306 if (copy_from_user(&cmd, inbuf, sizeof(cmd)))
337 if (copy_to_user((void __user *)(unsigned long)cmd.response,
357 struct rdma_ucm_create_id cmd; local
365 if (copy_from_user(&cmd, inbuf, sizeof(cmd)))
374 ctx->uid = cmd.uid;
375 ctx->cm_id = rdma_create_id(ucma_event_handler, ctx, cmd.ps);
382 if (copy_to_user((void __user *)(unsigned long)cmd
466 struct rdma_ucm_destroy_id cmd; local
500 struct rdma_ucm_bind_addr cmd; local
520 struct rdma_ucm_resolve_addr cmd; local
542 struct rdma_ucm_resolve_route cmd; local
626 struct rdma_ucm_query_route cmd; local
695 struct rdma_ucm_connect cmd; local
719 struct rdma_ucm_listen cmd; local
740 struct rdma_ucm_accept cmd; local
766 struct rdma_ucm_reject cmd; local
785 struct rdma_ucm_disconnect cmd; local
805 struct rdma_ucm_init_qp_attr cmd; local
925 struct rdma_ucm_set_option cmd; local
961 struct rdma_ucm_notify cmd; local
981 struct rdma_ucm_join_mcast cmd; local
1040 struct rdma_ucm_destroy_id cmd; local
1121 struct rdma_ucm_migrate_id cmd; local
[all...]
/barrelfish-master/kernel/include/arch/x86/
H A Dsyscall.h20 struct sysret sys_io(struct capability *to, enum io_cmd cmd,
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dcmd.c53 #include <linux/mlx4/cmd.h>
168 static const char *cmd_to_str(u16 cmd) { argument
169 switch (cmd) {
408 return (swab32(status) >> 31) != priv->cmd.comm_toggle;
411 static void mlx4_comm_cmd_post(struct mlx4_priv *priv, u8 cmd, u16 param)
416 priv->cmd.comm_toggle ^= 1;
417 val = param | (cmd << 16) | (priv->cmd.comm_toggle << 31);
423 static int mlx4_comm_cmd_poll(struct mlx4_priv *priv, u8 cmd, u16 param,
434 "my toggle is %d (cmd
562 struct mlx4_cmd *cmd = &pdev->cmd; local
820 struct mlx4_cmd *cmd = &priv->cmd; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbf_null.c71 static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
74 static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
135 static long nullf_ctrl(BIO *b, int cmd, long num, void *ptr) argument
140 switch(cmd)
144 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
151 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
156 static long nullf_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
161 switch (cmd)
164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
/barrelfish-master/usr/drivers/imx8x/sdhc/
H A Dsdhc.c125 struct cmd { struct
206 static sdhc_cmd_xfr_typ_t xfr_typ_for_cmd(struct cmd *cmd){ argument
209 if(cmd->cmdidx == MMC_CMD_READ_SINGLE_BLOCK ||
210 cmd->cmdidx == MMC_CMD_WRITE_SINGLE_BLOCK)
215 c = sdhc_cmd_xfr_typ_cmdinx_insert(c, cmd->cmdidx);
216 if (cmd->resp_type & MMC_RSP_CRC)
218 if (cmd->resp_type & MMC_RSP_OPCODE)
223 if (cmd->resp_type & MMC_RSP_136)
225 else if (cmd
238 sdhc_send_cmd(struct sdhc * sd, struct cmd * cmd) argument
347 struct cmd cmd = { local
[all...]
/barrelfish-master/usr/drivers/lpc_kbd/
H A Dlpc_kbd.h20 void send_mouse_cmd(uint8_t cmd);
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dbio_md.c72 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
75 static long md_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
168 static long md_ctrl(BIO *b, int cmd, long num, void *ptr) argument
178 switch (cmd)
186 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
210 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
227 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
233 static long md_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
238 switch (cmd)
241 ret=BIO_callback_ctrl(b->next_bio,cmd,f
[all...]

Completed in 87 milliseconds

1234567891011