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

1 2

  /src/lib/libpam/modules/pam_afslog/
pam_afslog.c 59 const void *service = NULL; local in function:pam_sm_setcred
63 pam_get_item(pamh, PAM_SERVICE, &service);
64 if (service == NULL)
65 service = "pam_afslog";
87 (const char *)service,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
gpio.h 41 struct gpio_service *service; member in struct:gpio
  /src/usr.bin/getaddrinfo/
getaddrinfo.c 64 char *service = NULL; local in function:main
93 service = optarg;
124 if (service != NULL) {
127 if ((p = strchr(service, '/')) != NULL) {
142 error = getaddrinfo(hostname, service, &hints, &addrinfo);
164 " [-f <family>] [-p <protocol>] [-t <socktype>] [-s <service>]\n");
  /src/sys/dev/bluetooth/
bthub.c 178 prop_string_t service; local in function:bthub_pioctl
211 /* validate service name */
212 service = prop_dictionary_get(dict, BTDEVservice);
213 if (prop_object_type(service) != PROP_TYPE_STRING)
229 if (!prop_object_equals(service, obj))
248 prop_dictionary_set(prop, BTDEVservice, service);
  /src/usr.sbin/btdevctl/
btdevctl.c 66 const char *service, *mode; local in function:main
71 service = NULL;
126 case 's': /* service */
127 service = uppercase(optarg);
147 || service == NULL)
153 dev = db_get(&laddr, &raddr, service);
156 printf("Performing SDP query for service '%s'..\n", service);
158 dev = cfg_query(&laddr, &raddr, service);
173 if (set == true && !db_set(dev, &laddr, &raddr, service))
    [all...]
db.c 60 * lookup laddr/raddr/service in database and return dictionary
63 db_get(bdaddr_t *laddr, bdaddr_t *raddr, const char *service)
100 dev = prop_dictionary_get(rdev, service);
108 * store dictionary in database at laddr/raddr/service
111 db_set(prop_dictionary_t dev, bdaddr_t *laddr, bdaddr_t *raddr, const char *service)
139 if (!prop_dictionary_set(rdev, service, dev))
158 * We have to generate the service, but only HID, HF and HSET
169 const char *service; local in function:db_update0
203 service = "HID";
207 service = "HF"
    [all...]
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_kern_lib.c 229 VCHIQ_SERVICE_T *service = NULL; local in function:vchiq_add_service
241 service = vchiq_add_service_internal(
248 if (service) {
249 *phandle = service->handle;
274 VCHIQ_SERVICE_T *service = NULL; local in function:vchiq_open_service
284 service = vchiq_add_service_internal(state,
290 if (service) {
291 *phandle = service->handle;
292 status = vchiq_open_service_internal(service,
295 vchiq_remove_service(service->handle)
383 VCHIQ_SERVICE_T *service; local in function:vchiq_blocking_bulk_transfer
    [all...]
vchiq_shim.c 102 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_peek
109 if (vchiu_queue_is_empty(&service->queue))
112 header = vchiu_queue_peek(&service->queue);
134 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_remove
137 header = vchiu_queue_pop(&service->queue);
139 vchiq_release_message(service->handle, header);
165 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_queue
173 status = vchiq_queue_message(service->handle, &element, 1);
181 status = vchiq_queue_message(service->handle, &element, 1);
208 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle local in function:vchi_bulk_queue_receive
267 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_bulk_queue_transmit
327 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_dequeue
377 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_queuev
401 SHIM_SERVICE_T *service; local in function:vchi_held_msg_release
436 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_hold
548 SHIM_SERVICE_T *service = local in function:shim_callback
609 SHIM_SERVICE_T *service = kzalloc(sizeof(SHIM_SERVICE_T), GFP_KERNEL); local in function:service_alloc
639 SHIM_SERVICE_T *service = service_alloc(instance, setup); local in function:vchi_service_open
672 SHIM_SERVICE_T *service = service_alloc(instance, setup); local in function:vchi_service_create
702 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_close
719 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_destroy
738 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_set_option
766 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_get_peer_version
839 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_use
859 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_release
    [all...]
vchiq_arm.c 106 VCHIQ_SERVICE_T *service; member in struct:user_service_struct
265 completion->service_userdata = user_service->service;
271 lock_service(user_service->service);
306 VCHIQ_SERVICE_T *service; local in function:service_callback
313 service = handle_to_service(handle);
314 BUG_ON(!service);
315 user_service = (USER_SERVICE_T *)service->base.userdata;
322 "service_callback - service %lx(%d,%p), reason %d, header %lx, "
325 service->localport, user_service->userdata,
430 user_service->service->handle)
454 VCHIQ_SERVICE_T *service = NULL; local in function:vchiq_ioctl
1217 VCHIQ_SERVICE_T *service; local in function:vchiq_close
1399 VCHIQ_SERVICE_T *service = state->services[i]; local in function:vchiq_dump_platform_instances
1410 VCHIQ_SERVICE_T *service = state->services[i]; local in function:vchiq_dump_platform_instances
2588 VCHIQ_SERVICE_T *service; local in function:vchiq_instance_get_use_count
2614 VCHIQ_SERVICE_T *service; local in function:vchiq_instance_set_trace
2643 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local in function:vchiq_use_service_no_resume
2656 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local in function:vchiq_use_service
2669 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); local in function:vchiq_release_service
    [all...]
  /src/usr.sbin/tcpdchk/
inetcf.c 66 * Structure with everything we know about a service.
86 char *service; local in function:inet_cfg
138 service = strtok(buf, whitespace); /* service */
139 if (service == 0 || *service == '#')
141 if (STR_NE(service, "stream") && STR_NE(service, "dgram"))
153 if (path[0] == '?') /* IRIX optional service */
224 tcpd_warn("%s may be an insecure service", tcpd_proc_name)
    [all...]
  /src/usr.bin/getnameinfo/
getnameinfo.c 61 * getnameinfo: Resolve IP addresses and ports to hostnames and service names,
71 * -H: Display only the hostname, omitting the service name
72 * -N: Display the numeric service name instead of the service name
76 * -S: Display only the service name, omitting the hostname
91 char hostname[NI_MAXHOST], service[NI_MAXSERV]; local in function:main
240 hostname, hostlen, service, servlen, flags);
244 print_result(hostname_only, service_only, hostname, service);
311 char *hostname, char *service)
317 printf("%s\n", service);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
amdgpu_gpio_service.c 65 struct gpio_service *service; local in function:dal_gpio_service_create
68 service = kzalloc(sizeof(struct gpio_service), GFP_KERNEL);
70 if (!service) {
75 if (!dal_hw_translate_init(&service->translate, dce_version_major,
81 if (!dal_hw_factory_init(&service->factory, dce_version_major,
90 service->ctx = ctx;
94 service->factory.number_of_pins[index_of_id];
98 service->busyness[index_of_id] =
102 if (!service->busyness[index_of_id]) {
108 service->busyness[index_of_id][i] = 0
299 struct gpio_service *service = gpio->service; local in function:dal_gpio_service_open
    [all...]
  /src/sys/external/bsd/vchiq/dist/interface/vchi/
vchi.h 112 // Opaque service information
119 struct opaque_vchi_service_t *service; member in struct:__anonac3b4fdb0608
151 // Service registration & startup
155 const char * const vll_filename; /* VLL to load to start this service. This is an empty string if VLL is "static" */
156 VCHI_SERVICE_INIT init; /* Service initialisation function */
196 Global service API
198 // Routine to create a named service
203 // Routine to destory a service
206 // Routine to open a named service
214 // Routine to close a named service
    [all...]
vchi_common.h 64 //callback reasons when an event occurs on a service
87 // this side has sent XOFF to peer due to lack of data consumption by service
88 // (suggests the service may need to take some recovery action if it has
113 // service control options
126 typedef void (*VCHI_CALLBACK_T)( void *callback_param, //my service local param
165 // is used again after messages for that service are removed/dequeued by any
168 struct opaque_vchi_service_t *service; member in struct:__anonbe1bcfc30508
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 104 static const struct service { struct
124 const char *service; local in function:main
133 service = "SP";
189 case 's': /* service class */
190 service = optarg;
228 rfcomm = open_client(&laddr, &raddr, lm, psm, service);
230 rfcomm = open_server(&laddr, psm, channel, lm, service);
337 const char *service)
340 const struct service *s;
349 channel = strtoul(service, &ep, 10)
    [all...]
  /src/sbin/pppoectl/
pppoectl.c 106 const char *eth_if_name, *access_concentrator, *service; local in function:main
115 service = NULL;
136 service = optarg;
185 if (service) {
186 parms.service_name = service;
187 parms.service_name_len = strlen(service);
532 " %s [-a access-concentrator-name] [-s service-name] ifname\n"
  /src/usr.sbin/faithd/
faithd.c 87 static const char *service; variable in typeref:typename:const char *
173 service = sbuf;
175 service = DEFAULT_PORT_NAME;
261 case 1: /* no local service */
262 service = argv[NUMPRT];
269 * Opening wild card socket for this service.
277 error = getaddrinfo(NULL, service, &hints, &res);
332 (void)snprintf(logname, sizeof(logname), "faithd %s", service);
333 (void)snprintf(procname, sizeof(procname), "accepting port %s", service);
335 syslog(LOG_INFO, "Staring faith daemon for %s port", service);
    [all...]
  /src/lib/libpam/modules/pam_krb5/
pam_krb5.c 132 const void *sourceuser, *service; local in function:pam_sm_authenticate
151 service = NULL;
152 pam_get_item(pamh, PAM_SERVICE, &service);
153 if (service == NULL)
154 service = "unknown";
156 PAM_LOG("Got service: %s", (const char *)service);
158 if ((srvdup = strdup(service)) == NULL) {
176 /* Keytab or service key does not exist */
938 * supposedly our KDC). If the host/<host> service is unknown (i.e.
954 const char *services[3], **service; local in function:verify_krb_v5_tgt_begin
    [all...]
  /src/libexec/telnetd/
telnetd.c 358 const char *service = "telnet"; local in function:main
365 service = *argv;
372 error = getaddrinfo(NULL, service, &hints, &res);
375 fprintf(stderr, "tcp/%s: %s\n", service, gai_strerror(error));
  /src/sys/dev/ic/
icp_ioctl.h 51 u_int16_t service; member in struct:gdt_ucmd
116 u_int16_t service; member in struct:__anon07d367500308::__anon07d36750040a::__anon07d367500508
121 u_int16_t service; member in struct:__anon07d367500308::__anon07d36750040a::__anon07d367500608
128 u_int16_t service; member in struct:__anon07d367500308::__anon07d36750040a::__anon07d367500708
icpvar.h 56 * Context structure for interrupt service.
62 u_int16_t service; member in struct:icp_intr_ctx
101 * Call-backs into the service back-ends (ld for cache service,
102 * icpsp for raw service).
178 #define ICP_FEAT_CACHESERVICE 0x01 /* cache service usable */
179 #define ICP_FEAT_RAWSERVICE 0x02 /* raw service usable */
  /src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
message.h 108 void *service; member in struct:rx_bulk_slotinfo_t
144 int32_t service; // service id this message is destined for member in struct:__anon07d754e80108::__anon07d754e80208
  /src/usr.bin/rlogin/
rlogin.c 143 char *service = NULL; local in function:main
192 sp = getport(service = optarg, "tcp");
229 errx(1, "login/tcp: unknown service.");
  /src/sys/arch/sparc/sparc/
openfirm.c 447 OF_test(const char* service)
453 cell_t service; member in struct:OF_test::__anon64ac64a91008
460 args.service = ADR2CELL(service);
467 OF_test_method(int service, const char* method)
473 cell_t service; member in struct:OF_test_method::__anon64ac64a91108
481 args.service = HDL2CELL(service);
822 cell_t service; member in struct:OF_sym2val::args
859 cell_t service; member in struct:OF_val2sym::args
    [all...]
  /src/usr.sbin/inetd/
inetd.c 96 * service name must be in /etc/services or must
97 * name a tcpmux service
107 * service name/version must be in /etc/rpc
115 * For non-RPC services, the "service name" can be of the form
131 * the service name must not.
136 * one line for any given RPC service, even if the host-address
140 * RFC1078-based tcpmux internal service. Tcpmux listens on port 1 for
141 * requests. When a connection is made from a foreign host, the service
143 * and returns the proper entry for the service. Tcpmux returns a
144 * negative reply if the service doesn't exist, otherwise the invoke
527 char *service = NULL; \/* XXX gcc *\/ local in function:run_service
1442 char service[MAX_SERV_LEN+1]; local in function:tcpmux
    [all...]

Completed in 62 milliseconds

1 2