HomeSort by: relevance | last modified time | path
    Searched refs:svc (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/share/examples/asm/hello/
aarch64.s 78 svc #4 /* SYS_write */
82 svc #1 /* SYS_exit */
arm.s 78 svc #(0xa00000 | 4) /* SYS_write */
82 svc #(0xa00000 | 1) /* SYS_exit */
  /src/sys/compat/linux/arch/aarch64/
linux_sigcode.S 40 svc #0
  /src/share/examples/emul/ultrix/etc/
Makefile 8 FILES= svc.conf
  /src/external/mpl/bind/dist/lib/dns/rdata/in_1/
svcb_64.h 27 unsigned char *svc; member in struct:dns_rdata_in_svcb
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
svcb_64.h 28 unsigned char *svc; member in struct:dns_rdata_in_svcb
  /src/usr.sbin/services_mkdb/
services_mkdb.c 78 StringList *sl, ***svc; local
128 svc = parseservices(fname, sl = sl_init());
148 if (svc[port] == NULL)
153 if ((s = svc[port][proto]) == NULL)
158 free(svc[port]);
161 free(svc);
178 StringList ***svc, *s; local
185 svc = ecalloc(PMASK + 1, sizeof(StringList **));
234 if (svc[pnum] == NULL)
235 svc[pnum] = ecalloc(PROTOMAX, sizeof(StringList *))
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftserv.h 436 FT_Pointer svc; \
440 svc = FT_FACE( face )->internal->services. service_ ## id; \
441 if ( svc == FT_SERVICE_UNAVAILABLE ) \
442 svc = NULL; \
443 else if ( svc == NULL ) \
445 FT_FACE_FIND_SERVICE( face, svc, id ); \
448 (FT_Pointer)( svc != NULL ? svc \
451 *Pptr = svc; \
458 FT_Pointer svc; \
    [all...]
  /src/external/bsd/ntp/dist/libntp/
socktohost.c 30 const char svc[] = "ntp"; local
66 a_info = getaddrinfo(pbuf, svc, &hints, &alist);
76 a_info = getaddrinfo(pbuf, svc, &hints, &alist);
82 a_info = getaddrinfo(pbuf, svc, &hints, &alist);
  /src/external/bsd/wpa/dist/wpa_supplicant/
main_winsvc.c 256 SC_HANDLE svc, scm; local
267 svc = CreateService(scm, WPASVC_NAME, WPASVC_DISPLAY_NAME,
272 if (!svc) {
280 if (!ChangeServiceConfig2(svc, SERVICE_CONFIG_DESCRIPTION, &sd)) {
286 CloseServiceHandle(svc);
297 SC_HANDLE svc, scm; local
308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE);
309 if (!svc) {
315 if (QueryServiceStatus(svc, &status)) {
319 if (!ControlService(svc, SERVICE_CONTROL_STOP
    [all...]
  /src/include/rpc/
Makefile 7 svc.h svc_auth.h svc_soc.h
rpc.h 68 #include <rpc/svc.h> /* service manager and multiplexer */
  /src/tests/kernel/arch/aarch64/
h_execregs.S 65 svc #SYS_write
73 1: svc #SYS_exit
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
aarch64.inc 27 svc 0
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
aarch64.inc 27 svc 0
  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
server.c 166 launch_data_t svc; local
167 svc = launch_data_dict_lookup(config, LAUNCH_JOBKEY_MACHSERVICES);
168 if (!svc) {
173 svc = launch_data_dict_lookup(svc, BOOTSTRAP_NAME);
174 if (!svc) {
180 mp = launch_data_get_machport(svc);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
my-syscalls.S 64 svc #0
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
my-syscalls.S 64 svc #0
  /src/lib/libc/arch/arm/
SYS.h 48 #define SYSTRAP(x) svc #SWI_OS_NETBSD | SYS_ ## x
73 svc #255
  /src/external/bsd/openldap/dist/libraries/liblutil/
ntservice.c 356 void *lutil_getRegParam( char *svc, char *value )
364 if ( svc != NULL )
365 snprintf ( path, sizeof path, "SOFTWARE\\%s", svc );
392 void lutil_LogStartedEvent( char *svc, int slap_debug, char *configfile, char *urls )
398 hEventLog = RegisterEventSource( NULL, svc );
415 void lutil_LogStoppedEvent( char *svc )
419 hEventLog = RegisterEventSource( NULL, svc );
  /src/external/cddl/dtracetoolkit/dist/Docs/Examples/
oneliners_examples.txt 56 svc.startd 11
89 1109 svc.startd 1
90 4588 svc.startd 2
91 7 svc.startd 2
92 3950 svc.startd 2
94 870 svc.startd 2
  /src/external/cddl/dtracetoolkit/dist/Examples/
oneliners_examples.txt 56 svc.startd 11
89 1109 svc.startd 1
90 4588 svc.startd 2
91 7 svc.startd 2
92 3950 svc.startd 2
94 870 svc.startd 2
  /src/lib/libc/rpc/
rpc_soc.c 229 SVCXPRT *svc; local
245 "svc%s_create: could not open connection", netid);
260 "svc%s_create: listen(2) failed: %s",
270 svc = svc_tli_create(fd, nconf, NULL, sendsize, recvsize);
272 if (svc == NULL)
274 port = (((struct sockaddr_in *)svc->xp_ltaddr.buf)->sin_port);
275 svc->xp_port = ntohs(port);
276 return svc;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
pam.c 33 struct berval svc; member in struct:paminfo
130 sdn.bv_len = pi->uid.bv_len + pi->svc.bv_len + hlen +
134 pi->svc.bv_val, pi->uid.bv_val, global_host_bv.bv_val);
236 pi.svc.bv_val = svcc;
237 pi.svc.bv_len = tmpint32;
363 pi.svc.bv_val = svcc;
364 pi.svc.bv_len = tmpint32;
437 ava.aa_value = pi.svc;
498 &pi.svc, NULL, op->o_tmpmemctx )) {
589 pi.svc.bv_val = svcc
    [all...]
  /src/lib/libc/arch/aarch64/
SYS.h 39 #define SYSTRAP(x) svc #(SYS_ ## x)

Completed in 27 milliseconds

1 2 3