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

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gdb/dist/gdb/
remote-notif.c 55 /* Parse the BUF for the expected notification NC, and send packet to
60 const notif_client *nc, const char *buf)
62 notif_event_up event = nc->alloc_event ();
66 nc->ack_command);
68 nc->parse (remote, nc, buf, event.get ());
69 nc->ack (remote, nc, buf, std::move (event));
72 /* Parse the BUF for the expected notification NC. */
76 const notif_client *nc, const char *buf
97 const notif_client *nc = state->notif_queue.front (); local
122 const notif_client *nc; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote-notif.c 55 /* Parse the BUF for the expected notification NC, and send packet to
60 const notif_client *nc, const char *buf)
62 notif_event_up event = nc->alloc_event ();
66 nc->ack_command);
68 nc->parse (remote, nc, buf, event.get ());
69 nc->ack (remote, nc, buf, std::move (event));
72 /* Parse the BUF for the expected notification NC. */
76 const notif_client *nc, const char *buf
97 const notif_client *nc = state->notif_queue.front (); local
122 const notif_client *nc; local
    [all...]
  /src/usr.sbin/lpr/lptest/
lptest.c 54 int i, j, fc, nc; local
70 nc = fc;
72 putchar(nc);
73 if (++nc == 0177)
74 nc = ' ';
  /src/sys/net/npf/
npf_conf.c 66 npf_config_t *nc; local
69 nc = npf_config_create();
74 nc->ruleset = npf_ruleset_create(0);
75 nc->nat_ruleset = npf_ruleset_create(0);
76 nc->rule_procs = npf_rprocset_create();
77 nc->tableset = npf_tableset_create(0);
78 nc->default_pass = true;
80 npf_config_load(npf, nc, NULL, true);
91 npf_config_destroy(npf_config_t *nc)
97 if (nc->ruleset)
    [all...]
npf_ctl.c 196 npf_mk_tables(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc)
226 nc->tableset = tblset;
261 npf_mk_rprocs(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc)
289 nc->rule_procs = rpset;
399 npf_mk_rules(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc)
422 error = npf_mk_singlerule(npf, rule, resp, nc->rule_procs, &rl);
435 nc->ruleset = rlset;
490 npf_mk_natlist(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc)
516 nc->tableset, &rl);
522 nc->nat_ruleset = ntset
570 npf_config_t *nc; local
628 npf_config_t *nc; local
678 npf_config_t *nc; local
710 npf_config_t *nc; local
805 npf_config_t *nc; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/
noopsrch.c 86 noopsrch_cb_t *nc = (noopsrch_cb_t *)op->o_callback->sc_private; local
89 if ( nc->nc_pdummy == &dummy ) {
90 nc->nc_save_slimit = op->ors_slimit;
92 nc->nc_pdummy = NULL;
96 nc->nc_nentries++;
98 Debug( LDAP_DEBUG_TRACE, "noopsrch_response(REP_SEARCH): nentries=%d\n", nc->nc_nentries );
103 nc->nc_nsearchref++;
113 if ( nc->nc_save_slimit >= 0 && nc->nc_nentries >= nc->nc_save_slimit )
155 noopsrch_cb_t *nc = (noopsrch_cb_t *)op->o_callback->sc_private; local
173 noopsrch_cb_t *nc; local
    [all...]
  /src/external/mpl/dhcp/dist/server/
class.c 72 struct class *class, *nc; local
122 nc = (struct class *)0;
123 classfound = class_hash_lookup (&nc, class -> hash,
127 if (!classfound && find_subclass_in_ldap (class, &nc, &data))
138 classify (packet, nc);
140 class_dereference (&nc, MDL);
152 status = class_allocate (&nc, MDL);
153 group_reference (&nc -> group,
155 class_reference (&nc -> superclass,
157 nc -> lease_limit = class -> lease_limit
    [all...]
  /src/usr.bin/nc/
Makefile 5 PROG= nc
  /src/common/lib/libc/sys/
cpuset.c 57 #define CPUSET_NENTRIES(nc) (((nc) >> CPUSET_SHIFT) + 1)
136 u_int nc; local
138 len = sizeof(nc);
139 if (sysctl(mib, (unsigned int)__arraycount(mib), &nc, &len,
143 cpuset_nentries = CPUSET_NENTRIES(nc);
  /src/tests/net/tcp/
t_tcp_nc.sh 74 $HIJACKING nc $NC_OPTS -v 127.0.0.1 80 < $FILE_SND
76 $HIJACKING nc $NC_OPTS -v $IP_PEER 80 < $FILE_SND
84 atf_check -s exit:0 $HIJACKING nc $NC_OPTS $IP_PEER 80 < $FILE_SND
93 atf_check -s exit:0 $HIJACKING nc $NC_OPTS $IP_PEER 80 < $FILE_SND
101 atf_check -s exit:0 $HIJACKING nc $NC_OPTS -I 16384 $IP_PEER 80 < $FILE_SND
110 atf_check -s exit:0 $HIJACKING nc $NC_OPTS -I 1024 $IP_PEER 80 < $FILE_SND
120 atf_check -s exit:0 $HIJACKING nc $NC_OPTS -S $IP_PEER 80 < $FILE_SND
128 desc="Test TCP with nc ($type)"
135 atf_set require.progs rump_server nc
  /src/usr.sbin/services_mkdb/
output_db.c 171 size_t nc, i, pos; local
175 nc = strlcpy(buf + pos, sl->sl_str[i], len);
176 if (nc >= len)
178 pos += nc;
179 len -= nc;
180 nc = strlcpy(buf + pos, " ", len);
181 if (nc >= len)
183 pos += nc;
184 len -= nc;
  /src/games/dab/
main.cc 105 const char* nc = "ch"; local
119 nc = optarg;
156 char n = nc[1] == nc[0] ? i + '0' : nc[i];
157 switch (nc[i]) {
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 134 NetworkConfig *nc = new NetworkConfig(); local
135 if (nc == NULL)
137 nc->setWpaGui(wpagui);
138 nc->paramsFromScanResults(sel);
139 nc->show();
140 nc->exec();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
baseenum.cc 76 N::C nc; local
77 nc.test (N::A::X);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
baseenum.cc 76 N::C nc; local
77 nc.test (N::A::X);
  /src/sys/dev/pckbport/
pckbport.c 313 struct pckbport_devcmd nc; local
318 memset(&nc, 0, sizeof(nc));
319 memcpy(nc.cmd, cmd, len);
320 nc.cmdlen = len;
321 nc.responselen = responselen;
322 nc.flags = (slow ? KBC_CMDFLAG_SLOW : 0);
324 pckbport_poll_cmd1(t, slot, &nc);
326 if (nc.status == 0 && respbuf)
327 memcpy(respbuf, nc.response, responselen)
485 struct pckbport_devcmd *nc; local
    [all...]
  /src/sys/arch/evbppc/nintendo/dev/
wiiufb.c 368 struct wiiufb_cursor *nc = &sc->sc_tempcursor; local
371 *nc = sc->sc_cursor;
395 nc->c_cmap[i] =
408 memset(nc->c_image, 0, sizeof(nc->c_image));
409 memset(nc->c_mask, 0, sizeof(nc->c_mask));
410 nc->c_size = wc->size;
412 if ((err = copyin(wc->image, nc->c_image, size)) != 0) {
415 if ((err = copyin(wc->mask, nc->c_mask, size)) != 0)
    [all...]
  /src/usr.bin/sort/
radix_sort.c 73 u_int count[256], nc, bmin; local
103 nc = 0;
123 nc++;
130 if (sp + nc > s + stack_size) {
142 for (cp = count + bmin; nc > 0; cp++) {
155 nc--;
  /src/lib/libc/stdlib/
radixsort.c 151 static u_int count[256], nc, bmin; local
173 if (nc == 0) {
180 nc++;
183 if (sp + nc > s + SIZE) { /* Get more stack. */
204 for (cp = count + bmin; nc > 0; cp++) {
215 nc--;
242 static u_int count[256], nc, bmin; local
262 if (nc == 0) {
269 nc++;
272 if (sp + nc > s + SIZE)
    [all...]
  /src/usr.bin/rdist/
gram.y 373 struct cmd *c, *prev, *nc;
395 nc = ALLOC(cmd);
396 if (nc == NULL)
398 nc->c_type = ARROW;
399 nc->c_name = h->n_name;
400 nc->c_label = label;
401 nc->c_files = files;
402 nc->c_cmds = subcmds;
403 nc->c_next = c;
405 cmds = nc;
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
perfpow.c 244 mp_limb_t *nc, factor, g; local
282 nc = TMP_ALLOC_LIMBS (n);
283 mpn_rshift (nc, np, n, count);
284 n -= (nc[n - 1] == 0);
285 np = nc;
297 if (count == 0) /* We did not allocate nc yet. */
299 nc = TMP_ALLOC_LIMBS (n);
309 /* After the first round we always have nc == np */
310 exp = mpn_remove (nc, &n, np, n, &d, 1, ~(mp_bitcnt_t)0);
323 if ((n == 1) & (nc[0] == 1)
    [all...]
  /src/external/bsd/mdocml/dist/
man_validate.c 315 struct roff_node *nc; local
318 nc = n->child;
327 if (nc != NULL && nc->type == ROFFT_TEXT &&
328 strcmp(nc->string, tag) == 0)
336 if (nc != NULL)
343 if (nc->tok == MAN_PP && nc->body->child != NULL) {
344 while (nc->body->last != NULL) {
346 roff_node_relink(man, nc->body->last)
    [all...]
  /src/lib/libc/compat/rpc/
compat_rpcb.c 64 rpcb_rmtcall(const struct netconfig *nc,
72 return __rpcb_rmtcall50(nc, name, prog, vers, proc, inproc, inbuf,
  /src/sys/arch/mmeye/stand/boot/
deflate.sh 11 gzip -nc ${kernel} | dd bs=10 skip=1 of=${kernel}.gz.tmp
  /src/crypto/external/bsd/heimdal/dist/tests/java/
KerberosInit.java 51 NameCallback nc = (NameCallback)callbacks[i]; local
52 nc.setName("lha");

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 910