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

1 2

  /src/games/hunt/huntd/
terminal.c 127 int arg1, arg2; local in function:sendcom
133 arg1 = va_arg(ap, int);
135 (void) putc(arg1, pp->p_output);
140 arg1 = va_arg(ap, int);
141 (void) putc(arg1, pp->p_output);
terminal.c 127 int arg1, arg2; local in function:sendcom
133 arg1 = va_arg(ap, int);
135 (void) putc(arg1, pp->p_output);
140 arg1 = va_arg(ap, int);
141 (void) putc(arg1, pp->p_output);
  /src/usr.sbin/tcpdchk/
inetcf.c 91 char *arg1; local in function:inet_cfg
182 if ((arg1 = strtok((char *) 0, whitespace)) == 0)
183 arg1 = "";
185 inet_chk(protocol, path, arg0, arg1);
194 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1)
246 if (arg0[0] == '/' && STR_EQ(tcpd_proc_name, base_name(arg1)))
inetcf.c 91 char *arg1; local in function:inet_cfg
182 if ((arg1 = strtok((char *) 0, whitespace)) == 0)
183 arg1 = "";
185 inet_chk(protocol, path, arg0, arg1);
194 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1)
246 if (arg0[0] == '/' && STR_EQ(tcpd_proc_name, base_name(arg1)))
  /src/tests/lib/libcurses/director/
director.c 134 char *arg1, *arg2; local in function:main
258 if (asprintf(&arg1, "%d", pipe_to_slave[0]) < 0)
259 err(1, "arg1 conversion failed");
266 if (execl(slave, slave, arg1, arg2, (char *)0) < 0)
director.c 134 char *arg1, *arg2; local in function:main
258 if (asprintf(&arg1, "%d", pipe_to_slave[0]) < 0)
259 err(1, "arg1 conversion failed");
266 if (execl(slave, slave, arg1, arg2, (char *)0) < 0)
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 69 void *arg1; member in struct:map_s
pbsdboot.h 69 void *arg1; member in struct:map_s
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
tmem.h 94 uint32_t arg1; member in struct:tmem_op::__anonec5f1724010a::__anonec5f17240208
tmem.h 94 uint32_t arg1; member in struct:tmem_op::__anonec5f1724010a::__anonec5f17240208
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c 502 char *arg1; local in function:config_from_file
535 arg1 = strtok(NULL, " \t");
537 (void) add_printer_alias(val, arg1, arg2);
pcnfsd_misc.c 502 char *arg1; local in function:config_from_file
535 arg1 = strtok(NULL, " \t");
537 (void) add_printer_alias(val, arg1, arg2);
  /src/sys/kern/
subr_xcall.c 257 xc_broadcast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2)
271 (*func)(arg1, arg2);
281 return xc_highpri(func, arg1, arg2, NULL, ipl);
283 return xc_lowpri(func, arg1, arg2, NULL);
288 xc_nop(void *arg1, void *arg2)
314 xc_unicast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2,
332 (*func)(arg1, arg2);
343 return xc_highpri(func, arg1, arg2, ci, ipl);
345 return xc_lowpri(func, arg1, arg2, ci);
396 xc_lowpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci
443 void *arg1, *arg2; local in function:xc_thread
507 void *arg1, *arg2; local in function:xc__highpri_intr
    [all...]
init_main.c 982 char *ucp, **uap, *arg0, *arg1, *argv[3]; local in function:start_init
1086 arg1 = STACK_ALLOC(ucp, i);
1087 ucp = STACK_MAX(arg1, i);
1088 if ((error = copyout((void *)flags, arg1, i)) != 0)
1091 arg1 = NULL;
1119 argv[1] = arg1;
subr_xcall.c 257 xc_broadcast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2)
271 (*func)(arg1, arg2);
281 return xc_highpri(func, arg1, arg2, NULL, ipl);
283 return xc_lowpri(func, arg1, arg2, NULL);
288 xc_nop(void *arg1, void *arg2)
314 xc_unicast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2,
332 (*func)(arg1, arg2);
343 return xc_highpri(func, arg1, arg2, ci, ipl);
345 return xc_lowpri(func, arg1, arg2, ci);
396 xc_lowpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci
443 void *arg1, *arg2; local in function:xc_thread
507 void *arg1, *arg2; local in function:xc__highpri_intr
    [all...]
init_main.c 982 char *ucp, **uap, *arg0, *arg1, *argv[3]; local in function:start_init
1086 arg1 = STACK_ALLOC(ucp, i);
1087 ucp = STACK_MAX(arg1, i);
1088 if ((error = copyout((void *)flags, arg1, i)) != 0)
1091 arg1 = NULL;
1119 argv[1] = arg1;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drm.c 363 u32 arg0, arg1; local in function:nouveau_accel_gr_init
369 arg1 = 1;
372 arg1 = NvDmaTT;
375 ret = nouveau_channel_new(drm, device, arg0, arg1, false,
nouveau_drm.c 363 u32 arg0, arg1; local in function:nouveau_accel_gr_init
369 arg1 = 1;
372 arg1 = NvDmaTT;
375 ret = nouveau_channel_new(drm, device, arg0, arg1, false,
  /src/sys/netbt/
hci_socket.c 207 void *arg0, void *arg1, void *arg2, void *arg3)
216 hci_cmd_hdr_t *hdr = (hci_cmd_hdr_t *)arg1;
241 uint16_t opcode = (uint16_t)(uintptr_t)arg1;
258 uint8_t event = (uint8_t)(uintptr_t)arg1;
282 /* uint16_t handle = (uint16_t)(uintptr_t)arg1; */
803 uint16_t arg1; local in function:hci_mtap
840 arg1 = event;
845 arg1 = le16toh(mtod(m, hci_cmd_hdr_t *)->opcode);
850 arg1 = le16toh(mtod(m, hci_acldata_hdr_t *)->con_handle);
851 arg1 = HCI_CON_HANDLE(arg1)
    [all...]
hci_socket.c 207 void *arg0, void *arg1, void *arg2, void *arg3)
216 hci_cmd_hdr_t *hdr = (hci_cmd_hdr_t *)arg1;
241 uint16_t opcode = (uint16_t)(uintptr_t)arg1;
258 uint8_t event = (uint8_t)(uintptr_t)arg1;
282 /* uint16_t handle = (uint16_t)(uintptr_t)arg1; */
803 uint16_t arg1; local in function:hci_mtap
840 arg1 = event;
845 arg1 = le16toh(mtod(m, hci_cmd_hdr_t *)->opcode);
850 arg1 = le16toh(mtod(m, hci_acldata_hdr_t *)->con_handle);
851 arg1 = HCI_CON_HANDLE(arg1)
    [all...]
  /src/include/
math.h 210 double arg1; member in struct:exception
math.h 210 double arg1; member in struct:exception
  /src/sys/arch/vax/vax/
emulate.S 69 #define arg1 12(%sp) macro
129 cmpw arg1,arg5
161 cmpw arg1,arg5
675 /* # we will need arg1 and arg2 later */
903 # arg1 is used for temporary storage
910 toarg(%r6,1) # save in arg1 spot for later
  /src/usr.bin/telnet/
commands.c 1151 int arg1;
1223 return (*mt->handler)(mt->arg1);
1147 int arg1; member in struct:modelist
  /src/sys/arch/sparc/include/
cpu.h 153 * Cross call: ask to run (*func)(arg0,arg1,arg2)
154 * or (*trap)(arg0,arg1,arg2). `trap' should be the
162 int arg1; member in struct:xpmsg::__anon82c374a1010a::xpmsg_func

Completed in 35 milliseconds

1 2